JPH0782370B2 - Sequencer timer processor - Google Patents

Sequencer timer processor

Info

Publication number
JPH0782370B2
JPH0782370B2 JP61283734A JP28373486A JPH0782370B2 JP H0782370 B2 JPH0782370 B2 JP H0782370B2 JP 61283734 A JP61283734 A JP 61283734A JP 28373486 A JP28373486 A JP 28373486A JP H0782370 B2 JPH0782370 B2 JP H0782370B2
Authority
JP
Japan
Prior art keywords
timer
time base
value table
data
base register
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 - Fee Related
Application number
JP61283734A
Other languages
Japanese (ja)
Other versions
JPS63136201A (en
Inventor
正人 藤井
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.)
Meidensha Corp
Original Assignee
Meidensha Corp
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 Meidensha Corp filed Critical Meidensha Corp
Priority to JP61283734A priority Critical patent/JPH0782370B2/en
Publication of JPS63136201A publication Critical patent/JPS63136201A/en
Publication of JPH0782370B2 publication Critical patent/JPH0782370B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Programmable Controllers (AREA)

Description

【発明の詳細な説明】 A.産業上の利用分野 本発明はプログラムコントローラに関し、特に所定のプ
ログラムに従ってシステムの制御を行うためのシーケン
サのタイマ処理装置に関する。
The present invention relates to a program controller, and more particularly to a timer processing device of a sequencer for controlling the system according to a predetermined program.

B.発明の概要 本発明は、一定周期でインクリメントされるタイムベー
スレジスタと、前記タイムベースレジスタの前回値デー
タを格納するタイムベースレジスタ前回値テーブルと、
前記タイムベースレジスタの現在値を格納するタイマ現
在値テーブルおよびタイマの設定値を格納するタイマ設
定値テーブルとを有する装置において、 シーケンスプログラム内でタイマ命令を検出し動作条件
に応じて前記タイムベースレジスタ前回値テーブル,タ
イマ現在値テーブルおよびタイマ設定値テーブルのデー
タのアドレスを求めておき、タイムベースレジスタのデ
ータとタイムベースレジスタ前回値のテーブルのデータ
との差をとり、その差をタイマ現在値テーブルに加え
て、タイムベースレジスタの新たなデータをタイムベー
スレジスタ前回値テーブルに転送すると共に、タイマ現
在値テーブルの内容と設定値テーブルの内容を比較して
タイムアップチェックを行うことにより、 サブルーチン,ジャンプによってもタイマ現在値が正し
く更新されるタイマ処理装置を得るものである。
B. SUMMARY OF THE INVENTION The present invention is a time base register that is incremented at regular intervals, a time base register previous value table that stores previous value data of the time base register,
In a device having a timer current value table storing the current value of the time base register and a timer setting value table storing the timer setting value, the time base register is detected according to an operating condition by detecting a timer instruction in a sequence program. The address of the data of the previous value table, the timer current value table, and the timer set value table is obtained in advance, and the difference between the data of the time base register and the data of the previous value of the time base register is calculated, and the difference is calculated. In addition, the new data of the time base register is transferred to the previous value table of the time base register, and the contents of the timer current value table and the set value table are compared to perform a time-up check. Also by the timer now It is intended to obtain a timer processing unit is correctly updated.

C.従来の技術 シーケンサのタイマ命令を実現するために、従来は次の
ような方法をとっていた。
C. Conventional Technology In order to realize the timer instruction of the sequencer, the following method has been used conventionally.

(1)タイムベース割込方式 タイムベース割込時にタイマ条件チェック,タイマ現在
値更新,タイムアップチェック等の処理を全タイマ命令
について行う。
(1) Timebase interrupt method At the timebase interrupt, processing such as timer condition check, timer current value update, and time-up check is performed for all timer instructions.

(2)タイムベース割込カウント方式 例えば特開昭61-72304号公報に示すように、タイムベー
ス割込でタイムベースカウンタを+1にしておき、1ス
キャンの開始あるいは終了時にタイムベースカウンタを
経過時間レジスタに転送し、タイムベースカウンタをク
リアする。そしてタイマ命令で、タイマ条件をチェック
し、動作中ならばタイマ現在値に経過時間レジスタの内
容を加えて新たにタイマ現在値を求め、所定値と比較し
てタイムアップをチェックする。
(2) Time-base interrupt counting method For example, as shown in Japanese Patent Laid-Open No. 61-72304, the time-base interrupt is set to +1 and the time-base counter is set to the elapsed time at the start or end of one scan. Transfer to register and clear time base counter. Then, the timer condition is checked by a timer command, and if it is in operation, the contents of the elapsed time register are added to the timer current value to newly obtain the timer current value, and the time is checked by comparing with a predetermined value.

D.発明が解決しようとする問題点 上記(1)項のタイムベース処理方式では、処理時間が
かかり、タイマ命令数が多い場合や、タイムベースが短
い場合は適用できない。
D. Problems to be Solved by the Invention The time base processing method of the above item (1) cannot be applied when the processing time is long and the number of timer instructions is large or the time base is short.

上記(2)項のタイムベース割込カウント方式では、タ
イマ命令サブルーチンなどで2回使用されると、タイマ
現在値が正しく更新されない。また、ジャンプ命令でタ
イマ命令がそのスキャン内に実行されない場合、タイマ
現在値も更新されない。このように、サブルーチン,ジ
ャンプなどの命令を持っているシーケンサでは(2)項
の方式では不十分である。
In the time base interrupt counting method of the item (2), the timer current value is not updated correctly when it is used twice in the timer instruction subroutine or the like. Also, if the jump instruction does not execute the timer instruction within the scan, the current timer value is not updated. As described above, the method of item (2) is not sufficient for a sequencer having instructions such as a subroutine and a jump.

E.問題点を解決するための手段と作用 本発明は上述の問題点に鑑みてなされたもので、一定周
期でインクリメントされるタイムベースレジスタと、前
記タイムベースレジスタの前回値を格納するタイムベー
スレジスタ前回値テーブルと、前記タイムベースレジス
タの現在値を格納するタイムベースレジスタ現在値テー
ブルと、タイマの設定値が格納されたタイマ設定値テー
ブルとを有する装置において、シーケンスプログラム内
でタイマ命令を検出し動作条件に応じたタイマ命令番号
に応じて前記タイムベースレジスタ前回値テーブル,タ
イマ現在値テーブルおよび設定値テーブルのデータのア
ドレスを求める手段と、前記タイムベースレジスタの現
時点でのデータ値とタイムベースレジスタ前回値テーブ
ルデータ値の差をとり前回のタイマ処理と今回の処理と
の時間差データを得、その時間差データをタイマ現在値
テーブルに入力し、該タイマ現在値テーブルの出力デー
タを前記時間差データに加えて現時点でのタイマ現在値
データを得、該現在値データをもとに前記タイムベース
レジスタの新たなデータを前記タイムベースレジスタ前
回値テーブルに転送する手段と、前記タイマ現在値テー
ブルの内容とタイマ設定値テーブルの内容を比較してタ
イムアップチェックする手段とによって構成したもので
ある。
E. Means and Actions for Solving Problems The present invention has been made in view of the above problems, and a time base register that is incremented at a constant cycle and a time base that stores the previous value of the time base register. In a device having a register previous value table, a time base register current value table that stores the current value of the time base register, and a timer setting value table that stores timer setting values, a timer command is detected in the sequence program. Means for obtaining the data address of the previous value table, the current timer value table, and the set value table of the time base register according to the timer instruction number according to the operating condition, and the current data value of the time base register and the time base Register Previous value table Take the difference between the data values and the previous timer The time difference data between the process and the current processing, input the time difference data to the timer current value table, add the output data of the timer current value table to the time difference data to obtain the current timer current value data, A time-up check is performed by comparing the contents of the timer present value table and the contents of the timer set value table with a means for transferring new data of the time base register to the previous value table of the time base register based on the present value data. And means for doing so.

F.実施例 以下に本発明の実施例を第1図〜第3図によって説明す
る。第1図はこの実施例によるシーケンサのタイマ処理
装置におけるタイマ処理データ構成図を示し、第1図
(A)は一定周期でインクリメントされるタイムベース
レジスタ、第1図(B)〜第1図(D)はタイマ命令順
に並んだテーブルでメモリ内に置かれる。第1図(A)
のタイムベースレジスタ1,第1図(B)のタイムベース
レジスタ前回値テーブル2および第1図(C)のタイマ
現在値テーブル3は電源投入時に例えば「0」にクリア
され、これによりセットアップされる。タイムベースレ
ジスタ前回値テーブル2およびタイマ現在値テーブル3
はそれぞれ対応するコラムTo〜Tnを有するとともに、第
1図(D)のタイマ設定テーブル4も対応するコラムTo
〜Tnを有する。
F. Example An example of the present invention will be described below with reference to FIGS. FIG. 1 is a block diagram of the timer processing data in the timer processing device of the sequencer according to this embodiment. FIG. 1 (A) is a time base register which is incremented at a constant cycle, and FIGS. 1 (B) to 1 ( D) is a table arranged in the order of timer instructions and is placed in the memory. Fig. 1 (A)
The time base register 1, the time base register of FIG. 1 (B), the previous value table 2 and the timer present value table 3 of FIG. 1 (C) are cleared to, for example, “0” when the power is turned on, and set up by this . Time base register previous value table 2 and timer current value table 3
Have corresponding columns To to Tn, and the timer setting table 4 in FIG.
With Tn.

シーケンスプログラム内でタイマ命令を検出すると、動
作条件をチェックし、動作条件成立ならば、タイマ命令
番号に対応したタイムベースレジスタ前回値テーブル2,
タイマ現在値テーブル3およびタイマ設定値テーブル4
のデータのアドレスを求めておき、タイムベースレジス
タ1のデータ(内容)とタイムベースレジスタ前回値テ
ーブル2のデータ(内容)の差をとりそれをタイマ現在
値テーブル3に加えてタイムベースレジスタ1のデータ
をタイムベースレジスタ前回値テーブル2に転送する。
When the timer instruction is detected in the sequence program, the operating condition is checked. If the operating condition is satisfied, the time base register corresponding to the timer instruction number previous value table 2,
Timer current value table 3 and timer set value table 4
Of the data of the time base register 1 and the data (content) of the time base register 1 and the previous value table 2 of the time base register 1 and the difference is added to the timer current value table 3 of the time base register 1 The data is transferred to the time base register previous value table 2.

次に、タイマ現在値テーブル3とタイマ設定値テーブル
4の各内容を比べてタイムアップチェックを行う。レジ
スタ1の内容とテーブル2の内容との差をとることで、
前回のタイマ命令を実行したときから今までの経過時間
がわかる。この経過時間をタイマ現在値テーブル3を加
えることで、新しいタイマ現在値が得られる。
Next, a time-up check is performed by comparing the contents of the timer present value table 3 and the timer setting value table 4. By taking the difference between the contents of register 1 and the contents of table 2,
You can see the elapsed time from when the last timer instruction was executed. A new timer current value can be obtained by adding this elapsed time to the timer current value table 3.

また、タイムベースレジスタ1の内容をタイムベース前
回値テーブル2に転送して、次にこのタイマ命令が実行
されている時までタイムベースレジスタ1の値を保持す
る。タイマ現在値テーブル3の内容とタイマ設定値テー
ブル4の内容を比べることでタイムアップか否かが判別
される。
Also, the contents of the time base register 1 are transferred to the time base previous value table 2, and the value of the time base register 1 is held until the next time when this timer instruction is executed. By comparing the contents of the timer present value table 3 and the contents of the timer setting value table 4, it is judged whether or not the time is up.

さらに、前回値テーブルを設けることでタイマオペラン
ド毎に前回値を持っているので、同一オペランドのタイ
マ命令が何度実行されても正確な計時が可能である。
Further, by providing the previous value table, since each timer operand has the previous value, accurate time measurement is possible no matter how many times the timer instruction of the same operand is executed.

さらに具体的には、第3図に示すように、まずレジスタ
1のデータd1はタイムベース前回値テーブル2に導かれ
る。タイムベース前回値テーブル2はデータd1を保持す
るとともに、データd1が入力された時点でタイムベース
レジスタ1からの前回の入力データd2を出力する。タイ
ムベースレジスタ1からのデータd1とタイムベースレジ
スタ前回値テーブル2の出力データd2の差をとりデータ
d3が得られる。データd3は前回の処理と今回の処理との
時間差となり、前回のタイマ命令を実行したときから今
までの経過時間がわかる。タイマ現在値テーブル3はデ
ータd3を入力としてデータd4を出力する。タイマ現在値
テーブル3の出力データd4を上記データd3に加えて現時
点での真のタイマ現在値データd5が得られる。このタイ
マ現在値データd5をもとに、タイムベースレジスタ1は
新たなデータd1aをタイムベース前回値テーブル2に転
送する。
More specifically, as shown in FIG. 3, first, the data d 1 of the register 1 is guided to the time base previous value table 2. Timebase previous value table 2 holds the data d 1, and outputs a previous input data d 2 from the time base register 1 when the data d 1 is input. Data takes the difference between the output data d 2 of the data d 1 and the time base register immediately preceding value table 2 from the time base register 1
d 3 is obtained. The data d 3 is the time difference between the previous processing and this processing, and the elapsed time from when the previous timer instruction was executed until now is known. Timer current value table 3 outputs the data d 4 as input data d 3. The output data d 4 of the timer current value table 3 is true of the timer current value data d 5 at the current time in addition to the data d 3 is obtained. Based on this timer current value data d 5 , the time base register 1 transfers new data d 1a to the time base previous value table 2.

第2図はオンデイレイタイマの動作を示すフローチャー
トであって、ステップS1でオンデイレイタイマを始動さ
せると、ステップS2に示す如くタイムベースレジスタ1
がセーブされる。タイムベースレジスタ1がセーブされ
ると、ステップS3においてタイマが動作中か否かを判断
する。タイマが動作中でなければステップS4に移行し、
タイマ現在値が「0」にセットれ、これによりステップ
S5に示すようにタイムアップ出力も「0」にセットされ
る。タイムアップ出力がセットされると、ステップS6
如くレジスタ1の内容は前回値にセットされ、ステップ
S7に示すように動作が完了する。
FIG. 2 is a flow chart showing the operation of the on-delay timer. When the on-delay timer is started in step S 1 , the time base register 1 is set as shown in step S 2.
Is saved. When the time base register 1 is saved, the timer determines whether or not the operation in step S 3. If the timer is not running, move to step S 4 ,
The current timer value is set to "0",
Time up output as shown in S 5 is also set to "0". When the time-up output is set, the contents of register 1 as step S 6 is set to the previous value, step
The operation is completed as shown in S 7 .

ステップS3においてタイマ動作中であれば、ステップS8
に進み、タイムアップ中であればステップS6に移行す
る。また、タイムアップ中でなければタイマ動作中前回
値が「1」であるか否かを判断し、「1」でなければス
テップS10に示すように現在値が設定値より大きいか否
かを判断する。ステップS10において、現在値が設定値
より大きくなければステップS6に移行する。また、現在
値が設定値より大きければ、ステップS11においてタイ
ムアップ出力を「1」にセットし、その後ステップS6
移行する。次に、ステップS9においてタイマが動作中で
ありかつタイマ動作中前回値が「1」であればステップ
S12に移行し、タイマ現在値を更新してステップS10に移
行する。
If during the timer operation in step S 3, Step S 8
If the time is up, go to step S 6 . Further, if not in time-up timer is running last time value determines whether or not "1", "1" unless the current value as shown in step S 10 is the greater or not than the set value to decide. In step S 10, the process proceeds to step S 6 to be greater than the current value setting. Further, the current value is greater than the set value, set the time-up output to "1" in step S 11, and then proceeds to step S 6. Next, step if the timer is in operation and the timer is running the previous value in step S 9 is "1"
Proceeds to S 12, the process proceeds to step S 10 to update the timer current value.

上述のシーケンサのタイマ処理装置によれば、インクリ
メントはハードウェアで行ってもよく、タイムベース割
込によるソフトウェア処理で行ってもよい。また、同じ
タイマ命令が1スキャンで2個以上使用されても、ジャ
ンプ等により、あるスキャンでタイマ命令が使用されな
くても正しくタイマは動作する。さらに、タイムベース
の更新周期が異なるタイマ命令を簡単に実現できる。す
なわち、例えばタイムベースを1(msec)と100(mse
c)の2種類にするためには、タイムベースレジスタも
2種類用意してタイマ命令を1(msec)用と100(mse
c)用で区別する。1(msec)命令では1msec用タイムベ
ースレジスタを使って処理する。処理方法は全く同じで
ある。第1図に示すタイマベースレジスタ1,タイムベー
スレジスタ前回値テーブル2,タイマ現在値テーブル3お
よびタイマ設定値テーブル4の各データ長さを16ビット
にすれば、タイムベースレジスタ1のデータ長とタイム
ベースレジスタ前回値テーブル2のデータ長の差計算で
1msecのタイマ命令でも65.535秒までは誤差は生じな
い。すなわち、同じタイマ命令を65.535秒以内に使用し
さえすればタイマは正しく動作する。これを進展させる
とタイムベース10(msec)のタイマも実現可能である。
According to the timer processing device of the above sequencer, the increment may be performed by hardware or may be performed by software processing by time base interruption. Even if the same timer instruction is used more than once in one scan, the timer operates correctly even if the timer instruction is not used in a certain scan due to a jump or the like. Furthermore, it is possible to easily realize timer instructions having different time base update cycles. That is, for example, the time base is 1 (msec) and 100 (mse
In order to use the two types of c), prepare two types of time base registers and set timer instructions for 1 (msec) and 100 (mse).
Distinguish according to c). The 1 (msec) instruction uses the 1 msec time base register for processing. The processing method is exactly the same. If the data length of the timer base register 1, time base register previous value table 2, timer current value table 3 and timer set value table 4 shown in FIG. 1 is set to 16 bits, the data length of the time base register 1 and the time In the base register previous value table 2 data length difference calculation
Even with a 1msec timer command, no error occurs up to 65.535 seconds. That is, the timer works correctly as long as you use the same timer instruction within 65.535 seconds. If this is advanced, a timer with a time base of 10 (msec) can be realized.

G.発明の効果 本発明は以上の如くであって、タイムベースレジスタの
内容と前回値テーブルの内容との差をとることにより、
前回のタイマ命令を実行したときから今までの経過時間
がわかり、この経過時間を現在値テーブルに加えること
により、新しいタイマ現在値が得られるから、サブルー
チン,チャンプ命令があっても正しく動作し、タイムベ
ースを複数持つことで高速タイマや低速タイマを実現で
きる等優れたタイマ処理装置を得ることができる。
G. Effect of the Invention The present invention is as described above, and by taking the difference between the contents of the time base register and the contents of the previous value table,
Since the elapsed time from when the last timer instruction was executed to now is known, and a new timer current value can be obtained by adding this elapsed time to the current value table, it will operate correctly even if there is a subroutine or champ instruction, By having a plurality of time bases, it is possible to obtain an excellent timer processing device that can realize a high-speed timer and a low-speed timer.

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

第1図(A)〜(D)はタイマ処理データ構成図、第2
図はオンデイレイタイマの動作フローチャート、第3図
はタイマ処理装置のデータ授受関係を示すブロック図で
ある。 1…タイムベースレジスタ、2…タイムベースレジスタ
前回値テーブル、3…タイマ現在値テーブル、4…タイ
マ設定値テーブル。
FIGS. 1 (A) to (D) are timer processing data configuration diagrams, and FIG.
FIG. 3 is an operation flowchart of the on-delay timer, and FIG. 3 is a block diagram showing a data transfer relationship of the timer processing device. 1 ... time base register, 2 ... time base register previous value table, 3 timer current value table, 4 timer set value table.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】一定周期でインクリメントされるタイムベ
ースレジスタと、前記タイムベースレジスタの前回値を
格納するタイムベースレジスタ前回値テーブルと、前記
タイムベースレジスタの現在値を格納するタイムベース
レジスタ現在値テーブルと、タイマの設定値が格納され
たタイマ設定値テーブルとを有する装置において、シー
ケンスプログラム内でタイマ命令を検出し動作条件に応
じたタイマ命令番号に応じて前記タイムベースレジスタ
前回値テーブル,タイマ現在値テーブルおよび設定値テ
ーブルのデータのアドレスを求める手段と、前記タイム
ベースレジスタの現時点でのデータ値とタイムベースレ
ジスタ前回値テーブルデータ値の差をとり前回のタイマ
処理と今回の処理との時間差データを得、その時間差デ
ータをタイマ現在値テーブルに入力し、該タイマ現在値
テーブルの出力データを前記時間差データに加えて現時
点でのタイマ現在値データを得、該現在値データをもと
に前記タイムベースレジスタの新たなデータを前記タイ
ムベースレジスタ前回値テーブルに転送する手段と、前
記タイマ現在値テーブルの内容とタイマ設定値テーブル
の内容を比較してタイムアップチェックする手段とによ
って構成したことを特徴とするシーケンサのタイマ処理
装置。
1. A time base register that is incremented in a fixed cycle, a time base register previous value table that stores the previous value of the time base register, and a time base register current value table that stores the current value of the time base register. And a timer setting value table in which timer setting values are stored, a timer instruction is detected in a sequence program, and the time base register previous value table and the timer current value are detected according to the timer instruction number according to the operating condition. A means for obtaining the data address of the value table and the set value table, and the difference between the current data value of the time base register and the previous value table data value of the time base register, and the time difference data between the previous timer processing and the current processing. Get the time difference data of the timer now Input to a table, output data of the timer current value table is added to the time difference data to obtain timer current value data at the present time, and new data of the time base register is added to the time base based on the current value data. A timer processing device for a sequencer, comprising: means for transferring to a register previous value table and means for comparing the contents of the timer current value table and the contents of the timer set value table to check the time-up.
JP61283734A 1986-11-28 1986-11-28 Sequencer timer processor Expired - Fee Related JPH0782370B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61283734A JPH0782370B2 (en) 1986-11-28 1986-11-28 Sequencer timer processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61283734A JPH0782370B2 (en) 1986-11-28 1986-11-28 Sequencer timer processor

Publications (2)

Publication Number Publication Date
JPS63136201A JPS63136201A (en) 1988-06-08
JPH0782370B2 true JPH0782370B2 (en) 1995-09-06

Family

ID=17669409

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61283734A Expired - Fee Related JPH0782370B2 (en) 1986-11-28 1986-11-28 Sequencer timer processor

Country Status (1)

Country Link
JP (1) JPH0782370B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03139703A (en) * 1989-10-26 1991-06-13 Matsushita Electric Works Ltd Timer instruction processing system of programmable controller

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS53128372A (en) * 1977-04-15 1978-11-09 Nec Corp Time counting and calculating system
JPS59142652A (en) * 1983-02-02 1984-08-15 Nec Corp Managing system of elapsed time
JPH0769728B2 (en) * 1984-09-17 1995-07-31 富士電機株式会社 Programmable controller

Also Published As

Publication number Publication date
JPS63136201A (en) 1988-06-08

Similar Documents

Publication Publication Date Title
JPS6019028B2 (en) information processing equipment
JPH0782370B2 (en) Sequencer timer processor
JP2963676B2 (en) Programmable controller
JPS6128144A (en) Executing device of tracing
JPS6337436A (en) Program development backup device
JPS62156738A (en) Program controller
JPS615349A (en) Programmable controller
JP2575025B2 (en) In-circuit emulator
JPH0241781B2 (en)
JPS6232509B2 (en)
JPH0450616B2 (en)
JPS63269239A (en) Processor load measuring system
JP3638505B2 (en) Simulation apparatus and software simulation method for microprocessor
JPS6269352A (en) Microprocessor
JP2844624B2 (en) Data processing device
JPS60225904A (en) Programmable controller
JPH0462093B2 (en)
JPH04245332A (en) Data processor
JPH01119804A (en) Scan time fixing system for programmable controller
JPH05224711A (en) Control method for programmable controller
JPH0357970A (en) Pulse input apparatus
JPH0353322A (en) Information processor
JPS61156307A (en) Sequence controller
JPH0392904A (en) Programmable controller
JPH0769823B2 (en) Information processing equipment

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees