JPH03142503A - Programmable controller - Google Patents

Programmable controller

Info

Publication number
JPH03142503A
JPH03142503A JP1280439A JP28043989A JPH03142503A JP H03142503 A JPH03142503 A JP H03142503A JP 1280439 A JP1280439 A JP 1280439A JP 28043989 A JP28043989 A JP 28043989A JP H03142503 A JPH03142503 A JP H03142503A
Authority
JP
Japan
Prior art keywords
input
output
data
memory
failure
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
Application number
JP1280439A
Other languages
Japanese (ja)
Inventor
Takashi Ota
俊 太田
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP1280439A priority Critical patent/JPH03142503A/en
Publication of JPH03142503A publication Critical patent/JPH03142503A/en
Pending legal-status Critical Current

Links

Landscapes

  • Testing And Monitoring For Control Systems (AREA)
  • Programmable Controllers (AREA)

Abstract

PURPOSE:To diagnose a trouble in real time by comparing the input/output data stored sequentially at control of a control subject with the input/output data obtained at fault and outputting an interruption signal to a microprocessor when the coincidence is obtained between both data. CONSTITUTION:An input/output memory 2 stores the input/output data obtained from a CPU 1 in accordance with the control of a control subject. A trouble status memory 6 sets and stores the state of the input/output data when the control subject has a trouble. A comparator 7 compares the input/output data which are sequentially stored in the memory 2 at control of the subject with the input/output data obtained at fault and stored in the memory 6 in response to the former data. Then an interruption signal is outputted to the CPU 1 when the coincidence is obtained between both data.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、制御対象の制御動作と平行してリアルタイ
ムに制御対象の故障診断を行なうプログラマブルコント
ローラに関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a programmable controller that performs failure diagnosis of a controlled object in real time in parallel with control operations of the controlled object.

〔従来の技術) 第5図は制御対象等の外部故障診断機能を有した従来の
プログラマブルコントローラの全体構成図である。図に
おいて、(1)は図示しない制御対象をシーケンスプロ
グラムに従って制御するcpu 、 (2)はcpu 
(t)によって制御対象へ入出力される入出力データを
記憶する入出力メモリ、(3)はプログラマブルコント
ローラのシステム制御を行なうO/Sプログラムが記憶
されているO/Sプログラムメモリ、(4)は制御対象
を実際に制御するためのシーケンスプログラムを記憶し
たユーザーシーケンスプログラムメモリ、(5)は制御
対象が故障時に入出力される入出力プログラムを予め土
蔵して記憶した故障ステータスメモリ、(6)はこれら
プログラマブルコントローラの構成要素を相互接続する
内部バスである。
[Prior Art] FIG. 5 is an overall configuration diagram of a conventional programmable controller having an external failure diagnosis function for controlled objects, etc. In the figure, (1) is a CPU that controls a control target (not shown) according to a sequence program, and (2) is a CPU
(t) is an input/output memory that stores input/output data to be input/output to a controlled object; (3) is an O/S program memory that stores an O/S program for controlling the system of the programmable controller; (4) (5) is a user sequence program memory that stores a sequence program for actually controlling the controlled object; (5) is a failure status memory that stores and stores in advance the input/output program to be input/output when the controlled object fails; (6) is an internal bus that interconnects these programmable controller components.

上記故障ステータスメモリ(5)には故障データとして
第6図に示す如く、人力データ(XO)〜(Xn−1)
及び出力データ(Yo)〜(Y、−1)分の2nビ・ン
ト構成の故障データがm個記憶されている。
The failure status memory (5) contains manual data (XO) to (Xn-1) as failure data, as shown in Figure 6.
and output data (Yo) to (Y, -1), m pieces of failure data having a 2n-bit configuration are stored.

次に、動作について第5図及び第7図のフローチャート
を用いて説明する。
Next, the operation will be explained using the flowcharts of FIGS. 5 and 7.

プログラマブルコントローラでは、CPIJ (1)が
電源ON後、予め周辺機器により作成された入出力エラ
ーとなる入出力データのパターンを故障データとして故
障ステータスメモリ(6)に書き込む(571)。弓1
き糸売いて、ユーザーシーケンスプログラムメモリ(5
)に格納されているシーケンスプログラムを逐次解読し
ては、それぞれの命令処理ルーチンへ分岐しく572)
  それぞれの命令を処理することでシーケンスプログ
ラムの実行を繰り返す。シーケンスプログラムを実行す
るに当り、故障診断命令を実行するとき、その処理ルー
チン(573)では、故障診断用のマイコンプログラム
へプログラム実行を切り換え、故障ステータスメモリ(
6)より、故障データを読み出す(S74)。そして、
その故障データと、入出力メモリ(2)内の実際の入出
力データとを比較し、一致していれば、故障とみなし、
エラー処理を行ない(576)  リターンする。一致
していなければ、正常とみなし、リターンすることで、
故障診断命令を終了する、以上の様にシーケンスプログ
ラム内の故障診断命令を実行することで、外部故障診断
を終了する。
In the programmable controller, after the power is turned on, the CPIJ (1) writes a pattern of input/output data that causes an input/output error, which has been created in advance by a peripheral device, into the failure status memory (6) as failure data (571). bow 1
The user sequence program memory (5
) The sequence program stored in ) is sequentially decoded and branched to each instruction processing routine.572)
Execution of the sequence program is repeated by processing each instruction. When executing a fault diagnosis command in executing a sequence program, the processing routine (573) switches the program execution to a microcomputer program for fault diagnosis, and stores the fault status memory (
6), the failure data is read out (S74). and,
The failure data is compared with the actual input/output data in the input/output memory (2), and if they match, it is regarded as a failure.
Performs error processing (576) and returns. If they do not match, it is considered normal and returns.
Executing the fault diagnosis command in the sequence program as described above ends the external fault diagnosis.

又、他の従来技術としては、特開昭61−161519
号公報に示されるよう、各チエツク項目をチエツクパー
タン別に記憶する第1記憶手段と、各パターンのチエツ
ク項目に対応する基準値を制御状態別に記憶する第2記
憶手段と、ユーザプログラムの実行中に、故障診断命令
起動条件の成立が確認されるたびに、前記第1記憶手段
を参照して、当該故障診断命令で指定されるパターンの
各チエツク項目をチエツクし、そのチエツク結果を前記
第2記憶手段の当該制御状態における基準値と照合して
、故障有無を判定する判定手段とを備えたものである。
Also, as other prior art, Japanese Patent Application Laid-Open No. 161519/1986
As shown in the above publication, a first storage means stores check items for each check pattern, a second storage means stores reference values corresponding to check items of each pattern for each control state, and a second storage means stores check items for each check pattern. , each time it is confirmed that the failure diagnosis instruction activation condition is met, the first storage means is referred to, each check item of the pattern specified by the failure diagnosis instruction is checked, and the check results are stored in the second storage means. The apparatus is provided with a determination means for determining the presence or absence of a failure by comparing it with a reference value in the control state of the means.

或は、特開昭81−9732号公報に示されるよう、予
め設定されたシーケンス演算ユニットの検査プログラム
をシーケンス演算ユニットに実行させ、この実行後に得
られるデータを基準データと照合してその照合結果から
シーケンス演算ユニットの動作状態を判定する手段を設
け、かつ入出力ニニットの入力回路と出力回路とを接続
する切換接続手段を設けるとともに上記入出力ニニット
の動作状態判定手段を設け、この手段により予め設定さ
れた入出力ニニット用の検査プログラムに従って上記切
換接続手段で入力回路と出力回路とを接続させ、この状
態で上記出力回路に所定のデータを出力してこの回路か
ら上記切換接続手段により接続された入力回路を介して
入力されるデータを上記出力データと照合し、この照合
結果から入出力ニニットの動作状態を判定するようにし
たものがある。
Alternatively, as shown in Japanese Unexamined Patent Publication No. 81-9732, a preset test program for the sequence calculation unit is executed by the sequence calculation unit, and the data obtained after this execution is compared with reference data to obtain the comparison result. A means for determining the operating state of the sequence processing unit is provided, and a switching connection means for connecting the input circuit and the output circuit of the input/output unit is provided, and a means for determining the operating state of the input/output unit is provided. The input circuit and the output circuit are connected by the switching connection means according to the set inspection program for input/output units, and in this state, predetermined data is output to the output circuit and the circuit is connected by the switching connection means. There is a device in which the data input through the input circuit is compared with the output data, and the operating state of the input/output unit is determined from the result of the comparison.

〔発明が解決しようとする課題) 従来の各プログラムコントローラは以上のような方式で
、故障診断、或は検査プログラムを実行していたので、
所定の周期でシーケンスプログラムより故障診断プログ
ラムへ切り換わったり、或は故障検出時に初めて故障診
断プログラムへ切り換わり故障内容特定することになる
。このため、シーケンスプログラム実行中に発生した故
障検出に時間がかかったり、または、故障状態が進行し
た後に故障検出がなされる等、故障診断並びに故障検出
を迅速に行なうことができないといった問題点があった
[Problems to be Solved by the Invention] Conventional program controllers have executed failure diagnosis or inspection programs in the manner described above.
The sequence program is switched to the fault diagnosis program at a predetermined cycle, or the fault diagnosis program is switched for the first time when a fault is detected to identify the details of the fault. Therefore, there are problems such as it takes time to detect a fault that occurs during sequence program execution, or the fault is detected after the fault condition has progressed, making it impossible to perform fault diagnosis and fault detection quickly. Ta.

この発明は、上記のような問題点を解消するためなにな
されたもので、シーケンスプログラムの実行と同時に、
リアルタイムで故障診断が行なえるプログラマブルコン
トローラを得ることを目的とする。
This invention was made to solve the above-mentioned problems.At the same time as the sequence program is executed,
The objective is to obtain a programmable controller that can perform fault diagnosis in real time.

〔課題を解決するための手段〕 この発明に係るプログラマブルコントローラはシーケン
スプログラムに従い制御対象を制御するマイクロプロセ
ッサを備えたものにおいて、前記マイクロプロセッサよ
り入出力される入出力データを記憶する入出力メモリと
、制御対象の故障時における前記入出力データの状態を
設定し記憶した故障ステータスメモリと、制御対象の制
御時に前記入出力メモリに逐次記憶される入出力データ
と該入出力データに該当する前記故障ステータスメモリ
中の故障時入出力データとを比較し、データ一致判定時
に前記マイクロプロセッサへ割込み信号を出力する比較
器とを備えたものである。
[Means for Solving the Problems] A programmable controller according to the present invention includes a microprocessor that controls a controlled object according to a sequence program, and includes an input/output memory that stores input/output data input and output from the microprocessor. , a failure status memory that sets and stores the state of the input/output data at the time of a failure of the controlled object, input/output data sequentially stored in the input/output memory when controlling the controlled object, and the failure corresponding to the input/output data. The comparator compares the failure input/output data in the status memory and outputs an interrupt signal to the microprocessor when the data match is determined.

〔作用〕[Effect]

この発明によれば、シーケンスプログラムの実行と同時
に入出力メモリに書き込まれる入出力データと故障ステ
ータスメモリに書き込まれている故障データと比較器に
おいて上記シーケンスプログラムの実行とは非同期で比
較し、−敷料定時には故障を判定し、シーケンスプログ
ラム実行用のマイクロプロセッサへ割込み信号を発生す
る。
According to this invention, the comparator compares the input/output data written to the input/output memory simultaneously with the execution of the sequence program and the failure data written to the failure status memory asynchronously with the execution of the sequence program. At regular times, a failure is determined and an interrupt signal is generated to the microprocessor for executing the sequence program.

〔実施例) 以下、この発明の一実施例を図について説明する。第1
図において、(1)〜(6)まで、第3図と同一番号の
ものは同一のものを示す。
[Example] Hereinafter, an example of the present invention will be described with reference to the drawings. 1st
In the figures, from (1) to (6), the same numbers as in FIG. 3 indicate the same things.

(7)は比較回路であり、故障ステータスメモリ(6)
の内容と、入出力メモリ(2)の内容を比較し、割込み
を発生させる。又、故障ステータスメモリ(6)内のデ
ータの具体例を第6図同様第2図に示す。
(7) is a comparison circuit, and failure status memory (6)
The contents of the input/output memory (2) are compared with the contents of the input/output memory (2), and an interrupt is generated. Further, a specific example of the data in the failure status memory (6) is shown in FIG. 2 as well as in FIG. 6.

第1図中の比較回路(7)の詳細を第3図に示す。同図
(8)は故障ステータスメモリ(6)内のデータ及び入
出力メモリ(2)内の入出力データを比較し、割込みを
発生させるかどうかを決定する割込み可否レジスタ。(
9)は故障ステータスメモリ(6)内のデータ及び入出
力メモリ(2)内の入出力データを比較し、発生した割
込みが、どの故障データによるものかを判別する割込み
状態フラグ、(lO)は割込み信号発生及び故障データ
を特定するための論理回路である。
Details of the comparator circuit (7) in FIG. 1 are shown in FIG. 3. 8 is an interrupt enable/disable register that compares the data in the failure status memory (6) and the input/output data in the input/output memory (2) and determines whether or not to generate an interrupt. (
9) is an interrupt status flag that compares the data in the fault status memory (6) and the input/output data in the input/output memory (2) and determines which fault data causes the generated interrupt. This is a logic circuit for specifying interrupt signal generation and failure data.

次に動作について第1図及び第2図、第3図、第4図フ
ローチャートを用いて説明する。
Next, the operation will be explained using the flowcharts of FIGS. 1, 2, 3, and 4.

電源ON後、CPU (1)は予め周辺機器によって作
成された故障データ1,2.・・・mを故障ステータス
メモリ(6)に格納し、割込み状態レジスタを全てOと
し、割込み可否レジスタを可にしておく(S41)。続
いて、ユーザシーケンスプログラムメモリ(5)からシ
ーケンスプログラムを逐次解読しては、それぞれの命令
処理ルーチンへ分岐しく542) 、それぞれの命令を
処理することで、実行を繰り返す(S43)。比較回路
(7)は、上記命令実行とは非同期に、故障ステータス
メモリ内の故障データ1,2.・・・mlそれぞれ(2
nビツト)と入出力メモリ(2)内の入出力データ(2
nビツト)を同時に比較する。
After the power is turned on, the CPU (1) reads failure data 1, 2, . . . . m is stored in the failure status memory (6), all interrupt status registers are set to O, and the interrupt enable/disable register is set to enable (S41). Subsequently, the sequence program is sequentially decoded from the user sequence program memory (5), branched to each instruction processing routine (542), and execution is repeated by processing each instruction (S43). The comparison circuit (7) compares failure data 1, 2, . ...ml each (2
n bits) and input/output data (2) in the input/output memory (2)
n bits) at the same time.

この比較動作としては、20個あるExNOR回路の一
方入力端子には2nビツトの故障データが入力され、他
方入力端子には同じ<2nビツトの入出力データが人力
される。この時、制御対象に故障が発生し、故障データ
と同様なビット構成からなる2nビツトの入出力データ
か人力されたならば、該入出力データを人力したEXN
OR回路は” 1 ”レベル信号をAND回路へ一方の
入力端子へ出力する。このAND回路の他方の入力端子
には上記故障が発生した場合にcpu (1)へ割込信
号を出力するか否かを示す1″、又は“O″のビット信
号を割込可否レジスタ(8)より入力している。
In this comparison operation, 2n-bit failure data is input to one input terminal of the 20 ExNOR circuits, and the same <2n-bit input/output data is input to the other input terminal. At this time, if a failure occurs in the controlled object and 2n-bit input/output data with the same bit configuration as the failure data is input manually, EXN
The OR circuit outputs a "1" level signal to one input terminal of the AND circuit. The other input terminal of this AND circuit receives a bit signal of 1" or "O" indicating whether or not to output an interrupt signal to CPU (1) when the above failure occurs. ) is input.

例えばExNOR回路出力が1”であり、割込可否信号
“1”が設定されていたならば、AND回路は1”レベ
ル信号をOR回路を通してCPIJ (1)へ出力し、
割込信号とする。また、上記AND回路の入力を受ける
割込状態レジスタ(9)はどの故障データによるものか
の情報として“1”を書き込む。
For example, if the ExNOR circuit output is 1" and the interrupt enable/disable signal is set to "1", the AND circuit outputs a 1" level signal to CPIJ (1) through the OR circuit,
Use as an interrupt signal. Further, the interrupt status register (9) which receives the input of the AND circuit writes "1" as information indicating which fault data is caused.

このときCPU (i)は、割込処理ルーチンに分岐す
る。本ルーチンでは、割込状態レジスタ(9)より、ど
の故障データによる故障かを診断しく544)。
At this time, CPU (i) branches to an interrupt processing routine. In this routine, the interrupt status register (9) is used to diagnose which fault data is causing the fault (544).

次にその情報をバス(4)経由で周辺機器又はLEDに
伝達する(S45) 又、上記実施例では、故障診断のみについて説明したが
、状態の変化する中で特定の状態をとらえようとするデ
バッガ−等であってもよく、上記実施例と同様の効果を
奏する。又、故障ステータスレジスタに故障データを与
えたが、正常データとしてデータを与え、かつ不一致に
よる割込発生にて故障検出を行なってもよく、上記実施
例と同様の効果を奏する。
Next, the information is transmitted to peripheral devices or LEDs via the bus (4) (S45).Also, in the above embodiment, only failure diagnosis was explained, but it is also possible to try to grasp a specific state as the state changes. A debugger or the like may be used, and the same effect as in the above embodiment can be achieved. Further, although the failure data is given to the failure status register, it is also possible to give the data as normal data and detect the failure by generating an interrupt due to a mismatch, and the same effect as in the above embodiment can be obtained.

〔発明の効果) 以上のように、この発明によれば、外部故1m診断をシ
ーケンス命令実行とは非同期に常に行なえるように構成
したので、故障診断がリアルタイムに行なえ、且つ故障
検出が早期に行なうことができるため診断機能が向上し
、更に故障検出の信頼性を高められる効果がある。
[Effects of the Invention] As described above, according to the present invention, since the external fault 1m diagnosis is always performed asynchronously with the execution of sequence commands, the fault diagnosis can be performed in real time, and the fault can be detected early. This has the effect of improving the diagnostic function and further increasing the reliability of failure detection.

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

第1図はこの発明の一実施例によるプログラマブルコン
トローラの構成図、第2図、第3図はプログラマブルコ
ントローラの部分的な詳細説明図、第4図は本実施例に
おける故障診断機能を説明するための動作フローチャー
ト、第5図は従来技術によるプログラマブルコントロー
ラの構成図、第6図はその部分的な詳細説明図、第7図
はその動作フローチャート。 図において、(1)はCPU 、 (2)は入出力メモ
リ、(6)は故障ステータスメモリ、(7)は比較回路
。 なお、図中、同一符号は同一または相当部分を示す。
FIG. 1 is a block diagram of a programmable controller according to an embodiment of the present invention, FIGS. 2 and 3 are partial detailed explanatory diagrams of the programmable controller, and FIG. 4 is for explaining the fault diagnosis function in this embodiment. 5 is a configuration diagram of a programmable controller according to the prior art, FIG. 6 is a partial detailed explanatory diagram thereof, and FIG. 7 is an operation flowchart thereof. In the figure, (1) is a CPU, (2) is an input/output memory, (6) is a failure status memory, and (7) is a comparison circuit. In addition, in the figures, the same reference numerals indicate the same or corresponding parts.

Claims (1)

【特許請求の範囲】[Claims] シーケンスプログラムに従い制御対象を制御するマイク
ロプロセッサを備えたプログラマブルコントローラにお
いて、前記制御対象の制御に伴ないマイクロプロセッサ
より入出力される入出力データを記憶する入出力メモリ
と、制御対象の故障時における前記入出力データの状態
を設定し記憶した故障ステータスメモリと、制御対象の
制御時に前記入出力メモリに逐次記憶される入出力デー
タと該入出力データに該当する前記故障ステータスメモ
リ中の故障時入出力データとを比較し、データ一致判定
時に前記マイクロプロセッサへ割込み信号を出力する比
較器とを備えたことを特徴とするプログラマブルコント
ローラ。
In a programmable controller equipped with a microprocessor that controls a controlled object according to a sequence program, an input/output memory stores input/output data input and output from the microprocessor as the controlled object is controlled, and a A fault status memory that sets and stores the state of input/output data, input/output data sequentially stored in the input/output memory during control of a controlled object, and input/output at the time of failure in the fault status memory corresponding to the input/output data. A programmable controller comprising: a comparator that compares data and outputs an interrupt signal to the microprocessor when determining data coincidence.
JP1280439A 1989-10-27 1989-10-27 Programmable controller Pending JPH03142503A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1280439A JPH03142503A (en) 1989-10-27 1989-10-27 Programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1280439A JPH03142503A (en) 1989-10-27 1989-10-27 Programmable controller

Publications (1)

Publication Number Publication Date
JPH03142503A true JPH03142503A (en) 1991-06-18

Family

ID=17625070

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1280439A Pending JPH03142503A (en) 1989-10-27 1989-10-27 Programmable controller

Country Status (1)

Country Link
JP (1) JPH03142503A (en)

Similar Documents

Publication Publication Date Title
US7085980B2 (en) Method and apparatus for determining the failing operation of a device-under-test
JPS5851292B2 (en) Diagnosis/debug calculation system
US10970191B2 (en) Semiconductor device and debug method
JP2581018B2 (en) Data processing device
JPH03142503A (en) Programmable controller
JP2000259444A (en) Data processor and its testing method
JPS5821281B2 (en) arithmetic device
JPH0223432A (en) Self-diagnostic system
JPH03184133A (en) Pseudo fault generating mechanism for data processor
JPH03186956A (en) Cpu bus data diagnosis device
JPH01306933A (en) Debugging device
JPS584458A (en) System test system
JPS619732A (en) Programmable controller
JPS5935456B2 (en) arithmetic processing unit
JPH02272947A (en) Fault monitoring system
JPH09319592A (en) Microcomputer
JPH07152603A (en) Debugging device
JPH05324322A (en) Information processor and debug device
JPS63111547A (en) Memory control system
JPH05108402A (en) Debugging device
JPH0535522A (en) Emulator and its fault diagnostic method
JPH04324536A (en) Microcomputer
JPS63191244A (en) Monitoring device for microcomputer bus
JPS6276756A (en) Semiconductor device with self-inspecting circuit
JPH0363830A (en) In-circuit emulator