JPH026250B2 - - Google Patents

Info

Publication number
JPH026250B2
JPH026250B2 JP59068556A JP6855684A JPH026250B2 JP H026250 B2 JPH026250 B2 JP H026250B2 JP 59068556 A JP59068556 A JP 59068556A JP 6855684 A JP6855684 A JP 6855684A JP H026250 B2 JPH026250 B2 JP H026250B2
Authority
JP
Japan
Prior art keywords
counter
storage area
bit
bits
ctr
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP59068556A
Other languages
Japanese (ja)
Other versions
JPS60211590A (en
Inventor
Minoru Takahashi
Kyoshi Yagi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Denso Ten Ltd
Original Assignee
Denso Ten Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Denso Ten Ltd filed Critical Denso Ten Ltd
Priority to JP6855684A priority Critical patent/JPS60211590A/en
Publication of JPS60211590A publication Critical patent/JPS60211590A/en
Publication of JPH026250B2 publication Critical patent/JPH026250B2/ja
Granted legal-status Critical Current

Links

Description

【発明の詳細な説明】 発明の技術分野 本発明は、ランダムアクセスメモリを利用した
計数方法に関し、メモリ領域の有効利用を図ろう
とするものである。
DETAILED DESCRIPTION OF THE INVENTION Technical Field of the Invention The present invention relates to a counting method using random access memory, and is intended to make effective use of memory area.

従来技術と問題点 自動車制御システムでは8ビツトマイクロコン
ピユータを用いて各部の状態を取込み、対応する
制御を行なう。このときデイレイやフイルタをか
けて検出、制御を行なう必要があるものがあり、
このためのカウンタとしてランダムアクセスメモ
リ(RAM)が使用される。
Prior Art and Problems In an automobile control system, an 8-bit microcomputer is used to capture the status of each part and perform corresponding control. At this time, there are things that need to be detected and controlled by applying a delay or filter.
Random access memory (RAM) is used as a counter for this purpose.

第1図は自動車用制御器の要部を示し、10は
中央処理装置(CPU)、12はメモリであり
ROM(読取り専用メモリ)とRAMからなる。
ROMは主としてプログラムなどの格納に利用さ
れ、RAMはその時々のデータなどの格納に利用
されるが、自動車制御ではROM容量は充分あ
り、RAM容量が不足ぎみである。14は入力イ
ンタフエース回路、16はアナログ/デジタル変
換回路、18は出力インタフエース回路である。
自動車各部に配置されたセンサ等からのデジタル
入力Idは入力インタフエース回路14を通してま
たアナログ入力IaはA/D変換器16でデジタル
に変換されたのちCPU10に取込まれ、CPUは
これらの入力情報を元に制御出力Ocを生じ、出
力インタフエース回路18を通してこれを自動車
各部へ出力する。制御に必要な遅延(フイルタ機
能も、例えばチヤタリングが済んでから取込むと
いうことであるので結局は遅延)は、メモリ12
詳しくはそのRAM部のある記憶領域をカウンタ
として用いることにより得る。例えば8ビツトマ
イクロコンピユータの場合メモリの1アドレスの
記憶容量は8ビツトであるが、この部分をカウン
タに利用し、該記憶領域のデータを読出し、イン
クリメントして(+1して)戻し、という操作を
クロツクタイミングで繰り返し、所定数になるま
でこれを行なうと必要遅延時間を得ることができ
る。クロツク周期は5mSとすると、8ビツト数
の最大値は255であるから、255×5=1275mSが
8ビツト記憶領域つまり8ビツトカウンタで計測
可能な最長時間である。
Figure 1 shows the main parts of an automobile controller, where 10 is a central processing unit (CPU) and 12 is a memory.
Consists of ROM (read-only memory) and RAM.
ROM is mainly used to store programs, etc., and RAM is used to store data from time to time, but in automotive control, ROM capacity is sufficient and RAM capacity is running low. 14 is an input interface circuit, 16 is an analog/digital conversion circuit, and 18 is an output interface circuit.
Digital input Id from sensors etc. placed in various parts of the automobile is passed through the input interface circuit 14, and analog input Ia is converted to digital by the A/D converter 16 and then taken into the CPU 10, and the CPU receives these input information. Based on this, a control output Oc is generated and outputted to each part of the vehicle through the output interface circuit 18. The delay necessary for control (the filter function is also delayed, for example, because it is taken in after the chattering is finished) is caused by the memory 12.
More specifically, it can be obtained by using a certain storage area of the RAM section as a counter. For example, in the case of an 8-bit microcomputer, the storage capacity of one memory address is 8 bits, but this part is used as a counter, and the operation of reading the data in the storage area, incrementing it (+1), and returning it. By repeating this at clock timing until a predetermined number is reached, the necessary delay time can be obtained. Assuming that the clock period is 5 mS, the maximum value of the 8-bit number is 255, so 255 x 5 = 1275 mS is the longest time that can be measured with an 8-bit storage area, that is, an 8-bit counter.

このような、メモリ利用カウンタは、デイレイ
やフイルタを設ける必要がある制御項目数だけ設
けねばならず、1アドレス1カウンタ方式では制
御項目数が多くなるとRAMの多くのアドレスを
専有し、RAM容量が不足して他のデータの格納
に支障を来たすという問題がある。
Such memory usage counters must be provided for the number of control items that require delays and filters; in the 1-address, 1-counter method, as the number of control items increases, many addresses in RAM are occupied, and the RAM capacity is reduced. There is a problem that there is a shortage and this causes problems in storing other data.

1アドレス8ビツトの記憶領域を利用するカウ
ンタは上記のようにLSB更新周期を5mSとし
て1275mSを計時できるが、自動車用ではこのよ
うに長い遅延時間を必要とするものは稀であり、
必要遅延時間は数10mS〜数100mSである事象
が多い。仮に75mS以下の遅延時間で済む事象が
複数個あるなら、1アドレス8ビツト記憶領域を
上位4ビツトと下位4ビツトに分けて各々を独立
なカウンタとすれば、使用アドレス数を半減する
ことができる。
A counter that uses a storage area of 8 bits per address can measure 1275 mS with an LSB update cycle of 5 mS as described above, but it is rare for automobiles to require such a long delay time.
In many cases, the required delay time is several 10 mS to several 100 mS. If there are multiple events that require a delay time of 75 mS or less, the number of addresses used can be halved by dividing the 8-bit memory area of one address into the upper 4 bits and lower 4 bits and using each as an independent counter. .

発明の目的 本発明はかゝる点に着目してなされたもので、
記憶領域を分割使用してカウンタとして用いる
RAM領域を低減し、RAMの有効利用を図ろう
とするものである。
Purpose of the Invention The present invention has been made focusing on the above points.
Divide the storage area and use it as a counter
This is an attempt to reduce the RAM area and make effective use of RAM.

発明の構成 本発明は、メモリの1アドレス信号でアクセス
されるnビツト記憶領域のデータを読出し、それ
をインクリメント又はデクリメントして書込み、
かかる処理を繰り返して計数を行なうメモリ利用
計数方法において、所定の1アドレス信号でアク
セスされるnビツト記憶領域を下位mビツトで構
成される第1ブロツクと上位n−mビツトで構成
される第2ブロツクに分割し、第1の所定タイミ
ング毎に該所定の1アドレス信号で指定されたn
ビツト記憶領域の前記nビツトデータを読出し、
2゜をインクリメントまたはデクリメントして基に
戻すことで前記nビツト記憶領域中の第1ブロツ
クに第1カウンタの機能を持たせ、第2の所定タ
イミング毎に該所定の1アドレス信号で指定され
たnビツト記憶領域のnビツトデータを読出し、
2mをインクリメント又はデクリメントして元に戻
すことで前記nビツト記憶領域中の第2ブロツク
に第2カウンタの機能を持たことを特徴とする
が、次に実施例を参照してこれを説明する。
Structure of the Invention The present invention reads data from an n-bit storage area accessed by one address signal of the memory, increments or decrements the data, and writes the data.
In a memory usage counting method that performs counting by repeating such processing, an n-bit storage area accessed by one predetermined address signal is divided into a first block consisting of lower m bits and a second block consisting of upper n-m bits. divided into blocks, and at each first predetermined timing, the n specified by the predetermined one address signal is
Read the n-bit data in the bit storage area,
By incrementing or decrementing 2° and returning to the original value, the first block in the n-bit storage area is given the function of the first counter, and at every second predetermined timing, the address signal specified by the predetermined one address signal is Read n-bit data from n-bit storage area,
The second block in the n-bit storage area functions as a second counter by incrementing or decrementing 2 m and returning it to the original value.Next, this will be explained with reference to an embodiment. .

発明の実施例 第2図はメモリ12のRAM部を示し、この
RAM12aはアドレス信号ADDででアクセスさ
れる各記憶領域に8メモリセルを有する。20は
かゝる8ビツト記憶領域の1つで、上述のカウン
タとして使用される。本発明ではかゝる記憶領域
を同図bに示すように上位4ビツトと下位4ビツ
トに2分割して、または同図cに示すように上位
5ビツトと下位3ビツトに(上、下はこの逆でも
よい)2分割して、各々を独立なカウンタとして
使用する。CTR1,CTR2はこれらのカウンタを
示す。bの場合各カウンタは4ビツトであるから
最大計数値は15であり、前述のようにLSBの更
新タイミングを5mS毎として最大計測時間は75
mSである。cの場合は一方のカウンタCTR1
5ビツトであるから最大計数値は31、最大計測時
間は155mS、他方のカウンタCTR2は3ビツト
であるから最大計数値は7、最大計測時間は35m
Sである。クロツク周期を5mSでなく、その2
倍、3倍……とすれば、時間計測が粗くなるが、
最大計測時間は上記の2倍、3倍……になる。こ
れらのカウンタCTR1,CTR2はアドレスは同じ
であるから一方が読み出されるときは他方も読み
出され、書込みについても同様である。カウンタ
のインクリメントは、第2図bの下位ビツトカウ
ンタCTR2についてはその下位ビツト内のLSB
(2値8ビツト数は、16進で表わせば00〜FFのど
れかであるが、その01)を、同上位ビツトカウン
タCTR1についてはその上位ビツト内のLSB、上
記16進で表わしし10をプラスすることにより行な
う。第2図cのカウンタもこれに準じる。上、下
位ビツトカウンタCTR1,CTR2は同時に読出さ
れ、そして両カウンタとも稼動中として両方がイ
ンクリメントされたのち戻される(同じアドレス
へ書込まれる)が、オーバフローが生じなければ
相互に干渉するようなことはなく独立に動作す
る。オーバフローが生じるときは対策が必要であ
る。
Embodiment of the Invention FIG. 2 shows the RAM section of the memory 12.
RAM 12a has eight memory cells in each storage area accessed by address signal ADD. 20 is one of these 8-bit storage areas and is used as the counter described above. In the present invention, such a storage area is divided into two, into upper 4 bits and lower 4 bits, as shown in Figure b, or into upper 5 bits and lower 3 bits, as shown in Figure c. (The reverse is also possible) Divide into two and use each as an independent counter. CTR 1 and CTR 2 indicate these counters. In case b, each counter has 4 bits, so the maximum count value is 15, and as mentioned above, assuming the LSB update timing is every 5 mS, the maximum measurement time is 75.
mS. In case c, one counter CTR 1 has 5 bits, so the maximum count value is 31 and the maximum measurement time is 155 mS, and the other counter CTR 2 has 3 bits, so the maximum count value is 7 and the maximum measurement time is 35 mS.
It is S. The clock period is not 5mS, but the second
If you double, triple, etc., the time measurement will become rough, but
The maximum measurement time will be twice, three times, etc. as above. These counters CTR 1 and CTR 2 have the same address, so when one is read, the other is also read, and the same goes for writing. For the lower bit counter CTR 2 in Figure 2b, the counter is incremented by the LSB in its lower bit.
(A binary 8-bit number is any one from 00 to FF when expressed in hexadecimal, but 01) is expressed as the LSB of the upper bit for the same high-order bit counter CTR 1 , and expressed in hexadecimal as above 10 This is done by adding . The counter in FIG. 2c also conforms to this. The upper and lower bit counters CTR 1 and CTR 2 are read at the same time, and both counters are incremented and returned (written to the same address) as if they were running, but if no overflow occurs, they will interfere with each other. It works independently. Measures must be taken when overflow occurs.

第4図はカウンタの更新要領の一例を示すフロ
ーチヤートである。一定時間本例では5mS毎に
割込みが入つてこの処理ルーチンが起動し、まず
カウンタの下位4ビツト即ち第2図bのCTR2
インクリメントする。次いでオーバフローが生じ
たかをチエツクし、生じなければ(N)カウンタ
の上位4ビツト即ち第2図bのCTR1をインクリ
メントし、次いでオーバフローが生じたかをチエ
ツクし、生じなければ(N)カウンタインクリメ
ント動作を終了して次の割込みを待つ。上/下位
4ビツトのインクリメントでオーバフローが生じ
る(Y)とその上/下位4ビツトをデクリメント
し(−1し)、オーバフロー分を打ち消す。
FIG. 4 is a flowchart showing an example of how to update the counter. This processing routine is activated by an interrupt every 5 mS for a certain period of time in this example, and first increments the lower 4 bits of the counter, ie, CTR 2 in FIG. 2b. Next, it is checked whether an overflow has occurred, and if it has not occurred (N), the upper 4 bits of the counter, that is, CTR 1 in FIG. and wait for the next interrupt. When an overflow occurs (Y) by incrementing the upper/lower 4 bits, the upper/lower 4 bits are decremented (-1) to cancel the overflow.

この状態では上/下位4ビツトは最大値に張り
付く(15、16間を振動する)ことになる。
In this state, the upper/lower 4 bits will stick to the maximum value (oscillate between 15 and 16).

第5図は下位4ビツトカウンタCTR2を50mS
カウンタとして、また上位4ビツトカウンタ
CTR1を20mSカウンタとして使用する場合の処
理要領を示す。自動車各部に配置されるセンサが
アイドルセンサなどのようにスイツチ(接点)で
構成される場合、接点にはチヤタリングがあるの
で、検出信号が立上つても直ちに取込まず、チヤ
タリング終了後の安定な状態になつてから取込む
のがよい。こゝでは50mSの遅延が必要な入力を
A、20mSの遅延が必要な入力をBとしている。
この処理ルーチンが起動すると先ず入力Aが読み
取られ、A=“0”かがチエツクされる。
Figure 5 shows the lower 4-bit counter CTR 2 for 50mS.
As a counter, or as an upper 4-bit counter
The processing procedure when using CTR 1 as a 20mS counter is shown below. When sensors placed in various parts of a car are composed of switches (contacts), such as idle sensors, the contacts have chattering, so even if a detection signal rises, it is not immediately captured, and it is not possible to obtain a stable signal after the chattering ends. It is better to take it in after the condition is reached. Here, the input that requires a delay of 50 mS is designated as A, and the input that requires a delay of 20 mS is designated as B.
When this processing routine starts, first, input A is read and it is checked whether A="0".

第3図aに示すようにセンサが検出出力を生じ
ていないときはA=“0”であり、この状態では
(Y)、下位4ビツトカウンタCTR2はインクリメ
ント、クリヤを繰り返され計数値は0になつてい
る。この計数値は50mSになつたか(LSB更新
周期を5mSとして10になつたか)がチエツクさ
れ、ノー(N)なら入力Bを読み取り、B=“0”
なら(Y)上位4ビツトカウンタCTR1をクリヤ
し、次いで20mSになつたか否かをチエツクし、
ノー(N)なら最初の入力A読み取りに戻り、以
下同様操作を繰り返す。入力A、Bが“1”にな
ると計数が開始され、第3図b,eに示すように
計数を開始する。そして50mS、20mSになる
と、本例では計数値が10、4になるとタイムアウ
トとし、入力A、Bを真値としてこれを取込む。
As shown in Figure 3a, when the sensor is not producing a detection output, A="0", and in this state (Y), the lower 4-bit counter CTR 2 is repeatedly incremented and cleared, and the count value is 0. It's getting old. It is checked whether this count value has reached 50 mS (has it reached 10 assuming the LSB update cycle is 5 mS), and if no (N), input B is read and B = “0”.
If so (Y) clear the upper 4 bit counter CTR 1 , then check whether it has reached 20mS,
If no (N), return to the first reading of input A, and repeat the same operation. When inputs A and B become "1", counting is started as shown in FIG. 3b and e. Then, when it reaches 50 mS and 20 mS, in this example, when the count value reaches 10 and 4, it is set as a timeout and inputs A and B are taken as true values.

カウンタCTR1,CTR2は50mS、20mSを計
時後も計数を続け、やがて最大値に達して第4図
で述べたようにその最大値にホールドされる。リ
セツトは入力A、Bが0に戻るとき行なわれる。
The counters CTR 1 and CTR 2 continue counting even after counting 50 mS and 20 mS, and eventually reach the maximum value and are held at the maximum value as described in FIG. Reset occurs when inputs A and B return to zero.

カウンタCTR1,CTR2はインクリメントして
計数値を増大する使用法の他に、最初にある数値
をプリセツトし、それをデクリメントして計数値
を次第に減少させる計数法にも適用できる。入力
AにカウンタCTR2を、また入力Bにカウンタ
CTR1を割当てるという処理(上位4ビツトを見
よ、下位4ビツトを見よという如き処理)はプロ
グラム上で行ない、CTR2に対しては01を、
CTR1に対しては10を(いずれも16進)加算して
インクリメントするという処理も同様にプログラ
ムで行なう。また実施例ではカウンタは最大値に
達するとインクリメント、デクリメントを繰り返
して最大値を維持するが、これは最大値で計数停
止としてもよい。また実施例では一定周期のクロ
ツク周期を計数するので時計(タイマ)になる
が、計数する信号が不定周期なら単なるカウンタ
となることは当然で、本発明は後者にも適用でき
ることは勿論である。
The counters CTR 1 and CTR 2 can be used not only to increase the count value by incrementing, but also to a counting method in which a certain value is initially preset and then decremented to gradually decrease the count value. Counter CTR 2 on input A and counter on input B
The process of assigning CTR 1 (processing such as looking at the upper 4 bits and looking at the lower 4 bits) is done in the program, and 01 is assigned to CTR 2 .
The program also performs the same process of incrementing CTR 1 by adding 10 (both in hexadecimal). Furthermore, in the embodiment, when the counter reaches the maximum value, it repeats incrementing and decrementing to maintain the maximum value, but the counter may stop counting at the maximum value. Furthermore, in the embodiment, it is a clock (timer) because it counts clock cycles of a constant period, but if the signal to be counted has an irregular period, it is of course a mere counter, and the present invention can of course be applied to the latter.

発明の効果 以上説明したように本発明によれば、カウンタ
として使用するRAM記憶領域を有効利用でき、
RAM容量が不足がちな用途に適して甚だ有効で
ある。
Effects of the Invention As explained above, according to the present invention, it is possible to effectively utilize the RAM storage area used as a counter.
It is extremely effective and suitable for applications where RAM capacity tends to be insufficient.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は自動車制御器の要部を示すブロツク
図、第2図はカウンタとして用いるRAM部の説
明図、第3図はカウント動作の説明図、第4図及
び第5図は計時要領を示すフローチヤートであ
る。 図面で12aはメモリ、20はnビツト記憶領
域、CTR1,CTR2は複数個に分割されたブロツ
クである。
Fig. 1 is a block diagram showing the main parts of the vehicle controller, Fig. 2 is an explanatory diagram of the RAM section used as a counter, Fig. 3 is an explanatory diagram of the counting operation, and Figs. 4 and 5 show the timekeeping procedure. It is a flowchart. In the drawing, 12a is a memory, 20 is an n-bit storage area, and CTR 1 and CTR 2 are blocks divided into a plurality of blocks.

Claims (1)

【特許請求の範囲】 1 メモリの1アドレス信号でアクセスされるn
ビツト記憶領域のデータを読出し、それをインク
リメント又はデクリメントして書込み、かかる処
理を繰り返して計数を行なうメモリ利用計数方法
において、 所定の1アドレス信号でアクセスされるnビツ
ト記憶領域を下位mビツト(m<n)で構成され
る第1ブロツクと上位n−mビツトで構成される
第2ブロツクに分割し、 第1の所定タイミング毎に該所定の1アドレス
信号で指定されたnビツト記憶領域の前記nビツ
トデータを読出し、2゜をインクリメントまたはデ
クリメントして基に戻すことで前記nビツト記憶
領域中の第1ブロツクに第1カウンタの機能を持
たせ、 第2の所定タイミング毎に該所定の1アドレス
信号で指定されたnビツト記憶領域のnビツトデ
ータを読出し、2mをインクリメント又はデクリメ
ントして元に戻すことで前記nビツト記憶領域中
の第2ブロツクに第2カウンタの機能を持たこと
を特徴とするメモリ利用計数方法。
[Claims] 1 n accessed by 1 memory address signal
In a memory usage counting method in which data in a bit storage area is read, incremented or decremented and written, and this process is repeated for counting, the n-bit storage area accessed by one predetermined address signal is divided into lower m bits (m <n) and a second block consisting of upper n-m bits, and at each first predetermined timing, the n bit storage area designated by the predetermined one address signal is By reading the n-bit data, incrementing or decrementing it by 2 degrees, and returning it to the original value, the first block in the n-bit storage area has the function of the first counter, and the predetermined 1 is read at every second predetermined timing. By reading the n-bit data in the n-bit storage area specified by the address signal, incrementing or decrementing 2 m and returning to the original value, the second block in the n-bit storage area has the function of a second counter. Characteristic memory usage counting method.
JP6855684A 1984-04-06 1984-04-06 Counting method utilizing memory Granted JPS60211590A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6855684A JPS60211590A (en) 1984-04-06 1984-04-06 Counting method utilizing memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6855684A JPS60211590A (en) 1984-04-06 1984-04-06 Counting method utilizing memory

Publications (2)

Publication Number Publication Date
JPS60211590A JPS60211590A (en) 1985-10-23
JPH026250B2 true JPH026250B2 (en) 1990-02-08

Family

ID=13377149

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6855684A Granted JPS60211590A (en) 1984-04-06 1984-04-06 Counting method utilizing memory

Country Status (1)

Country Link
JP (1) JPS60211590A (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021065648A (en) * 2019-10-28 2021-04-30 株式会社三洋物産 Game machine

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5738030A (en) * 1980-08-18 1982-03-02 Toshiba Corp Counter circuit
JPS57193841A (en) * 1981-05-22 1982-11-29 Hitachi Ltd Program counter circuit

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5738030A (en) * 1980-08-18 1982-03-02 Toshiba Corp Counter circuit
JPS57193841A (en) * 1981-05-22 1982-11-29 Hitachi Ltd Program counter circuit

Also Published As

Publication number Publication date
JPS60211590A (en) 1985-10-23

Similar Documents

Publication Publication Date Title
US4219875A (en) Digital event input circuit for a computer based process control system
US4001565A (en) Digital interpolator
JPS6147353B2 (en)
JPH0249599B2 (en)
US5748969A (en) Arbitration apparatus using least recently used algorithm
JPH026250B2 (en)
US5233573A (en) Digital data processor including apparatus for collecting time-related information
US5325341A (en) Digital timer apparatus and method
EP0628913A1 (en) Interrupt signal detection circuit
US5301335A (en) Register with selective wait feature
JPS5827438Y2 (en) shift register
JP2001127621A (en) Read controller for counter and its control method
JPS6310447B2 (en)
SU1499348A1 (en) Signature shaper
US5497481A (en) Microcomputer computer system having plural programmable timers and preventing memory access operations from interfering with timer start requests
SU1580376A1 (en) Device for addressing memory units
JPS6025952B2 (en) timed method
SU1277180A1 (en) Device for analyzing speech signals
JPS5914765B2 (en) Digital control device input circuit
SU1529219A1 (en) Random pulse generator
SU1462391A1 (en) Information transmitting device
SU1144109A1 (en) Device for polling information channels
JPH07146814A (en) Memory device
SU1228033A1 (en) Apparatus for forming numerical equivalent of measured parameter
SU860139A1 (en) Shift register memory device

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term