KR970004258B1 - System monitoring apparatus - Google Patents

System monitoring apparatus Download PDF

Info

Publication number
KR970004258B1
KR970004258B1 KR1019920018717A KR920018717A KR970004258B1 KR 970004258 B1 KR970004258 B1 KR 970004258B1 KR 1019920018717 A KR1019920018717 A KR 1019920018717A KR 920018717 A KR920018717 A KR 920018717A KR 970004258 B1 KR970004258 B1 KR 970004258B1
Authority
KR
South Korea
Prior art keywords
parity
redundancy check
cyclic redundancy
data
crc
Prior art date
Application number
KR1019920018717A
Other languages
Korean (ko)
Other versions
KR940009833A (en
Inventor
김우섭
Original Assignee
엘지정보통신 주식회사
정장호
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 엘지정보통신 주식회사, 정장호 filed Critical 엘지정보통신 주식회사
Priority to KR1019920018717A priority Critical patent/KR970004258B1/en
Publication of KR940009833A publication Critical patent/KR940009833A/en
Application granted granted Critical
Publication of KR970004258B1 publication Critical patent/KR970004258B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Detection And Correction Of Errors (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)

Abstract

Disclosed is an apparatus to monitor performance of a system. The apparatus comprises the first and second input data converter, the first parity/CRC(Cylic Redundancy Check) calculator, a digital data processor, the second parity/CRC calculator, a parity/CRC detector and a comparator. The first and second input data converter convert input data into the data to be processed by the system. The first parity/CRC calculator calculates parity or CRC bit by the data from the second input data converter. The digital data processor processes the data from the first parity/CRC calculator and from the first input data converter. The second parity/CRC calculator calculates parity or CRC bit according to data from the digital data processor. The parity/CRC detector detects the parity or CRC bit from the digital data processor. The comparator campares parity or CRC bit from the parity/CRC detector with that from the second parity/CRC calculator, and generates an error signal. Thereby, the trouble state is perfectly detected according to the duplicating test.

Description

시스템의 성능감시 장치System performance monitoring device

제 1 도는 종래 시스템의 성능감시 장치의 블록도.1 is a block diagram of a performance monitoring apparatus of a conventional system.

제 2 도는 본 발명 시스템의 성능감시 장치의 블록도.2 is a block diagram of a performance monitoring apparatus of the present invention system.

*도면의 주요부분에 대한 부호의 설명** Description of the symbols for the main parts of the drawings *

1, 3 : 제 1, 제 2 입력데이타변환부,2 : 디지탈데이타 처리부,1, 3: first and second input data conversion unit, 2: digital data processing unit,

4 : 제 1 패리티/순환중복검사 계산부,5 : 제 2 패리티/순환중복검사계산부,4: the first parity / cyclic redundancy check calculation unit, 5: the second parity / cyclic redundancy check calculation unit,

6 : 패리티/순환중복검사검출부,7 : 비교부.6: parity / cyclic redundancy test detection unit, 7: comparison unit.

본 발명은 시스템(장치)의 고장감시에 관한 것으로, 좀더 상세하게는 시스템의 고장을 감시하는 장치에서 패리티(Pafity) 또는 순환 중복검사(Cyclic Redundancy Check)부호를 이용하여 시스템의 전체부분에 걸쳐 고장상태를 감지하도록 하는 시스템의 성능감시 장치에 관한 것이다.The present invention relates to a failure monitoring of a system (device), and more particularly, to a failure monitoring system failure by using a parity or a cyclic redundancy check code. It relates to a performance monitoring device of a system to detect a state.

종래의 패리티 또는 순환중복 검사부호를 이용한 시스템의 성능감시 장치는 제 1 도에 도시된 바와 같이, 데이타 입력단자(DIN)를 통해 입력된 데이타를 시스템에서 처리할 수 있도록 병렬, 또는 직렬데이타로 변환하는 입력데이타 변환부(100)와, 상기 입력데이타 변환부(100)로 부터 변환되어 출력된 데이타에 대해 패리티 또는 순환중복검사(CRC)비트를 계산하는 제 1 패리티/순환중복검사 계산부(102)와, 상기 제 1 패리티/순환중복검사 계산부(102)에서 계산된 데이타와 입력데이타 변환부(100)에서 변환된 데이타를 처리하여 데이타출력단자(DOUT)로 출력하는 디지탈 데이타 처리부(101)와, 상기 디지탈 데이타 처리부(102)에서 출력된 데이타에 대해 패리티 또는 순환중복검사비트를 계산하여 출력하는 제 2 패리티/순환중복검사 계산부(103)와, 상기 디지탈 데이타 처리부(101)에서 처리된 데이타에서 패리티 또는 순환중복검사비트를 검출하는 패리티/순환중복검사 검출부(104)와, 상기 패리티/순환중복검사 검출부(104)에서 검출된 패리티 또는 순환중복검사비트와 제 2 패리티/순환중복검사 계산부(103)에서 계산된 패리티 또는 순환중복검사비트를 비교하여 그에 따른 에러신호를 발생하는 비교부(105)로 구성되어 있다.As shown in FIG. 1, a performance monitoring apparatus of a system using a conventional parity or cyclic redundancy check code converts data input through a data input terminal (DIN) into parallel or serial data so that the system can process the data. A first parity / cyclic redundancy check calculation unit 102 for calculating a parity or a cyclic redundancy check bit for the data converted and output from the input data converter 100 and the input data converter 100 ) And a digital data processor 101 for processing the data calculated by the first parity / cyclic redundancy check calculator 102 and the data converted by the input data converter 100 and outputting the data to the data output terminal DOUT. And a second parity / cyclic redundancy check calculation unit 103 that calculates and outputs a parity or cyclic redundancy check bit for the data output from the digital data processing unit 102, and the digital data. The parity / cyclic redundancy check detector 104 which detects a parity or cyclic redundancy check bit from the data processed by the processing unit 101, and the parity or cyclic redundancy check bit detected by the parity / cyclic redundancy check detector 104 and The parity / cyclic redundancy check calculation unit 103 is configured to compare the parity or the cyclic redundancy check bit calculated by the comparison unit 105 to generate an error signal accordingly.

이와 같이 구성된 종래 시스템의 성능감시 장치는 먼저 데이타 입력단자(din)를 통해 데이타가 이력되면 입력데이타 변환부(100)는 입력된 데이타를 시스템에서 처리할 수 있도록 병렬 또는 직렬데이타로 변환하여 디지탈데이타 처리부(101)와 제 1 패리티/순환중복검사 계산부(102)에 입력하게 된다.In the performance monitoring apparatus of the conventional system configured as described above, when data is first recorded through a data input terminal (din), the input data converter 100 converts the input data into parallel or serial data so that the system can process the digital data. Input to the processing unit 101 and the first parity / cyclic redundancy check calculation unit 102.

상기 제 1 패리티/순환중복검사 계산부(102)는 디지탈 데이타 처리부(101)를 감시하기 위하여 출력되는 이력데이타 변환부(100)의 출력 데이타에 대해 패리티 또는 순환중복검사 비트를 계산하여 디지탈데이타 처리부(101)에 입력하게 되고, 상기한 디지탈 데이타 처리부(101)는 입력데이타 변환부(100)로 부터 입력된 데이타에 제 1 패리티/순환중복검사 계산부(102)에서 계산되어 입력된 패리티 또는 순환중복검사 비트를 삽입하여 디지탈 데이타를 처리하고 그 처리된 데이타를 데이타 출력단자(DOUT)를 통해 출력하게 된다.The first parity / cyclic redundancy check calculation unit 102 calculates a parity or cyclic redundancy check bit for the output data of the history data converter 100 which is output to monitor the digital data processing unit 101. The digital data processor 101 inputs the parity or the cyclicity calculated by the first parity / cyclic redundancy check calculator 102 to the data input from the input data converter 100. The duplicate check bit is inserted to process digital data, and the processed data is output through the data output terminal (DOUT).

이때 제 2 패리티/순환중복검사 계산부(103)는 디지탈 데이타 처리부(101)에서 출력된 데이타를 기준으로 패리티 또는 순환중복검사 비트를 계산하여 비교부(105)에 입력시키게 되고, 패리티/순환중복검사 검출부(104)는 디지탈데이타 처리부(101)에서 출력된 데이타로 부터 패리티 또는 순환중복검사 비트를 검출하여 비교부(105)에 입력시키게 된다.In this case, the second parity / cyclic redundancy check calculation unit 103 calculates a parity or cyclic redundancy check bit based on the data output from the digital data processing unit 101 and inputs the parity / cyclic redundancy check bit to the comparison unit 105. The check detector 104 detects a parity or cyclic redundancy check bit from the data output from the digital data processor 101 and inputs it to the comparator 105.

이에 따라 상기한 비교부(105)는 제 2 패리티/순환중복검사 계산부(103)에서 계산된 패리티 또는 순환중복검사 비트와 패리티/순환중복검사 검출부(104)에서 검출한 패리티 또는 순환중복검사 비트를 비교하여 디지탈 데이타 처리부(101)에서 디지탈 데이타를 에러(ERROR)없이 처리하였는지를 감시하게 된다.Accordingly, the comparison unit 105 may determine the parity or cyclic redundancy check bit calculated by the second parity / cyclic redundancy check calculation unit 103 and the parity or cyclic redundancy check bit detected by the parity / cyclic redundancy check detection unit 104. The digital data processing unit 101 monitors whether the digital data has been processed without an error.

즉, 제 2 패리티/순환중복검사 계산부(103)에서 계산한 패리티 또는 순환중복검사 비트와 패리티/순환중복검사 검출부(104)에서 검출한 패리티 또는 순환중복검사 비트가 다르면 디지탈 데이타 처리부(101)로 부터의 데이타 처리가 에러상태임을 판단하여 에러신호를 출력하고, 같으면 데이타 처리가 정상상태임을 판단하게 된다.That is, if the parity or cyclic redundancy check bit calculated by the second parity / cyclic redundancy check calculation unit 103 and the parity or cyclic redundancy check bit detected by the parity / cyclic redundancy check detection unit 104 are different, the digital data processor 101 It is determined that the data processing from the error state is an error signal, and if it is the same, it is determined that the data processing is normal.

그러나 이와 같은 종래 패리티 또는 순환중복검사 비트를 이용한 시스템의 성능감사 장치는 입력데이타 변환부로 부터 출력된 데이타를 기준으로 패리티 또는 순환중복검사 비트를 계산하고 디지탈데이타 처리부에서 처리된 데이타에서 패리티 또는 순환중복검사비트를 검출하여 비교함으로써, 디지탈 데이타 처리부로 부터 발생되는 에러상태는 감시할 수 있으나 입력데이타 변환부의 고장의로 인하여 발생한 에러상태는 감시하지 못하여 성능저하의 원인이 되는 문제점이 있었다.However, the performance audit apparatus of the system using the conventional parity or cyclic redundancy check bit calculates a parity or cyclic redundancy check bit based on the data output from the input data conversion unit, and the parity or cyclic redundancy in the data processed by the digital data processing unit. By detecting and comparing the check bits, an error condition generated by the digital data processing unit can be monitored, but an error state caused by a failure of the input data conversion unit can not be monitored, which causes performance degradation.

따라서 본 발명의 목적은 시스템의 고장을 감시하는 장치에서 패리티 또는 순환중복검사 비트를 이용하여 시스템의 전체부분에 걸쳐 고장을 감시하여 고장감시 효율을 향상시키도록 한 시스템의 성능감시 장치를 제공함에 있다.Accordingly, an object of the present invention is to provide a performance monitoring apparatus of a system to improve failure monitoring efficiency by monitoring a failure over the entire part of a system by using a parity or cyclic redundancy check bit in a device for monitoring a failure of the system. .

이와 같은 본 발명의 목적은 데이타를 병렬, 또는 직렬데이타로 변환하는 제 1, 제 2 입력데이타 변환수단과, 상기 제 2 입력데이타 변환수단으로 부터 변환된 데이타에 대해 패리티 또는 순환중복검사 비트를 계산하는 제 1 패리티/순환중복검사 계산수단과, 상기 제 1 패리티/순환중복검사 계산수단에서 계산된 데이타와 제 1 입력데이타 변환수단에서 변환된 데이타를 처리하는 디지탈 데이타 처리수단과, 상기 디지탈데이타 처리수단의 데이타에 대해 패리티 또는 순환중복검사비트를 계산하여 출력하는 제 2 패리티/순환중복검사 계산수단과 상기 디지탈데이타 처리수단의 데이타에서 패리티 또는 순환중복검사 비트를 검출하여 패리티/순환중복검사 검출수단과, 상기 검출된 패리티 또는 순환중복검사비트와 계산된 패리티 또는 순환중복검사비트를 비교하여 그에 따른 에러신호를 발생하는 비교수단을 구비함으로써, 달성되는 것으로, 이하 본 발명을 첨부된 도면에 의거 상세히 설명하면 다음과 같다.The object of the present invention is to calculate parity or cyclic redundancy check bits for the first and second input data converting means for converting data into parallel or serial data, and the data converted from the second input data converting means. Digital data processing means for processing the first parity / cyclic redundancy check calculation means, the data calculated by the first parity / cyclic redundancy check calculation means and the data converted by the first input data conversion means, and the digital data processing. Second parity / cyclic redundancy check calculation means for calculating and outputting parity or cyclic redundancy check bits for the data of the means, and parity / cyclic redundancy check detection means by detecting parity or cyclic redundancy check bits in the data of the digital data processing means. And the detected parity or cyclic redundancy check bit and the calculated parity or cyclic redundancy check bit Compared to that which is achieved, by providing a comparing means for generating an error signal corresponding thereto, it will now be described in detail below based on the accompanying drawings, the present invention.

제 2 도는 본 발명 시스템의 성능감시 장치의 블럭도로서, 이에 도시한 바와 같이, 데이타 입력단자(DIN)를 통해 입력된 데이타를 시스템에서 처리할 수 있도록 병렬, 또는 직렬데이타로 변환하는 제 1, 제 2 입력데이타 변환부(1)(3)와, 상기 제 2 입력데이타 변환부(3)로 부터 변환되어 출력된 데이타에 대해 패리티 또는 순환중복검사 계산부(4)에서 계산된 데이타와 제 1 입력데이타 변환부(1)에서 변환된 데이타를 처리하여 데이타 출력단자(DOUT)로 출력하는 디지탈 데이타 처리부(2)와, 상시 디지탈 데이타 처리부(2)에서 출력된 데이타에 대해 패리티 또는 순환중복검사 비트를 계산하여 출력하는 제 2 패리티/순환중복검사 계산부(5)와, 상기 디지탈 데이타 처리부(2)에서 처리된 데이타에서 패리티 또는 순환중복검사 비트를 검출하는 패리티/순환중복검사 검출부(6)와, 상기 패리티/순환중복검사 검출부(6)에서 검출된 패리티 또는 순환중복 검사비트를 비교하여 그에 따른 에러신호를 발생하는 비교부(7)를 포함한 구성으로 되어 있다.FIG. 2 is a block diagram of a performance monitoring apparatus of the present invention. As shown in FIG. 1, a system converts data input through a data input terminal (DIN) into parallel or serial data so that a system can process the same. The first and second data calculated by the parity or cyclic redundancy check calculation section 4 for the data converted and output from the second input data converter 1 and 3 and the second input data converter 3, respectively. Parity or cyclic redundancy check bit for the digital data processing unit 2 for processing the data converted by the input data conversion unit 1 and outputting the data to the data output terminal DOUT, and the data output from the digital data processing unit 2 at all times. Parity / cyclic redundancy check calculation unit 5 for calculating and outputting a parity / circular redundancy check unit 5 and parity / cyclic redundancy check for detecting a parity or cyclic redundancy check bit from data processed by the digital data processing unit 2. Has a structure including chulbu 6 and the comparison unit 7 that compares the parity or cyclic redundancy check bits detected by the parity / Cyclic Redundancy Check detector 6 generates an error signal accordingly.

이와 같이 구성된 본 발명의 작용, 효과를 상세히 설명하면 다음과 같다.Referring to the operation, effects of the present invention configured as described above in detail.

먼저 데이타 입력단자(DIN)를 통해 데이타가 입력되면 제 1, 제 2 입력데이타 변환부(1)(3)는 입력된 데이타를 시스템에서 처리할 수 있도록 병렬 또는 직렬데이타로 변환하여 디지탈 데이타 처리부(2)와 제 1 패리티/순환중복검사 계산부(4)에 입력하게 된다.First, when data is input through the data input terminal (DIN), the first and second input data converters 1 and 3 convert the input data into parallel or serial data so that the system can process the digital data processor. 2) and the first parity / cyclic redundancy check calculation unit 4.

상기 제 1 패리티/순환중복검사 계산부(4)는 디지탈 데이타 처리부(2)를 감시하기 위하여 출력되는 제 2 입력데이타 변환부(3)의 출력 데이타를 기준으로 패리티 또는 순환중복검사 비트를 계산하여 디지탈 데이타 처리부(2)에 입력시키게 되고, 상기한 디지탈 데이타 처리(2)는 제 1 입력데이타 변환부(1)로 부터 입력된 데이타에 제 1 패리티/순환중복검사 계산부(4)에서 계산되어 입력된 패리티 또는 순환중복검사 비트를 삽입하여 디지탈 데이타를 처리하고 그 처리된 데이타를 데이타 출력단자(DOUT)를 통행 출력시키게 된다.The first parity / cyclic redundancy check calculation unit 4 calculates a parity or cyclic redundancy check bit based on the output data of the second input data conversion unit 3 outputted to monitor the digital data processing unit 2. The digital data processing unit 2 is inputted to the digital data processing unit 2, and the digital data processing unit 2 is calculated by the first parity / cyclic redundancy check calculation unit 4 to the data input from the first input data conversion unit 1, Digital data is processed by inserting an input parity or cyclic redundancy check bit, and the processed data is output through the data output terminal DOUT.

이때 제 2 패리티/순환중복검사 계산부(5)는 디지탈 데이타 처리부(2)에서 출력된 데이타를 기준으로 패리티 또는 순환중복검사 비트를 계산하여 비교부(7)에 입력시키게 되고, 패리티/순환중복검사 검출부(6)는 디지탈 데이타 처리부(2)에서 출력된 데이타로 부터 패리티 또는 순환중복검사 비트를 출력하여 비교부(7)에 입력시키게 된다.In this case, the second parity / cyclic redundancy check calculation unit 5 calculates a parity or cyclic redundancy check bit based on the data output from the digital data processing unit 2 and inputs the parity / cyclic redundancy check bit to the comparison unit 7. The check detector 6 outputs a parity or cyclic redundancy check bit from the data output from the digital data processor 2 and inputs it to the comparator 7.

이에 따라 상기한 비교부(7)는 제 2 패리티/순환중복검사 계산부(5)에서 계산된 패리티 또는 순환중복검사비트와 패리티/순환중복검사 검출부(6)에서 검출한 패리티 또는 순환중복검사 비트를 비교하여 디지탈 데이타 처리부(2)에서 디지탈 데이타를 에러없이 처리하였는지 여부를 감시하여 검출된 패리티 또는 순환중복검사 비트와 계산된 패리티 또는 순환중복검사 비트가 다르면 디지탈 데이타 처리부(2)로 부터의 데이타처리가 에러 상태임을 판단하여 에러신호를 출력하고, 같으면 데이타 처리가 정상 상태임을 판단하게 된다.Accordingly, the comparison unit 7 performs the parity or cyclic redundancy check bit calculated by the second parity / cyclic redundancy check calculation unit 5 and the parity or cyclic redundancy check bit detected by the parity / cyclic redundancy check detection unit 6. Compare and compare the data with the digital data processor 2 if the detected parity or cyclic redundancy check bit differs from the calculated parity or cyclic redundancy check bit. It is determined that the processing is in an error state and an error signal is output. If the processing is the same, it is determined that the data processing is in a normal state.

이상에서 설명한 바와 같이, 본 발명은 제 1 입력데이타 변환부에서 고장이 발생되면 제 1 입력데이타 변환부와 동일한 제 2 입력데이타 변환부의 출력 데이타을 기준으로 패리티 또는 순환중복검사 비트를 계산하여 디지탈 데이타 처리부에 입력하게 되므로써, 비교부에서 시스템의 에러를 감시할 수 있고, 또한 제 1 입력데이타 변환부가 정상상태이고 제 2 입력데이타 변환부에서 고장이 발생하더라도 비교부에서 에러 상태를 감지할 수 있으므로, 시스템 전체부분의 고장 상태를 완벽하게 감지할 수 있는 효과가 있다.As described above, in the present invention, when a failure occurs in the first input data converter, the digital data processor calculates a parity or cyclic redundancy check bit based on the output data of the second input data converter that is identical to the first input data converter. Since the comparator can monitor an error of the system and the first input data converter is in a normal state and a failure occurs in the second input data converter, the comparator can detect an error condition. There is an effect that can completely detect the failure state of the whole part.

Claims (1)

입력 데이타를 시스템에서 처리할 수 있는 데이타로 변환하는 제 1, 제 2 입력데이타 변환수단과, 상기 제 2 입력데이타 변환수단에서 얻어진 데이타에 대해 패리티 또는 순환중복검사 비트를 계산하는 제 1 패리티/순환중복검사 계산수단과, 상기 제 1 패리티/순환중복검사 계산수단에서 계산된 데이타와 제 1 입력데이타 변환수단에서 변환된 데이타를 처리하는 디지탈 데이타 처리수단과, 상기 디지탈 데이타 처리수단의 출력데이타를 기준으로 패리티 또는 순환중복검사 비트를 계산하는 제 2 패리티/순환중복검사 계산수단과, 상기 디지탈 데이타 처리수단의 출력 데이타에서 패리티 또는 순환중복검사 비트를 검출하는 패리티/순환중복검사 검출수단과, 상기 패리티/순환중복검사 검출수단에서 검출된 패리티 또는 순환중복 검사비트와 상기 패리티/순환중복검사 계산수단에서 계산된 패리티 또는 순환중복검사비트를 비교하여 그에 따른 에러신호를 발생하는 비교수단을 포함하여 구성됨을 특징으로 한 시스템의 성능 감시 장치.First and second input data conversion means for converting input data into data that can be processed by the system, and first parity / circulation for calculating parity or cyclic redundancy check bits for data obtained by the second input data conversion means. Digital data processing means for processing the redundancy check calculation means, the data calculated by the first parity / cyclic redundancy check calculation means and the data converted by the first input data conversion means, and the output data of the digital data processing means. Second parity / cyclic redundancy check calculation means for calculating parity or cyclic redundancy check bits, parity / cyclic redundancy check detection means for detecting parity or cyclic redundancy check bits in the output data of the digital data processing means, and the parity Parity or cyclic redundancy check bit detected by the cyclic redundancy check detection means and the parity / Comparing means for comparing the parity or the cyclic redundancy check bit calculated in the cyclic redundancy check calculation means and generates an error signal according to the performance monitoring apparatus of the system.
KR1019920018717A 1992-10-12 1992-10-12 System monitoring apparatus KR970004258B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019920018717A KR970004258B1 (en) 1992-10-12 1992-10-12 System monitoring apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019920018717A KR970004258B1 (en) 1992-10-12 1992-10-12 System monitoring apparatus

Publications (2)

Publication Number Publication Date
KR940009833A KR940009833A (en) 1994-05-24
KR970004258B1 true KR970004258B1 (en) 1997-03-26

Family

ID=19341003

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019920018717A KR970004258B1 (en) 1992-10-12 1992-10-12 System monitoring apparatus

Country Status (1)

Country Link
KR (1) KR970004258B1 (en)

Also Published As

Publication number Publication date
KR940009833A (en) 1994-05-24

Similar Documents

Publication Publication Date Title
US6167547A (en) Automatic self-test system utilizing multi-sensor, multi-channel redundant monitoring and control circuits
US20090193319A1 (en) Data bus system, its encoder/decoder and encoding/decoding method
KR970022357A (en) Conversion characteristics test circuit and method of analog digital converter
EP1602991B1 (en) Method of detecting abnormality of R/D converter
US20100306632A1 (en) Error detection using parity compensation in binary coded decimal and densely packed decimal conversions
US3538498A (en) Majority data selecting and fault indicating
JP2019158673A (en) Arc detection device, control method therefor, and control program
KR970004258B1 (en) System monitoring apparatus
JPH11317665A (en) A/d converting device
JP2532258B2 (en) Error detection method
JP2001331304A (en) Sound input/output interface device
KR950006753Y1 (en) Error detecting circuit of data line between units
JP3868425B2 (en) Mechanism for preventing malfunction of digital protection relays for power systems.
KR100201839B1 (en) Parallel circular redundency code encoder and decoder
KR100246342B1 (en) Reed solomon error correction apparatus
JPH1165944A (en) Data error detector
KR880000486B1 (en) The computing circuit of numerator of an error value in the decoder for error correction
JPH04217816A (en) Monitor
JPH04365156A (en) Data transmission error detection circuit
JPH03268611A (en) Analog/digital converter monitor circuit
JPH05300117A (en) Frame conversion error detecting circuit
JPH0529960A (en) Bnzs code/digital error detector in bnzs code conversion section
JP3880941B2 (en) Digital protective relay device
KR100486213B1 (en) Apparatus for detecting the error using the byte/word-based error detection code
JP2000155614A (en) Fault detection system

Legal Events

Date Code Title Description
A201 Request for examination
G160 Decision to publish patent application
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20050628

Year of fee payment: 9

LAPS Lapse due to unpaid annual fee