JP3190779B2 - Programmable controller - Google Patents

Programmable controller

Info

Publication number
JP3190779B2
JP3190779B2 JP04074994A JP4074994A JP3190779B2 JP 3190779 B2 JP3190779 B2 JP 3190779B2 JP 04074994 A JP04074994 A JP 04074994A JP 4074994 A JP4074994 A JP 4074994A JP 3190779 B2 JP3190779 B2 JP 3190779B2
Authority
JP
Japan
Prior art keywords
instruction
processor
sequence
processing
process control
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
JP04074994A
Other languages
Japanese (ja)
Other versions
JPH07248807A (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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP04074994A priority Critical patent/JP3190779B2/en
Publication of JPH07248807A publication Critical patent/JPH07248807A/en
Application granted granted Critical
Publication of JP3190779B2 publication Critical patent/JP3190779B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、シ―ケンス処理専用プ
ロセッサを有し、高速でスキャン処理するシ―ケンス制
御の他にデ―タ処理やプロセス制御の処理を行うプログ
ラマブルコントロ―ラの改良に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an improvement of a programmable controller having a processor dedicated to sequence processing and performing data processing and process control in addition to sequence control for high-speed scan processing. About.

【0002】[0002]

【従来の技術】この種の従来のプログラマブルコントロ
―ラとして図8(a)に示す構成のものがある。図8
(a)において、シ―ケンス処理専用プロセッサ1、プ
ログラムメモリ2、デ―タメモリ3、数値演算プロセッ
サ4はそれぞれ共通のバス5で接続され、シ―ケンス処
理専用プロセッサ1はプログラムメモリ2に格納された
命令を順次フェッチして処理を行う。図8(b)は、こ
の処理形態を示すタイムチャ―トである。図8(b)に
示すように、シ―ケンス処理専用プロセッサ1はシ―ケ
ンス命令A,Bをフェッチするとその都度、自分で処理
を行う。デ―タ処理命令あるいはプロセス制御処理命令
FNC(C,D,E)をフェッチすると、数値演算プロ
セッサ4に処理要求を行った後、シ―ケンス処理専用プ
ロセッサ1はウエイト動作に入る。数値演算プロセッサ
4は、この処理要求によって起動され、デ―タ処理命令
あるいはシ―ケンス制御命令FNC(C,D,E)を処
理した後、処理終了をシ―ケンス処理専用プロセッサ1
に通知し数値演算プロセッサ4はウエイト動作に戻る。
シ―ケンス処理専用プロセッサ1は、処理終了の通知に
よりウエイト動作を解除し、次命令以降のシ―ケンス命
令F,G,Hを順次フェッチして自己処理を継続する。
このようにして、プログラムメモリ2に格納されたプロ
グラム命令は繰り返して高速にスキャン処理される。
2. Description of the Related Art As a conventional programmable controller of this kind, there is one having a configuration shown in FIG. FIG.
1A, a sequence processing dedicated processor 1, a program memory 2, a data memory 3, and a numerical operation processor 4 are connected by a common bus 5, and the sequence processing dedicated processor 1 is stored in the program memory 2. Instructions are sequentially fetched and processing is performed. FIG. 8B is a time chart showing this processing mode. As shown in FIG. 8B, the sequence processing dedicated processor 1 performs the processing by itself each time the sequence instructions A and B are fetched. When a data processing instruction or a process control processing instruction FNC (C, D, E) is fetched, a processing request is issued to the numerical processor 4, and the sequence processing dedicated processor 1 enters a wait operation. The numerical operation processor 4 is started by the processing request, processes the data processing instruction or the sequence control instruction FNC (C, D, E), and then terminates the processing by the processor 1 dedicated to the sequence processing.
And the numerical operation processor 4 returns to the wait operation.
The sequence processing dedicated processor 1 cancels the wait operation in response to the processing completion notification, and sequentially fetches the next and subsequent sequence instructions F, G, H to continue the self processing.
In this way, the program instructions stored in the program memory 2 are repeatedly scanned at high speed.

【0003】[0003]

【発明が解決しようとする課題】上述のように、従来の
プログラマブルコントロ―ラでは、シ―ケンス命令とデ
―タ処理命令およびプロセス制御命令とが、シリアルに
実行され、スキャン時間はシ―ケンス処理,デ―タ処
理,プロセス制御処理から成るプログラム命令処理時間
の合計時間により決定される。中でも処理時間のかかる
デ―タ処理,プロセス処理の実行時間に依存する事が多
い。
As described above, in the conventional programmable controller, a sequence instruction, a data processing instruction, and a process control instruction are executed serially, and the scan time is sequenced. It is determined by the total time of program instruction processing time including processing, data processing, and process control processing. Above all, it often depends on the execution time of data processing and process processing that require processing time.

【0004】この為、高速スキャン動作が要求されるシ
―ケンス制御の他に、デ―タ処理,プロセス制御も行う
ようなプログラムではスキャンが遅くなるという問題が
あり、更に、プログラムの大容量化ができないという問
題が生じてきた。
For this reason, in addition to the sequence control which requires a high-speed scanning operation, there is a problem that the scanning is slow in a program which also performs data processing and process control, and further, the capacity of the program is increased. The problem that cannot be done has arisen.

【0005】本発明は上記問題を解消しようとしてなさ
れたもので、その目的とするところは、シ―ケンス制御
の高速スキャン動作を損うことなくシ―ケンス制御とデ
―タ処理とプロセス制御が統括的に制御でき、さらに、
プログラムの大容量化への対応を可能としたプログラマ
ブルコントロ―ラを提供することにある。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned problem, and an object of the present invention is to perform sequence control, data processing and process control without impairing the high-speed scanning operation of sequence control. You can control everything, and
It is an object of the present invention to provide a programmable controller capable of coping with an increase in program capacity.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するた
め、本発明は、プログラムメモリに格納されたプログラ
ム命令を順次読み出してシ―ケンス処理を実行するシ―
ケンス処理プロセッサを備えたプログラマブルコントロ
―ラにおいて、次のような手段を設ける。 (1) 請求項1の発明は、前記プログラム命令はシ―
ケンス命令とデ―タ処理命令とプロセス制御命令を含
み、前記デ―タ処理命令を実行するデ―タ処理プロセッ
サと、前記プロセス制御命令を実行するプロセス制御処
理プロセッサと、前記プログラム命令のオペランドでア
ドレス指定されるデ―タと制御フラグを対で格納するデ
―タメモリを備え、前記デ―タ処理プロセッサあるいは
プロセス制御プロセッサが前記デ―タ処理命令あるいは
プロセス制御命令の処理を実行中、当該デ―タ処理命令
あるいはプロセス制御命令のオペランドで指定されるア
ドレスの制御フラグをセットし、デ―タ処理あるいはプ
ロセス制御処理と並行してシ―ケンス命令を実行するシ
―ケンス処理プロセッサが当該シ―ケンス命令のオペラ
ンドで指定されるアドレスの制御フラグがセットされて
いるとき、シ―ケンス処理プロセッサを待状態とする手
段を設ける。 (2) 請求項2の発明は、前記プログラム命令はシ―
ケンス命令とデ―タ処理命令とプロセス制御命令を含
み、前記デ―タ処理命令を実行するデ―タ処理プロセッ
サと、前記プロセス制御命令を実行するプロセス制御処
理プロセッサと、前記デ―タ処理プロセッサあるいはプ
ロセス制御プロセッサが前記デ―タ処理命令あるいはプ
ロセス制御命令の処理を実行中であることを示すモニタ
信号を出力する手段と、デ―タ処理あるいはプロセス制
御処理と並行してシ―ケンス命令を実行するシ―ケンス
処理プロセッサが所定のプログラム命令を実行したと
き、前記モニタ信号の状態に応じて、シ―ケンス処理プ
ロセッサを待状態とする手段を設ける。 (3) 請求項3の発明は、前記プログラム命令はシ―
ケンス命令とデ―タ処理命令とプロセス制御命令を含
み、前記デ―タ処理命令を実行するデ―タ処理プロセッ
サと、前記プロセス制御命令を実行するプロセス制御処
理プロセッサとを備え、前記プログラム命令は、更に、
前記デ―タ処理プロセッサあるいはプロセス制御処理プ
ロセッサの実行処理を中断させる中断命令と、中断した
実行処理を再開させる再開命令を含み、デ―タ処理ある
いはプロセス制御処理と並行してシ―ケンス命令を実行
するシ―ケンス処理プロセッサが、前記中断命令を読み
出したとき、当該デ―タ処理あるいはプロセス制御処理
を中断させ、前記再開命令を読み出したとき、中断させ
た当該デ―タ処理あるいはプロセス制御処理を再開させ
る手段を設ける。
In order to achieve the above object, the present invention provides a sequence for sequentially reading out program instructions stored in a program memory and executing a sequence process.
The following means is provided in a programmable controller having a cans processor. (1) The invention according to claim 1 is characterized in that the program instruction is a secret code.
A data processing processor for executing the data processing instruction, including a sequence instruction, a data processing instruction, and a process control instruction; a process control processing processor for executing the process control instruction; and an operand of the program instruction. A data memory for storing data to be addressed and a control flag in pairs, wherein the data processing processor or the process control processor is executing the data processing instruction or the process control instruction while the data processing processor or the process control processor is executing the processing; -A sequence processing processor that sets a control flag at an address specified by an operand of a data processing instruction or a process control instruction and executes a sequence instruction in parallel with the data processing or the process control processing. When the control flag of the address specified by the operand of the sequence instruction is set, the sequence The processor is provided with means for the waiting state. (2) In the invention of claim 2, the program instruction is a secret code.
A data processor for executing the data processing instruction, the processor including a sequence instruction, a data processing instruction, and a process control instruction; a process control processor for executing the process control instruction; and the data processing processor. Alternatively, a means for outputting a monitor signal indicating that the process control processor is executing the data processing instruction or the process control instruction, and a sequence instruction in parallel with the data processing or the process control processing. When the sequence processor to be executed executes a predetermined program instruction, there is provided means for placing the sequence processor in a waiting state according to the state of the monitor signal. (3) In the invention according to claim 3, the program instruction is a secret code.
A data processing processor for executing the data processing instruction, the data processing instruction including a sequence instruction, a data processing instruction, and a process control instruction. And
A sequence instruction is included in parallel with the data processing or the process control processing. When the sequence processor to be executed reads the interrupt instruction, the data processing or the process control processing is interrupted, and when the restart instruction is read, the interrupted data processing or the process control processing is executed. Is provided.

【0007】[0007]

【作用】[Action]

(1)請求項1の発明は、シ―ケンス処理プロセッサの
フェッチしたプログラム命令がシ―ケンス命令なら自ら
処理を行い、フェッチした命令がデ―タ処理命令あるい
はプロセス制御命令なら、デ―タ処理プロセッサあるい
はプロセス制御処理プロセッサに処理要求を行う。処理
要求されたデ―タ処理プロセッサあるいはデ―タ処理プ
ロセッサはまず該当命令のオペランドでアドレス指定さ
れるデ―タメモリの制御フラグをセットする。この後、
シ―ケンス処理プロセッサに動作再開通知を与え、該当
命令の処理を開始する。一方、動作再開通知を受けたシ
―ケンス処理プロセッサはその後のシ―ケンス命令を順
次フェッチし、上記デ―タ処理あるいはプロセス制御処
理と並行してシ―ケンス処理を実行する。この場合、並
列に処理されるシ―ケンス命令のオペランドでアドレス
指定されたデ―タメモリの制御フラグがセットされてい
れば、該制御フラグがリセットされるまで該シ―ケンス
命令の処理を中断しウエイト動作が行われる。デ―タ処
理プロセッサあるいはプロセス制御処理プロセッサが命
令処理を終了すると、該当オペランドの制御フラグをリ
セットする。 (2)請求項2の発明は、シ―ケンス処理プロセッサの
フェッチしたプログラム命令がシ―ケンス命令なら自ら
処理を行い、フェッチした命令がデ―タ処理命令あるい
はプロセス制御命令なら、デ―タ処理プロセッサあるい
はプロセス制御処理プロセッサに処理要求を行う。処理
要求されたデ―タ処理プロセッサあるいはプロセス制御
処理プロセッサは処理を開始した事を示すモニタ信号を
セットし、該当命令の処理を開始する。一方、シ―ケン
ス処理プロセッサは処理要求を行った後、順次新たなシ
―ケンス命令をフェッチし上記デ―タ処理あるいはプロ
セス制御処理と並行してシ―ケンス処理を実行する。こ
の場合、所定のプログラム命令をフェッチすると、シ―
ケンス処理プロセッサは上記モニタ信号がリセットされ
るまでウエイト動作を行う。デ―タ処理プロセッサある
いはプロセス制御処理プロセッサは命令処理を終了する
と、モニタ信号をリセットする。 (3)請求項3の発明は、シ―ケンス処理プロセッサの
フェッチしたプログラム命令がシ―ケンス命令なら自ら
処理を行い、フェッチした命令がデ―タ処理命令あるい
はプロセス制御命令なら、デ―タ処理プロセッサあるい
はプロセス制御処理プロセッサに処理要求を行う。処理
要求されたデ―タ処理プロセッサあるいはプロセス制御
処理プロセッサは該当命令の処理を開始する。
(1) According to the first aspect of the present invention, if the program instruction fetched by the sequence processing processor is a sequence instruction, the processing is performed by itself, and if the fetched instruction is a data processing instruction or a process control instruction, the data processing is performed. A processing request is issued to the processor or the process control processor. The data processor or the data processor which has requested the processing first sets the control flag of the data memory addressed by the operand of the instruction. After this,
An operation restart notification is given to the sequence processor, and processing of the corresponding instruction is started. On the other hand, the sequence processing processor that has received the operation restart notification sequentially fetches the subsequent sequence instructions, and executes the sequence processing in parallel with the data processing or the process control processing. In this case, if the control flag of the data memory addressed by the operand of the sequence instruction processed in parallel is set, the processing of the sequence instruction is interrupted until the control flag is reset. A wait operation is performed. When the data processor or the process control processor completes the instruction processing, the control flag of the corresponding operand is reset. (2) The invention according to claim 2 performs the processing by itself if the program instruction fetched by the sequence processing processor is a sequence instruction, and performs data processing if the fetched instruction is a data processing instruction or a process control instruction. A processing request is issued to the processor or the process control processor. The data processor or process control processor requested to perform the processing sets a monitor signal indicating that the processing has been started, and starts processing the corresponding instruction. On the other hand, after making a processing request, the sequence processor sequentially fetches new sequence instructions and executes the sequence processing in parallel with the data processing or the process control processing. In this case, when a predetermined program instruction is fetched,
The can processor performs a wait operation until the monitor signal is reset. When the data processing processor or the process control processing processor completes the instruction processing, it resets the monitor signal. (3) The invention according to claim 3 is to perform the processing by itself if the program instruction fetched by the sequence processing processor is a sequence instruction, and perform the data processing if the fetched instruction is a data processing instruction or a process control instruction. A processing request is issued to the processor or the process control processor. The data processor or the process control processor requested to perform the processing starts the processing of the corresponding instruction.

【0008】シ―ケンス処理プロセッサは処理要求を行
った後、順次新たなシ―ケンス命令をフェッチし、上記
デ―タ処理あるいはプロセス制御処理と並行してシ―ケ
ンス処理を実行する。この場合、シ―ケンス処理プロセ
ッサは、前記中断命令をフェッチするとデ―タ処理プロ
セッサあるいはプロセス制御処理プロセッサを中断さ
せ、前記再開命令をフェッチすると中断した処理を継続
して再開させる。
After issuing a processing request, the sequence processor sequentially fetches new sequence instructions and executes the sequence processing in parallel with the data processing or the process control processing. In this case, the sequence processor interrupts the data processor or the process control processor when fetching the interrupt instruction, and resumes the interrupted processing when fetching the resume instruction.

【0009】[0009]

【実施例】本発明の請求項1に対応する第1実施例を図
1に示す。図1において、シ―ケンス処理専用プロセッ
サ1、プログラムメモリ2、デ―タ処理専用プロセッサ
6、プロセス制御処理専用プロセッサ7、デ―タメモリ
8は、それぞれ共通のバス5で接続される。プログラム
メモリ2には、シ―ケンス命令とデ―タ処理命令とプロ
セス制御命令を含むプログラム命令が格納される。デ―
タメモリ8には、プログラム命令のオペランドのデ―タ
が格納されるが、本実施例では、更に、制御フラグ8a
をデ―タ8bと対で格納するように構成している。
FIG. 1 shows a first embodiment of the present invention. In FIG. 1, a sequence processing dedicated processor 1, a program memory 2, a data processing dedicated processor 6, a process control processing dedicated processor 7, and a data memory 8 are connected by a common bus 5. The program memory 2 stores program instructions including a sequence instruction, a data processing instruction, and a process control instruction. Day
The data memory 8 stores the data of the operands of the program instruction. In this embodiment, the control flag 8a
Are stored in pairs with the data 8b.

【0010】本実施例における動作を図2のタイムチャ
―トを用いて説明する。シ―ケンス処理専用プロセッサ
1はプログラムメモリ2に格納されたプログラム命令を
順次フェッチして高速スキャン処理を行う。例えば、図
2(a)に示すように、シ―ケンス命令A,Bを順次フ
ェッチするとシ―ケンス処理専用プロセッサ1は図2
(b)に示すように自分で順次接点のデ―タ処理を行
い、図2(c)に示すように該シ―ケンス命令のオペラ
ンドで指定されるアドレスA,Bのデ―タをデ―タメモ
リ8から順次リ―ドする。続いて、オペランドC,D,
Eを持つデ―タ処理命令あるいはプロセス制御処理命令
(以下FNC(C,D,E)命令とする)をフェッチす
るとシ―ケンス処理専用プロセッサ1は該FNC(C,
D,E)命令をデ―タ処理専用プロセッサ6あるいはプ
ロセス制御処理専用プロセッサ7(以下FNC処理プロ
セッサとする)に渡して図2(d)に示すようにFNC
処理プロセッサを起動させる。
The operation of this embodiment will be described with reference to a time chart shown in FIG. The sequence processing dedicated processor 1 sequentially fetches the program instructions stored in the program memory 2 and performs a high-speed scanning process. For example, as shown in FIG. 2A, when the sequence instructions A and B are sequentially fetched, the sequence processing dedicated processor 1
As shown in FIG. 2B, data processing of contacts is sequentially performed by itself, and as shown in FIG. 2C, data of addresses A and B specified by the operand of the sequence instruction is data. From the data memory 8 sequentially. Then, operands C, D,
When a data processing instruction having E or a process control processing instruction (hereinafter, referred to as an FNC (C, D, E) instruction) is fetched, the sequence processing dedicated processor 1 causes the FNC (C,
(D, E) instruction is passed to a processor 6 dedicated to data processing or a processor 7 dedicated to process control (hereinafter referred to as an FNC processor), and the FNC
Start the processing processor.

【0011】起動したFNC処理プロセッサは、図2
(e)に示すように、FNC(C,D,E)命令中のオ
ペランドC,Dのデ―タをデ―タメモリ8から順次リ―
ドした後、図2(f)に示すように処理結果を書き込む
オペランドEのデ―タメモリ8の制御フラグを処理結果
の書き込みが終了するまでセット状態とする。この後、
FNC処理プロセッサは、シ―ケンス処理専用プロセッ
サ1に対し処理要求を受け付けたことを示す応答信号を
出力してFNC(C,D,E)命令の処理を開始する。
上記応答信号を受け取ったシ―ケンス処理専用プロセッ
サ1は、図2(a)に示すように再びプログラムメモリ
2から新しいシ―ケンス命令F,G,H…I,Eを順次
フェッチしてFNC処理と並行して順次シ―ケンス処理
を行う。シ―ケンス命令Eをフェッチしたとき、シ―ケ
ンス処理専用プロセッサ1はオペランドEのデ―タメモ
リ8の制御フラグがセット状態になっていると図2
(b)に示すようにウエイト状態に入る。そして図2
(f)に示すように、FNC処理プロセッサの処理が終
了しオペランドEのデ―タメモリ8の制御フラグがリセ
ットされるとシ―ケンス処理専用プロセッサ1はウエイ
ト状態から解放され、該シ―ケンス命令Eの処理を再開
する。
The activated FNC processor is shown in FIG.
As shown in (e), the data of the operands C and D in the FNC (C, D, E) instruction are sequentially read from the data memory 8.
After that, as shown in FIG. 2 (f), the control flag of the data memory 8 of the operand E for writing the processing result is set until the writing of the processing result is completed. After this,
The FNC processor outputs a response signal indicating that the processing request has been received to the sequence processing dedicated processor 1, and starts processing the FNC (C, D, E) instruction.
The sequence processing dedicated processor 1 having received the response signal sequentially fetches new sequence instructions F, G, H... I, E from the program memory 2 again as shown in FIG. In parallel with the sequence processing. When the sequence instruction dedicated processor 1 fetches the sequence instruction E, the control flag of the data memory 8 of the operand E is set to the state shown in FIG.
A wait state is entered as shown in FIG. And FIG.
As shown in (f), when the processing of the FNC processor is completed and the control flag of the data memory 8 of the operand E is reset, the sequence processing dedicated processor 1 is released from the wait state, and the sequence instruction The processing of E is restarted.

【0012】このように本実施例によれば、シ―ケンス
処理専用プロセッサ1は、シ―ケンス命令を処理すると
き、該シ―ケンス命令のオペランドのデ―タメモリ8の
制御フラグのチェックを行い、同一オペランドが出現す
るまではデ―タ処理専用プロセッサ2とプロセス制御処
理専用プロセッサ3と並列に処理を行うことができる。
As described above, according to this embodiment, when the sequence processing dedicated processor 1 processes a sequence instruction, it checks the control flag of the data memory 8 for the operand of the sequence instruction. Until the same operand appears, processing can be performed in parallel with the data processing dedicated processor 2 and the process control processing dedicated processor 3.

【0013】本実施例によれば、FNC処理結果を用い
てシ―ケンス処理を行う場合、予想されるFNC処理時
間内にFNC処理に関係しない他のシ―ケンス処理を行
うことができ、シ―ケンス処理の高速スキャン動作に与
える影響を少なくすることができる。
According to the present embodiment, when the sequence processing is performed using the result of the FNC processing, other sequence processing not related to the FNC processing can be performed within the expected FNC processing time. -The effect of the can process on the high-speed scanning operation can be reduced.

【0014】本発明の請求項2に対応する第2実施例を
図3(a)に示す。図3において、シ―ケンス処理専用
プロセッサ1、プログラムメモリ2、デ―タメモリ3、
デ―タ処理専用プロセッサ6、プロセス制御処理専用プ
ロセッサ7は、それぞれ共通のバス5で接続される。デ
―タ処理専用プロセッサ6とプロセス制御処理専用プロ
セッサ7は、それぞれ処理を行っていることを示すモニ
タ信号6a,7aを出力しシ―ケンス処理専用プロセッ
サ1へ通知する。プログラムメモリ2には、シ―ケンス
命令とデ―タ処理命令とプロセス制御命令を含むプログ
ラム命令が格納される。また、プログラム命令には、デ
―タ処理専用プロセッサ6あるいはプロセス制御処理専
用プロセッサ7の処理と並行してシ―ケンス処理プロセ
ッサ1が処理を行っているとき、所定の条件が成立する
までシ―ケンス処理専用プロセッサ1をウエイト状態に
する所定のプログラム命令を含んでいる。図3(b)は
上記所定のプログラム命令の例を示したもので、(イ)
の命令(WAIT DP)はデ―タ処理専用プセッサ6
から出力されるモニタ信号の状態に応じてウエイト状態
とし、(ロ)の命令(WAIT PP)はプロセス制御
処理専用プロセッサ7から出力されるモニタ信号の状態
に応じてウエイト状態とする。
FIG. 3A shows a second embodiment according to the second aspect of the present invention. In FIG. 3, a sequence processing dedicated processor 1, a program memory 2, a data memory 3,
The data processing dedicated processor 6 and the process control processing dedicated processor 7 are connected by a common bus 5, respectively. The data processing dedicated processor 6 and the process control processing dedicated processor 7 output monitor signals 6a and 7a, respectively, indicating that processing is being performed, and notify the sequence processing dedicated processor 1. The program memory 2 stores program instructions including a sequence instruction, a data processing instruction, and a process control instruction. Further, when the sequence processing processor 1 is performing the processing in parallel with the processing of the data processing dedicated processor 6 or the process control processing dedicated processor 7, the program instructions include the sequential processing until a predetermined condition is satisfied. It includes a predetermined program instruction for putting the processor dedicated to cans processing 1 into a wait state. FIG. 3B shows an example of the predetermined program instruction.
Instruction (WAIT DP) is a processor 6 dedicated to data processing.
The wait state is set according to the state of the monitor signal output from the processor 7, and the instruction (WAIT PP) in (b) is set to the wait state according to the state of the monitor signal output from the processor 7 dedicated to process control processing.

【0015】本実施例における動作を図4のタイムチャ
―トを用いて説明する。シ―ケンス処理専用プロセッサ
1は、プログラムメモリ2に格納されたプログラム命令
を順次フェッチして高速スキャン処理を行う。例えば、
図4(a)に示すようにシ―ケンス命令A,Bを順次フ
ェッチするとシ―ケンス処理専用プロセッサ1は図4
(b)に示すように自分で順次接点のデ―タ処理を行
い、図4(c)に示すように該シ―ケンス命令のオペラ
ンドで指定されるアドレスA,Bのデ―タをデ―タメモ
リ3から順次リ―ドする。続いて、オペランドC,D,
Eを持つデ―タ処理命令あるいはプロセス制御命令(以
下FNC(C,D,E)命令とする)をフェッチする
と、シ―ケンス処理専用プロセッサ1は該FNC(C,
D,E)命令をデ―タ処理専用プロセッサ6あるいはプ
ロセス制御処理専用プロセッサ7(以下FNC処理プロ
セッサとする)に渡して図4(d)に示すようにFNC
処理プロセッサを起動させる。起動したFNC処理プロ
セッサは図4(f)に示すように、直ちにFNC処理の
実行中であることを示すモニタ信号6aあるいは7aを
出力(セット)し、図4(e)に示すようにオペランド
C,D,Eのデ―タを用いてFNC処理を開始する。従
って、この時点からシ―ケンス処理専用プロセッサ1と
FNC処理プロセッサは並行して処理を行うことにな
る。シ―ケンス処理専用プロセッサ1は、続いて、シ―
ケンス命令F,G,H…Iを順次フェッチし該命令のオ
ペランドF,G,H…Iのデ―タメモリを順次アクセス
してシ―ケンス処理を行う。ここで、シ―ケンス処理専
用プロセッサ1が所定のプログラム命令(WAIT命
令)をフェッチすると、上記モニタ信号6aあるいは7
aをチェックしFNC処理プロセッサが実行中かどうか
の確認を行い、実行中であればウエイト状態に入り、実
行中でなければ続いて次のプログラム命令をフェッチす
る。図4(a)(b)(c)はFNC処理プロセッサが
実行中であり、FNC処理が終了するまでウエイト状態
となった場合の例を示したものである。
The operation of this embodiment will be described with reference to a time chart shown in FIG. The sequence processing dedicated processor 1 sequentially fetches the program instructions stored in the program memory 2 to perform high-speed scan processing. For example,
When the sequence instructions A and B are sequentially fetched as shown in FIG.
As shown in FIG. 4B, the data processing of the contacts is sequentially performed by itself, and as shown in FIG. 4C, the data of the addresses A and B specified by the operand of the sequence instruction is data. From the data memory 3 sequentially. Then, operands C, D,
When a data processing instruction having E or a process control instruction (hereinafter, referred to as an FNC (C, D, E) instruction) is fetched, the sequence processing dedicated processor 1 causes the FNC (C,
(D, E) instruction is passed to the data processing dedicated processor 6 or the process control processing dedicated processor 7 (hereinafter referred to as an FNC processing processor), and as shown in FIG.
Start the processing processor. The activated FNC processor immediately outputs (sets) the monitor signal 6a or 7a indicating that the FNC processing is being executed as shown in FIG. 4 (f), and outputs the operand C as shown in FIG. 4 (e). , D, and E, the FNC process is started. Therefore, from this point on, the sequence processing dedicated processor 1 and the FNC processor perform processing in parallel. Subsequently, the processor 1 dedicated to sequence processing
Sequence instructions are sequentially fetched and the data memories of operands F, G, H... I of the instruction are sequentially accessed to perform sequence processing. Here, when the sequence processing dedicated processor 1 fetches a predetermined program instruction (WAIT instruction), the monitor signal 6a or 7
a is checked to determine whether or not the FNC processor is being executed. If the FNC processor is being executed, a wait state is entered. If not, the next program instruction is fetched. FIGS. 4A, 4B, and 4C show an example in which the FNC processing processor is executing and is in a wait state until the FNC processing ends.

【0016】FNC処理プロセッサはFNC処理が終了
すると図4(f)に示すようにモニタ信号6aまたは7
aをリセットし、これによりシ―ケンス処理専用プロセ
ッサ1はウエイト状態が解かれプログラム命令のフェッ
チを再開する。
When the FNC processing is completed, the FNC processor sets the monitor signal 6a or 7 as shown in FIG.
a is reset, whereby the sequence processing dedicated processor 1 releases the wait state and resumes fetching the program instruction.

【0017】本実施例によれば、所定のプログラム命令
をプログラム中の適当な位置に配設することにより、シ
―ケンス制御の高速スキャン動作に与える影響を少なく
し、また、オペランドデ―タの処理順序を損なうことな
く、シ―ケンス処理とFNC処理を並行して実行するこ
とができる。
According to the present embodiment, by arranging a predetermined program instruction at an appropriate position in a program, the effect of the sequence control on the high-speed scan operation is reduced, and the operand data of the operand data is reduced. The sequence processing and the FNC processing can be executed in parallel without impairing the processing order.

【0018】本発明の請求項3に対応する第3実施例を
図5(a)に示す。この第3実施例のハ―ドウエアの構
成は前述した第2実施例と殆ど同じであり、デ―タ処理
専用プロセッサ6とプロセス制御処理専用プロセッサ7
のモニタ信号の出力がない点が異なる。プログラムメモ
リ2には、シ―ケンス命令とデ―タ処理命令とプロセス
制御命令を含むプログラム命令が格納される。また、プ
ログラム命令には、デ―タ処理専用プロセッサ6あるい
はプロセス制御処理専用プロセッサ7の実行処理を中断
させる中断命令と、中断した実行処理を再開させる再開
命令を含んでいる。
FIG. 5A shows a third embodiment according to the third aspect of the present invention. The hardware configuration of the third embodiment is almost the same as that of the second embodiment, and the data processor 6 and the process control processor 7 are used.
Is different in that no monitor signal is output. The program memory 2 stores program instructions including a sequence instruction, a data processing instruction, and a process control instruction. The program instructions include an interruption instruction for interrupting the execution processing of the data processing dedicated processor 6 or the process control processing exclusive processor 7, and a restart instruction for restarting the interrupted execution processing.

【0019】図5(b)は、上記中断命令と再開命令の
例を示したもので、(イ)の命令(STOP DP)は
デ―タ処理専用プロセッサ6の実行処理を中断させ、
(ロ)の命令(START DP)は中断したプロセッ
サ6の実行処理を再開させる。(ハ)の命令(STOP
PP)はプロセス制御処理専用プロセッサ7の実行処
理を中断させ、(ニ)の命令(START PP)は中
断したプロセッサ7の実行処理を再開させる。
FIG. 5B shows an example of the above-mentioned interrupt instruction and restart instruction. The instruction (a) (STOP DP) interrupts the execution process of the data processing dedicated processor 6, and
The instruction (B) (START DP) restarts the interrupted execution of the processor 6. Instruction of (c) (STOP
PP) interrupts the execution processing of the processor 7 dedicated to process control processing, and the instruction (START PP) of (d) restarts the execution processing of the interrupted processor 7.

【0020】本実施例における動作を図6のタイムチャ
―トを用いて説明する。シ―ケンス処理専用プロセッサ
1は、プログラムメモリ2に格納されたプログラム命令
を順次フェッチして高速スキャン処理を行う。フェッチ
した命令がシ―ケンス命令であればシ―ケンス処理専用
プロセッサ1は自分で処理を行い、フェッチした命令が
デ―タ処理命令あるいはプロセス制御命令(以下FNC
命令とする)であれば図6(a)に示すように、デ―タ
処理専用プロセッサ6あるいはプロセス制御処理専用プ
ロセッサ7(以下FNC処理プロセッサとする)に該F
NC命令を渡して処理要求を行う。これにより、FNC
処理プロセッサは、図6(b)に示すように起動され該
FNC命令の処理を開始する。この時点から、シ―ケン
ス処理専用プロセッサ1とFNC処理プロセッサは並行
して処理を実行する。
The operation of this embodiment will be described with reference to a time chart shown in FIG. The sequence processing dedicated processor 1 sequentially fetches the program instructions stored in the program memory 2 to perform high-speed scan processing. If the fetched instruction is a sequence instruction, the sequence processing dedicated processor 1 performs processing by itself, and the fetched instruction is a data processing instruction or a process control instruction (hereinafter, FNC).
6A, the data processing dedicated processor 6 or the process control processing dedicated processor 7 (hereinafter referred to as an FNC processor) as shown in FIG.
An NC command is passed to make a processing request. As a result, the FNC
The processing processor is activated as shown in FIG. 6B, and starts processing the FNC instruction. From this point, the sequence processing dedicated processor 1 and the FNC processor execute processing in parallel.

【0021】該FNC命令の実行結果がシ―ケンス制御
の動作に影響しない処理内容であれば、シ―ケンス命令
の実行と並列にFNC命令を実行する事ができる。この
場合、シ―ケンス処理専用プロセッサ1の重要な処理を
実行する際に誤動作等によるFNC処理プロセッサから
の干渉を避けるためプログラムの任意の位置に中断命令
が配設される。図6(a)(b)は、シ―ケンス制御の
スキャン時間T0 より長い処理時間のFNC処理を実行
する際に、スキャンの後方に中断命令、次スキャンの前
方に再開命令を配設し、スキャンの切り換え期間中のF
NC処理プロセッサの実行を中断させ、スキャンの同期
性を確実に保つようにした例である。
If the execution result of the FNC instruction does not affect the operation of the sequence control, the FNC instruction can be executed in parallel with the execution of the sequence instruction. In this case, when executing an important process of the sequence processing dedicated processor 1, an interruption instruction is provided at an arbitrary position in the program to avoid interference from the FNC processor due to malfunction or the like. FIG 6 (a) (b) is to - when executing the scan time T 0 is longer than the processing time of the FNC processing cans control, interruption instruction to the rear of the scan, and disposed restart command in front of the next scan , F during the scan switching period
This is an example in which the execution of the NC processor is interrupted to ensure the synchronization of the scan.

【0022】なお、1スキャン中において、一定期間だ
けFNC処理を中断させることができることは云うまで
もない。本実施例によれば、1スキャン中のシ―ケンス
制御に関係しない処理時間の長いFNC処理をシ―ケン
ス処理と並行して処理することができ、シ―ケンス制御
の高速スキャン動作を確保することができる。
It goes without saying that the FNC process can be interrupted for a certain period during one scan. According to the present embodiment, the FNC processing with a long processing time unrelated to the sequence control during one scan can be processed in parallel with the sequence processing, and the high-speed scanning operation of the sequence control is secured. be able to.

【0023】本発明の第4実施例を図7に示す。この第
4実施例は、請求項1に対応する詳細構成の例である。
図7において、シ―ケンス処理専用プロセッサ1は、デ
―タ処理命令あるいはプロセス制御処理命令をフェッチ
したとき、処理要求を行う出力端子REQ1,REQ2
と、ウエイト状態を決定する入力端子WAITを備えて
いる。11〜13はオア回路、14,15はセット,リセット信
号で動作するメモリ回路、16はフラグラッチ回路で、シ
―ケンス処理専用プロセッサ1がシ―ケンス命令をフェ
ッチしたとき、該シ―ケンス命令のオペランドで指定さ
れるデ―タメモリ8の制御フラグ8aがラッチされる。
17は反転回路である。
FIG. 7 shows a fourth embodiment of the present invention. The fourth embodiment is an example of a detailed configuration corresponding to claim 1.
In FIG. 7, when a processor 1 dedicated to sequence processing fetches a data processing instruction or a process control processing instruction, output terminals REQ1 and REQ2 which issue processing requests.
And an input terminal WAIT for determining a wait state. 11 to 13 are OR circuits, 14 and 15 are memory circuits operated by set and reset signals, 16 is a flag latch circuit, and when the sequence processing dedicated processor 1 fetches the sequence instruction, The control flag 8a of the data memory 8 specified by the operand is latched.
17 is an inverting circuit.

【0024】上記構成において、シ―ケンス処理専用プ
ロセッサ1がデ―タ処理命令あるいはプロセス制御命令
をフェッチすると出力端子REQ1あるいはREQ2を
アクティブにセットしデ―タ処理専用プロセッサ6ある
いはプロセス制御処理専用プロセッサ7に対し処理要求
する。この信号はオア回路11を介しメモリ回路14をセッ
トしオア回路13を介してシ―ケンス処理専用プロセッサ
1のWAIT端子へ入力され、シ―ケンス処理専用プロ
セッサ1は一時ウエイト状態となる。処理要求を受けた
デ―タ処理専用プロセッサ6あるいはプロセス制御処理
専用プロセッサ7は、当該命令の処理結果を書き込むデ
―タメモリ8の制御フラグ8aをセットした後、処理要
求を受けたことを示す信号を出力し、オア回路12を介し
メモリ回路14をリセットし、シ―ケンス処理専用プロセ
ッサ1のウエイト状態を解除する。この時点から、シ―
ケンス処理とデ―タ処理あるいはプロセス制御処理が並
列に行われる。シ―ケンス処理専用プロセッサ1が命令
をフェッチする度に、該命令のオペランドで指定される
デ―タメモリ8の制御フラグ8aがフラグラッチ回路16
にリ―ドされる。デ―タ処理あるいはプロセス制御処理
と競合するオペランドを持つ命令がフェッチされるとフ
ラグラッチ回路16にはセットされた制御フラグ8aがリ
―ドされ、メモリ回路15をセットしオア回路13を介して
シ―ケンス処理専用プロセッサ1をウエイト状態とす
る。デ―タ処理あるいはプロセス制御処理が終了すると
該制御フラグはリセットされシ―ケンス処理専用プロセ
ッサ1のウエイト状態は解除される。本実施例によれ
ば、簡単なハ―ドウエアの追加により、第1実施例と同
様の効果を得ることができる。
In the above configuration, when the sequence processing dedicated processor 1 fetches a data processing instruction or a process control instruction, the output terminal REQ1 or REQ2 is set active and the data processing dedicated processor 6 or the process control processing dedicated processor. 7 is processed. This signal sets the memory circuit 14 via the OR circuit 11, and is input to the WAIT terminal of the sequence processing dedicated processor 1 via the OR circuit 13, and the sequence processing dedicated processor 1 is temporarily in a wait state. After receiving the processing request, the data processing dedicated processor 6 or the process control processing dedicated processor 7 sets the control flag 8a of the data memory 8 in which the processing result of the instruction is written, and then outputs a signal indicating that the processing request has been received. To reset the memory circuit 14 via the OR circuit 12, and release the wait state of the sequence processing dedicated processor 1. From this point,
Cans processing and data processing or process control processing are performed in parallel. Every time the sequence processing dedicated processor 1 fetches an instruction, the control flag 8a of the data memory 8 specified by the operand of the instruction is set to the flag latch circuit 16
Is read by When an instruction having an operand conflicting with the data processing or the process control processing is fetched, the set control flag 8a is read into the flag latch circuit 16, the memory circuit 15 is set, and the control circuit 8 is set via the OR circuit 13. -Put the processor 1 dedicated to can processing in the wait state. When the data processing or the process control processing ends, the control flag is reset and the wait state of the sequence processing dedicated processor 1 is released. According to this embodiment, the same effects as in the first embodiment can be obtained by adding simple hardware.

【0025】[0025]

【発明の効果】本発明によれば、シ―ケンス制御とデ―
タ処理とプロセス制御処理を統括して処理するプログラ
マブルコントロ―ラにおいて、シ―ケンス制御の高速ス
キャン動作を確保し、プログラムの大容量化を可能とし
たプログラマブルコントロ―ラを提供することができ
る。
According to the present invention, the sequence control and the data
In a programmable controller that performs integrated processing of data processing and process control processing, it is possible to provide a programmable controller that ensures a high-speed scan operation of sequence control and enables a large-capacity program.

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

【図1】本発明の請求項1に対応する第1実施例の構成
FIG. 1 is a block diagram of a first embodiment corresponding to claim 1 of the present invention.

【図2】上記第1実施例の動作を説明するためのタイム
チャ―ト
FIG. 2 is a time chart for explaining the operation of the first embodiment.

【図3】本発明の請求項2に対応する第2実施例を示し
たもので、(a)はハ―ド構成図、(b)は所定のプロ
グラム命令を示した図
FIGS. 3A and 3B show a second embodiment according to the second aspect of the present invention, wherein FIG. 3A is a hardware configuration diagram, and FIG.

【図4】上記第2実施例の動作を説明するためのタイム
チャ―ト
FIG. 4 is a time chart for explaining the operation of the second embodiment.

【図5】本発明の請求項3に対応する第3実施例を示し
たもので、(a)はハ―ド構成図、(b)は中断命令と
再開命令を示した図
FIGS. 5A and 5B show a third embodiment corresponding to claim 3 of the present invention, wherein FIG. 5A is a hardware configuration diagram, and FIG. 5B is a diagram showing an interrupt instruction and a restart instruction.

【図6】上記第3実施例の動作を説明するためのタイム
チャ―ト
FIG. 6 is a time chart for explaining the operation of the third embodiment.

【図7】本発明の請求項1に対応する第4実施例の詳細
構成図
FIG. 7 is a detailed configuration diagram of a fourth embodiment corresponding to claim 1 of the present invention.

【図8】従来のプログラマブルコントロ―ラを示したも
ので、(a)は構成図、(b)はその動作を説明するた
めのタイムチャ―ト
8A and 8B show a conventional programmable controller, in which FIG. 8A is a configuration diagram, and FIG. 8B is a time chart for explaining its operation.

【符号の説明】[Explanation of symbols]

1…シ―ケンス処理専用プロセッサ 2…プログラムメモリ 3…デ―タメモリ 5…バス 6…デ―タ処理専用プロ
セッサ 7…プロセス制御処理専用プロセッサ 8…デ―タメモリ(制御フラグを含む) 11〜13…オア回路 14,15…メモリ回路 16…フラグラッチ回路 17…反転回路
DESCRIPTION OF SYMBOLS 1 ... Processor dedicated to sequence processing 2 ... Program memory 3 ... Data memory 5 ... Bus 6 ... Processor dedicated to data processing 7 ... Processor dedicated to process control processing 8 ... Data memory (including control flags) 11-13 ... OR circuit 14, 15… Memory circuit 16… Flag latch circuit 17… Inverting circuit

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 プログラムメモリに格納されたプログラ
ム命令を順次読み出してシ―ケンス処理を実行するシ―
ケンス処理プロセッサを備えたプログラマブルコントロ
―ラにおいて、前記プログラム命令はシ―ケンス命令と
デ―タ処理命令とプロセス制御命令を含み、前記デ―タ
処理命令を実行するデ―タ処理プロセッサと、前記プロ
セス制御命令を実行するプロセス制御処理プロセッサ
と、前記プログラム命令のオペランドでアドレス指定さ
れるデ―タと制御フラグを対で格納するデ―タメモリを
備え、前記デ―タ処理プロセッサあるいはプロセス制御
プロセッサが前記デ―タ処理命令あるいはプロセス制御
命令の処理を実行中、当該デ―タ処理命令あるいはプロ
セス制御命令のオペランドで指定されるアドレスの制御
フラグをセットし、デ―タ処理あるいはプロセス制御処
理と並行してシ―ケンス命令を実行するシ―ケンス処理
プロセッサが当該シ―ケンス命令のオペランドで指定さ
れるアドレスの制御フラグがセットされているとき、シ
―ケンス処理プロセッサを待状態とする手段を設けたこ
とを特徴とするプログラマブルコントロ―ラ。
1. A sequence for sequentially reading out program instructions stored in a program memory and executing a sequence process.
In a programmable controller having a sequence processing processor, the program instructions include a sequence instruction, a data processing instruction and a process control instruction, and the data processing processor executes the data processing instruction; A process control processor for executing a process control instruction; and a data memory for storing data addressed by an operand of the program instruction and a control flag in a pair, wherein the data processor or the process control processor includes: During execution of the data processing instruction or the process control instruction, the control flag of the address specified by the operand of the data processing instruction or the process control instruction is set, and the data processing instruction or the process control instruction is executed in parallel. The sequence processor that executes the sequence instruction When the address control flags that are specified by the operand of the cans instruction is set, - the cans treated programmable controller processor is characterized in that a means for the waiting state - la.
【請求項2】 プログラムメモリに格納されたプログラ
ム命令を順次読み出してシ―ケンス処理を実行するシ―
ケンス処理プロセッサを備えたプログラマブルコントロ
―ラにおいて、前記プログラム命令はシ―ケンス命令と
デ―タ処理命令とプロセス制御命令を含み、前記デ―タ
処理命令を実行するデ―タ処理プロセッサと、前記プロ
セス制御命令を実行するプロセス制御処理プロセッサ
と、前記デ―タ処理プロセッサあるいはプロセス制御プ
ロセッサが前記デ―タ処理命令あるいはプロセス制御命
令の処理を実行中であることを示すモニタ信号を出力す
る手段と、デ―タ処理あるいはプロセス制御処理と並行
してシ―ケンス命令を実行するシ―ケンス処理プロセッ
サが所定のプログラム命令を実行したとき、前記モニタ
信号の状態に応じて、シ―ケンス処理プロセッサを待状
態とする手段を設けたことを特徴とするプログラマブル
コントロ―ラ。
2. A sequence for sequentially reading out program instructions stored in a program memory and executing a sequence process.
In a programmable controller having a sequence processing processor, the program instructions include a sequence instruction, a data processing instruction and a process control instruction, and the data processing processor executes the data processing instruction; A process control processor for executing a process control instruction; and a means for outputting a monitor signal indicating that the data processor or the process control processor is executing the data processing instruction or the process control instruction. When a sequence processor executing a sequence instruction in parallel with data processing or process control processing executes a predetermined program instruction, the sequence processor is controlled according to the state of the monitor signal. A programmable controller characterized in that a means for setting a standby state is provided.
【請求項3】 プログラムメモリに格納されたプログラ
ム命令を順次読み出してシ―ケンス処理を実行するシ―
ケンス処理プロセッサを備えたプログラマブルコントロ
―ラにおいて、前記プログラム命令はシ―ケンス命令と
デ―タ処理命令とプロセス制御命令を含み、前記デ―タ
処理命令を実行するデ―タ処理プロセッサと、前記プロ
セス制御命令を実行するプロセス制御処理プロセッサと
を備え、前記プログラム命令は、更に、前記デ―タ処理
プロセッサあるいはプロセス制御処理プロセッサの実行
処理を中断させる中断命令と、中断した実行処理を再開
させる再開命令を含み、デ―タ処理あるいはプロセス制
御処理と並行してシ―ケンス命令を実行するシ―ケンス
処理プロセッサが、前記中断命令を読み出したとき、当
該デ―タ処理あるいはプロセス制御処理を中断させ、前
記再開命令を読み出したとき、中断させた当該デ―タ処
理あるいはプロセス制御処理を再開させる手段を設けた
ことを特徴とするプログラマブルコントロ―ラ。
3. A sequence for sequentially reading out program instructions stored in a program memory and executing a sequence process.
In a programmable controller having a sequence processing processor, the program instructions include a sequence instruction, a data processing instruction and a process control instruction, and the data processing processor executes the data processing instruction; A process control processor for executing a process control instruction, wherein the program instruction further includes an interrupt instruction for interrupting the execution of the data processor or the process control processor, and a restart for restarting the interrupted execution. When the sequence processor including the instruction and executing the sequence instruction in parallel with the data processing or the process control processing reads the interrupt instruction, the sequence processor interrupts the data processing or the process control processing. When the restart instruction is read out, the data processing or the process interrupted is read. La - programmable controller, characterized in that a means for resuming the control process.
JP04074994A 1994-03-11 1994-03-11 Programmable controller Expired - Lifetime JP3190779B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP04074994A JP3190779B2 (en) 1994-03-11 1994-03-11 Programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP04074994A JP3190779B2 (en) 1994-03-11 1994-03-11 Programmable controller

Publications (2)

Publication Number Publication Date
JPH07248807A JPH07248807A (en) 1995-09-26
JP3190779B2 true JP3190779B2 (en) 2001-07-23

Family

ID=12589289

Family Applications (1)

Application Number Title Priority Date Filing Date
JP04074994A Expired - Lifetime JP3190779B2 (en) 1994-03-11 1994-03-11 Programmable controller

Country Status (1)

Country Link
JP (1) JP3190779B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10307607A (en) * 1997-05-08 1998-11-17 Hitachi Ltd Main processor and programmable controller

Also Published As

Publication number Publication date
JPH07248807A (en) 1995-09-26

Similar Documents

Publication Publication Date Title
US4949241A (en) Microcomputer system including a master processor and a slave processor synchronized by three control lines
JPH02235156A (en) Information processor
JP3190779B2 (en) Programmable controller
JP3956305B2 (en) Nonvolatile semiconductor memory device and data processing device
JP2952896B2 (en) Shared memory access method in multitask multiprocessor system
JPH0736704A (en) Program down-loading system
JPS6148743B2 (en)
JP3139310B2 (en) Digital signal processor
JPS60126733A (en) Read resetting system of register
JPS62248043A (en) Memory switching circuit for fetching microcomputer instruction
JP2000347931A (en) Cache memory and method for controlling cache memory
JPH09160786A (en) Microprocessor
JPH1055303A (en) Memory system
JP2506591B2 (en) Auxiliary processor
JP3197045B2 (en) Extended central processing unit
JPH0934516A (en) Programmable controller for sequence control
JPH0683639A (en) Register device
JPH08115214A (en) Digital signal processor
JPH04162135A (en) Data processor
JPH0247785B2 (en) PAIPURAINSEIGYOKAIRO
JPH0192862A (en) Data processor
JPH05233026A (en) Microcomputer circuit
JPH11167519A (en) Memory refresh control circuit, memory, memory module, and digital device
JPH01145750A (en) Instruction control system
JPS62190544A (en) Higher link unit for programmable controller

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090518

Year of fee payment: 8

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090518

Year of fee payment: 8

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100518

Year of fee payment: 9

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110518

Year of fee payment: 10

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110518

Year of fee payment: 10

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120518

Year of fee payment: 11

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120518

Year of fee payment: 11

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130518

Year of fee payment: 12

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130518

Year of fee payment: 12

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140518

Year of fee payment: 13

EXPY Cancellation because of completion of term