JP2009153324A - System of designing di/o monitoring data and designing method thereof - Google Patents

System of designing di/o monitoring data and designing method thereof Download PDF

Info

Publication number
JP2009153324A
JP2009153324A JP2007330144A JP2007330144A JP2009153324A JP 2009153324 A JP2009153324 A JP 2009153324A JP 2007330144 A JP2007330144 A JP 2007330144A JP 2007330144 A JP2007330144 A JP 2007330144A JP 2009153324 A JP2009153324 A JP 2009153324A
Authority
JP
Japan
Prior art keywords
data
monitoring
file
netlist
code list
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.)
Granted
Application number
JP2007330144A
Other languages
Japanese (ja)
Other versions
JP4877220B2 (en
Inventor
Kenji Maruyama
賢治 丸山
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 JP2007330144A priority Critical patent/JP4877220B2/en
Publication of JP2009153324A publication Critical patent/JP2009153324A/en
Application granted granted Critical
Publication of JP4877220B2 publication Critical patent/JP4877220B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Emergency Protection Circuit Devices (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To surely and easily design DI/O monitoring data by automatically setting the DI/O monitoring data and check duplicate of signal names, etc. <P>SOLUTION: Many DI/O monitoring data are associated with DI/O signals by using a computer device. Signal names are extracted as they are from a DI/O drawing to create a text file. From this text file, data set in a "DI" sheet and a "DO" sheet is created as a bit definition data file. A net list file is created by connecting lines and recognizing symbols and characters in a monitoring sequence drawing. Based on the bit definition data file and the net list file, monitoring data and a monitoring sequence are created by net list-POL (problem-oriented language) conversion. From a drawing of an abnormal code list, abnormal code list data is extracted. From the monitoring data and the abnormal code list data, DI/O monitoring data for each abnormal code is output as a file. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、ディジタル型保護継電システム等のディジタル処理システムにおけるDI/O監視データの設計方式および設計方法に関する。   The present invention relates to a design method and a design method for DI / O monitoring data in a digital processing system such as a digital type protective relay system.

ディジタル型保護継電システムは、例えば、保護対象となる各変電所における多数の系統機器の状態(開閉器の入/切、変圧器の運転/停止など)および各送配電線区間での電圧・電流の計測情報をDI/AIデータとしてコンピュータシステムに収集し、このコンピュータシステムに搭載するソフトウェアによって、事故の有無や状況を監視および事故発生に対する保護制御を行う。   Digital protective relay systems are, for example, the state of a number of system equipment (switch on / off, transformer operation / stop, etc.) at each substation to be protected, and the voltage / Current measurement information is collected in a computer system as DI / AI data, and the software installed in the computer system is used to monitor the presence and state of an accident and to perform protection control against the occurrence of the accident.

この種のディジタル型保護継電システムにおけるソフトウェア設計の1つに、DI/O監視データの設計がある。この設計は、ソフトウェア設計された監視シーケンス側が要求する多数のDI/O監視データとDI/O信号との対応付けになる。   One of the software designs in this type of digital protection relay system is the design of DI / O monitoring data. This design is a correspondence between a large number of DI / O monitoring data required by the software-designed monitoring sequence side and DI / O signals.

図15は、従来のDI/O監視データのソフトウェア設計手順を示し、設計担当者がDI/O監視データの正当性を個々にチェックしている。まず、DI/O図面を用意する(S1)。このDI/O図面は図2に例を示すように、DI/O監視データの信号名(IB152Tなど)、アドレス(DO1など)、ビット(アドレスDO1に対応するフォーマットデータ上のビット位置)が記載されたものである。次いで、監視シーケンス図面を用意する(S2)。この監視シーケンス図面は図6に例を示すように、監視シーケンスの論理演算や使用されるDI/Oデータ名(1B189a、1B189bなど)や異常コード名(7080,7081など)が記載されたものである。   FIG. 15 shows a conventional software design procedure for DI / O monitoring data, and a designer in charge individually checks the validity of the DI / O monitoring data. First, a DI / O drawing is prepared (S1). In this DI / O drawing, as shown in FIG. 2, the signal name (IB152T, etc.), address (DO1, etc.), and bit (bit position on the format data corresponding to the address DO1) of the DI / O monitoring data are described. It has been done. Next, a monitoring sequence drawing is prepared (S2). As shown in the example of FIG. 6, this monitoring sequence diagram describes the logical operation of the monitoring sequence, the DI / O data name used (1B189a, 1B189b, etc.) and the abnormal code name (7080, 7081, etc.). is there.

担当者は、上記のDI/O図面と監視シーケンス図面のチェック(照合)を行う(S3)。このチェックは、信号名の不整合や二重定義、異常コードの二重定義などについて行う。このチェックでエラーが有ると判定した場合、エラーの有る図面を修正する(S4、S5)。エラーが無いと判定したとき、監視シーケンス図面の入力信号をDI/O図面から検索し、アドレス、ビットを取得し(S6)、DI/O監視データの設定を行う(S7)。図中にDI/O監視データファイルの例を示し、異常コード、監視時間、監視種別、アドレス1、2、ビット1、2などの項目名をもつ。   The person in charge checks (collates) the DI / O drawing and the monitoring sequence drawing (S3). This check is performed for signal name inconsistency, double definition, and double definition of error codes. If it is determined that there is an error in this check, the drawing having the error is corrected (S4, S5). When it is determined that there is no error, the input signal of the monitoring sequence drawing is searched from the DI / O drawing, the address and bit are acquired (S6), and the DI / O monitoring data is set (S7). An example of a DI / O monitoring data file is shown in the figure, and has item names such as an abnormal code, a monitoring time, a monitoring type, an address 1, 2 and bits 1 and 2.

保護継電システムのプログラム設計やヒューマンインタフェース画面設計は、自動化する手法がある(例えば、特許文献1参照)。この手法を利用して、前記のDI/O監視データを自動的に作成できる。
特開2002−374616号公報
There is a method of automating program design and human interface screen design of the protective relay system (see, for example, Patent Document 1). Using this method, the DI / O monitoring data can be automatically created.
JP 2002-374616 A

従来のDI/O監視データの設計手順において、DI/O監視データの設定(S7)、および各図面のチェック(S3)は、設計者がDI/O図面や監視シーケンス図面などを照合しながら行うことになる。これら作業は、監視数が多くなるほど大きな作業負担、作業時間を要し、ミスも発生し易くなる。   In the conventional design procedure of DI / O monitoring data, the setting of DI / O monitoring data (S7) and the check of each drawing (S3) are performed by the designer while collating the DI / O drawing and the monitoring sequence drawing. It will be. These operations require a larger work load and work time as the number of monitoring increases, and mistakes are more likely to occur.

本発明の目的は、DI/O監視データの設定および信号名の二重定義などのチェックを自動化し、DI/O監視データの設計を確実、容易にする設計方式および設計方法を提供することにある。   An object of the present invention is to provide a design method and a design method for automating checks such as setting of DI / O monitoring data and double definition of signal names, and ensuring and facilitating the design of DI / O monitoring data. is there.

本発明は、前記の課題を解決するため、監視シーケンス図面からネットリストファイルを自動作成し、これとビット定義データとから監視シーケンスデータを自動作成し、これに異常コード一覧図面から抽出した異常コードを対応付けてDI/O監視データを自動作成するようにしたもので、以下の方式および方法を特徴とする。   In order to solve the above-mentioned problem, the present invention automatically creates a netlist file from a monitoring sequence drawing, automatically creates monitoring sequence data from this and bit definition data, and extracts an abnormal code from the abnormal code list drawing. The DI / O monitoring data is automatically created in association with each other, and is characterized by the following method and method.

(1)設計された監視シーケンス側が要求する多数のDI/O監視データとDI/O信号との対応付けをコンピュータ装置で行うDI/O監視データの設計方式であって、
前記コンピュータ装置は、
設計されたDI/O図面の信号名称をそのまま取り出したテキストファイルを作成し、このテキストファイルから「DI」シートおよび「DO」シートに設定されたデータをビット定義データファイルとするビット定義データ作成手段と、
監視シーケンス図を読込み、図面の線接続と記号認識および文字認識によってネットリストファイルを作成するネットリストファイル作成手段と、
前記ビット定義データファイルと前記ネットリストファイルを基に、ネットリスト−POL(問題向言語)変換で監視シーケンスデータを作成する監視シーケンスデータ作成手段と、
異常コード一覧図面から異常コード一覧データを抽出する異常コード一覧抽出手段と、
監視シーケンスデータと前記異常コード一覧データから、監視シーケンスおよび異常コード別にしたDI/O監視データをファイルとして出力するDI/O監視データ作成手段と、
を備えたことを特徴とする。
(1) A DI / O monitoring data design method in which a computer apparatus associates a large number of DI / O monitoring data and DI / O signals required by the designed monitoring sequence side,
The computer device includes:
A bit definition data creating means that creates a text file in which the signal name of the designed DI / O drawing is taken out as it is, and uses the data set in the “DI” sheet and “DO” sheet from this text file as a bit definition data file. When,
A netlist file creation means for reading a monitoring sequence diagram and creating a netlist file by drawing line connection and symbol recognition and character recognition;
Monitoring sequence data creating means for creating monitoring sequence data by netlist-POL (problem-oriented language) conversion based on the bit definition data file and the netlist file;
An abnormal code list extracting means for extracting abnormal code list data from the abnormal code list drawing;
DI / O monitoring data creating means for outputting, as a file, DI / O monitoring data classified by monitoring sequence and error code from the monitoring sequence data and the error code list data;
It is provided with.

(2)設計された監視シーケンス側が要求する多数のDI/O監視データとDI/O信号との対応付けをコンピュータ装置で行うDI/O監視データの設計方法であって、
前記コンピュータ装置は、
設計されたDI/O図面の信号名称をそのまま取り出したテキストファイルを作成し、このテキストファイルから「DI」シートおよび「DO」シートに設定されたデータをビット定義データファイルとするビット定義データ作成ステップと、
監視シーケンス図を読込み、図面の線接続と記号認識および文字認識によってネットリストファイルを作成するネットリストファイル作成ステップと、
前記ビット定義データファイルと前記ネットリストファイルを基に、ネットリスト−POL(問題向言語)変換で監視シーケンスデータを作成する監視シーケンスデータ作成ステップと、
異常コード一覧図面から異常コード一覧データを抽出する異常コード一覧抽出ステップと、
監視シーケンスデータと前記異常コード一覧データから、監視シーケンスおよび異常コード別にしたDI/O監視データをファイルとして出力するDI/O監視データ作成ステップと、
を有することを特徴とする。
(2) A method for designing DI / O monitoring data in which a computer apparatus associates a large number of DI / O monitoring data and DI / O signals required by the designed monitoring sequence side,
The computer device includes:
A bit definition data creation step of creating a text file in which the signal name of the designed DI / O drawing is extracted as it is, and using the data set in the “DI” sheet and “DO” sheet from this text file as a bit definition data file When,
A netlist file creation step of reading a monitoring sequence diagram and creating a netlist file by drawing line connection and symbol recognition and character recognition;
A monitoring sequence data creation step for creating monitoring sequence data by netlist-POL (problem language) conversion based on the bit definition data file and the netlist file;
An abnormal code list extracting step for extracting abnormal code list data from the abnormal code list drawing;
A DI / O monitoring data creation step for outputting, as a file, DI / O monitoring data classified by monitoring sequence and error code from the monitoring sequence data and the error code list data;
It is characterized by having.

以上のとおり、本発明によれば、監視シーケンス図面からネットリストファイルを自動作成し、これとビット定義データとから監視シーケンスデータを自動作成し、これに異常コード一覧図面から抽出した異常コードを対応付けてDI/O監視データを自動作成するようにしたため、DI/O監視データの設定および信号名の二重定義などのチェックを自動化し、DI/O監視データの設計を確実、容易にする。   As described above, according to the present invention, a netlist file is automatically created from a monitoring sequence drawing, monitoring sequence data is automatically created from this and bit definition data, and an abnormal code extracted from the abnormal code list drawing is associated with this. In addition, since the DI / O monitoring data is automatically created, checks such as setting of DI / O monitoring data and double definition of signal names are automated, and the design of the DI / O monitoring data is surely and easily performed.

具体的には、DI/O監視データの作成に、人手を介さないため、誤りがなくなり、品質が向上する。また、作成工数が削減される。   Specifically, since the DI / O monitoring data is not created manually, errors are eliminated and the quality is improved. In addition, the number of production steps is reduced.

図1は、本発明の実施形態を示すDI/O監視データの設計手順であり、各手順はコンピュータ資源とこれを利用したソフトウェアによって実現される。以下、各手順別に説明する。   FIG. 1 is a design procedure of DI / O monitoring data showing an embodiment of the present invention, and each procedure is realized by computer resources and software using the same. Hereinafter, each procedure will be described.

(S11)ビット定義データ作成
ビット定義データ作成ツールを使ってビット定義データを作成する。この処理は、まず、DIOデータ抽出ツールを使ってDI/O図面からDIOデータファイルとして出力する。図2は、設計されたDI/O図面の例を示し、この図面の信号名称をそのまま取り出したテキストファイルを得る。このテキストファイルの例を図3に示す。次に、テキストファイルを読み込み、ビット定義データ作成ツールの「DI」シートおよび「DO」シートに設定する。「DI」シートの例を図4に示し、DI/O図面に記載される信号名がそのまま設定される。このシートに設定されたデータをビット定義データファイルとして得る。このファイルの例を図5に示す。
(S11) Bit definition data creation Bit definition data is created using a bit definition data creation tool. In this process, first, a DIO data extraction tool is used to output a DIO data file from a DI / O drawing. FIG. 2 shows an example of a designed DI / O drawing, and a text file is obtained by extracting the signal name of this drawing as it is. An example of this text file is shown in FIG. Next, the text file is read and set in the “DI” sheet and “DO” sheet of the bit definition data creation tool. An example of the “DI” sheet is shown in FIG. 4 and the signal names described in the DI / O drawing are set as they are. The data set in this sheet is obtained as a bit definition data file. An example of this file is shown in FIG.

(S12)ネットリストファイル作成
図面読込みと、図面の線接続と記号認識および文字認識機能をもつネットリストファイル作成ツールを使用して、監視シーケンス図からネットリストファイルを作成する。監視シーケンス図は、図6に例を示すように、監視項目別に不良検出方法(異常検出論理)が回路図面として記載されている。ネットリストは、図7に例を示すように、監視シーケンス図の各回路図面の入出力信号線毎の接続情報としてファイルを作成する。
(S12) Netlist file creation A netlist file is created from a monitoring sequence diagram using a netlist file creation tool having drawing reading, drawing line connection, symbol recognition and character recognition functions. In the monitoring sequence diagram, as shown in an example in FIG. 6, a failure detection method (abnormality detection logic) is described as a circuit diagram for each monitoring item. The net list creates a file as connection information for each input / output signal line in each circuit diagram of the monitoring sequence diagram as shown in FIG.

図7に示すネットリストがもつ項目には、シンボルページ、器具番号(回路番号)、PINNo(接続ピン番号)、IDENT、シンボル名、端子属性、端子番号、線番等を設け、監視シーケンスに従って各項目に記号、数値が展開される。   The items included in the net list shown in FIG. 7 include symbol page, instrument number (circuit number), PINNo (connection pin number), IDENT, symbol name, terminal attribute, terminal number, wire number, etc. Symbols and numerical values are expanded in items.

例えば、監視シーケンスの異常検出論理が図8に示すものであるとき、ネットリストには、E26という排他的論理和の入力信号を「BGFLOCK」と「BGFUSE」とし、出力信号を「23%26」とする場合、ネットリストには排他的論理和の入力信号が端子1と3に入力され、出力信号が端子2から得ることが記載される。   For example, when the abnormality detection logic of the monitoring sequence is as shown in FIG. 8, the input signal of the exclusive OR of E26 is “BGFLOCK” and “BGFUSE” and the output signal is “23% 26” in the netlist. , The netlist describes that an input signal of exclusive OR is input to terminals 1 and 3 and an output signal is obtained from terminal 2.

(S13)監視シーケンスデータ作成
処理S11で作成されたビット定義データファイルと、処理S12で作成されたネットリストファイルを基に、ネットリスト−POL(問題向言語)変換ツールを使用して、監視シーケンスデータを作成する(図6参照)。
(S13) Monitoring sequence data creation Based on the bit definition data file created in step S11 and the netlist file created in step S12, a monitoring sequence is created using a netlist-POL (problem language) conversion tool. Data is created (see FIG. 6).

図9はネットリスト−POL変換ツールによるネットリストの変換例を示す。この変換において、シーケンス短縮ツールによってネットリスト記述の短縮化も可能にする。図10は短縮例を示し、(a)に示すロジックに対し、これを単にPOL変換した場合は(b)に示すようになり、これを短縮したシーケンスは(c)に示すものに変換できる。   FIG. 9 shows an example of netlist conversion by the netlist-POL conversion tool. In this conversion, the netlist description can be shortened by the sequence shortening tool. FIG. 10 shows a shortened example. When the logic shown in (a) is simply POL-converted, the result is as shown in (b), and the shortened sequence can be converted into that shown in (c).

図11は監視シーケンスデータの作成例を示す。同図の(a)に示す3つのロジックを組み合わせた監視シーケンスデータを作成するには、まず、各ロジックについて同図の(b)に示すように短縮後の監視シーケンスを作成し、このシーケンスにもつ信号名と同じ信号名をもつものをビット定義データから抽出し、これらを併せて同図の(c)に示す監視データおよび監視シーケンスを作成する。監視データは、これに後述の異常コードを組み合わせた監視データ作成処理(S15)にも使用する。   FIG. 11 shows an example of creating monitoring sequence data. In order to create monitoring sequence data combining the three logics shown in (a) of the figure, first, a shortened monitoring sequence is created for each logic as shown in (b) of the figure, A signal having the same signal name as the signal name is extracted from the bit definition data, and the monitoring data and the monitoring sequence shown in FIG. The monitoring data is also used for monitoring data creation processing (S15) in which an abnormal code described later is combined with the monitoring data.

(S14)異常コード一覧抽出
異常コード一覧図面から異常コード一覧抽出ツールを使って異常コード一覧データを抽出する。
(S14) Abnormal code list extraction Abnormal code list data is extracted from the abnormal code list drawing using the abnormal code list extraction tool.

例えば、図12に例を示すように、監視内容と主検出(M)と事故検出(FD)等の違い別に異常コードが予め設計されており、この異常コード一覧図面から抽出し、図13に示すような異常コード一覧データファイルとして作成する。   For example, as shown in an example in FIG. 12, abnormal codes are designed in advance according to differences in monitoring contents, main detection (M), accident detection (FD), and the like. Create as an abnormal code list data file as shown.

(S15)DI/O監視データ作成
監視データ作成ツールを使用し、処理S13で作成した監視データと、処理S14で抽出した異常コード一覧データからDI/O監視データを作成し、図14に示すように、異常コード別にしたDI/O監視データをファイルとして出力する。
(S15) DI / O monitoring data creation Using the monitoring data creation tool, DI / O monitoring data is created from the monitoring data created in process S13 and the abnormal code list data extracted in process S14, as shown in FIG. In addition, DI / O monitoring data classified by error code is output as a file.

本発明の実施形態を示すDI/O監視データの設計手順。The design procedure of the DI / O monitoring data which shows embodiment of this invention. DI/O図面の例。Example of DI / O drawing. テキストファイルの例。Example of text file. 「DI」シートの例。Example of “DI” sheet. ビット定義データファイルの例。Example of bit definition data file. 監視シーケンス図の例。An example of a monitoring sequence diagram. ネットリストの例。Netlist example. 監視シーケンスの異常検出論理。Monitoring sequence error detection logic. ネットリストの変換例。Netlist conversion example. ネットリスト記述の短縮例。An example of shortening the netlist description. 監視シーケンスデータの作成例。Example of creating monitoring sequence data. 異常コード一覧データの例。Example of error code list data. 異常コード一覧データファイルの例。Example of error code list data file. DI/O監視データの例。An example of DI / O monitoring data. 従来のDI/O監視データのソフトウェア設計手順。Software design procedure for conventional DI / O monitoring data.

Claims (2)

設計された監視シーケンス側が要求する多数のDI/O監視データとDI/O信号との対応付けをコンピュータ装置で行うDI/O監視データの設計方式であって、
前記コンピュータ装置は、
設計されたDI/O図面の信号名称をそのまま取り出したテキストファイルを作成し、このテキストファイルから「DI」シートおよび「DO」シートに設定されたデータをビット定義データファイルとするビット定義データ作成手段と、
監視シーケンス図を読込み、図面の線接続と記号認識および文字認識によってネットリストファイルを作成するネットリストファイル作成手段と、
前記ビット定義データファイルと前記ネットリストファイルを基に、ネットリスト−POL(問題向言語)変換で監視シーケンスデータを作成する監視シーケンスデータ作成手段と、
異常コード一覧図面から異常コード一覧データを抽出する異常コード一覧抽出手段と、
監視シーケンスデータと前記異常コード一覧データから、監視シーケンスおよび異常コード別にしたDI/O監視データをファイルとして出力するDI/O監視データ作成手段と、
を備えたことを特徴とするDI/O監視データの設計方式。
A design method of DI / O monitoring data in which a computer apparatus associates a large number of DI / O monitoring data and DI / O signals required by the designed monitoring sequence side,
The computer device includes:
A bit definition data creating means that creates a text file in which the signal name of the designed DI / O drawing is taken out as it is, and uses the data set in the “DI” sheet and “DO” sheet from this text file as a bit definition data file. When,
A netlist file creation means for reading a monitoring sequence diagram and creating a netlist file by drawing line connection and symbol recognition and character recognition;
Monitoring sequence data creating means for creating monitoring sequence data by netlist-POL (problem language) conversion based on the bit definition data file and the netlist file;
An abnormal code list extracting means for extracting abnormal code list data from the abnormal code list drawing;
DI / O monitoring data creating means for outputting, as a file, DI / O monitoring data classified by monitoring sequence and error code from the monitoring sequence data and the error code list data;
A design method for DI / O monitoring data characterized by comprising:
設計された監視シーケンス側が要求する多数のDI/O監視データとDI/O信号との対応付けをコンピュータ装置で行うDI/O監視データの設計方法であって、
前記コンピュータ装置は、
設計されたDI/O図面の信号名称をそのまま取り出したテキストファイルを作成し、このテキストファイルから「DI」シートおよび「DO」シートに設定されたデータをビット定義データファイルとするビット定義データ作成ステップと、
監視シーケンス図を読込み、図面の線接続と記号認識および文字認識によってネットリストファイルを作成するネットリストファイル作成ステップと、
前記ビット定義データファイルと前記ネットリストファイルを基に、ネットリスト−POL(問題向言語)変換で監視シーケンスデータを作成する監視シーケンスデータ作成ステップと、
異常コード一覧図面から異常コード一覧データを抽出する異常コード一覧抽出ステップと、
監視シーケンスデータと前記異常コード一覧データから、監視シーケンスおよび異常コード別にしたDI/O監視データをファイルとして出力するDI/O監視データ作成ステップと、
を有することを特徴とするDI/O監視データの設計方法。
A method of designing DI / O monitoring data in which a computer apparatus associates a large number of DI / O monitoring data and DI / O signals required by the designed monitoring sequence side,
The computer device includes:
A bit definition data creation step of creating a text file in which the signal name of the designed DI / O drawing is extracted as it is, and using the data set in the “DI” sheet and the “DO” sheet from this text file as a bit definition data file When,
A netlist file creation step of reading a monitoring sequence diagram and creating a netlist file by drawing line connection and symbol recognition and character recognition;
A monitoring sequence data creation step for creating monitoring sequence data by netlist-POL (problem language) conversion based on the bit definition data file and the netlist file;
An abnormal code list extracting step for extracting abnormal code list data from the abnormal code list drawing;
A DI / O monitoring data creation step for outputting, as a file, DI / O monitoring data classified by monitoring sequence and error code from the monitoring sequence data and the error code list data;
A method for designing DI / O monitoring data, comprising:
JP2007330144A 2007-12-21 2007-12-21 DI / O monitoring data design method and design method Active JP4877220B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007330144A JP4877220B2 (en) 2007-12-21 2007-12-21 DI / O monitoring data design method and design method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007330144A JP4877220B2 (en) 2007-12-21 2007-12-21 DI / O monitoring data design method and design method

Publications (2)

Publication Number Publication Date
JP2009153324A true JP2009153324A (en) 2009-07-09
JP4877220B2 JP4877220B2 (en) 2012-02-15

Family

ID=40921761

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007330144A Active JP4877220B2 (en) 2007-12-21 2007-12-21 DI / O monitoring data design method and design method

Country Status (1)

Country Link
JP (1) JP4877220B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009219245A (en) * 2008-03-11 2009-09-24 Meidensha Corp Design method for display/operation part of human interface

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0644329A (en) * 1992-04-23 1994-02-18 Hitachi Ltd Automatic drawing design/manufacture information processing system
JPH0956051A (en) * 1995-08-16 1997-02-25 Meidensha Corp Automatic monitoring system for digital protective relay device
JPH1031594A (en) * 1996-07-16 1998-02-03 Meidensha Corp System for generating sequence diagram
JPH11252775A (en) * 1998-03-06 1999-09-17 Mitsubishi Electric Corp Digital protective relay apparatus
JP2002374616A (en) * 2001-06-13 2002-12-26 Hitachi Ltd Development method for protecting relay software

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0644329A (en) * 1992-04-23 1994-02-18 Hitachi Ltd Automatic drawing design/manufacture information processing system
JPH0956051A (en) * 1995-08-16 1997-02-25 Meidensha Corp Automatic monitoring system for digital protective relay device
JPH1031594A (en) * 1996-07-16 1998-02-03 Meidensha Corp System for generating sequence diagram
JPH11252775A (en) * 1998-03-06 1999-09-17 Mitsubishi Electric Corp Digital protective relay apparatus
JP2002374616A (en) * 2001-06-13 2002-12-26 Hitachi Ltd Development method for protecting relay software

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009219245A (en) * 2008-03-11 2009-09-24 Meidensha Corp Design method for display/operation part of human interface

Also Published As

Publication number Publication date
JP4877220B2 (en) 2012-02-15

Similar Documents

Publication Publication Date Title
JP6919569B2 (en) Log analysis systems, methods, and recording media
CN110852065A (en) Document auditing method, device, system, equipment and storage medium
JP6066081B2 (en) Apparatus and method for generating fault tree
JP5725359B2 (en) Source code comparison device, source code comparison method, and source code comparison program
JP6354457B2 (en) Application development support apparatus, data processing method thereof, and program
WO2007139039A1 (en) Information classification device, information classification method, and information classification program
CN102053900A (en) Method and system for testing USB (Universal Serial Bus) equipment of electronic device
CN107102973A (en) The data extraction method and system of a kind of CSV formatted files
KR101794169B1 (en) Personal data detecting and masking system and method based on printed position of hwp file
WO2007099578A1 (en) Failure analyzer
JP4877220B2 (en) DI / O monitoring data design method and design method
JP2011034264A (en) Personal information masking system
CN109343993A (en) A kind of error message processing method and processing device of cloud platform
US20080244501A1 (en) Method for reading information from a hierarchical design
CN106681852A (en) Method and device for adjusting browser compatibility
CN103631711A (en) Error detection device for programming language
JP5670156B2 (en) Test result verification system, method, and program
WO2018211546A1 (en) Screen test device and screen test program
CN111159971A (en) Detection method and device for integrated circuit layout, design method and electronic equipment
JP2011203962A (en) Verification apparatus and verification method for semiconductor integrated circuit
JP6039985B2 (en) Device management system, check terminal, and data check method
JP2010244157A (en) Device, and method for processing functional block diagram, and program
WO2010035388A1 (en) Gui evaluation system, gui evaluation method, and gui evaluation program
JP7491440B1 (en) Drawing analysis device, drawing analysis method, and drawing analysis program
JP5458040B2 (en) HI software data creation apparatus and HI software data creation method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100603

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110926

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20111101

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111114

R150 Certificate of patent or registration of utility model

Ref document number: 4877220

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20141209

Year of fee payment: 3