JP2007206927A - Connection support device - Google Patents

Connection support device Download PDF

Info

Publication number
JP2007206927A
JP2007206927A JP2006024339A JP2006024339A JP2007206927A JP 2007206927 A JP2007206927 A JP 2007206927A JP 2006024339 A JP2006024339 A JP 2006024339A JP 2006024339 A JP2006024339 A JP 2006024339A JP 2007206927 A JP2007206927 A JP 2007206927A
Authority
JP
Japan
Prior art keywords
connection support
server
support apparatus
opc
error code
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
JP2006024339A
Other languages
Japanese (ja)
Inventor
Eiji Katase
栄治 片瀬
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric Corp
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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2006024339A priority Critical patent/JP2007206927A/en
Publication of JP2007206927A publication Critical patent/JP2007206927A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To achieve a connection support device for enabling even a person who does not have any technical knowledge to easily grasp the factor of the hindrance of connection regarding the connection of an OPC client and a server. <P>SOLUTION: This connection support device mounted in a client computer remotely connected to an OPC server which collects data is provided with a hierarchy-categorized command execution part for executing a diagnostic command corresponding to a communication hierarchy between the OPC server and the client computer; an error code translating part for interpreting an error code for the diagnostic command, and for translating the fault content into text data; and a fault content display part for displaying the text data. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、プラント等のデータを収集するOPC(OLE for Process Control)サーバに、ネットワークを介してリモート接続されるクライアントコンピュータ内に実装される接続支援装置に関するものである。   The present invention relates to a connection support device mounted in a client computer that is remotely connected to an OPC (OLE for Process Control) server that collects data of a plant or the like via a network.

本発明の接続対象となるOPCサーバは、Microsoft Windows(登録商標)上で動作する、OPC Foundationが定める仕様に準拠したDCOM(Distributed Component Object Model)サーバである。DCOMサーバは、他のコンピュータにインストールされたCOMコンポーネントをネットワーク経由で呼び出して実行し、分散コンピューティング環境を実現する。   The OPC server that is the connection target of the present invention is a DCOM (Distributed Component Object Model) server that operates on Microsoft Windows (registered trademark) and conforms to the specifications defined by the OPC Foundation. The DCOM server calls and executes a COM component installed in another computer via a network to realize a distributed computing environment.

OPCサーバを用いたデータ収集システムに関しては、特許文献1に開示されている。図6は、従来の接続支援ツールを備えたクライアントコンピュータとOPCサーバの接続環境の一例を示す機能ブロック図である。   A data collection system using an OPC server is disclosed in Patent Document 1. FIG. 6 is a functional block diagram showing an example of a connection environment between a client computer equipped with a conventional connection support tool and an OPC server.

1は、分散型制御システムにおける制御バスであり、操作監視装置2及び制御装置3が接続されている。制御装置3は、操作監視装置2と通信すると共に、フィールドバス4を介してプランの機器5と通信してその制御を実行する。   Reference numeral 1 denotes a control bus in the distributed control system, to which an operation monitoring device 2 and a control device 3 are connected. The control device 3 communicates with the operation monitoring device 2 and communicates with the plan device 5 via the field bus 4 to execute the control.

6はOPCサーバであり、制御バス1に接続されて制御装置3からのプラントデータを収集して保存する。61はOPCインターフェースを介してプラントデータを収集するデータ収集手段、62は収集したデータを保存するデータベースである。   An OPC server 6 is connected to the control bus 1 and collects and stores plant data from the control device 3. 61 is a data collecting means for collecting plant data via the OPC interface, and 62 is a database for storing the collected data.

7は、Ethernet(登録商標)で代表される汎用通信バスであり、OPCサーバ6及びこのOPCサーバよりデータを取得して所定のアプリケーションを実行するユーザコンピュータ8が接続されている。   Reference numeral 7 denotes a general-purpose communication bus represented by Ethernet (registered trademark), and is connected to an OPC server 6 and a user computer 8 that acquires data from the OPC server and executes a predetermined application.

ユーザコンピュータ8において、81はOPCサーバ6より取得したデータを保持するデータベース、82は保持データを利用するアプリケーションである。83はOPCクライアントツールであり、OPCサーバ6側から自動的にインストールされ、この実行によりOPCサーバとの接続環境のチェックができる。84は、OPCクライアントツール83の実行に対して返されるエラーコードの表示手段である。   In the user computer 8, 81 is a database that holds data acquired from the OPC server 6, and 82 is an application that uses the held data. Reference numeral 83 denotes an OPC client tool, which is automatically installed from the OPC server 6 side, and the connection environment with the OPC server can be checked by this execution. Reference numeral 84 denotes an error code display unit that is returned for the execution of the OPC client tool 83.

OPCサーバに対して、クライアントプログラムは定められた手続きを行い接続するが、そこで接続できない障害がしばしば発生する。しかし、その障害要因は多岐に渡っており、その要因を特定するにはいくつかのコマンドやツールを実行し、そのエラーコードを基に要因を推測する等、経験を必要とする。   The client program connects to the OPC server by performing a predetermined procedure, but a failure that cannot be connected there often occurs. However, there are various causes of the failure, and in order to identify the cause, some commands and tools are executed, and experience is required such as estimating the factor based on the error code.

例えば、OPCクライアントツール83を使用して接続した場合に、接続がエラーとなると表示手段84に表示されるエラーコードから障害要因を推測する。しかし、ネットワーク経由での接続の場合には、ネットワークに起因するエラー、Windows(登録商標)認証に関するエラー、接続先のOPCサーバに関するエラー等、そのエラー要因は多岐に渡るので、その一つ一つを確認する必要がある。   For example, when the connection is made using the OPC client tool 83, the failure factor is estimated from the error code displayed on the display means 84 when the connection is an error. However, in the case of connection via a network, there are various error factors such as an error caused by the network, an error related to Windows (registered trademark) authentication, an error related to the connected OPC server, and so on. It is necessary to confirm.

OPCクライアントツール83による接続環境の確認は、OPCサーバ6のクライアントとしての機能を確認するものであり、DCOMサーバとして動作しているOPCサーバ6への接続が正常にできることが前提となっている。従って、正常接続できない場合には、そのエラーコードだけが手がかりとなる。   The confirmation of the connection environment by the OPC client tool 83 is to confirm the function of the OPC server 6 as a client, and it is assumed that the connection to the OPC server 6 operating as the DCOM server can be made normally. Therefore, when a normal connection cannot be made, only the error code becomes a clue.

このため、接続エラー時は、別途下記の操作を手動で実行して障害要因を判断する。
(1)ネットワーク接続確認:コマンド“ping”を使用して確認
(2)クライアントテストプログラム:接続を実行してそのエラーコードを確認
(3)エラーコードから障害箇所を推定
(4)原因と推定される箇所の設定変更
(5)(2)に戻って、エラーがなくなるまで(2)〜(4)を繰り返す。
For this reason, when a connection error occurs, the following operation is manually executed separately to determine the cause of the failure.
(1) Network connection confirmation: Confirmation using command “ping” (2) Client test program: Execute connection and confirm its error code (3) Estimate failure location from error code (4) Presumed cause (5) Return to (2) and repeat (2) to (4) until there is no error.

特許文献1には、シーケンスイベントデータを蓄積するOPCサーバにOPCクライアントを接続したデータ収集装置が記載されている。   Patent Document 1 describes a data collection device in which an OPC client is connected to an OPC server that accumulates sequence event data.

特開2005−141524号公報JP 2005-141524 A

従来の接続エラー要因の判断には、次のような問題点がある。
(1)エラーコードから要因を推測するために、OPCやDCOMに関する充分な知識とスキルのある人でなければ判断が難しい部分が多くある。
Conventional determination of the cause of a connection error has the following problems.
(1) In order to infer the factor from the error code, there are many parts that are difficult to judge unless the person has sufficient knowledge and skills regarding OPC and DCOM.

(2)接続できない問題が客先(現地)で発生した場合には、知識とスキルのある担当者が客先に行くことが困難な場合もあり、その連絡や情報のやり取りに多くの時間を要するために問題の解決に時間がかかることが多い。 (2) When a problem that cannot be connected occurs at the customer's site (local site), it may be difficult for a person with knowledge and skills to go to the customer's site. It often takes time to solve the problem.

本発明は上述した問題点を解決するためになされたものであり、OPCクライアントとサーバ間の接続に関して専門知識を有しない人でも、接続を阻害する要因を容易に把握することができる接続支援装置を実現することを目的としている。   The present invention has been made to solve the above-described problems, and a connection support apparatus that allows a person who does not have specialized knowledge regarding the connection between the OPC client and the server to easily grasp the factors that hinder the connection. It aims to realize.

このような課題を達成するために、本発明は次の通りの構成になっている。
(1)データを収集するOPCサーバにリモート接続されるクライアントコンピュータ内に実装される接続支援装置において、
前記OPCサーバと前記クライアントコンピュータ間の通信階層に対応した診断コマンドを実行する階層別コマンド実行部と、
前記診断コマンドに対するエラーコードを解釈し、その障害内容をテキストデータに翻訳するエラーコード翻訳部と、
前記テキストデータを表示する障害内容表示部と、
を備えることを特徴とする接続支援装置。
In order to achieve such a subject, the present invention has the following configuration.
(1) In a connection support apparatus implemented in a client computer that is remotely connected to an OPC server that collects data,
A hierarchical command execution unit that executes a diagnostic command corresponding to a communication hierarchy between the OPC server and the client computer;
An error code translation unit that interprets an error code for the diagnostic command and translates the failure content into text data;
A failure content display unit for displaying the text data;
A connection support apparatus comprising:

(2)前記通信階層は、OPCサーバ、DCOM、RPC、TCP/IPの少なくともいずれかであることを特徴とする(1)に記載の接続支援装置。 (2) The connection support apparatus according to (1), wherein the communication layer is at least one of an OPC server, DCOM, RPC, and TCP / IP.

(3)前記エラーコード翻訳部は、前記エラーコードと障害内容とを照合するパターンマッチング手段を備えることを特徴とする(1)又は(2)に記載の接続支援装置。 (3) The connection support apparatus according to (1) or (2), wherein the error code translation unit includes a pattern matching unit that collates the error code with a failure content.

(4)前記パターンマッチング手段は、前記クライアントコンピュータと通信する知識サーバからの情報を利用することを特徴とする(3)に記載の接続支援装置。 (4) The connection support apparatus according to (3), wherein the pattern matching unit uses information from a knowledge server communicating with the client computer.

(5)前記階層別コマンド実行部は、スタート指令によりシーケンシャルに前記診断コマンドを自動的に実行し、前記障害内容表示部は、障害が発生した都度その内容を表示することを特徴とする(1)乃至(4)のいずれかに記載の接続支援装置。 (5) The hierarchical command execution unit automatically executes the diagnosis command sequentially in response to a start command, and the failure content display unit displays the content every time a failure occurs (1) The connection support apparatus according to any one of (4) to (4).

(6)前記OPCサーバは、DCOMサーバであることを特徴とする(1)乃至(5)のいずれかに記載の接続支援装置。 (6) The connection support apparatus according to any one of (1) to (5), wherein the OPC server is a DCOM server.

以上説明したことから明らかなように、本発明によれば次のような効果がある。
(1)接続環境の通信階層に対応した診断コマンドの自動実行と、それに対する障害要因をテキストデータで表示させる機能により、OPCやDCOMに関する充分な知識とスキルのない人でも障害要因を容易に把握することができる。
As is apparent from the above description, the present invention has the following effects.
(1) Automatic execution of diagnostic commands corresponding to the communication hierarchy of the connection environment and the ability to display the cause of failure as text data, even for those who do not have sufficient knowledge and skills regarding OPC and DCOM, can easily understand the cause of failure can do.

(2)接続できない問題が客先(現地)で発生した場合でも、ユーザ側で要因の判断と対策が可能となり、知識とスキルのある担当者の客先出張や、その連絡や情報のやり取りに費やされる工数を大幅に削減することができる。 (2) Even if a problem that cannot be connected occurs at the customer's site (local), the user can determine the cause and take countermeasures. Man-hours spent can be significantly reduced.

(3)障害要因の表示に、知識サーバの情報をヘルプ情報と組み合わせて使用することにより、OPCサーバへの接続エラーをユーザ自身で問題解決できる環境構築を支援することができる。 (3) By using the information of the knowledge server in combination with help information for displaying the cause of failure, it is possible to support the construction of an environment in which the user can solve the problem of the connection error to the OPC server.

(4)OPCサーバが利用される領域は大きく広がっている。又、OPCサーバに接続するクライアントの形態も多岐に渡っている。そのクライアントがスムーズにOPCサーバ接続できる接続支援装置は、OPCサーバの導入を進める上で有効なツールとして貢献できる。 (4) The area where the OPC server is used is greatly expanded. There are also various forms of clients that connect to the OPC server. A connection support apparatus that allows the client to smoothly connect to the OPC server can contribute as an effective tool for promoting the introduction of the OPC server.

以下、本発明を図面により詳細に説明する。図1は、本発明を適用した接続支援装置を実装したクライアントコンピュータとOPCサーバの接続環境の一実施形態を示す機能ブロック図である。図6で説明した従来装置と同一要素には同一符号を付し、説明を省略する。以下、本発明の特徴部につき説明する。   Hereinafter, the present invention will be described in detail with reference to the drawings. FIG. 1 is a functional block diagram showing an embodiment of a connection environment between a client computer and an OPC server on which a connection support apparatus to which the present invention is applied is installed. The same elements as those of the conventional apparatus described with reference to FIG. Hereinafter, the characteristic part of the present invention will be described.

本発明の接続支援装置は、次のような特徴を備える。
(1)OPCクライアントツールで接続エラーとなるような場合の調査に有効である。
(2)ネットワーク的な接続確認からOPCサーバとしての接続の確認までを対象とする。
(3)どの部分でエラーとなっているのか明示し、その場合の確認箇所を示す。
(4)OPC、DCOMについての知識とスキルのないユーザが使用し、問題解決できる。
The connection support apparatus of the present invention has the following features.
(1) It is effective for investigating a connection error in the OPC client tool.
(2) Targets from network connection confirmation to connection confirmation as an OPC server.
(3) Clarify in which part the error has occurred, and indicate the confirmation location in that case.
(4) Can be used by users without knowledge and skills about OPC and DCOM to solve problems.

図1において、ブロック100は、本発明が適用された接続支援装置であり、クライアントコンピュータ8内に実装される。尚、図6で説明した従来のOPCクライアントツール83も実装されており、接続支援装置100と協業して使用される。   In FIG. 1, a block 100 is a connection support apparatus to which the present invention is applied, and is installed in the client computer 8. The conventional OPC client tool 83 described with reference to FIG. 6 is also mounted and used in cooperation with the connection support apparatus 100.

接続支援装置100において、101は階層別コマンド実行部であり、OPCサーバ6とクライアントコンピュータ8間の通信階層に対応した診断コマンドを実行する。102はエラーコード翻訳部であり、診断コマンドの実行に対して返されるエラーコードを解釈し、その障害内容を可読性のあるテキストデータに翻訳する。103は障害内容表示部であり、エラーコードを翻訳したテキストデータを表示する。   In the connection support apparatus 100, reference numeral 101 denotes a command execution unit classified by hierarchy, which executes a diagnostic command corresponding to the communication hierarchy between the OPC server 6 and the client computer 8. An error code translation unit 102 interprets an error code returned in response to the execution of the diagnostic command, and translates the content of the failure into readable text data. Reference numeral 103 denotes a failure content display unit that displays text data obtained by translating the error code.

階層別コマンド実行部101で実行される診断コマンドは、下位層のプロトコルより、TCP/IP→RPC(Remote Procedure Call)→DCOM→OPCサーバの順に、順次自動実行される。   The diagnosis commands executed by the hierarchical command execution unit 101 are automatically executed sequentially in the order of TCP / IP → RPC (Remote Procedure Call) → DCOM → OPC server in accordance with lower layer protocols.

RPCは、ネットワークで結ばれる複数のコンピュータで実行されるプロセスが、別のコンピュータで動作するプロセスをネットワーク経由で呼び出して利用する機能である。DCOMの機能は、このRPCの機能を利用している。   RPC is a function in which a process executed by a plurality of computers connected via a network calls and uses a process operating on another computer via the network. The DCOM function uses this RPC function.

図2は、前記4階層のプロトコルに対応した障害例を示すテーブルである。図3は、4階層のプロトコルに対応して実行される診断コマンド(又はWinAPI(Windows(登録商標) Application Programming Interface))と、その実行に対して返されるエラーコードで検出される障害内容の対応を示すテーブルである。これら診断コマンドは、Windows(登録商標)環境ででは汎用的に使用されており周知であるため、その機能説明は省略する。   FIG. 2 is a table showing an example of failure corresponding to the four-layer protocol. FIG. 3 shows correspondence between diagnostic commands (or WinAPI (Windows (registered trademark) Application Programming Interface)) executed corresponding to a four-layer protocol and fault contents detected by an error code returned for the execution. It is a table which shows. Since these diagnostic commands are widely used in the Windows (registered trademark) environment and are well known, description of their functions is omitted.

診断に当たっては、次の注意が必要である。
(1)OPCサーバでファイアウォールを使用している場合には、リモートからは指定されたOPCサーバが存在しないのか、ファイアウォールを使用しているのかの区別が付かない。
(2)サーバでファイアウォールを使用している場合に、コマンド ”ping” がエラーとなっても、コマンド ”telnet <IPアドレス> 135” が正常であれば問題ない。
The following precautions are necessary for diagnosis.
(1) When a firewall is used on the OPC server, it is impossible to distinguish whether the designated OPC server does not exist or the firewall is used from a remote location.
(2) When a firewall is used on the server, even if the command “ping” results in an error, there is no problem if the command “telnet <IP address> 135” is normal.

エラーコード翻訳部102では、診断コマンドの実行で返されるエラーコードにより障害箇所を特定し、その際にチェックする内容を可読性のあるテキストデータに変換して障害内容表示部103に渡し、ヘルプ画面と連携して表示させる。   The error code translating unit 102 identifies the fault location based on the error code returned by the execution of the diagnostic command, converts the contents to be checked at that time into readable text data, passes it to the fault content display unit 103, Display in conjunction.

図4は、階層別の診断コマンドと障害表示内容の対応関係を示すテーブルである。障害内容表示部103の表示画面には、あらかじめ想定されるエラーとそれに対する対応手順が表示される。ユーザは、これを参考にどこの設定に問題があるのかを確認し、対応することができる。   FIG. 4 is a table showing the correspondence between the diagnosis command and the fault display content for each hierarchy. On the display screen of the failure content display unit 103, a presumed error and a corresponding procedure are displayed. The user can refer to this to check which setting has a problem and take action.

エラーコード翻訳部102は、パターンマッチング手段103を備えており、診断コマンドから返されるエラーコードに基づいて、パターンマッチングの手法により接続阻害要因をテキストデータで表示することができる。   The error code translating unit 102 includes a pattern matching unit 103, and can display a connection inhibition factor as text data by a pattern matching method based on an error code returned from a diagnostic command.

200は、知識サーバであり汎用通信バス7を介してクライアントコンピュータ8と通信可能に接続されている。201は知識サーバ200が備えるデータベースであり、過去の様々なOPC接続で得られたノウハウ等がエラーパターン毎に整理され、保存されていている。   A knowledge server 200 is communicably connected to the client computer 8 via the general-purpose communication bus 7. Reference numeral 201 denotes a database provided in the knowledge server 200, in which know-how and the like obtained through various past OPC connections are organized and stored for each error pattern.

パターンマッチング手段103は、パターンマッチングに利用する元データとして、この知識サーバ200のデータベース201の情報を有効に利用することができる。   The pattern matching unit 103 can effectively use the information in the database 201 of the knowledge server 200 as the original data used for pattern matching.

図5は、実装された接続支援装置100のユーザインタフェース画面である。この接続支援装置100を使用する場合には、プログラムを起動し、接続先のコンピュータ名を入力し、接続するOPCサーバのプログラムIDを指定した後に、画面のテスト開始”Start Test”ボタンをクリックする。   FIG. 5 is a user interface screen of the mounted connection support apparatus 100. When using the connection support apparatus 100, the program is started, the computer name of the connection destination is input, the program ID of the OPC server to be connected is designated, and the test start “Start Test” button on the screen is clicked. .

ユーザインタフェース画面の右上欄は、実行されたテストの確認(Confirm)画面であり、上部から順に表示される。この確認の内、“Client Settings”と“Server Settings”は、本発明の接続支援装置の機能外の確認項目である。   The upper right column of the user interface screen is a screen for confirming the executed test (Confirm), which is displayed in order from the top. Among these confirmations, “Client Settings” and “Server Settings” are confirmation items outside the function of the connection support apparatus of the present invention.

図4のプロトコル欄の、TCP/IPを記号Aで、RPCを記号Bで、DCOMを記号Cで、OPCサーバを記号Dで示せば、図5の確認画面で、“Server Search”は、A及びBの診断が実行された結果の確認表示である。“OPC Server Connection”は、Cの診断が実行された結果の確認表示である。   In the protocol column of FIG. 4, if TCP / IP is represented by symbol A, RPC is represented by symbol B, DCOM is represented by symbol C, and the OPC server is represented by symbol D, “Server Search” is displayed on the confirmation screen of FIG. And B are confirmation displays of the results of the diagnosis. “OPC Server Connection” is a confirmation display of the result of C diagnosis.

“OPC Server Sync Method”、“OPC Server Async Method”、“OPC Server DisConnection”は、Dの診断が実行された結果の確認表示である。コマンドを順次実行して、もしエラーが発生した場合には、確認表示が停止し、画面下部のメッセージ欄に、図4の対応表で示した障害内容が表示される。   “OPC Server Sync Method”, “OPC Server Async Method”, and “OPC Server DisConnection” are confirmation displays of the results of the D diagnosis. The commands are sequentially executed, and if an error occurs, the confirmation display stops and the contents of the failure shown in the correspondence table of FIG. 4 are displayed in the message field at the bottom of the screen.

本発明を適用したクライアントコンピュータとOPCサーバの接続環境の一実施形態を示す機能ブロックである。It is a functional block which shows one Embodiment of the connection environment of the client computer and OPC server to which this invention is applied. 4階層のプロトコルに対応した障害例を示すテーブルである。It is a table which shows the example of a failure corresponding to the protocol of 4 layers. 診断コマンドに対して返されるエラーコードで検出される障害の対応を示すテーブルである。It is a table which shows the response | compatibility of the failure detected with the error code returned with respect to a diagnostic command. 階層別の診断コマンドと障害表示内容の対応関係を示すテーブルである。It is a table which shows the correspondence of the diagnostic command according to hierarchy and the content of a failure display. 実装された接続支援装置のユーザインタフェース画面である。It is a user interface screen of the implemented connection support apparatus. 従来の接続支援ツールを備えたクライアントコンピュータとOPCサーバの接続環境の一例を示す機能ブロック図である。It is a functional block diagram which shows an example of the connection environment of the client computer provided with the conventional connection assistance tool, and an OPC server.

符号の説明Explanation of symbols

1 制御バス
2 操作監視装置
3 制御装置
4 フィールドバス
5 プラント機器
6 OPCサーバ
61 データ収集装置
62 データベース
7 汎用通信バス
8 クライアントコンピュータ
81 データベース
82 アプリケーション
83 OPCクライアントツール
100 接続支援装置
101 階層別コマンド実行部
102 エラーコード翻訳部
103 パターンマッチング手段
104 障害内容表示部

DESCRIPTION OF SYMBOLS 1 Control bus 2 Operation monitoring apparatus 3 Control apparatus 4 Field bus 5 Plant equipment 6 OPC server 61 Data collection apparatus 62 Database 7 General-purpose communication bus 8 Client computer 81 Database 82 Application 83 OPC client tool 100 Connection support apparatus 101 Command execution part according to hierarchy 102 Error code translation section 103 Pattern matching means 104 Fault content display section

Claims (6)

データを収集するOPCサーバにリモート接続されるクライアントコンピュータ内に実装される接続支援装置において、
前記OPCサーバと前記クライアントコンピュータ間の通信階層に対応した診断コマンドを実行する階層別コマンド実行部と、
前記診断コマンドに対するエラーコードを解釈し、その障害内容をテキストデータに翻訳するエラーコード翻訳部と、
前記テキストデータを表示する障害内容表示部と、
を備えることを特徴とする接続支援装置。
In a connection support apparatus implemented in a client computer that is remotely connected to an OPC server that collects data,
A hierarchical command execution unit that executes a diagnostic command corresponding to a communication hierarchy between the OPC server and the client computer;
An error code translation unit that interprets an error code for the diagnostic command and translates the failure content into text data;
A failure content display unit for displaying the text data;
A connection support apparatus comprising:
前記通信階層は、OPCサーバ、DCOM、RPC、TCP/IPの少なくともいずれかであることを特徴とする請求項1に記載の接続支援装置。   The connection support apparatus according to claim 1, wherein the communication layer is at least one of an OPC server, DCOM, RPC, and TCP / IP. 前記エラーコード翻訳部は、前記エラーコードと障害内容とを照合するパターンマッチング手段を備えることを特徴とする請求項1又は2に記載の接続支援装置。   The connection support apparatus according to claim 1, wherein the error code translation unit includes a pattern matching unit that collates the error code with a failure content. 前記パターンマッチング手段は、前記クライアントコンピュータと通信する知識サーバからの情報を利用することを特徴とする請求項3に記載の接続支援装置。   The connection support apparatus according to claim 3, wherein the pattern matching unit uses information from a knowledge server communicating with the client computer. 前記階層別コマンド実行部は、スタート指令によりシーケンシャルに前記診断コマンドを自動的に実行し、前記障害内容表示部は、障害が発生した都度その内容を表示することを特徴とする請求項1乃至4のいずれかに記載の接続支援装置。   5. The hierarchical command execution unit automatically executes the diagnostic command sequentially in response to a start command, and the failure content display unit displays the content whenever a failure occurs. The connection support apparatus according to any one of the above. 前記OPCサーバは、DCOMサーバであることを特徴とする請求項1乃至5のいずれかに記載の接続支援装置。
6. The connection support apparatus according to claim 1, wherein the OPC server is a DCOM server.
JP2006024339A 2006-02-01 2006-02-01 Connection support device Pending JP2007206927A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006024339A JP2007206927A (en) 2006-02-01 2006-02-01 Connection support device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006024339A JP2007206927A (en) 2006-02-01 2006-02-01 Connection support device

Publications (1)

Publication Number Publication Date
JP2007206927A true JP2007206927A (en) 2007-08-16

Family

ID=38486354

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006024339A Pending JP2007206927A (en) 2006-02-01 2006-02-01 Connection support device

Country Status (1)

Country Link
JP (1) JP2007206927A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2023532603A (en) * 2020-08-06 2023-07-28 フェニックス コンタクト ゲゼルシャフト ミット ベシュレンクテル ハフツング ウント コンパニー コマンディートゲゼルシャフト network for data transmission

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09102970A (en) * 1995-10-05 1997-04-15 Sony Corp Av equipment error monitor system
JP2001331330A (en) * 2000-05-19 2001-11-30 Fujitsu Ltd Process abnormality detection and restoration system
JP2005141524A (en) * 2003-11-07 2005-06-02 Yokogawa Electric Corp Data collecting apparatus

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09102970A (en) * 1995-10-05 1997-04-15 Sony Corp Av equipment error monitor system
JP2001331330A (en) * 2000-05-19 2001-11-30 Fujitsu Ltd Process abnormality detection and restoration system
JP2005141524A (en) * 2003-11-07 2005-06-02 Yokogawa Electric Corp Data collecting apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2023532603A (en) * 2020-08-06 2023-07-28 フェニックス コンタクト ゲゼルシャフト ミット ベシュレンクテル ハフツング ウント コンパニー コマンディートゲゼルシャフト network for data transmission
JP7387058B2 (en) 2020-08-06 2023-11-27 フェニックス コンタクト ゲゼルシャフト ミット ベシュレンクテル ハフツング ウント コンパニー コマンディートゲゼルシャフト Network for data transmission

Similar Documents

Publication Publication Date Title
US8005572B2 (en) Flexible connection of teaching devices to programmable controllers
EP2359232B1 (en) Alarm trend summary display system and method
WO2015001611A1 (en) Network construction assistance system and method
JP2007305124A (en) After-sales service platform for machine maintenance
JP6525366B2 (en) Elevator remote maintenance support system
US20200201300A1 (en) Control System, Information Processing Device, and Anomaly Factor Estimation Program
JP2017021414A (en) Work support terminal device, work support system, work support method, program, and recording medium
WO2009144826A1 (en) Verification file generating program, verification file generating device, and verification file generating method
JP4697484B2 (en) PLC system
JP4571521B2 (en) Work instruction list printing method and printing program
JP2007206927A (en) Connection support device
JP2009003726A (en) Maintenance device, maintenance system, maintenance method, and program
JP2010238194A (en) Operation management system, device, program, and method for analyzing process
JP4825120B2 (en) Service management system, service management apparatus, and service management method
JP2012079203A (en) Monitoring control system
JP2009059204A (en) Computer remote control system
JP2002333917A (en) State display method for controller
JP4922992B2 (en) Network log acquisition analysis system
JP5274336B2 (en) Remote work process management system
JP2009070084A (en) System security design device, system security design method, and system security design program
JP2005309569A (en) Information equipment management system
WO2011052148A1 (en) System model management support system, system model management support method and program
JP6743716B2 (en) Maintenance navigation mobile device
CN104040513A (en) Display device management system, server apparatus therefor, programmable display device, and operation control method
JP6524159B2 (en) Elevator operation confirmation system and elevator operation confirmation method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080916

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101110

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101116

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110107

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110603