JPH0313613B2 - - Google Patents
Info
- Publication number
- JPH0313613B2 JPH0313613B2 JP57121163A JP12116382A JPH0313613B2 JP H0313613 B2 JPH0313613 B2 JP H0313613B2 JP 57121163 A JP57121163 A JP 57121163A JP 12116382 A JP12116382 A JP 12116382A JP H0313613 B2 JPH0313613 B2 JP H0313613B2
- Authority
- JP
- Japan
- Prior art keywords
- information
- control device
- fault
- controlled
- identified
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
- 238000000034 method Methods 0.000 claims description 8
- 238000010586 diagram Methods 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Description
【発明の詳細な説明】
本発明は、プログラマブル入出力IO命令によ
つて制御される装置からの障害情報の通知方法に
関するものである。DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a method for reporting fault information from a device controlled by programmable input/output IO instructions.
従来、プログラマブルIO命令によつて制御さ
れる装置からの障害がある場合の障害情報の通知
方法は、簡単なものでは、命令実行の良否を示す
信号だけで障害の有無を通知するものから、複雑
なものでは、状態情報を数ビツト有し、これを返
送データあるいは一般に制御装置が有するコンデ
イシヨンコードとして制御装置に通知する方法が
ある。 Conventionally, methods for notifying failure information when a failure occurs from a device controlled by programmable IO instructions range from simple methods that notify the presence or absence of a failure using only a signal indicating whether the instruction execution is successful, to complex methods. One method is to have several bits of status information and notify the control device of this as return data or a condition code that the control device generally has.
一方、近年の周辺装置の高知能化によりプログ
ラムIO命令によつて制御される装置の命令実行
状態の多様化、さらにはシステムの信頼度向上要
求の高まりから、インタフエース上の障害情報を
詳細に通知し、早急に障害部分の区分けを行いシ
ステムの正常性を保つ必要があり、プログラマブ
ルIO命令によつて制御される装置からの障害情
報の状態数は増加する傾向にある。 On the other hand, due to the increasing intelligence of peripheral devices in recent years, the instruction execution states of devices controlled by program IO instructions are diversifying, and there is also a growing demand for improved system reliability. It is necessary to immediately isolate the faulty part and maintain the system's normality, and the number of states of fault information from devices controlled by programmable IO commands is increasing.
しかるに制御装置においては、他の命令に対す
るコンデイシヨンコードの増加はなく前記要求に
より、ソフトウエアインタフエースを変更するこ
とは、既存ソフトウエアの継承に問題を起こし、
また返送データ内に状態情報を含めることは通常
処理におけるプログラムステツプの増加となり、
正常時の処理能力低下をもたらすという問題があ
つた。 However, in the control device, there is no increase in condition codes for other commands, and changing the software interface due to the above requirement causes problems with inheritance of existing software.
Also, including status information in the returned data increases the number of program steps in normal processing.
There was a problem in that the processing capacity during normal operation was reduced.
本発明の目的は、上記従来技術の問題を解決
し、詳細な障害情報を制御装置に通知する方法を
提供することにある。 An object of the present invention is to solve the problems of the prior art described above and to provide a method for notifying a control device of detailed failure information.
本発明では、ソフトウエアインタフエースとし
ては比較的柔軟性のある割込情報を用い、複数の
障害情報をいくつかの割込原因に分類し制御装置
に通知するとともに、障害の詳細情報はレジスタ
に蓄積し、障害処理プログラムにより必要に応じ
て読出せる方法とした。 In the present invention, relatively flexible interrupt information is used as a software interface, and multiple pieces of fault information are classified into several interrupt causes and notified to the control device, and detailed fault information is stored in a register. This method allows the information to be stored and read out as needed by the fault handling program.
以下、図面を用いて本発明による具体的実施例
を詳細に説明する。 Hereinafter, specific embodiments of the present invention will be described in detail with reference to the drawings.
図は本発明の一実施例を示すブロツク図であ
る。図において、ADPはインタフエースアダプ
タを示し、制御装置CNTおよび制御装置CNTに
より制御される処理装置PRCについては公知で
あり図を省略してある。 The figure is a block diagram showing one embodiment of the present invention. In the figure, ADP indicates an interface adapter, and the control device CNT and the processing device PRC controlled by the control device CNT are well known and are not shown in the figure.
本実施例では、プログラマブルIO命令のアン
サ情報(図のDAT)に付随する状態情報(図の
ACOD)は3ビツトで8状態ある。状態情報
ACODは以下の分類により割込信号ISA,ISB,
ISCに変換され、また処理装置PRCの無応答も
ISCに分類するものとする。 In this example, the status information (DAT in the figure) attached to the programmable IO instruction answer information (DAT in the figure) is
ACOD) has 3 bits and 8 states. Status information
ACOD is classified into interrupt signals ISA, ISB,
Converted to ISC and also non-response of processing unit PRC
It shall be classified as ISC.
ACOD
000…ISC通知
001…正常
010
011ISA通知
100
101
110ISB通知
111…ISC通知
図は制御装置CNTの外部に処理装置PRCとの
インタフエース用に設けたインタフエースアダプ
タADPを中心に示しており、本発明と関係のな
い部分、例えば制御情報の送出等については省略
している。以下図に示す回路の動作を説明する。ACOD 000...ISC notification 001...Normal 010 011ISA notification 100 101 110ISB notification 111...ISC notification The figure mainly shows the interface adapter ADP installed outside the control device CNT for the interface with the processing device PRC. Portions unrelated to the invention, such as transmission of control information, are omitted. The operation of the circuit shown in the figure will be explained below.
ADP内において、1はアンサデータレジスタ、
2はアンサコードレジスタで3ビツト構成であ
り、処理装置PRCからのアンサ同期信号
(ASYN)により、それぞれアンサ情報DAT、
状態情報ACODをラツチする。3はデコーダで、
アンサコードレジスタ2の出力信号をデコードす
る。4はタイミング回路、5はバツフアゲート、
6,,7,8はオアゲートで出力がそれぞれ制御
装置CNTの割込信号となつている。 In ADP, 1 is the answer data register,
2 is an answer code register, which has a 3-bit configuration, and receives the answer information DAT and DAT respectively by the answer synchronization signal (ASYN) from the processing unit PRC.
Latch status information ACOD. 3 is a decoder,
Decode the output signal of answer code register 2. 4 is a timing circuit, 5 is a buffer gate,
Reference numerals 6, 7, and 8 are OR gates whose outputs serve as interrupt signals for the control device CNT.
さて、(1)制御装置CNTより送出された制御情
報に対し処理装置PRCからデータとACOD=001
が返送された場合、アンサデータは一時アンサデ
ータレジスタ11に蓄えられ、ついでアンサコード
レジスタ2に“001”がラツチされ、デコーダ3
によりバツフアゲート5がイネーブルされるため
制御装置CNTに送られる。この情報のラツチタ
イミングは、タイミング回路4により作成される
ASYNにより制御装置CNTに与えられる。 Now, (1) data and ACOD = 001 from the processing device PRC for the control information sent from the control device CNT.
If the answer data is returned, the answer data is temporarily stored in the answer data register 11, then "001" is latched in the answer code register 2, and the answer data is sent to the decoder 3.
This is sent to the control device CNT to enable the buffer gate 5. The latch timing of this information is created by the timing circuit 4.
ASYN is given to the controller CNT.
(正常時)
(2) ACOD=010,011のとき
今度はバツフアゲート5はイネーブルされず、
オアゲート6を通じ割込信号ISAが制御装置
CNTに通知される。(Normal) (2) When ACOD=010,011 Buffer gate 5 is not enabled this time,
The interrupt signal ISA is controlled by the OR gate 6.
CNT will be notified.
(3) ACOD=100〜110のとき
バツフアゲート5はイネーブルされず、オアゲ
ート7のみに信号が入力し、ISB信号が制御装置
CNTに通知される。(3) When ACOD=100 to 110, the buffer gate 5 is not enabled, the signal is input only to the OR gate 7, and the ISB signal is input to the control device.
CNT will be notified.
(4) ACOD=000,1111のとき
(2),(3)と同様オアゲート8のみに信号が入力
し、ISC信号が制御装置CNTに通知される。(4) When ACOD=000, 1111 Similar to (2) and (3), the signal is input only to the OR gate 8, and the ISC signal is notified to the control device CNT.
(5) 処理装置無応答
タイミング回路4は制御情報送出時にEN入力
によりイネーブルされ、ASYN信号の到達を監
視している。監視時間がオーバフローするとオア
ゲート8を通じISC信号を出力する。(5) No response from processing unit The timing circuit 4 is enabled by the EN input when sending control information, and monitors the arrival of the ASYN signal. When the monitoring time overflows, an ISC signal is output through the OR gate 8.
障害詳細情報はアンサコードレジスタ2に蓄積
されており、これを読取る回路の実現方法につい
ては、通常のレジスタ読取りでよく、説明は省略
する。 The detailed failure information is stored in the answer code register 2, and the circuit for reading this information may be implemented by normal register reading, and the explanation thereof will be omitted.
以上説明したように、本発明によれば、本来新
規となる障害処理プログラムを除き、大部分の既
存ソフトウエアが継承できるだけでなく、正常時
のダイナミツクステツプを増加させることなく、
割込機能を用い障害発生時のリトライ装置切替を
行なうことができる。 As explained above, according to the present invention, not only can most existing software be inherited, except for fault handling programs that are originally new, but also the present invention can be implemented without increasing the number of dynamic steps during normal operation.
The interrupt function can be used to switch retry devices when a failure occurs.
さらに、割込情報とソフトウエア上の対処方法
を統一的に設定することにより、障害情報の分析
機能をハード化することが可能となり、ソフトウ
エア構成の簡明さに貢献することができる。 Furthermore, by uniformly setting interrupt information and software countermeasures, it becomes possible to implement the failure information analysis function in hardware, contributing to the simplicity of the software configuration.
図は本発明の1実施例を示すブロツク図であ
る。
ADP:インタフエースアダプタ、CNT:制御
装置、PRC:処理装置、1:アンサデータレジ
スタ、2:アンサコードレジスタ、3:デコー
ダ、4:タイミング回路、5:バツフアゲート、
6〜8:オアゲート。
The figure is a block diagram showing one embodiment of the present invention. ADP: Interface adapter, CNT: Control device, PRC: Processing device, 1: Answer data register, 2: Answer code register, 3: Decoder, 4: Timing circuit, 5: Buffer gate,
6-8: Or gate.
Claims (1)
り構成され、該制御装置は、プログラマブル入出
力命令により該被制御装置を制御し、該被制御装
置は、該命令に対し、該被制御装置に共通に定義
された状態情報を一部に有する応答情報を返送す
る障害通知方式において、前記制御装置と前記被
制御装置との間に介在される手段であつて、これ
は、前記状態情報に含まれる障害情報の有無を識
別し、該障害情報が識別された場合は、識別され
た該障害情報を該障害情報の内容に対応した割込
信号に変換し、該割込信号を前記制御装置へ通知
するとともに、前記制御装置により該状態情報の
詳細情報を読取り可能にするため該詳細情報を一
時蓄積し、一方障害が識別されなかつた場合は、
前記制御装置に対し前記状態情報を除いた応答情
報を返送せしめ、該手段を介して前記応答情報の
送受を行なうことを特徴とする障害通知方式。1 Consisting of a control device and one or more controlled devices, the control device controls the controlled device by programmable input/output commands, and the controlled device responds to the commands with a command common to the controlled devices. In a fault notification method that returns response information that includes state information defined in part, means that is interposed between the control device and the controlled device, Identifying the presence or absence of fault information, and if the fault information is identified, converting the identified fault information into an interrupt signal corresponding to the content of the fault information, and notifying the control device of the interrupt signal. At the same time, the detailed information of the status information is temporarily stored so that the detailed information of the status information can be read by the control device, while if no failure is identified,
A fault notification system characterized in that the control device is made to return response information excluding the status information, and the response information is sent and received via the means.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP57121163A JPS5914059A (en) | 1982-07-14 | 1982-07-14 | Method for informing fault |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP57121163A JPS5914059A (en) | 1982-07-14 | 1982-07-14 | Method for informing fault |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS5914059A JPS5914059A (en) | 1984-01-24 |
JPH0313613B2 true JPH0313613B2 (en) | 1991-02-22 |
Family
ID=14804396
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP57121163A Granted JPS5914059A (en) | 1982-07-14 | 1982-07-14 | Method for informing fault |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS5914059A (en) |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS53142143A (en) * | 1977-05-18 | 1978-12-11 | Hitachi Ltd | Fault notifying system for input/output device |
JPS5542445A (en) * | 1978-09-22 | 1980-03-25 | Hitachi Ltd | Fault process system |
-
1982
- 1982-07-14 JP JP57121163A patent/JPS5914059A/en active Granted
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS53142143A (en) * | 1977-05-18 | 1978-12-11 | Hitachi Ltd | Fault notifying system for input/output device |
JPS5542445A (en) * | 1978-09-22 | 1980-03-25 | Hitachi Ltd | Fault process system |
Also Published As
Publication number | Publication date |
---|---|
JPS5914059A (en) | 1984-01-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4392208A (en) | Data processing system and diagnostic unit | |
JPH0313613B2 (en) | ||
JPS5862900A (en) | Processing system for single bit error of memory | |
JPH02297235A (en) | Memory data protecting circuit | |
JPS5832422B2 (en) | Micro Shindan Houshiki | |
JPH0135369B2 (en) | ||
SU993237A1 (en) | Device for interfacing on-line memory with peripheral devices | |
JPS58223860A (en) | Magnetic disk controller | |
JPS6095665A (en) | Data storage processing device | |
JPS6194163A (en) | Remote ipl control system | |
JPS5857700A (en) | Processing system for single bit error of memory | |
JPS59132054A (en) | Reporting system of contents of trouble | |
JPS61166654A (en) | Memory patrol diagnosis system | |
JP2604360B2 (en) | Magnetic disk controller | |
JPS6148185B2 (en) | ||
JPH0854988A (en) | Magnetic disk processor | |
JPS5896326A (en) | Input and output control method | |
JPS6095664A (en) | Data storage control device | |
JPS59220848A (en) | Diagnosis control system | |
JPH0589022A (en) | Information processor | |
JPS59214929A (en) | Input/output control device having diagnosing function | |
JPS59178513A (en) | Channel diagnosing system | |
JPH0370265B2 (en) | ||
JPS62166449A (en) | History storage device for logical unit | |
JPH0693226B2 (en) | Interrupt reporting device |