JPH04165404A - Sequence controller - Google Patents
Sequence controllerInfo
- Publication number
- JPH04165404A JPH04165404A JP29272490A JP29272490A JPH04165404A JP H04165404 A JPH04165404 A JP H04165404A JP 29272490 A JP29272490 A JP 29272490A JP 29272490 A JP29272490 A JP 29272490A JP H04165404 A JPH04165404 A JP H04165404A
- Authority
- JP
- Japan
- Prior art keywords
- received data
- flag
- cpu
- data
- processing unit
- 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.)
- Pending
Links
- 230000005540 biological transmission Effects 0.000 claims description 17
- 239000000872 buffer Substances 0.000 description 4
- 239000013256 coordination polymer Substances 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000006399 behavior Effects 0.000 description 1
- 230000008676 import Effects 0.000 description 1
- 238000000034 method Methods 0.000 description 1
Landscapes
- Programmable Controllers (AREA)
Abstract
Description
【発明の詳細な説明】
産業上の利用分野
本発明は各種FA(ファクトリ−・オートメーション)
を制御するシーケンス制御装置に関するものである。[Detailed description of the invention] Industrial application field The present invention is applicable to various FA (factory automation)
The present invention relates to a sequence control device that controls a sequence control device.
従来の技術
近年、各種FAを制御するシーケンス制御装置は、高機
能・高速化されてきている。このようなシーケンス制御
装置の従来例を、第4図、第5図を参照しながら、説明
する。BACKGROUND OF THE INVENTION In recent years, sequence control devices that control various types of FA have become more sophisticated and faster. A conventional example of such a sequence control device will be explained with reference to FIGS. 4 and 5.
第4図において、1は中央演算処理装置(以下CPU
と称する場合がある。)でシーケンス制御を行うもので
ある。2は通信制御処理装置で、他との通信を制御して
いる。3aはCPIIIと通信処理袋W2との間の共通
記憶部で、2PORT−RAM形式のものである。4は
共通記憶部3aにおける送信データ領域、5は共通記憶
部3aにおける受信データ領域である。6は通信制御処
理装置2から前記受信データ領域5に受信データを書き
込む作業を示している。7はCPUIが前記受信データ
領域5からデータを取り込む作業を示している。8はC
PIIIから前記送信データ領域4にデ−タを書き込む
作業を示している。9は通信制御処理装置2が前記送信
データ領域から送信データを取り込む作業を示している
。10は外部から通信制御処理装置2への受信割り込み
信号である。11は通信制御処理装置2からCPt1l
への受信割り込み信号である。12はCPUIから通信
制御処理装置2への送信割り込み信号である。13は通
信制御処理装置2から外部への送信割り込み信号である
。In Fig. 4, 1 is the central processing unit (hereinafter referred to as CPU).
It is sometimes called. ) to perform sequence control. 2 is a communication control processing device, which controls communication with others. Reference numeral 3a denotes a common storage unit between the CPIII and the communication processing bag W2, which is in the 2PORT-RAM format. 4 is a transmission data area in the common storage section 3a, and 5 is a reception data area in the common storage section 3a. 6 indicates the operation of writing received data from the communication control processing device 2 into the received data area 5. 7 shows an operation in which the CPUI takes in data from the received data area 5. 8 is C
This shows the work of writing data from PIII to the transmission data area 4. Reference numeral 9 indicates an operation in which the communication control processing device 2 takes in transmission data from the transmission data area. 10 is a reception interrupt signal sent to the communication control processing device 2 from the outside. 11 is from the communication control processing device 2 to CPt1l
This is the reception interrupt signal for the 12 is a transmission interrupt signal sent from the CPUI to the communication control processing device 2; 13 is a transmission interrupt signal sent from the communication control processing device 2 to the outside.
上記のように構成されたシーケンス制御装置は、外部か
らの受信割り込み信号10が発生した場合、データ書き
込み作業6が行われ、連鎖的にCPUIへの受信割り込
み信号11が発生し、データ書き込み作業7が行われる
。第5図はCPUIにおけるシーケンス制御を実行する
ためのメインプログラムを示している。ステップ1でC
PtJlが受信割り込み信号11を検知すると、メイン
プログラムのシーケンス制御の実行を中断してステップ
2に移行し、共通記憶部3から受信データを取り込み、
次いでステップ3でデータ処理を行っている。In the sequence control device configured as described above, when a reception interrupt signal 10 from the outside is generated, a data write operation 6 is performed, a reception interrupt signal 11 is generated to the CPUI in a chain, and a data write operation 7 is performed. will be held. FIG. 5 shows a main program for executing sequence control on the CPUI. C in step 1
When PtJl detects the reception interrupt signal 11, it interrupts the execution of the sequence control of the main program, moves to step 2, fetches the reception data from the common storage unit 3, and
Next, in step 3, data processing is performed.
発明が解決しようとする課題
しかしながら、上記のような構成では外部からの受信割
り込み信号10が発生するたびに、cpUlへの受信割
り込み信号11が発生するので、連続して外部からの受
信割り込み信号10が発生すると、その都度CPUIが
メインプログラムの実行を中断して、割り込み信号に対
処しなければならず、メインプログラムのl5CANの
実行速度が極端に遅くなるという問題がある。又CPU
Iは前記信号11に対してのエラー制御等を行う必要が
あるので、CPUIにかかる負担も大きくなるという問
題もある。Problem to be Solved by the Invention However, in the above configuration, the reception interrupt signal 11 to cpUl is generated every time the reception interrupt signal 10 from the outside is generated. When this occurs, the CPU must interrupt the execution of the main program and deal with the interrupt signal, resulting in a problem that the execution speed of the main program l5CAN becomes extremely slow. Also CPU
Since I needs to perform error control for the signal 11, there is also the problem that the burden placed on the CPU becomes heavy.
課題を解決するための手段
本発明は上記問題点を解消するため、シーケンス制御を
実行する中央演算処理装置と、外部との間でデータを送
受信する通信制御処理装置と、通信制御処理装置からの
受信データを取り込み、これを中央演算処理装置に送り
出す受信データ領域及び、中央演算処理装置からの送信
データを取り込み、これを通信制御処理装置に送り出す
送信データ領域を有する共通記憶部とからなるシーケン
ス制御装置において、共通記憶部に受信データ有無フラ
グを設け、中央演算処理装置が受信データ有無フラグを
チェックすることにより、共通記憶部の受信データ領域
から受信データを取り込むように構成したことを特徴と
する。Means for Solving the Problems In order to solve the above problems, the present invention provides a central processing unit that executes sequence control, a communication control processing unit that transmits and receives data to and from the outside, and a communication control processing unit that transmits and receives data from the communication control processing unit. Sequence control consisting of a common storage unit having a reception data area that takes in received data and sends it to the central processing unit, and a transmission data area that takes in transmission data from the central processing unit and sends it to the communication control processing unit. The apparatus is characterized in that a received data presence/absence flag is provided in the common storage section, and the central processing unit checks the received data presence/absence flag to fetch received data from the received data area of the common storage section. .
作用
本発明によれば、シーケンス制御を実行するCPUが受
信割り込み信号を一切受けずに、メインプログラム実行
中に受信データ有無フラグをチェックすることにより、
メインプログラム1実行において最高1個の受信データ
を取り込むようにすることが可能となり、メインプログ
ラムl実行に要する時間が極端に遅くなることを防止す
ることができる。According to the present invention, the CPU that executes sequence control checks the reception data presence/absence flag while executing the main program without receiving any reception interrupt signal.
It is possible to capture at most one piece of received data during the execution of the main program 1, and it is possible to prevent the time required for the execution of the main program 1 from becoming extremely slow.
実施例
以下本発明の一実施例を第1図ないし第3図を参照しな
がら説明する。EXAMPLE Hereinafter, an example of the present invention will be described with reference to FIGS. 1 to 3.
第1図において、1はCPLI 、2は通信制御処理装
置、3は共通記憶部、4は送信データ領域、5は受信デ
ータ領域、6は受信データを書き込む作業、7は受信デ
ータを取り込む作業、8は送信データを書き込む作業、
9は送信データを取り込む作業、lOは受信割り込み信
号、12は送信割り込み信号、13は送信割り込み信号
であって、これらは第4図の従来例について説明したも
のと基本的に同様のものである。しかし前記共通記憶部
3には、従来例と異なり送信データ有無フラグ15、送
信データサイズ領域16、受信データ有無フラグ17、
受信データサイズ領域18が備わっている。又第1図に
おいて、14はCPU1から共通記憶部3への受信フラ
グの状態チェックの動作、19は通信制御処理装置2か
ら共通記憶部3への受信フラグの状態チェックの動作を
夫々示しており、第4図における受信割り込み信号11
に代えて設定された動作である。In FIG. 1, 1 is a CPLI, 2 is a communication control processing unit, 3 is a common storage unit, 4 is a transmission data area, 5 is a reception data area, 6 is a task of writing received data, 7 is a task of importing received data, 8 is the work of writing the transmission data,
Reference numeral 9 indicates an operation to capture transmission data, IO indicates a reception interrupt signal, 12 indicates a transmission interrupt signal, and 13 indicates a transmission interrupt signal, which are basically the same as those explained for the conventional example shown in FIG. . However, unlike the conventional example, the common storage section 3 includes a transmission data presence/absence flag 15, a transmission data size area 16, a reception data presence/absence flag 17,
A received data size area 18 is provided. Further, in FIG. 1, 14 indicates the operation of checking the status of the reception flag from the CPU 1 to the common storage unit 3, and 19 indicates the operation of checking the status of the reception flag from the communication control processing device 2 to the common storage unit 3. , the reception interrupt signal 11 in FIG.
This is the behavior set in place of .
第2図はCPUIにおけるシーケンス制御を実行するた
めのメインプログラムを示し、第3図は通信制御処理装
置2のメインプログラムを示している。2 shows a main program for executing sequence control in the CPUI, and FIG. 3 shows a main program of the communication control processing device 2. As shown in FIG.
第2図において、CP旧はステップ4において受信デー
タ有無フラグ17が「1」 (第3図ステップ11参照
)か否かを判断し、フラグ「1」の場合ステップ5に移
行して、共通記憶部3から受信データを取り込み、次い
でステ・ノブ6で、前記フラグ17を「0」に戻す。ス
テ・ノブ4においてフラグ「Ojの場合は、ステップ7
に示すように何もデータを取り込まない。In FIG. 2, the old CP determines whether the received data presence/absence flag 17 is "1" in step 4 (see step 11 in FIG. 3), and if the flag is "1", it moves to step 5 and stores the data in the common memory. The received data is taken in from the section 3, and then the flag 17 is returned to "0" using the steering knob 6. In Ste Knob 4, if flag ``Oj'', step 7
No data is imported as shown in .
第3図において、通信制御処理装置2はステップ8にお
いて、受信データ有無フラグ17が「1」か否かを判断
し、フラグ「1」の場合、ステップ9に示すように、受
信データを受信バッファに蓄えたままとし、共通記憶部
3には何もデータを書き込まない。他方、ステップ8に
おいて、フラグ「0」の場合は、ステップ10に移行し
て通信制御処理装置2が有しでいる複数のバッファの中
で一番最初にデータを取り込んだバッファにおけるデー
タを共通記憶部3に書き込み、次いでステップ11で受
信データ有無フラグ17を「1」とする。In FIG. 3, the communication control processing device 2 determines in step 8 whether or not the received data presence/absence flag 17 is "1", and if the flag is "1", the received data is transferred to the receive buffer as shown in step 9. No data is written to the common storage unit 3. On the other hand, if the flag is "0" in step 8, the process moves to step 10 and the data in the buffer into which data is taken in first among the plurality of buffers possessed by the communication control processing device 2 is stored in a common memory. 3, and then in step 11 the received data presence/absence flag 17 is set to "1".
本実施例のシーケンス制御装置は上記のように構成され
ているので、外部からの受信割り込み信号10が発生す
ると、通信制御処理装置2は受信データ有無フラグ17
カ何0」であれば、そのデータとデータサイズを共通記
憶部3の受信データ領域5と受信データサイズ領域18
に書き込み、前記フラグ17を「1」にする。一方、C
PU1はメインプログラムにおいて、定期的にフラグチ
ェック動作14を行い、前記フラグ17が11」であれ
ば、受信データを取り込む作業7を行い、前記フラグ1
7を「0」に戻す。このように受信データ領域5の受信
データがCPUIに取り込まれたとき、前記フラグ17
は「0」となるので、通信制御装置2の受信バッファに
蓄えておかれた受信データに内一番最初の受信データが
そのデータサイズと共に共通記憶部3の受信データ領域
5及び受信データサイズ領域18?こ書き込まれる。Since the sequence control device of this embodiment is configured as described above, when the reception interrupt signal 10 is generated from the outside, the communication control processing device 2 sends the reception data presence flag 17
If the number is 0, the data and data size are stored in the received data area 5 and the received data size area 18 of the common storage unit 3.
and sets the flag 17 to "1". On the other hand, C
In the main program, the PU 1 periodically performs a flag check operation 14, and if the flag 17 is "11", performs a work 7 to import the received data, and checks the flag 1.
Return 7 to "0". When the received data in the received data area 5 is taken into the CPUI in this way, the flag 17
is "0", so the first received data among the received data stored in the receive buffer of the communication control device 2 is stored in the received data area 5 and the received data size area of the common storage unit 3 along with its data size. 18? This will be written.
発明の効果
本発明によれば、CPUは受信割り込みを受けることな
く、受信データを取り込むことができるので、CPLI
のシーケンス制御を実行するメインプログラムのl5C
ANの実行速度が極端に遅くなることはなく、適正にシ
ーケンス制御を実行することができると共に、CPUに
かかる負担を軽減、させることができる。Effects of the Invention According to the present invention, since the CPU can take in received data without receiving a reception interrupt, the CPLI
l5C of the main program that executes sequence control of
The execution speed of the AN does not become extremely slow, it is possible to properly execute sequence control, and the load on the CPU can be reduced.
第1図ないし第3図は本発明の一実施例を示し、第1図
は全体の構成を示すブロック図、第2図はCPUのメイ
ンプログラムのフローチャート、第3図は通信制御処理
装置のメインプログラムのフローチャートを示し、第4
図及び第5図は従来例を示し、第4図は全体の構成を示
すブロック図、第5図はCPUのメインプログラムのフ
ローチャートである。
i −一−−−中央演算処理装置(CP[J )2−−
−−−−−通信制御処理装置
3−−−−−一共通記憶部
4−一一−送信データ領域
5−−−−一受信データ領域
17−−−−−受信データ有無フラグ1 to 3 show one embodiment of the present invention, FIG. 1 is a block diagram showing the overall configuration, FIG. 2 is a flowchart of the main program of the CPU, and FIG. 3 is the main program of the communication control processing device. Showing the flowchart of the program, the fourth
5 and 5 show a conventional example, FIG. 4 is a block diagram showing the overall configuration, and FIG. 5 is a flowchart of the main program of the CPU. i-1---Central processing unit (CP[J)2--
------Communication control processing device 3-----Common storage section 4-1--Transmission data area 5------Receiving data area 17--Receiving data presence/absence flag
Claims (1)
外部との間でデータを送受信する通信制御処理装置と、
通信制御処理装置からの受信データを取り込み、これを
中央演算処理装置に送り出す受信データ領域及び、中央
演算処理装置からの送信データを取り込み、これを通信
制御処理装置に送り出す送信データ領域を有する共通記
憶部とからなるシーケンス制御装置において、共通記憶
部に受信データ有無フラグを設け、中央演算処理装置が
受信データ有無フラグをチェックすることにより、共通
記憶部の受信データ領域から受信データを取り込むよう
に構成したことを特徴とするシーケンス制御装置。(1) A central processing unit that executes sequence control;
a communication control processing device that transmits and receives data to and from the outside;
A common memory having a reception data area that takes in reception data from the communication control processing unit and sends it to the central processing unit, and a transmission data area that takes in transmission data from the central processing unit and sends it to the communication control processing unit. The sequence control device is configured such that a received data presence/absence flag is provided in the common storage section, and the central processing unit reads the received data from the received data area of the common storage section by checking the received data presence/absence flag. A sequence control device characterized by:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP29272490A JPH04165404A (en) | 1990-10-29 | 1990-10-29 | Sequence controller |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP29272490A JPH04165404A (en) | 1990-10-29 | 1990-10-29 | Sequence controller |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH04165404A true JPH04165404A (en) | 1992-06-11 |
Family
ID=17785499
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP29272490A Pending JPH04165404A (en) | 1990-10-29 | 1990-10-29 | Sequence controller |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH04165404A (en) |
-
1990
- 1990-10-29 JP JP29272490A patent/JPH04165404A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4792113B2 (en) | Interprocessor interrupt | |
EP0290942B1 (en) | Guest machine execution control system for virtual machine system | |
JPH03175537A (en) | Error controller for debugging microprocessor | |
US5964890A (en) | System call issue method and debug system | |
JPH04165404A (en) | Sequence controller | |
JPH02132548A (en) | Debug back-up system for parallel processor | |
JPH06324861A (en) | System and method for controlling cpu | |
JP2702137B2 (en) | Vector operation instruction processing method | |
JPS6049464A (en) | Inter-processor communication system of multi-processor computer | |
JPH03201032A (en) | Arithmetic processing unit | |
JP2622026B2 (en) | Register writing control method in central processing unit | |
JP2954006B2 (en) | Emulation device and emulation method | |
JP2591211B2 (en) | High-speed interrupt processing device | |
JPH0477946A (en) | Execution system for input/output channel program | |
JPH01154252A (en) | Program debug back-up device for parallel processors | |
JPH02263256A (en) | Microcomputer and controller | |
KR19990026795A (en) | Microprocessor | |
JPS61288232A (en) | Output instruction control system | |
JPS58166454A (en) | Data processor | |
JPH03182945A (en) | Transfer system for data in main storage | |
JPH02183342A (en) | Interruption controller | |
JPH09160786A (en) | Microprocessor | |
JP2000181810A (en) | Peripheral control processor | |
JPS6349941A (en) | Arithmetic processing unit | |
JPS63257856A (en) | Serial communication system |