JP2003091301A - Error prevention method for programmable controller - Google Patents

Error prevention method for programmable controller

Info

Publication number
JP2003091301A
JP2003091301A JP2001282878A JP2001282878A JP2003091301A JP 2003091301 A JP2003091301 A JP 2003091301A JP 2001282878 A JP2001282878 A JP 2001282878A JP 2001282878 A JP2001282878 A JP 2001282878A JP 2003091301 A JP2003091301 A JP 2003091301A
Authority
JP
Japan
Prior art keywords
instruction
rung
error
error flag
programmable controller
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
JP2001282878A
Other languages
Japanese (ja)
Inventor
Takashi Sato
隆史 佐藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP2001282878A priority Critical patent/JP2003091301A/en
Publication of JP2003091301A publication Critical patent/JP2003091301A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To solve the problem in programming to which a check function for arithmetic error and an overflow error is added, that user's load is large and the program is complicated. SOLUTION: A contact instruction based on a ladder chart is taken (S1), and it is checked whether there is an instruction having the fear of causing an error in executing the instruction in a rung or not (S2). If there is an instruction having the fear of causing an error, an instruction for setting an error flag in the rung to 0 is automatically inserted at the beginning of the rung (S3), and a function of determining whether the instruction is executed or not according to the determination of 0/1 of the rung error flag is automatically added to a write instruction of the rung in which the rung error flag instruction is inserted (S4) and expanded to a program instruction (S5). A programmable controller sets the error flag to 0 to execute each instruction when a rung error flag instruction is given, and stops execution of instruction when an error flag is set to '1' in executing the write instruction to thereby prevent wrong output.

Description

【発明の詳細な説明】 【0001】 【発明の属する技術分野】本発明は、プログラマブル・
コントローラに係り、特にラダー言語によるプログラミ
ングでのエラー防止方式に関する。 【0002】 【従来の技術】プログラマブル・コントローラ(PC)
は、その基本構成を図4にブロック図で示すように、プ
ログラムメモリ部1と、制御・演算部2と、入力部3お
よび出力部4で構成される。 【0003】この構成において、プログラマブル・コン
トローラは、ストアードプログラム方式が一般的に用い
られ、ローダ5によって作成したプログラムをプログラ
ムメモリ部1(データやフラグのメモリも含む)に転送
しておき、このプログラムメモリ部1に格納された命令
群を制御・演算部2が順次読み出し、このプログラムを
基に入力部3からの入力条件に応じた演算を行い、この
演算結果を制御出力として出力部4から出力する。 【0004】上記のプログラムを記述できるラダー言語
には、標準的に四則演算命令や変換命令(平方根、BC
D変換,BIN変換など)が用意されており、ユーザが
それらの命令を組み合わせることにより、プログラミン
グを行う。 【0005】プログラムのデータフォーマットとして
は、通常ビットデータ、ワードデータ(単精度型、倍精
度型、浮動小数点型)がある。ワードデータを使用する
場合、単精度型では−32768〜+32768、倍精
度型では−2147483648〜+21474836
48、浮動小数点型では−3.4×1038〜+3.4×1
38がデータとして扱えるが、演算中にこの範囲を超え
た場合、オーバーフローとなり正しい演算結果が得られ
ない。 【0006】また、変換命令では、BCD変換を例にと
ると、単精度の場合、変換前のデータが270F H(9
999)を越えた場合、BCD4桁で表せないため、エラ
ーとなり、正しい結果が得られない。 【0007】ユーザは、これらの事を理解した上で、誤
った演算結果を出力しないようにプログラムを組み込む
必要がある。 【0008】この誤出力防止対策としては、エラーフラ
グ、オーバーフローフラグを実行条件として命令に組み
込み、正常ならば実行するという方法が一般的に用いら
れる。このプログラム例を図5に示す。同図では接点シ
ーケンスにノットエラーフラグ接点を挿入しておくこと
で、エラーフラグ=0の場合のみライト命令(WT)を
実行可能にする。 【0009】 【発明が解決しようとする課題】前記のように、ユーザ
がプログラミングする上で、オーバーフローエラー、演
算エラーを考慮せずにプログラミングした場合には、誤
った結果がそのまま出力される危険性がある。 【0010】この対策として、エラーフラグやオーバー
フローフラグを命令に組み込む方式があるが、オーバー
フローフラグでは四則演算命令実行の度に書き換えられ
るものであり、演算が続くプログラムを組む場合の誤出
力保護に適さない。 【0011】また、エラーフラグでは、一度セットされ
ると、そのタスクが終了するまで保持されるため、ノッ
トエラーフラグを使用したプログラムは有効であるが、
同一タスクで1回でもエラーフラグが立つと、ノットエ
ラーフラグ接点を使用したラング全てが出力されないこ
ととなり、タスク全体に影響を及ぼす。 【0012】なお、エラーフラグを0に戻すためには、
エラーフラグコイルと言う命令があるが、シーケンス上
で見づらくなり、ステップ数もかかるため使用しにく
い。 【0013】本発明の目的は、上記の課題を解決したエ
ラー防止方式を提供することにある。 【0014】 【課題を解決するための手段】本発明は、前記の課題を
解決するため、ラダー図を基にした接点命令が入力され
たとき、ラング内の命令実行でエラーが発生する恐れの
ある命令がある場合に当該ラングの先頭にラング内エラ
ーフラグを0にする命令を自動的に挿入し、このラング
内エラーフラグ命令を挿入したラングのライト命令には
ラング内エラーフラグの0/1の判定で命令実行の可否
を決定する機能を自動的に付加しておくもので、以下の
構成を特徴とする。 【0015】ラダー図に従った各ラング毎の各接点命令
入力で作成したプログラムを、プログラマブル・コント
ローラのプログラムメモリ部に転送し、該プログラマブ
ル・コントローラの制御・演算部が演算エラーおよびオ
ーバーフローエラーのチェック機能を有して前記プログ
ラムを実行するプログラマブル・コントローラのエラー
防止方式において、前記各ラングの各接点命令の入力に
際して、当該ラング内の命令実行でオーバーフローや演
算エラーが発生する恐れのある命令がある場合に当該ラ
ングの先頭にラング内エラーフラグを0にする命令を自
動的に挿入する手段と、前記ラング内エラーフラグ命令
を挿入したラングのライト命令に、ラング内エラーフラ
グの0/1の判定で命令実行の可否を決定する機能を自
動的に付加する手段とを備え、前記プログラマブル・コ
ントローラの制御・演算部は前記ラング内エラーフラグ
命令がある場合、演算エラーフラグ、オーバーフローエ
ラーフラグを0にしておいて各命令を実行し、ライト命
令の実行に際してエラーフラグが1にある場合には命令
実行を停止することで誤出力を防止することを特徴とす
る。 【0016】 【発明の実施の形態】図1は、本発明の実施形態を示す
プログラム作成処理手順であり、ローダにおいてラダー
図からプログラム命令へ展開する部分である。 【0017】仕様書を基にして作成されたラダー図か
ら、ユーザがラング別にその構成要素となる各接点ロジ
ックをキー入力操作等で行い、この各接点ロジックをラ
ング別に順次取り込む(S1)。例えば、図2に示す接
点構成のラングの入力を取り込む。 【0018】ラングNの取り込みを終了したとき、当該
ラングN内の命令実行でオーバーフローや演算エラーが
発生する恐れのある命令があるか否かをチェックする
(S2)。このチェックは、例えば、単精度型データを
使用した場合の四則演算でのオーバーフローエラーやB
CD変換における演算エラーの発生など、従来からユー
ザがプログラミングにおいて想定しているエラー判断手
法を処理プログラムとして記述して実現される。 【0019】エラー発生の恐れがある命令が含まれてい
ない場合、入力されたラングNの各接命令をそのままプ
ログラム命令に展開する(S5)。 【0020】エラー発生の恐れがある命令が含まれてい
る場合、当該ラングNの先頭にラング内エラーフラグを
0にする命令を自動的に挿入する(S3)。 【0021】さらに、ラング内エラーフラグ命令を挿入
したラングNのライト命令(WT)にはラング内エラー
フラグの0/1の判定で命令実行の可否を決定する機能
を自動的に付加する(S4)。 【0022】これらラング内エラーフラグ命令及び命令
実行の可否を決定する機能を付加し、これら命令を含め
てプログラム命令に展開する(S5)。この展開例を図
3に示す。 【0023】上記までの処理を全てのラングについて終
了したとき(S6)、展開された各プログラム命令をプ
ログラムメモリ部にロードする(S7)。 【0024】このようにして入力されたプログラムは、
ローダからプログラムメモリ部1に転送され、制御・演
算部2により演算・制御が行われる。 【0025】制御・演算部2は、その演算・制御の実行
において、あるラングNの読み込みで、先頭にラング内
エラーフラグ命令がある場合、演算エラーフラグ、オー
バーフローエラーフラグを0にしておいて各命令を実行
する。四則演算命令や変換命令の実行で演算エラーまた
はオーバーフローエラーが発生した場合、このエラーフ
ラグを1にセットする。そして、ライト命令の実行に際
してエラーフラグが1にあるか否かを判定し、1にある
場合には命令実行を停止する。 【0026】したがって、ラダー言語によるプログラミ
ングに際して、ユーザはラダー図に従って、各接点命令
をそのまま入力していけば、エラー発生による誤出力を
防止したプログラミングができる。 【0027】例えば、図2のラングの入力にはそれにオ
ーバーフローエラーの発生の恐れがある場合にも、図5
に示すようなノットエラーフラグをユーザが入力しなく
とも、ローダ側で必要に応じて自動的にラング内エラー
フラグの挿入とエラーフラグ判定機能を挿入することが
できる。 【0028】また、ラング内エラーフラグ命令は、当該
ラング内の命令に演算エラーやオーバーフローエラーが
発生する恐れがあるラングについてのみ自動挿入するこ
とにより、全ラングに対するラング内エラーフラグの挿
入数を最小限にし、制御・演算部の演算速度低下を減ら
すことができる。 【0029】 【発明の効果】以上のとおり、本発明によれば、エラー
が発生する恐れのある命令がある場合に当該ラングの先
頭にラング内エラーフラグを0にする命令を自動的に挿
入し、このラング内エラーフラグ命令を挿入したラング
のライト命令にはラング内エラーフラグの0/1の判定
で命令実行の可否を決定する機能を自動的に付加してお
くようにしたため、以下の効果がある。 【0030】(1)ユーザは、オーバーフローエラー、
演算エラーを意識することなくエラー誤出力を防止した
プログラミングができる。 【0031】(2)ユーザは、プログラミングには従来
のノットエラーフラグ命令を入力操作する必要が無い
し、そのプログラムが見やすくなる。 【0032】(3)ラング単位でエラーを検出するた
め、エラーが発生する恐れがあるラングのみでエラー検
出処理を行うことになり、従来の方式に比べてエラー誤
出力のための命令数が少なくなり、制御・演算の処理速
度への影響が少ない。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention
The present invention relates to a controller, and more particularly to an error prevention method in programming in a ladder language. [0002] Programmable controller (PC)
As shown in the block diagram in FIG. 4, the basic configuration of the device comprises a program memory unit 1, a control / calculation unit 2, an input unit 3 and an output unit 4. In this configuration, a programmable controller generally uses a stored program method, and transfers a program created by a loader 5 to a program memory unit 1 (including a memory of data and flags). The control / arithmetic unit 2 sequentially reads out the instruction group stored in the memory unit 1, performs an arithmetic operation according to the input condition from the input unit 3 based on the program, and outputs the arithmetic result from the output unit 4 as a control output. I do. [0004] Ladder languages capable of describing the above programs include four arithmetic operations instructions and conversion instructions (square root, BC).
D conversion, BIN conversion, etc.) are prepared, and the user performs programming by combining those instructions. [0005] As the data format of the program, there are usually bit data and word data (single precision type, double precision type, floating point type). When using word data, the single precision type is -32768 to +32768, and the double precision type is -214748648 to +21474836.
48, -3.4 × 10 38 to + 3.4 × 1 for floating point type
Although 0 38 can be handled as data, if it exceeds this range during calculation, an overflow will occur and a correct calculation result will not be obtained. In the conversion command, taking BCD conversion as an example, in the case of single precision, the data before conversion is 270F H (9
If it exceeds 999), an error occurs because the BCD cannot be represented by four digits, and a correct result cannot be obtained. [0007] The user must understand these points and incorporate a program so as not to output an incorrect operation result. As a countermeasure for preventing erroneous output, a method of incorporating an error flag and an overflow flag into an instruction as an execution condition, and executing the instruction if it is normal is generally used. FIG. 5 shows an example of this program. In the drawing, a not error flag contact is inserted in the contact sequence, so that the write command (WT) can be executed only when the error flag = 0. As described above, when a user performs programming without considering an overflow error and an operation error in programming, there is a risk that an incorrect result is output as it is. There is. As a countermeasure, there is a method of incorporating an error flag or an overflow flag into an instruction. The overflow flag is rewritten each time an arithmetic operation instruction is executed. Absent. Also, since the error flag, once set, is retained until the task is completed, a program using the knot error flag is effective.
If the error flag is raised even once in the same task, all rungs using the knot error flag contacts are not output, which affects the entire task. In order to reset the error flag to 0,
Although there is an instruction called an error flag coil, it is difficult to use the sequence because it is difficult to see in the sequence and the number of steps is large. An object of the present invention is to provide an error prevention method which solves the above problems. SUMMARY OF THE INVENTION In order to solve the above-mentioned problems, the present invention is directed to the possibility that when a contact command based on a ladder diagram is input, an error may occur during execution of the command in the rung. When there is a certain instruction, an instruction for setting the error flag within the rung to 0 is automatically inserted at the head of the rung, and the write instruction of the rung into which the error flag instruction within the rung is inserted includes 0/1 of the error flag within the rung. The function of automatically determining whether or not to execute an instruction is automatically added according to the above determination, and is characterized by the following configuration. The program created by inputting each contact command for each rung according to the ladder diagram is transferred to the program memory section of the programmable controller, and the control / operation section of the programmable controller checks for an operation error and an overflow error. In an error prevention method of a programmable controller having a function and executing the program, when each contact command of each rung is input, there is an instruction that may cause an overflow or an operation error in execution of an instruction in the rung. Means for automatically inserting an instruction for setting the error flag within the rung to 0 at the beginning of the rung, and determining whether the error flag within the rung is 0/1 in the write instruction of the rung into which the error flag within the rung is inserted. To automatically add a function to determine whether instructions can be executed The control / arithmetic unit of the programmable controller executes each instruction with the arithmetic error flag and the overflow error flag set to 0 when the in-rung error flag instruction is present, and executes an error flag when executing the write instruction. Is set to 1, the erroneous output is prevented by stopping instruction execution. FIG. 1 shows a program creation processing procedure according to an embodiment of the present invention, in which a loader develops a ladder diagram into program instructions. From the ladder diagram created based on the specification, the user performs each contact logic, which is a component of each rung, by key input operation or the like, and sequentially captures each contact logic for each rung (S1). For example, the input of the rung of the contact configuration shown in FIG. When the fetch of the rung N is completed, it is checked whether or not there is an instruction which may cause an overflow or an operation error in the execution of the instruction in the rung N (S2). This check is performed, for example, when an overflow error in the four arithmetic operations when using single-precision type data or B
It is realized by describing, as a processing program, an error determination method conventionally assumed by a user in programming, such as occurrence of an operation error in CD conversion. If there is no instruction that may cause an error, each of the connected instructions of the rung N is directly expanded into a program instruction (S5). If an instruction which may cause an error is included, an instruction for setting the error flag within the rung to 0 is automatically inserted at the head of the rung N (S3). Further, a function for automatically determining whether or not to execute the instruction by determining whether the error flag in the rung is 0/1 is automatically added to the write instruction (WT) of the rung N in which the error flag instruction in the rung is inserted (S4). ). A function for deciding whether or not to execute these error flag instructions in the rung and whether or not to execute the instructions is added, and these instructions are expanded into program instructions (S5). FIG. 3 shows an example of this development. When the above processing is completed for all rungs (S6), the developed program instructions are loaded into the program memory unit (S7). The program thus input is
The data is transferred from the loader to the program memory unit 1, and is operated and controlled by the control and operation unit 2. The control / arithmetic unit 2 sets the arithmetic error flag and the overflow error flag to 0 when a certain rung N is read and there is an in-rung error flag instruction at the beginning in the execution of the arithmetic / control. Execute the instruction. If an arithmetic error or overflow error occurs during execution of the four arithmetic instructions or conversion instructions, this error flag is set to 1. Then, when the write instruction is executed, it is determined whether or not the error flag is 1, and if it is 1, the instruction execution is stopped. Therefore, when programming in the ladder language, if the user inputs each contact command as it is in accordance with the ladder diagram, programming can be performed in which erroneous output due to occurrence of an error is prevented. For example, even if the rung input shown in FIG. 2 may cause an overflow error,
Even if the user does not input the knot error flag as shown in (1), the loader side can automatically insert the error flag in the rung and insert the error flag determination function as needed. The error flag instruction within the rung automatically inserts only the rung in which an operation error or an overflow error may occur in the instruction within the rung, thereby minimizing the number of insertions of the error flag within the rung for all rungs. In this case, it is possible to reduce a decrease in the calculation speed of the control / calculation unit. As described above, according to the present invention, when there is an instruction that may cause an error, an instruction for setting the error flag in the rung to 0 is automatically inserted at the head of the rung. The function of automatically determining whether or not to execute the instruction by determining whether the error flag in the rung is 0/1 is automatically added to the write instruction of the rung in which the error flag instruction in the rung is inserted. There is. (1) The user is prompted for an overflow error,
Programming that prevents erroneous output can be performed without being aware of operation errors. (2) The user does not need to input a conventional knot error flag command for programming, and the program can be easily viewed. (3) Since an error is detected in units of rungs, the error detection processing is performed only on the rung in which an error may occur, and the number of instructions for erroneous error output is smaller than in the conventional method. Therefore, there is little influence on the processing speed of control and calculation.

【図面の簡単な説明】 【図1】本発明の実施形態を示すプログラム作成処理手
順。 【図2】実施形態におけるラダー図の例。 【図3】実施形態におけるプログラムメモリ展開図。 【図4】プログラマブル・コントローラのブロック図。 【図5】従来のノットエラーフラグを挿入したラダー図
の例。 【符号の説明】 1…プログラムメモリ部 2…制御・演算部 3…入力部 4…出力部 5…ローダ
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a program creation processing procedure showing an embodiment of the present invention. FIG. 2 is an example of a ladder diagram in the embodiment. FIG. 3 is a development view of a program memory in the embodiment. FIG. 4 is a block diagram of a programmable controller. FIG. 5 is an example of a ladder diagram in which a conventional knot error flag is inserted. [Description of Signs] 1 ... Program memory unit 2 ... Control / arithmetic unit 3 ... Input unit 4 ... Output unit 5 ... Loader

フロントページの続き Fターム(参考) 5H209 CC03 EE18 HH04 HH10 JJ03 JJ09 5H220 BB03 BB10 BB12 CC08 CX01 DD04 EE07 EE14 JJ28 JJ42 JJ57 JJ59 KK08 5H223 CC03 CC08 DD01 EE19 Continuation of front page    F-term (reference) 5H209 CC03 EE18 HH04 HH10 JJ03                       JJ09                 5H220 BB03 BB10 BB12 CC08 CX01                       DD04 EE07 EE14 JJ28 JJ42                       JJ57 JJ59 KK08                 5H223 CC03 CC08 DD01 EE19

Claims (1)

【特許請求の範囲】 【請求項1】 ラダー図に従った各ラング毎の各接点命
令入力で作成したプログラムを、プログラマブル・コン
トローラのプログラムメモリ部に転送し、該プログラマ
ブル・コントローラの制御・演算部が演算エラーおよび
オーバーフローエラーのチェック機能を有して前記プロ
グラムを実行するプログラマブル・コントローラのエラ
ー防止方式において、 前記各ラングの各接点命令の入力に際して、当該ラング
内の命令実行でオーバーフローや演算エラーが発生する
恐れのある命令がある場合に当該ラングの先頭にラング
内エラーフラグを0にする命令を自動的に挿入する手段
と、 前記ラング内エラーフラグ命令を挿入したラングのライ
ト命令に、ラング内エラーフラグの0/1の判定で命令
実行の可否を決定する機能を自動的に付加する手段とを
備え、 前記プログラマブル・コントローラの制御・演算部は前
記ラング内エラーフラグ命令がある場合、演算エラーフ
ラグ、オーバーフローエラーフラグを0にしておいて各
命令を実行し、ライト命令の実行に際してエラーフラグ
が1にある場合には命令実行を停止することで誤出力を
防止することを特徴とするプログラマブル・コントロー
ラのエラー防止方式。
Claims 1. A program created by inputting each contact command for each rung according to a ladder diagram is transferred to a program memory section of a programmable controller, and a control / calculation section of the programmable controller is transferred. In the error prevention method of a programmable controller that executes the program with a check function of an operation error and an overflow error, at the time of inputting each contact instruction of each rung, an overflow or an arithmetic error occurs during execution of an instruction in the rung. Means for automatically inserting an instruction to set the error flag within the rung to 0 at the beginning of the rung when there is an instruction that may occur; Function to determine whether or not to execute an instruction by judging 0/1 of the error flag Means for automatically adding a. If the in-rung error flag instruction is present, the control / arithmetic unit of the programmable controller executes each instruction with the arithmetic error flag and overflow error flag set to 0, An error prevention method for a programmable controller, wherein when a write instruction is executed, if an error flag is 1, instruction execution is stopped to prevent erroneous output.
JP2001282878A 2001-09-18 2001-09-18 Error prevention method for programmable controller Pending JP2003091301A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001282878A JP2003091301A (en) 2001-09-18 2001-09-18 Error prevention method for programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001282878A JP2003091301A (en) 2001-09-18 2001-09-18 Error prevention method for programmable controller

Publications (1)

Publication Number Publication Date
JP2003091301A true JP2003091301A (en) 2003-03-28

Family

ID=19106464

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001282878A Pending JP2003091301A (en) 2001-09-18 2001-09-18 Error prevention method for programmable controller

Country Status (1)

Country Link
JP (1) JP2003091301A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013122687A (en) * 2011-12-12 2013-06-20 Nippon Steel & Sumitomo Metal Least-square parameter calculation method by programmable logic controller, programmable logic controller and program thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013122687A (en) * 2011-12-12 2013-06-20 Nippon Steel & Sumitomo Metal Least-square parameter calculation method by programmable logic controller, programmable logic controller and program thereof

Similar Documents

Publication Publication Date Title
KR101249693B1 (en) Selecting subroutine return mechanisms
JP2003091301A (en) Error prevention method for programmable controller
JPH0695971A (en) Data storing circuit
JPS6049937B2 (en) Microprogram controlled data processing device
JP2731047B2 (en) Program operand check method
JPH0233173B2 (en)
JP2762665B2 (en) Blog programming device for programmable controller
JP2001350508A (en) Programmable controller
JPS5842487B2 (en) Program loading method
JP2506199B2 (en) Electronics
JP2559924B2 (en) Programmable controller
JPH0628015A (en) Programmable controller
JPH01187640A (en) Unset area detection system
JPS58158747A (en) Programable controller
JPH03296146A (en) Back-up device for program development
JPH03225433A (en) Single-chip microcomputer
JPS61223952A (en) Retry function confirming system of data processor
JPS59129995A (en) Storage device
JPH0381836A (en) Method for detecting abnormality of program
JPS6261974B2 (en)
JPH0226252B2 (en)
JPS61278953A (en) Method for checking error in ram
JPH1139159A (en) Computer system
JP2003248594A (en) Data error check system
JPH0423001A (en) Controller for industrial machine