JP2820889B2 - controller - Google Patents
controllerInfo
- Publication number
- JP2820889B2 JP2820889B2 JP6117942A JP11794294A JP2820889B2 JP 2820889 B2 JP2820889 B2 JP 2820889B2 JP 6117942 A JP6117942 A JP 6117942A JP 11794294 A JP11794294 A JP 11794294A JP 2820889 B2 JP2820889 B2 JP 2820889B2
- Authority
- JP
- Japan
- Prior art keywords
- memory
- program
- program memory
- main cpu
- controller according
- 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
Links
Landscapes
- Advance Control (AREA)
- Debugging And Monitoring (AREA)
- Multi Processors (AREA)
- Control By Computers (AREA)
Description
【0001】[0001]
【産業上の利用分野】この発明は、鉄鋼プラントなどの
プラントの制御に使用されるコントローラに関するもの
である。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a controller used for controlling a plant such as a steel plant.
【0002】[0002]
【従来の技術】図13は例えば鉄鋼プラントコントロー
ラMELPLAC−550取扱説明書に示されたコント
ローラを示す構成図である。図13において、1Aは中
央演算制御部(以下、CPUとする)、2はCPU1の
内部で命令順序を管理するプログラムカウンタ、3はプ
ログラムメモリ4に書き込まれたプログラムを読出すた
めのバス(以下、C−BUSと称する)、4はプラント
制御用のプログラムが書き込まれたプログラムメモリ、
5は命令の実行結果を転送するバス(以下、P−BUS
と称する)、6はプラントの制御に必要な入力信号群、
7はCPU1の演算結果を出力する出力信号群、8はC
PU1の演算の途中結果を格納するデータメモリ、9は
プログラムの編集、書き込み、修正およびモニターなど
を行うためのプログラミングパネルと呼ばれるマンマシ
ン装置である。2. Description of the Related Art FIG. 13 is a block diagram showing a controller described in, for example, an instruction manual for a steel plant controller MELPLAC-550. In FIG. 13, 1A is a central processing control unit (hereinafter, referred to as CPU), 2 is a program counter for managing the order of instructions in the CPU 1, and 3 is a bus (hereinafter, referred to as a bus) for reading a program written in the program memory 4. , C-BUS), 4 is a program memory in which a program for plant control is written,
5 is a bus for transferring the execution result of the instruction (hereinafter referred to as P-BUS).
, 6 is an input signal group necessary for controlling the plant,
7 is an output signal group for outputting the operation result of the CPU 1;
A data memory 9 for storing an intermediate result of the operation of the PU 1 is a man-machine device called a programming panel for editing, writing, correcting and monitoring a program.
【0003】次に動作について説明する。CPU1はプ
ログラムカウンタ2で管理されたプログラムメモリアド
レスの命令をプログラムメモリ4からC−BUS3を経
由して読み出し実行する。一般に、メモリ4に書き込ま
れたプログラムの1命令は図15に示すように命令部K
1とオペランド部(又は制御対象アドレス又はソース)
K2とから構成されている。例えばロード命令「;IW
10」であれば、CPU1はP−BUS5上にIW10
のアドレスを送信し、IW10に対応する入力信号群6
がデータをP−BUS5上に返送し、CPU1が入力信
号群6からP−BUS5上に返送されたデータを読み取
る。また、ストア命令「→OW100」であれば、CP
U1は演算結果のデータとOW100のアドレスをP−
BUS5上に送信し、OW100に対応する出力信号群
7がデータを読み取りプラントの制御対象機器に出力す
る。以上はコントローラの基本動作である。Next, the operation will be described. The CPU 1 reads an instruction at a program memory address managed by the program counter 2 from the program memory 4 via the C-BUS 3 and executes it. In general, one instruction of a program written in the memory 4 has an instruction part K as shown in FIG.
1 and operand part (or control target address or source)
K2. For example, the load instruction "; IW
10 ", the CPU 1 stores the IW10 on the P-BUS5.
Of the input signal group 6 corresponding to the IW 10
Returns the data to the P-BUS 5, and the CPU 1 reads the data returned from the input signal group 6 to the P-BUS 5. If the store instruction is “→ OW100”, the CP
U1 represents the data of the operation result and the address of OW100 as P-
The data is transmitted on the BUS 5, and the output signal group 7 corresponding to the OW 100 reads the data and outputs the data to the control target device of the plant. The above is the basic operation of the controller.
【0004】次に、このコントローラが制御中に、各種
制御データをモニターし調整する場合を考える。例え
ば、モニタソースとしてデータメモリ8のMW25をモ
ニターする場合を考えると、マンマシン装置9のモニタ
ー機能でディジタルデータあるいはトレンドデータの採
取をしても可能だが、一般には、ペンオシロを使ったア
ナログチャート出力が非常に効果的な方法として使われ
ている。その実現の為には、コントローラとしては、図
14に示すように、アプリケーションプログラムP1以
外にモニタープログラムP2を作り込み直列処理させ
る。Next, consider a case where various kinds of control data are monitored and adjusted during the control by the controller. For example, when monitoring the MW 25 of the data memory 8 as a monitor source, it is possible to collect digital data or trend data using the monitor function of the man-machine device 9, but in general, an analog chart output using a pen oscilloscope is used. Is used as a very effective method. To achieve this, as shown in FIG. 14, the controller creates a monitor program P2 in addition to the application program P1 and performs serial processing.
【0005】[0005]
【発明が解決しようとする課題】従来のコントローラは
以上のようにモニターのために、CPU1が制御プログ
ラムP1と制御には無関係なモニタープログラムP2と
を直列処理させる必要があるので、モニター数によって
はCPU1の実行時間としての制御プログラムを実行す
る周期が長くなり、制御性能が低下するという問題が内
在していた。As described above, the conventional controller requires the CPU 1 to serially process the control program P1 and the monitor program P2 irrelevant to control for monitoring as described above. There is an inherent problem that the cycle of executing the control program as the execution time of the CPU 1 becomes longer, and the control performance decreases.
【0006】この発明は上記のような課題を解決するた
めになされたものであり、その目的は本来の制御とそれ
以外のモニタやメンテナンスなどとを並列処理すること
によって、CPUの実行時間の大幅な短縮を図り、制御
性能の飛躍的な向上を得ることである。SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problem, and an object of the present invention is to significantly reduce the execution time of a CPU by performing the original control and other processes such as monitoring and maintenance in parallel. This is to achieve a significant reduction in control performance and to achieve a dramatic improvement in control performance.
【0007】[0007]
【課題を解決するための手段】請求項1に記載された第
1の発明に係るコントローラは、1命令の情報量を2倍
に拡張し、本来の制御を担当するメインCPUと本来の
制御以外の機能を実現するサブCPUとを有し、メイン
CPUでのみプログラムの命令実行順序を管理するよう
に構成にしたものである。According to a first aspect of the present invention, there is provided a controller which doubles the amount of information of one instruction by two times, and a main CPU in charge of original control and a controller other than original control. And a sub CPU for realizing the above function, and only the main CPU manages the instruction execution order of the program.
【0008】請求項2に記載された第2の発明に係るコ
ントローラは、第1の発明のサブCPUにプログラムの
編集、書き込み、修正およびモニターなどを行うための
マンマシン装置を接続したものである。According to a second aspect of the present invention, there is provided a controller according to the second aspect, wherein a man-machine device for editing, writing, modifying, and monitoring a program is connected to the sub CPU of the first aspect. .
【0009】請求項3に記載された第3の発明に係るコ
ントローラは、第1の発明のプログラムメモリの前半部
を制御メモリとし、同プログラムメモリの後半部を前半
部分と同様な制御メモリとしたものである。According to a third aspect of the present invention, in the controller according to the third aspect, the first half of the program memory of the first aspect is a control memory, and the second half of the program memory is a control memory similar to the first half. Things.
【0010】請求項4に記載された第4の発明に係るコ
ントローラは、第1の発明のプログラムメモリの前半部
を制御メモリとし、同プログラムメモリの後半部を計測
メモリとしたものである。According to a fourth aspect of the present invention, there is provided a controller according to the first aspect, wherein the first half of the program memory of the first aspect is a control memory, and the second half of the program memory is a measurement memory.
【0011】請求項5に記載された第5の発明に係るコ
ントローラは、第1の発明のプログラムメモリの前半部
を制御メモリとし、同プログラムメモリの後半部を入力
信号読み込み時の強制的な指示メモリとしたものであ
る。According to a fifth aspect of the present invention, there is provided a controller, wherein the first half of the program memory of the first invention is used as a control memory, and the second half of the program memory is forcibly instructed when an input signal is read. It is a memory.
【0012】請求項6に記載された第6の発明に係るコ
ントローラは、第1の発明のサブCPUにデータメモリ
を接続し、このデータメモリに入力信号時間軸変化デー
タをインプットしたものである。A controller according to a sixth aspect of the present invention is a controller in which a data memory is connected to the sub CPU of the first aspect of the invention, and input signal time axis change data is input to the data memory.
【0013】請求項7に記載された第7の発明に係るコ
ントローラは、第1の発明のサブCPUにもプログラム
メモリのアドレス管理機能を付加し、プログラムメモリ
の前半部と後半部とに同じ情報を挿入する構成としたも
のである。According to a seventh aspect of the present invention, in the controller according to the seventh aspect, the sub-CPU of the first aspect further has an address management function of the program memory, and the same information is provided in the first half and the second half of the program memory. Is inserted.
【0014】請求項8に記載された第8の発明に係るコ
ントローラは、第1の発明のサブCPUにはメインCP
Uからプログラムメモリ側に流されるプログラムメモリ
のアドレス管理データをトレースしてメインCPUの異
常時にサブCPUに接続したデータメモリにポーズさせ
るトレース手段を設けたものである。According to an eighth aspect of the present invention, in the controller according to the eighth aspect, the sub CPU of the first aspect is provided with a main CPU.
A tracing means is provided for tracing the address management data of the program memory flowing from the U to the program memory side and causing a pause in the data memory connected to the sub CPU when the main CPU is abnormal.
【0015】請求項9に記載された第9の発明に係るコ
ントローラは、第1の発明のプログラムメモリの前半部
と後半部とを制御メモリとし、この後半部をメインCP
Uのプログラムがおかしい時に一部変更してメインCP
UとサブCPUとを並列運転する構成としたものであ
る。According to a ninth aspect of the present invention, the controller according to the ninth aspect uses the first half and the second half of the program memory of the first invention as a control memory, and uses the second half as a main CP.
When the program of U is wrong, change it and change the main CP
U and the sub CPU are configured to operate in parallel.
【0016】請求項10に記載された第10の発明に係
るコントローラは、第1の発明のプログラムメモリの後
半部にシミュレーション時の出力に対応する命令を書き
込む構成としたものである。A controller according to a tenth aspect of the present invention is configured such that an instruction corresponding to an output at the time of simulation is written in the latter half of the program memory of the first aspect.
【0017】[0017]
【作用】第1の発明のコントローラは、メインCPUが
命令を読出した時に、サブCPUも同時にその付随情報
を読み出し実行する。In the controller according to the first aspect of the present invention, when the main CPU reads an instruction, the sub CPU simultaneously reads and executes the accompanying information.
【0018】第2の発明のコントローラは、サブCPU
がマンマシン装置からの要求を負担する。According to a second aspect of the present invention, the controller comprises a sub CPU
Bears the request from the man-machine device.
【0019】第3の発明のコントローラは、メインCP
UとサブCPUとによるマルチ制御が行われる。A controller according to a third aspect of the present invention comprises a main CP
Multi-control by U and the sub CPU is performed.
【0020】第4の発明のコントローラは、実行時間計
測プログラムをメインCPUに負担をかけずに簡単に計
測する。A controller according to a fourth aspect of the present invention easily measures an execution time measurement program without imposing a burden on a main CPU.
【0021】第5の発明のコントローラは、命令を削除
する必要がある場合にもメインCPUが停止することな
く制御する。A controller according to a fifth aspect of the present invention controls the main CPU without stopping even when it is necessary to delete an instruction.
【0022】第6の発明のコントローラは、プログラム
デバッグ時に高級なシミュレーションを実行する。A controller according to a sixth aspect of the present invention executes a high-level simulation when debugging a program.
【0023】第7の発明のコントローラは、メインCP
Uの異常時にサブCPUがバックアップする。A controller according to a seventh aspect of the present invention comprises a main CP
The sub CPU backs up when U is abnormal.
【0024】第8の発明のコントローラは、メインCP
Uからプログラムメモリ側に流されるプログラムメモリ
のアドレス管理データをCPUのデータメモリにポーズ
させ、トラブルシュートが可能となる。According to an eighth aspect of the present invention, the controller comprises a main CP
The address management data of the program memory flowing from the U to the program memory side is paused in the data memory of the CPU, thereby enabling troubleshooting.
【0025】第9の発明のコントローラは、メインCP
Uのプログラムがおかしい時における一部変更したサブ
CPUの並列運転により、データを確認し、異常がなけ
れば、メインCPUの処理をサブCPUの処理に置換す
る。According to a ninth aspect of the present invention, the controller comprises a main CP
The parallel operation of the partially changed sub CPU when the program of U is not correct confirms the data, and if there is no abnormality, the processing of the main CPU is replaced with the processing of the sub CPU.
【0026】第10の発明のコントローラは、プログラ
ムメモリの前半部からテストプログラムを省略し、メイ
ンCPUの動作条件に影響なくシミュレーションを実現
する。The controller according to the tenth aspect of the present invention omits the test program from the first half of the program memory and realizes the simulation without affecting the operating conditions of the main CPU.
【0027】[0027]
【実施例】以下、この発明の各実施例を図1乃至図12
を用い、前記従来例と同一部分に同一符号を付して説明
する。 実施例1(請求項1、請求項2に対応).図1は実施例
1としてのコントローラを示す構成図、図2は実施例1
のフローチャートである。図1において、4Aはプログ
ラムメモリであって、これは1命令に対する情報量が2
倍に拡張されており、その前半部(図1ではプログラム
メモリ4の左半分)4A−Fにはプログラムカウンタ2
を有するメインCPU1がC−BUS3にて接続され、
プログラムメモリ4の後半(図1ではプログラムメモリ
4の右半分)4A−Rにはプログラムカウンタを持たな
いサブCPU10がC−BUS11にて接続される。サ
ブCPU10にはマンマシン装置9がケーブル12で接
続されるとともにデータメモリ13がローカルバス(以
下、L−BUSと称する)14で接続され、このサブC
PU1はメインCPU1にデータメモリ8と入力信号群
6および出力信号群7を接続するP−BUS5にP−B
US15で接続され、サブCPU10はメインCPU1
が実行する制御命令以外にメンテナンス命令を実行する
ようになっている。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, embodiments of the present invention will be described with reference to FIGS.
In the following description, the same parts as those in the conventional example are denoted by the same reference numerals. Embodiment 1 (corresponding to claims 1 and 2). FIG. 1 is a configuration diagram illustrating a controller as a first embodiment, and FIG. 2 is a first embodiment.
It is a flowchart of FIG. In FIG. 1, reference numeral 4A denotes a program memory, which has an information amount of 2 for one instruction.
The first half (the left half of the program memory 4 in FIG. 1) 4A-F has a program counter 2
Is connected via C-BUS3,
A sub CPU 10 having no program counter is connected to the latter half (the right half of the program memory 4 in FIG. 1) 4A-R of the program memory 4 by a C-BUS 11. A man-machine device 9 is connected to the sub CPU 10 by a cable 12 and a data memory 13 is connected by a local bus (hereinafter, referred to as L-BUS) 14.
PU1 connects P-BUS5 which connects data memory 8 and input signal group 6 and output signal group 7 to main CPU1 and P-BUS5 to P-BUS5.
US15, and the sub CPU 10 is connected to the main CPU 1
Is to execute a maintenance instruction in addition to the control instruction to be executed.
【0028】次に、実施例1の動作について説明する。
メインCPU1の基本動作は前記従来例と全く同様であ
るので省略する。以下にモニタープログラムを実行する
場合について、サブCPU10の動作を中心に図2を参
照しつつ説明する。図2に示すように、プログラムメモ
リ4の前半部にはアプリケーションプログラム4A−F
1が書き込まれ、プログラムメモリ4の後半部にはモニ
タープログラム4A−R1が書き込まれており、メイン
CPU1が「→MW25」16をプログラムメモリ4か
ら読み込むと同時にサブCPU10にも「MONnGA
IN(モニタ命令.出力n番目ゲイン)」命令17を読
み込ませる。従って、メインCPU1がアキュムレータ
のデータをデータメモリ8のMW25にP−BUS5を
経由して出力したときに、サブCPU10はデータをP
−BUS5からP−BUS15を経由して横取りし、そ
のデータにゲインをかけて出力n番目へ出力する。Next, the operation of the first embodiment will be described.
The basic operation of the main CPU 1 is completely the same as that of the above-described conventional example, and therefore will not be described. Hereinafter, a case where the monitor program is executed will be described with reference to FIG. As shown in FIG. 2, application programs 4A-F are provided in the first half of the program memory 4.
1 is written, and the monitor program 4A-R1 is written in the second half of the program memory 4. The main CPU 1 reads “→ MW 25” 16 from the program memory 4 and simultaneously sends “MONnGA” to the sub CPU 10.
IN (monitor instruction; output nth gain) instruction 17 is read. Therefore, when the main CPU 1 outputs the data of the accumulator to the MW 25 of the data memory 8 via the P-BUS 5, the sub CPU 10
-BUS5 is intercepted via P-BUS15, the data is gained and output to the n-th output.
【0029】要するに、この実施例1によれば、メイン
CPU1がプログラムメモリ4の前半部4A−Fに書き
込まれたアプリケーションプログラム4A−F1を実行
すると同時に、サブCPU10がプログラムメモリ4の
後半部4A−Rに書き込まれたモニタープラグラム4A
−R1を並列的に実行し、結果として、メインCPU1
が本来の制御を行い、サブCPU10がモニターを行う
ので、メインCPU1の実行時間が大幅に短縮できる。
この点は請求項1に対応する。In short, according to the first embodiment, the main CPU 1 executes the application program 4A-F1 written in the first half 4A-F of the program memory 4, and at the same time, the sub CPU 10 executes the second half 4A-F of the program memory 4. Monitor program 4A written in R
-R1 in parallel, and as a result, the main CPU 1
Perform the original control, and the sub CPU 10 performs monitoring, so that the execution time of the main CPU 1 can be greatly reduced.
This corresponds to claim 1.
【0030】加えて、この実施例1では、図1に示すよ
うにマンマシン装置9がサブCPU10にケーブル12
で接続されているので、マンマシン装置9の要求もサブ
CPU10が負担するので、メインCPU1の負担軽減
に寄与し、メインCPU1による制御性能が飛躍的に向
上できる。この点は請求項2に対応する。In addition, in the first embodiment, as shown in FIG.
Since the connection is made by the sub CPU 10, the request of the man-machine device 9 is also borne by the sub CPU 10, so that the burden on the main CPU 1 is reduced and the control performance by the main CPU 1 can be remarkably improved. This corresponds to claim 2.
【0031】実施例2(請求項3に対応).この実施例
2は図3に示すようにメインCPU1およびサブCPU
10でプラントをマルチ制御することに特徴があるの
で、この実施例3のコントローラの構成要素には図1の
符号を使用して説明する。Embodiment 2 (corresponding to claim 3). In the second embodiment, as shown in FIG.
Since the feature of the present embodiment is that the plant is multi-controlled by the reference numeral 10, the components of the controller according to the third embodiment will be described using the reference numerals in FIG.
【0032】つまり、図3は実施例2としてのコントロ
ーラに使用するプログラムメモリを示す図、図4は実施
例2の対比例を示す図4である。図3に示すように、こ
の実施例2はプログラムメモリ4Aの後半部分4A−R
2の構造を前半部分4A−F2と同様の構造にして制御
メモリとして使うことによって、メインCPU1および
サブCPU10でプラントをマルチ制御することができ
る。よって、例えば図4に示す対比例では処理A−処理
B−処理C−処理D−処理E−処理Fが繰り返えされる
のに対し、この実施例2では図3に示すようにメインC
PU1が処理A−処理B−処理D−処理Fを実行し、サ
ブCPU10が処理C−処理Eを実行でき、メインCP
U1の実行時間の大幅短縮が可能となり、制御性能向上
が期待できる。FIG. 3 is a diagram showing a program memory used for a controller according to the second embodiment, and FIG. 4 is a diagram showing a comparative example of the second embodiment. As shown in FIG. 3, the second embodiment is different from the latter half 4A-R of the program memory 4A.
By using the structure of 2 as the control memory with the same structure as the first half 4A-F2, the main CPU 1 and the sub CPU 10 can perform multi-control of the plant. Therefore, for example, in the comparative example shown in FIG. 4, processing A-processing B-processing C-processing D-processing E-processing F is repeated, whereas in the second embodiment, as shown in FIG.
PU1 can execute the processing A-processing B-processing D-processing F, the sub CPU 10 can execute the processing C-processing E, and the main CP
The execution time of U1 can be greatly reduced, and improvement in control performance can be expected.
【0033】実施例3(請求項4に対応).この実施例
3は図5に示すように実行時間計測プログラムをメイン
CPUに負担をかけずに簡単に計測することに特徴があ
るので、この実施例3のコントローラの構成要素には図
1の符号を使用して説明する。Embodiment 3 (corresponding to claim 4). As shown in FIG. 5, the third embodiment is characterized in that the execution time measurement program is easily measured without imposing a burden on the main CPU. This will be described using.
【0034】つまり、図5は実施例3としてのコントロ
ーラに使用するプログラムメモリを示す図、図6は実施
例3の対比例を示す図である。図5に示すように、この
実施例3はプログラムメモリ4Aの前半部4A−F3を
制御メモリとして使い、プログラムメモリ4Aの後半部
4A−R3を計測メモリとして使い、この後半部4A−
R3に時間計測開始を示すTS命令18と時間計測終了
を示すTE命令19とを計測したい制御用プログラムの
開始位置と終了位置とに書き込むことによってサブCP
U10が制御の実行時間を計測し、メインCPU1は制
御のみに専念できることとなる。例えば、処理A,Bの
実行時間を計測する場合、図6に示す対比例では計測開
始ロジック20−処理A−処理B−計測終了ロジック2
1−処理Cが繰り返されるのに対し、この実施例3では
図5に示すようにメインCPU1が処理A−処理B−処
理Cを実行し、サブCPU10が処理A,Bの実行時間
を計測し、メインCPU1の実行時間の大幅短縮が可能
となり、制御性能向上が期待できる。FIG. 5 is a diagram showing a program memory used for a controller as a third embodiment, and FIG. 6 is a diagram showing a comparative example of the third embodiment. As shown in FIG. 5, the third embodiment uses the first half 4A-F3 of the program memory 4A as a control memory, uses the second half 4A-R3 of the program memory 4A as a measurement memory, and uses this second half 4A-F3.
The sub-CP is written in R3 by writing a TS instruction 18 indicating the start of time measurement and a TE instruction 19 indicating the end of time measurement to the start position and end position of the control program to be measured.
U10 measures the execution time of the control, and the main CPU 1 can concentrate on the control only. For example, when measuring the execution times of the processes A and B, in the comparative example shown in FIG. 6, the measurement start logic 20-process A-process B-measurement end logic 2
In the third embodiment, the main CPU 1 executes processing A-processing B-processing C, and the sub CPU 10 measures the execution time of processing A and B, as shown in FIG. Thus, the execution time of the main CPU 1 can be significantly reduced, and improvement in control performance can be expected.
【0035】実施例4(請求項5に対応).この実施例
4は図7に示すように入力信号群の読み込み時に、強制
的にONあるいはOFFまたはデータであれば数値にし
たい場合、例えば調整中に機械インターロックを殺した
い場合などのように、その命令を削除する必要がある場
合にもメインCPU1を停めることなく、つまり、プラ
ントの生産ラインを停めることなく制御することに特徴
があるので、この実施例4のコントローラの構成要素に
は図1の符号を使用して説明する。Embodiment 4 (corresponding to claim 5). In the fourth embodiment, as shown in FIG. 7, when the input signal group is read, when it is forcibly turned ON or OFF or when it is data, it is desired to set a numerical value. For example, when it is desired to kill the machine interlock during adjustment, Even when it is necessary to delete the instruction, the control is performed without stopping the main CPU 1, that is, without stopping the production line of the plant. The description will be made using the reference numerals.
【0036】つまり、図7は実施例4としてのコントロ
ーラに使用するプログラムメモリを示す図である。この
図7に示すように、この実施例4はプログラムメモリ4
Aの前半部4A−F4を制御メモリとして使い、プログ
ラムメモリ4Aの後半部4A−R4を入力信号群6の読
み込み時の強制的な指示メモリとして使い、前半部4A
−F4中の処理22に対する強制指示としてのONを示
すKI命令23を書き込むだけで、調整時間の大幅な短
縮が期待できる。FIG. 7 is a diagram showing a program memory used for the controller according to the fourth embodiment. As shown in FIG. 7, the fourth embodiment has a program memory 4
The first half 4A-F4 of the program memory 4A is used as a control memory, the second half 4A-R4 of the program memory 4A is used as a compulsory instruction memory when reading the input signal group 6, and the first half 4A-F4 is used.
By simply writing the KI instruction 23 indicating ON as a compulsory instruction for the process 22 in -F4, a significant reduction in the adjustment time can be expected.
【0037】実施例5(請求項6に対応).図8は実施
例5としてのコントローラを示す構成図である。この図
8に示すように、この実施例5はサブCPU10側のデ
ータメモリ13に入力信号時間軸変化データ24をイン
プットしておき、プログラムデバッグ時に上記入力信号
時間軸変化データ24を使用したシミュレーションを実
行でき、出荷時の品質向上に伴う費用低減が期待できる
ようにしたものである。Embodiment 5 (corresponding to claim 6). FIG. 8 is a configuration diagram illustrating a controller as a fifth embodiment. As shown in FIG. 8, in the fifth embodiment, the input signal time axis change data 24 is input to the data memory 13 of the sub CPU 10 and a simulation using the input signal time axis change data 24 at the time of program debugging is performed. It can be executed, and cost reduction accompanying quality improvement at the time of shipment can be expected.
【0038】実施例6(請求項7に対応). 図9は実施例6としてのコントローラを示す構成図であ
る。図9に示すように、この実施例6はメインCPU1
と同様にサブCPU10Aにもプログラムカウンタ25
を設け、C−BUS3とC−BUS11とを接続するC
−BUS26を設け、このC−BUS26にスイッチ2
8を設け、このC−BUS26の接続点からプログラム
メモリ4A側に位置するC−BUS11にスイッチ29
を設け、さらにP−BUS15の接続点からメインCP
U1側に位置するP−BUS5にスイッチ27を設け、
メインCPU1が正常に動作する通常時はスイッチ28
を開状態とするとともにスイッチ27,29を閉状態と
し、メインCPU1の異常でスイッチ28を閉状態とす
るとともにスイッチ27,29を開状態としてC−BU
S3,26およびP−BUS15からなるバス経路を形
成することによって、異常を起こしたメインCPU1に
代替してサブCPU10Aによるバックアップシステム
を構成するようにしたものである。つまりプログラムメ
モリ4Aの前半部4A−Fと後半部4A−Rとに同じ情
報を挿入しておき、メインCPU1の異常時にサブCP
U10Aがバックアップするので、高信頼の2重系シス
テムが提供でき、コントローラの信頼性向上に寄与でき
る。Embodiment 6 (corresponding to claim 7). FIG. 9 is a configuration diagram showing a controller as a sixth embodiment. As shown in FIG. 9, the sixth embodiment is different from the main CPU 1 in FIG.
Similarly, the sub CPU 10A has a program counter 25
To connect C-BUS3 and C-BUS11
-BUS 26 is provided, and the switch 2 is connected to the C-BUS 26.
8 is provided, and a switch 29 is connected from the connection point of the C-BUS 26 to the C-BUS 11 located on the program memory 4A side.
And the main CP is connected from the connection point of P-BUS15.
A switch 27 is provided on the P-BUS5 located on the U1 side,
During normal operation when the main CPU 1 operates normally, the switch 28
And the switches 27 and 29 are closed, and the switch 28 and the switches 27 and 29 are opened when the main CPU 1 is abnormal.
By forming a bus path composed of S3, 26 and P-BUS 15, a backup system with a sub CPU 10A is configured in place of the main CPU 1 in which an abnormality has occurred. That is, the same information is inserted into the first half 4A-F and the second half 4A-R of the program memory 4A, and the sub CP is
Since the U10A is backed up, a highly reliable duplex system can be provided, which can contribute to an improvement in the reliability of the controller.
【0039】実施例7(請求項8に対応).図10は実
施例7としてのコントローラを示す構成図である。図1
0に示すように、この実施例7はサブCPU10Bにト
レース手段30を設け、このトレース手段30がメイン
CPU1のプログラムカウンタ2からのC−BUS3に
流されるプログラムカウンタ値をトレースし、そのトレ
ースをメインCPU1の異常時にサブCPU10Bのデ
ータメモリ13にポーズさせることにより、トラブルシ
ュートが可能となり、故障復旧時間の短縮に大きく寄与
できる。Embodiment 7 (corresponding to claim 8). FIG. 10 is a configuration diagram illustrating a controller according to a seventh embodiment. FIG.
As shown in FIG. 7, in the seventh embodiment, a tracing means 30 is provided in the sub CPU 10B, and the tracing means 30 traces the program counter value flowing from the program counter 2 of the main CPU 1 to the C-BUS 3, and traces the trace to the main CPU 1. By causing the data memory 13 of the sub CPU 10B to pause when the CPU 1 is abnormal, it is possible to troubleshoot and greatly contribute to shortening the failure recovery time.
【0040】実施例8(請求項9に対応). この実施例8は図11に示すようにプログラムメモリの
後半部を制御メモリとして使用し、メインCPUのプロ
グラムがおかしい時に一部変更し、メインCPUとサブ
CPUとを並列運転することに特徴があるので、この実
施例8のコントローラの構成要素には図1の符号を使用
して説明する。Embodiment 8 (corresponding to claim 9). The eighth embodiment is characterized in that the latter half of the program memory is used as a control memory as shown in FIG. 11, and the main CPU and the sub CPU are operated in parallel when the main CPU program is not correct. Therefore, the components of the controller according to the eighth embodiment will be described using the reference numerals in FIG.
【0041】つまり、図11は実施例8としてのコント
ローラに使用するプログラムメモリを示す図である。こ
の図11に示すように、この実施例8はプログラムメモ
リ4Aの前半部4A−F5を符号A〜Dで示す処理31
の制御メモリとして使い、プログラムメモリ4Aの後半
部4A−R5をA′〜D′で示す処理32の制御メモリ
として使い、処理31の代替プログラムとして処理32
を並列に実行し、メインCPU1のプログラムがおかし
い時に一部変更したサブCPU10の並列運転により、
データを確認し、異常がなければ、処理32のA′〜
D′を処理31のA〜Dに置き換えることができるの
で、調整時あるいは定修時の限られた時間内でのプログ
ラム変更が安全に行える。FIG. 11 is a diagram showing a program memory used for the controller according to the eighth embodiment. As shown in FIG. 11, in the eighth embodiment, the first half 4A-F5 of the program memory 4A is processed 31
, And the latter half 4A-R5 of the program memory 4A is used as a control memory of the process 32 indicated by A 'to D', and the process 32 is used as an alternative program of the process 31.
Are executed in parallel, and when the program of the main CPU 1 is not correct, the sub-CPU 10 is partially changed to operate in parallel.
The data is checked, and if there is no abnormality, A 'to
Since D 'can be replaced with A to D in the process 31, the program can be safely changed within a limited time during adjustment or regular maintenance.
【0042】実施例9(請求項10に対応).一般的に
は、プログラムシミュレーション時にある出力を出せば
タイマー後に或る入力が返ってくるような場合が多く、
この入力もプログラムメモリ4Aの前半部4A−F6に
書き込んで実行するため、シミュレーション中はテスト
プログラム31による影響が大きく、本来のシミュレー
ションとは条件が違ったものとなる場合が多いが、この
実施例9では図12に示すようにプログラムメモリ4A
の後半部にシミュレーション時の出力に対応するTD入
力と言った命令34をプログラムメモリ4Aの後半部4
A−R6に書き込むだけで、テストプログラム35が不
要となり、メインCPU1の動作条件に影響なく実現で
き、プログラムデバッグの完成度向上、しいてはトータ
ルコスト低減に大きく寄与できる。Embodiment 9 (corresponding to claim 10). Generally, if a certain output is issued during a program simulation, a certain input is returned after a timer in many cases.
Since this input is also written in the first half 4A-F6 of the program memory 4A and executed, the effect of the test program 31 is large during the simulation, and the conditions are often different from those of the original simulation. 9, the program memory 4A as shown in FIG.
An instruction 34 called a TD input corresponding to the output at the time of the simulation is provided in the latter half of the program memory 4A.
By simply writing to the A-R 6, the test program 35 becomes unnecessary, and can be realized without affecting the operating conditions of the main CPU 1, which can greatly improve the degree of completeness of program debugging and reduce the total cost.
【0043】[0043]
【発明の効果】以上のように第1の発明によれば、プロ
グラムメモリの情報を2倍に拡張し、その半分にメイン
テナンス命令を書き込み、メインCPUと同期してサブ
CPUがこのメインテナンス命令ある時は制御命令を並
列処理するように構成したので、メインCPUの負担が
大幅に軽減できコントローラの制御性能を大きく改善で
きるという効果がある。As described above, according to the first aspect of the invention, the information in the program memory is doubled, and the maintenance instruction is written in half of the information. Is configured to process control instructions in parallel, so that the burden on the main CPU can be greatly reduced and the control performance of the controller can be greatly improved.
【0044】第2の発明によれば、サブCPUがマンマ
シン装置からの要求を負担するように構成したので、メ
インCPUの負担軽減に寄与し、メインCPUによる制
御性能が飛躍的に向上できるという効果がある。According to the second aspect of the invention, since the sub CPU is configured to bear the request from the man-machine device, it contributes to the reduction of the burden on the main CPU, and the control performance by the main CPU can be dramatically improved. effective.
【0045】第3の発明によれば、メインCPUとサブ
CPUとによるマルチ制御が行われるように構成したの
で、メインCPUの実行時間の大幅短縮が可能となり、
制御性能向上が期待できるという効果がある。According to the third aspect of the present invention, since the multi-control by the main CPU and the sub CPU is performed, the execution time of the main CPU can be greatly reduced.
There is an effect that control performance can be improved.
【0046】第4の発明によれば、実行時間計測プログ
ラムをメインCPUに負担をかけずに簡単に計測するよ
うに構成したので、メインCPUの実行時間の大幅短縮
が可能となり、制御性能向上が期待できるという効果が
ある。According to the fourth aspect, the execution time measurement program is configured to be easily measured without imposing a burden on the main CPU, so that the execution time of the main CPU can be greatly reduced, and the control performance can be improved. There is an effect that can be expected.
【0047】第5の発明によれば、命令を削除する必要
がある場合にもメインCPUが停止することなく制御す
るように構成したので、調整時間の大幅な短縮が期待で
きるという効果がある。According to the fifth aspect of the present invention, even when an instruction needs to be deleted, the control is performed without stopping the main CPU, so that the adjustment time can be greatly reduced.
【0048】第6の発明によれば、プログラムデバッグ
時に高級なシミュレーションを実行するように構成した
ので、出荷時の品質向上に伴う費用低減が期待できると
いう効果がある。According to the sixth aspect, since a high-level simulation is executed at the time of program debugging, there is an effect that cost reduction accompanying quality improvement at the time of shipment can be expected.
【0049】第7の発明によれば、メインCPUの異常
時にサブCPUがバックアップするように構成したの
で、高信頼の2重系システムが提供でき、コントローラ
の信頼性向上に寄与できるという効果がある。According to the seventh aspect, since the sub CPU backs up when the main CPU is abnormal, a highly reliable duplex system can be provided, and the reliability of the controller can be improved. .
【0050】第8の発明によれば、メインCPUからプ
ログラムメモリ側に流されるプログラムメモリのアドレ
ス管理データをサブCPUのデータメモリにポーズさ
せ、トラブルシュートが可能となるように構成したの
で、故障復旧時間の短縮に大きく寄与できるという効果
がある。According to the eighth aspect, the address management data of the program memory flowing from the main CPU to the program memory is paused in the data memory of the sub CPU so that troubleshooting can be performed. This has the effect of greatly contributing to a reduction in time.
【0051】第9の発明によれば、メインCPUのプロ
グラムがおかしい時における一部変更したサブCPUの
並列運転により、データを確認し、異常がなければ、メ
インCPUの処理をサブCPUの処理に置換するように
構成したので、調整時あるいは定修時の限られた時間内
でのプログラム変更が安全に行えるという効果がある。According to the ninth aspect, when the program of the main CPU is not correct, the data is confirmed by the parallel operation of the partially changed sub CPU, and if there is no abnormality, the processing of the main CPU is replaced with the processing of the sub CPU. Since the replacement is performed, there is an effect that the program can be safely changed within a limited time at the time of adjustment or regular maintenance.
【0052】第10の発明によれば、プログラムメモリ
の前半部からテストプログラムを省略し、メインCPU
の動作条件に影響なくシミュレーションを実現するよう
に構成したので、プログラムデバッグの完成度向上およ
びトータルコスト低減に大きく寄与できるという効果が
ある。According to the tenth aspect, the test program is omitted from the first half of the program memory, and the main CPU
Since the configuration is such that the simulation is realized without affecting the operating conditions of the above, there is an effect that it is possible to greatly contribute to improvement of the degree of completeness of the program debugging and reduction of the total cost.
【図1】 実施例1のコントローラを示す構成図であ
る。FIG. 1 is a configuration diagram illustrating a controller according to a first embodiment.
【図2】 実施例1のプログラムメモリを示す図であ
る。FIG. 2 is a diagram illustrating a program memory according to the first embodiment.
【図3】 実施例2のプログラムメモリを示す図であ
る。FIG. 3 is a diagram illustrating a program memory according to a second embodiment.
【図4】 実施例2の対比例を示す図である。FIG. 4 is a diagram showing a comparative example of the second embodiment.
【図5】 実施例3のプログラムメモリを示す図であ
る。FIG. 5 is a diagram illustrating a program memory according to a third embodiment;
【図6】 実施例3の対比例を示す図である。FIG. 6 is a diagram showing a comparative example of the third embodiment.
【図7】 実施例4のプログラムメモリを示す図であ
る。FIG. 7 is a diagram illustrating a program memory according to a fourth embodiment.
【図8】 実施例5のコントローラを示す構成図であ
る。FIG. 8 is a configuration diagram illustrating a controller according to a fifth embodiment.
【図9】 実施例6のコントローラを示す構成図であ
る。FIG. 9 is a configuration diagram illustrating a controller according to a sixth embodiment.
【図10】 実施例7のコントローラを示す構成図であ
る。FIG. 10 is a configuration diagram illustrating a controller according to a seventh embodiment.
【図11】 実施例8のプログラムメモリを示す図であ
る。FIG. 11 is a diagram illustrating a program memory according to an eighth embodiment.
【図12】 実施例9のプログラムメモリを示す図であ
る。FIG. 12 is a diagram illustrating a program memory according to a ninth embodiment;
【図13】 従来のコントローラを示す構成図である。FIG. 13 is a configuration diagram showing a conventional controller.
【図14】 従来のフローチャートである。FIG. 14 is a conventional flowchart.
【図15】 従来の1命令を示す図である。FIG. 15 is a diagram showing one conventional instruction.
1 メインCPU、4A プログラムメモリ、9 マン
マシン装置、10,10A,10B サブCPU、13
データメモリ。1 main CPU, 4A program memory, 9 man-machine device, 10, 10A, 10B sub CPU, 13
Data memory.
Claims (10)
対する情報量を前半部および後半部として2倍に書き込
むプログラムメモリと、このプログラムメモリのアドレ
ス管理を行いつつ前半部の情報を実行するメインCPU
と、このメインCPUにアドレス同期しつつ上記プログ
ラムメモリの後半部の情報を実行するサブCPUとを備
えたことを特徴とするコントローラ。1. A program memory for writing twice the amount of information for one instruction of a plant control program as a first half and a second half, and a main CPU for executing address information of the program memory and executing information of the first half.
And a sub-CPU for executing information in the second half of the program memory while synchronizing the address with the main CPU.
書き込み、修正およびモニターなどを行うためのマンマ
シン装置が接続されたことを特徴とする請求項第1項記
載のコントローラ。2. The sub-CPU has program editing,
2. The controller according to claim 1, wherein a man-machine device for performing writing, correction, monitoring, and the like is connected.
モリとし、同プログラムメモリの後半部を前半部分と同
様な制御メモリとしたことを特徴とする請求項第1項記
載のコントローラ。3. The controller according to claim 1, wherein the first half of the program memory is a control memory, and the second half of the program memory is a control memory similar to the first half.
モリとし、同プログラムメモリの後半部を計測メモリと
したことを特徴とする請求項第1項記載のコントロー
ラ。4. The controller according to claim 1, wherein a first half of said program memory is a control memory, and a second half of said program memory is a measurement memory.
モリとし、同プログラムメモリの後半部を入力信号読み
込み時の強制的な指示メモリとしたことを特徴とする請
求項第1項記載のコントローラ。5. The controller according to claim 1, wherein a first half of the program memory is a control memory, and a second half of the program memory is a compulsory instruction memory for reading an input signal.
し、このデータメモリに入力信号時間軸変化データをイ
ンプットしたことを特徴とする請求項第1項記載のコン
トローラ。6. The controller according to claim 1, wherein a data memory is connected to said sub CPU, and input signal time axis change data is input to said data memory.
アドレス管理機能を付加し、上記プログラムメモリの前
半部と後半部とに同じ情報を挿入したことを特徴とする
請求項第1項記載のコントローラ。7. The controller according to claim 1, wherein an address management function of a program memory is added to the sub CPU, and the same information is inserted into a first half and a second half of the program memory.
ログラムメモリ側に流されるプログラムメモリのアドレ
ス管理データをトレースしてメインCPUの異常時にサ
ブCPUに接続したデータメモリにポーズさせるトレー
ス手段を設けたことを特徴とする請求項第1項記載のコ
ントローラ。8. A trace means for tracing address management data of a program memory flowing from the main CPU to the program memory side and pausing the data memory connected to the sub CPU when the main CPU is abnormal. The controller according to claim 1, wherein:
とを制御メモリとし、この後半部をメインCPUのプロ
グラムがおかしい時に一部変更してメインCPUとサブ
CPUとを並列運転するようにしたことを特徴とする請
求項第1項記載のコントローラ。9. A method according to claim 1, wherein a first half and a second half of said program memory are used as control memory, and said second half is partially changed when a program of said main CPU is abnormal, so that said main CPU and sub CPU are operated in parallel. The controller according to claim 1, wherein:
ュレーション時の出力に対応する命令を書き込んだこと
を特徴とする請求項第1項記載のコントローラ。10. The controller according to claim 1, wherein an instruction corresponding to an output at the time of simulation is written in a latter half of said program memory.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6117942A JP2820889B2 (en) | 1994-05-31 | 1994-05-31 | controller |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6117942A JP2820889B2 (en) | 1994-05-31 | 1994-05-31 | controller |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH07325717A JPH07325717A (en) | 1995-12-12 |
JP2820889B2 true JP2820889B2 (en) | 1998-11-05 |
Family
ID=14724045
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP6117942A Expired - Fee Related JP2820889B2 (en) | 1994-05-31 | 1994-05-31 | controller |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2820889B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP3370125A1 (en) * | 2017-03-01 | 2018-09-05 | PLETHORA IIoT, S.L. | Device and system including multiple devices for supervision and control of machines in industrial installation |
-
1994
- 1994-05-31 JP JP6117942A patent/JP2820889B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH07325717A (en) | 1995-12-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6834446B2 (en) | Control system, control program and control method | |
EP2049961B1 (en) | Devices, systems, and methods regarding a plc system fault | |
JP2007511806A (en) | Redundancy automation system for controlling technical equipment and method of operation thereof | |
JP2608593B2 (en) | Failure diagnosis method | |
JP5307820B2 (en) | Apparatus and method for repair and diagnostic logic scan | |
JP2820889B2 (en) | controller | |
JP2614674B2 (en) | Diagnostic device and method for electronic control unit of printing press | |
JPH09330106A (en) | Control system with backup function | |
JP2938263B2 (en) | Information processing device | |
KR102267485B1 (en) | Robot control device, robot system and robot control method | |
JP3068713B2 (en) | Extended storage device maintenance controller | |
JPH0268606A (en) | Cnc diagnosing system | |
JPS59111501A (en) | Sequence controller | |
JPS61813A (en) | Deciding system for faulty area of sequence controller | |
JPS644211B2 (en) | ||
JPS59149509A (en) | Programmable controller | |
JPS63150744A (en) | History analyzer for logic device | |
JPH04373036A (en) | Software testing device for computer system | |
CN117785554A (en) | Device power-down data retention method, system, device and readable storage medium | |
JPH02263244A (en) | Process control system | |
JP2645175B2 (en) | Plant control system | |
JPS6274103A (en) | Programmable logic controller | |
JPS62298841A (en) | Firmware debugging system | |
JPH02210556A (en) | Visualizing device for program execution state | |
JPS58125154A (en) | State hysteresis storing system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
LAPS | Cancellation because of no payment of annual fees |