JPS6364147A - Processing system for parity error - Google Patents
Processing system for parity errorInfo
- Publication number
- JPS6364147A JPS6364147A JP61208338A JP20833886A JPS6364147A JP S6364147 A JPS6364147 A JP S6364147A JP 61208338 A JP61208338 A JP 61208338A JP 20833886 A JP20833886 A JP 20833886A JP S6364147 A JPS6364147 A JP S6364147A
- Authority
- JP
- Japan
- Prior art keywords
- parity
- error
- parity error
- memory
- data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 230000005856 abnormality Effects 0.000 claims abstract description 6
- 238000003672 processing method Methods 0.000 claims description 4
- 230000002159 abnormal effect Effects 0.000 abstract description 7
- 238000000034 method Methods 0.000 description 6
- 230000000694 effects Effects 0.000 description 2
- 230000002950 deficient Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
Landscapes
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
Description
【発明の詳細な説明】
〔概 要〕
ノイズなどが原因のパリティエラーで、正常な装置に障
害発生と誤認識するのを避けるため、エラー割込みルー
チンでメモリのエラー発生領域を再チェックし、異常が
なければ障害としない。[Detailed Description of the Invention] [Summary] In order to avoid erroneously recognizing a normal device as having a failure due to a parity error caused by noise, etc., the error interrupt routine rechecks the memory error area and detects the error. If there is no such thing, it is not considered an obstacle.
本発明はパリティエラーの処理方式に関し、ノイズなど
によるパリティエラーの誤認識を排除し、真のパリティ
エラーのみを検出しようとするものである。The present invention relates to a parity error processing method, and aims to eliminate erroneous recognition of parity errors due to noise and the like, and detect only true parity errors.
キーボードおよびメモリを備える携帯用端末があり、こ
れはセールスマンが持参して顧客宅で取引データを入力
し、会社へ帰って来て親機へ接続し、メモリ中の取引デ
ータを親機へ入力する、等の用途に供せられる。There is a portable terminal equipped with a keyboard and memory, which the salesman brings and enters transaction data at the customer's home, connects it to the base unit when he returns to the office, and inputs the transaction data in memory into the base unit. It can be used for purposes such as
パリティチェックのため、携帯用端末のメモリデータは
1バイト毎にパリティビットを付加され、メモリ読取り
時に該ビットを用いてパリティチェックされる。パリテ
ィエラーが発生すると割込みが発生し、パリティエラー
のあったアドレスが読取られ、パリティエラーの表示が
行われ、携帯用端末は障害機として修理に出される。こ
のパリティエラーの発生した携帯用端末の取引データは
無効になり、親機には入力されないから、この取引デー
タは上記セールスマンの記憶、メモ、あるいは電話等に
より再取得したデータにより、手操作で入力する。For parity checking, a parity bit is added to each byte of memory data in a portable terminal, and the parity is checked using the bit when reading the memory. When a parity error occurs, an interrupt is generated, the address where the parity error occurred is read, the parity error is displayed, and the portable terminal is sent for repair as a faulty device. The transaction data on the mobile device where this parity error occurred will be invalidated and will not be input to the base device, so this transaction data can be manually retrieved from the salesman's memory, memo, or data re-obtained over the phone. input.
ところで、パリティエラーが発生しても必ずしも携帯用
端末の故障とは限らず、メモリ読出し時に静電気ノイズ
が混入して読出しデータの一部が破壊され、パリティエ
ラーになってしまった、又はパリティエラー割込みの信
号が上がってしまった、というケースがある。このよう
な場合はメモリに異常はないのであるから、パリティエ
ラー発生、装置不良、としてしまうのは問題である。By the way, even if a parity error occurs, it does not necessarily mean that the mobile terminal is malfunctioning; it may be due to electrostatic noise entering the memory when reading data, destroying part of the read data, resulting in a parity error, or a parity error interrupt. There are cases where the signal has gone up. In such a case, there is no abnormality in the memory, so it is problematic to assume that a parity error has occurred or that the device is defective.
本発明はか−る点を改善し、簡単な手段で真実パリティ
エラーが発生したのか否かチェックしようとするもので
ある。The present invention aims to improve this point and check whether a true parity error has occurred using a simple means.
本発明のパリティエラー処理方式は、メモリデータを読
み出した時、そのデータと、そのデータに付加されてい
るパリティビットを照合し、パリティチェックを行い、
異常であれば割込みを上げる手段と、割込みが上ったと
き、パリティエラーか否かをチェックする手段と、パリ
ティエラーのとき、パリティエラー割込みルーチンに移
ってパリティエラーリトライフラグがオンか否かをチェ
ックする手段と、前記フラグがオンならパリティエラー
処理を行なう手段と、前記フラグがオフなら、該フラグ
をオンにし、かつパリティエラーを生じたメモリアドレ
ス範囲の先頭アドレスをアドレス記憶領域にセットする
手段と、メモリから読出されたデータをパリティチェッ
クし、エラーがなければ次のアドレスをセットして次の
データのパリティチェックをする手段と、前記メモリア
ドレス範囲の最後まで読出して、パリティチェックして
異常がなければ、パリティエラーリトライフラグをオフ
にして前記ルーチンを抜ける手段とを有することを特徴
とするものである。The parity error processing method of the present invention performs a parity check by comparing the data with the parity bit added to the data when reading memory data.
There is a means to raise the interrupt if it is abnormal, a means to check whether or not there is a parity error when the interrupt is raised, and a means to check whether or not there is a parity error when the interrupt occurs, and a means to move to the parity error interrupt routine and check whether the parity error retry flag is on or not. means for checking, means for performing parity error processing if the flag is on, and means for turning on the flag and setting the first address of the memory address range in which the parity error has occurred in an address storage area if the flag is off. and a means for parity checking the data read from the memory, and if there is no error, setting the next address and checking the parity of the next data, and a means for reading to the end of the memory address range, checking the parity, and detecting an error. If there is no error, the parity error retry flag is turned off and the routine is exited.
この処理方式によれば、ノイズなどが原因でパリティチ
ェック回路が動作し、異常でない装置を異常と判断して
エラー処理してしまうのを簡単な手段により回避するこ
とができる。According to this processing method, it is possible to avoid by a simple means that the parity check circuit operates due to noise or the like, and a device that is not abnormal is judged as abnormal and an error process is performed.
図面で説明すると、本発明では携帯用端末に図示の処理
手段を設ける。該端末のメモリには常時パリティチェッ
クが行なわれるが、このときパリティエラーが発生する
とNM I (Non MaskableInter
rupt)が上る。そこで処理プログラムはメモリ読出
しから図示のルーチンに移り、先ずパリティエラーか?
をチェックする。これは割込み用レジスタのビット(パ
リティエラー判定ビット)から分り、パリティエラーで
なければ他の、割込みの種類に応じた処理に移り、パリ
ティエラーなら、パリティエラー割込みルーチンに移っ
てパリティエラーリトライフラグがオンか否かをチェッ
クする。To explain with reference to the drawings, in the present invention, a portable terminal is provided with the illustrated processing means. A parity check is always performed on the memory of the terminal, and if a parity error occurs at this time, an NM I (Non Maskable Inter
rupt) rises. Therefore, the processing program moves from reading the memory to the routine shown in the figure, and first determines whether it is a parity error.
Check. This can be determined from the bit in the interrupt register (parity error determination bit). If it is not a parity error, the process moves to another process depending on the type of interrupt. If it is a parity error, the process moves to the parity error interrupt routine and the parity error retry flag is set. Check whether it is on or not.
最初はこのフラグはオフであり、そこでこのフラグをオ
ンにし、そしてパリティエラーを生じたメモリアドレス
をアドレス記憶領域にセットしてメモリ再読出しを行な
う。パリティエラーが発生したときそのメモリアドレス
はレジスタに格納されるが、を各納されるのはフルアド
レスではなくその一部である。即ちこの携帯用端末のメ
モリのアドレスは16進4桁0000〜FFFFである
が、エラーアドレスとしてレジスタに保管されるのは上
位2桁で、例えば25××なら25のみである。Initially, this flag is off, then this flag is turned on, and the memory address where the parity error has occurred is set in the address storage area to read out the memory again. When a parity error occurs, the memory address is stored in a register, but only a portion of the address is stored, rather than the full address. That is, the memory address of this portable terminal is four hexadecimal digits 0000 to FFFF, but only the upper two digits are stored in the register as an error address, for example, in the case of 25XX, only 25.
そこでアドレス記憶領域には2500がセントされ、こ
のアドレスのデータが読出されパリティチェックされる
。異常がなければインクリメントされて2501となり
、このアドレスのデータが読出され、パリティチェック
される。以下同様で25FFまで読出され、パリティチ
ェックされると該当エリアチェック終了となる。Then, 2500 is written to the address storage area, and the data at this address is read out and parity checked. If there is no abnormality, it is incremented to 2501, and the data at this address is read and parity checked. In the same manner, up to 25 FFs are read out, and when the parity check is performed, the corresponding area check is completed.
この間にパリティエラーがなければメモリは正常であり
、パリティエラーリトライフラグはオフにしSRT I
(Return fro−m Interrupt
) L/てこの割込みルーチンから抜ける。If there is no parity error during this time, the memory is normal, and the parity error retry flag is turned off.
(Return from Interrupt
) Exit from the L/lever interrupt routine.
再チエツク中にパリティエラーが検出されるとNMIが
上り、このルーチンの最初に戻る。パリティエラーかが
チェックされ、YESであればパリティエラーリトライ
フラグオンかがチェックされ、この場合YESであるか
らパリティエラー処理に移り、装置故障を表示し修理を
促す。If a parity error is detected during the recheck, NMI goes up and the routine returns to the beginning. It is checked whether there is a parity error, and if YES, it is checked whether the parity error retry flag is on, and since it is YES in this case, the process moves to parity error processing, displays a device failure, and prompts for repair.
以上説明したように本発明によれば、ノイズなどが原因
でパリティチェック回路が誤動作し、異常でない装置を
異常と判断してエラー処理してしまうのを簡単な手段に
より回避することができる。As described above, according to the present invention, it is possible to avoid by simple means the parity check circuit malfunctioning due to noise or the like, and a device that is not abnormal is judged as abnormal and error processing is performed.
図面は本発明の処理要領を示す流れ図である。 The drawing is a flowchart showing the processing procedure of the present invention.
Claims (1)
ータに対するパリティビットを照合してパリティチェッ
クを行い、異常があれば割込みを上げる手段と、 割込みが上ったとき、パリティエラーか否かをチェック
する手段と、 パリティエラーのとき、パリティエラー割込みルーチン
に移ってパリティエラーリトライフラグがオンか否かを
チェックする手段と、 前記フラグがオンならパリティエラー処理を行なう手段
と、 前記フラグがオフなら、該フラグをオンにし、かつパリ
ティエラーを生じたメモリアドレス範囲の先頭アドレス
をアドレス記憶領域にセットする手段と、 メモリから読出されたデータをパリティチェックし、エ
ラーがなければ次のアドレスをセットして次のデータの
パリティチェックをする手段と、前記メモリアドレス範
囲の最後まで読出して、パリティチェックして異常がな
ければ、パリティエラーリトライフラグをオフにして前
記ルーチンを抜ける手段とを有することを特徴とするパ
リティエラー処理方式。[Scope of Claims] Means for performing a parity check by comparing the data with a parity bit for the data when reading data in a memory, and raising an interrupt if an abnormality is detected; means for checking whether or not there is an error; means for moving to a parity error interrupt routine and checking whether a parity error retry flag is on when a parity error occurs; and means for performing parity error processing if the flag is on; If the flag is off, means for turning on the flag and setting the first address of the memory address range where a parity error has occurred in the address storage area; parity checking the data read from the memory; and if there is no error, proceeding to the next step; means for setting the address of the memory address and checking the parity of the next data; and means for reading to the end of the memory address range and checking the parity, and if there is no abnormality, turning off the parity error retry flag and exiting the routine. A parity error processing method characterized by having the following.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61208338A JPS6364147A (en) | 1986-09-04 | 1986-09-04 | Processing system for parity error |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61208338A JPS6364147A (en) | 1986-09-04 | 1986-09-04 | Processing system for parity error |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS6364147A true JPS6364147A (en) | 1988-03-22 |
Family
ID=16554617
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP61208338A Pending JPS6364147A (en) | 1986-09-04 | 1986-09-04 | Processing system for parity error |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS6364147A (en) |
-
1986
- 1986-09-04 JP JP61208338A patent/JPS6364147A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2606862B2 (en) | Single error detection and correction method | |
JPS6364147A (en) | Processing system for parity error | |
JPH05189327A (en) | Saving method at the time of incorporated memory fault for integrated circuit | |
JP3154853B2 (en) | Illegal memory access detection method | |
JPH06175901A (en) | Processor for managing file | |
JP3250232B2 (en) | Bus parity error occurrence detection method for I / O controller | |
JPS63184854A (en) | Storage controller | |
JPS5847465Y2 (en) | Error detection holding device | |
JPH0264835A (en) | Prevention device of system down | |
JPH06195235A (en) | Controller and processor | |
JPH05224968A (en) | Data check system | |
JPS61253564A (en) | Storage device | |
JPS62113241A (en) | Fault recovery device | |
JPS6012186Y2 (en) | channel device | |
JPS63193249A (en) | Microprogram controller | |
JPS59216255A (en) | Error detecting system of interruption stack area | |
JPH0230060B2 (en) | ||
JPH01309421A (en) | Error correction system | |
JPS6320643A (en) | Error detecting circuit | |
JPH01222357A (en) | Soft error identifying method | |
JPH04257044A (en) | Bus parity error generating position detecting system | |
JPS6327940A (en) | Storage controller | |
JPH07152497A (en) | Disk control device | |
JP2001216201A (en) | Data processor | |
JPH01306929A (en) | Microprocessor |