JP2010049543A - Programmable controller, input/output device and operation parameter access system - Google Patents

Programmable controller, input/output device and operation parameter access system Download PDF

Info

Publication number
JP2010049543A
JP2010049543A JP2008213983A JP2008213983A JP2010049543A JP 2010049543 A JP2010049543 A JP 2010049543A JP 2008213983 A JP2008213983 A JP 2008213983A JP 2008213983 A JP2008213983 A JP 2008213983A JP 2010049543 A JP2010049543 A JP 2010049543A
Authority
JP
Japan
Prior art keywords
input
output device
command
response
processing
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
JP2008213983A
Other languages
Japanese (ja)
Inventor
Takayuki Shimokawa
孝幸 下川
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.)
Fuji Electric Co Ltd
Original Assignee
Fuji Electric Systems 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 Fuji Electric Systems Co Ltd filed Critical Fuji Electric Systems Co Ltd
Priority to JP2008213983A priority Critical patent/JP2010049543A/en
Publication of JP2010049543A publication Critical patent/JP2010049543A/en
Pending legal-status Critical Current

Links

Landscapes

  • Programmable Controllers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a programmable controller that increases the flexibility of connection of a support apparatus for accessing operation parameters for operation of a controlled apparatus, in a system including a programmable controller and an input/output device for data input/output to/from a controlled apparatus. <P>SOLUTION: The programmable controller includes: a first request sending part for, when a request specifying an operation parameter is received from the support apparatus, converting the request and sending the converted request to the input/output device; a second request sending part for, when a first response indicating whether the converted request has been received normally is received from the input/output device, sending a read request instructing the input/output device to read out a processing result to the request; and a processing result sending part for, when a second response including the processing result information, which is a response to the read request, is received from the input/output device, converting the second response and sending it to the support apparatus. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、制御対象とする機器の動作を決定する動作パラメータに対しアクセス(読み書き・変更)する技術に関する。   The present invention relates to a technique for accessing (reading / writing / changing) an operation parameter that determines an operation of a device to be controlled.

プログラマブルコントローラ(以下、PLCという)は、シーケンス制御プログラムを演算実行して、システムバスまたは専用ネットワークに接続される入出力装置を通して制御対象機器の制御を行なう。   A programmable controller (hereinafter referred to as “PLC”) calculates and executes a sequence control program, and controls an apparatus to be controlled through an input / output device connected to a system bus or a dedicated network.

このPLCは、上記入出力装置との間に、数十μs〜数ms程度の高速応答性や、数ms程度の定周期性が必要な数ワードから数千ワード程度のデータの通信インターフェイスと、他の接続機器との間に、数十ms〜数百ms程度の応答性を必要とし、定周期性が必要ではない数千ワード以上のデータ(コマンド電文、等)の通信インターフェイスを有する。   The PLC has a data communication interface of several words to several thousand words that requires high speed response of about several tens of μs to several ms and constant periodicity of about several ms, with the input / output device. It has a communication interface for data (command message, etc.) of several thousand words or more that requires a response of several tens of ms to several hundreds of ms and does not require a constant periodicity.

上記入出力装置は、制御対象機器とデータのやり取りを行なう装置である。入出力装置の例としては、サーボアンプやインバータ等がある。
入出力装置の機能としては、制御対象機器を動作させるための動作パラメータの読み出し・書き込み・変更機能、機械・装置に組み込んだ状態での動作状態をモニタするリアルタイムトレース機能、ヒストリカルトレースのデータをパーソナルコンピュータのディスプレイ上に表示するトレンドグラフ表示機能等がある。
The input / output device is a device that exchanges data with a control target device. Examples of input / output devices include servo amplifiers and inverters.
The functions of the input / output device include reading / writing / changing operation parameters for operating the control target device, real-time trace function for monitoring the operation state when incorporated in the machine / device, and personal data for historical trace. There is a trend graph display function for displaying on a computer display.

図9は、従来のシステム構成を示す図である。
図9に示すように、この従来のシステムは、PLC51と複数台の入出力装置(サーボアンプ、インバータ、等)52とにより構成される。PLC51と複数台の入出力装置52とは専用ネットワーク(IO/バス)53により接続され、複数台の入出力装置52には、入出力装置専用支援装置(以下、単に「支援装置」という)54がそれぞれ直接接続されている。そして、入出力装置52と支援装置54とは専用のプロトコルで通信を行なっている。なお、このような入出力装置52と支援装置54との接続形態のことを以下では「直接接続」という。
FIG. 9 is a diagram showing a conventional system configuration.
As shown in FIG. 9, this conventional system includes a PLC 51 and a plurality of input / output devices (servo amplifiers, inverters, etc.) 52. The PLC 51 and the plurality of input / output devices 52 are connected by a dedicated network (IO / bus) 53, and the input / output device dedicated support device (hereinafter simply referred to as “support device”) 54 is connected to the plurality of input / output devices 52. Are directly connected. The input / output device 52 and the support device 54 communicate with each other using a dedicated protocol. Hereinafter, such a connection form between the input / output device 52 and the support device 54 is referred to as “direct connection”.

図9に示すように、入出力装置52は専用支援装置用データ処理部55とI/Oバスインターフェイス部56とを有する。
専用支援装置用データ処理部55は、伝送バッファ57と要求電文解析部58と応答電文送信部59とを有する。
As shown in FIG. 9, the input / output device 52 includes a dedicated support device data processing unit 55 and an I / O bus interface unit 56.
The dedicated support device data processing unit 55 includes a transmission buffer 57, a request message analysis unit 58, and a response message transmission unit 59.

以下では、入出力装置52の機能のうち、主として動作パラメータの読み出し・書き込み・変更機能について扱う。これは、動作パラメータの読み出し、書き込み、または変更に対応するコマンド電文(要求)(「要求電文」ということがある)を支援装置54から入出力装置52に送信することにより行なう。   In the following, among the functions of the input / output device 52, the operation parameter read / write / change function will be mainly handled. This is done by transmitting a command message (request) (sometimes referred to as a “request message”) corresponding to reading, writing, or changing operation parameters from the support device 54 to the input / output device 52.

入出力装置52は、この要求電文を受信すると、図10に示すように、この要求電文を要求電文解析部58によりコマンド解析し、伝送バッファ57に保持される複数の応答データのうちの、受信した要求電文が示すコマンド処理に対応した応答データを、応答電文送信部59により支援装置54に送信している。   When the request message is received, the input / output device 52 performs command analysis on the request message by the request message analysis unit 58 as shown in FIG. Response data corresponding to the command processing indicated by the request message is transmitted to the support device 54 by the response message transmission unit 59.

しかし、制御対象機器が設置されている場所で、入出力装置(サーボアンプ、インバータ、等)は殆ど場所をとらないため見つけにくく、上記した支援装置54を入出力装置52に直接接続する作業等を困難なものにしている。設置作業の負荷軽減のためなどに、入出力装置52との間の直接接続以外の接続形態(以下、「間接接続」という)も可能とし、接続形態の自由度を広げることが望ましい。   However, it is difficult to find the input / output device (servo amplifier, inverter, etc.) in the place where the control target equipment is installed, so it is difficult to find, and the above-described support device 54 is directly connected to the input / output device 52. Making it difficult. In order to reduce the load of installation work, it is desirable to allow connection forms other than direct connection with the input / output device 52 (hereinafter referred to as “indirect connection”), and to increase the degree of freedom of the connection form.

また、専用ネットワークのインターフェイスICは、近年機能付加によりIC規模が増大し、製造コストが増大しているという問題がある。
一方、上述したように、入出力装置52は、要求電文に対し、1回の通信で応答処理まで行なうことができる。しかし、このような処理は、支援装置54と入出力装置52とを直接接続したときのプロトコルでしかサポートされていない。
Further, the dedicated network interface IC has a problem that the scale of the IC has increased in recent years due to the addition of functions, and the manufacturing cost has increased.
On the other hand, as described above, the input / output device 52 can perform response processing for a request message in one communication. However, such processing is supported only by a protocol when the support device 54 and the input / output device 52 are directly connected.

なお、周辺技術として、例えば、特許文献1では、上位コンピュータとの間でコマンドレスポンス交信を行なうプログラマブルコントローラが示されている。このプログラマブルコントローラは、上位コンピュータから受信したリードコマンドに対し、該当するリードデータと、このデータの信頼度を含むレスポンスを作成し返信する。
特開平2−176905号公報
As a peripheral technology, for example, Patent Document 1 discloses a programmable controller that performs command response communication with a host computer. In response to the read command received from the host computer, the programmable controller creates and returns a response including the corresponding read data and the reliability of the data.
Japanese Patent Laid-Open No. 2-176905

本発明は、プログラマブルコントローラと、制御対象機器に対するデータの入出力を行なう入出力装置とにより構成されたシステムにおいて、制御対象機器を動作させるための動作パラメータにアクセスする支援装置の接続形態の自由度を広げることを可能としたプログラマブルコントローラ、入出力装置、および動作パラメータアクセスシステムを提供することを目的とする。   The present invention is a system composed of a programmable controller and an input / output device for inputting / outputting data to / from the control target device, and the degree of freedom of the connection form of the support device for accessing the operation parameters for operating the control target device. It is an object of the present invention to provide a programmable controller, an input / output device, and an operation parameter access system that can expand the range.

提案するプログラマブルコントローラは、制御対象機器の制御を行なう入出力装置と第一の通信手段を介して接続され、上記入出力装置に対して動作パラメータを設定する支援装置と第二の通信手段を介してさらに接続される。そして、このプログラマブルコントローラは、第一の要求送信部、第二の要求送信部、処理結果送信部、を有する。   The proposed programmable controller is connected to the input / output device for controlling the control target device via the first communication means, and is connected to the input / output device via the support device and the second communication means. Connected further. And this programmable controller has a 1st request | requirement transmission part, a 2nd request | requirement transmission part, and a process result transmission part.

第一の要求送信部は、上記支援装置からの上記動作パラメータの設定を要求する要求コマンドを上記第一の通信手段が通信可能な形式の第一のコマンドに変換して上記入出力装置に送信する。   The first request transmission unit converts a request command for requesting the setting of the operation parameter from the support device into a first command in a format in which the first communication means can communicate, and transmits the first command to the input / output device. To do.

第二の要求送信部は、上記第一のコマンドに対する上記入出力装置の処理結果を取得するための第二のコマンドを送信する。
処理結果送信部は、この第二のコマンドに応答する上記処理結果を含む処理応答を上記入出力装置から受信したとき、その処理応答を上記第二の通信手段が通信可能な形式に変換して上記支援装置に送信する。
The second request transmission unit transmits a second command for acquiring a processing result of the input / output device for the first command.
When the processing result transmission unit receives a processing response including the processing result in response to the second command from the input / output device, the processing result transmission unit converts the processing response into a format in which the second communication unit can communicate. It transmits to the said support apparatus.

提案する入出力装置は、プログラマブルコントローラと上記第一の通信手段にて接続され、プログラマブルコントローラを経由して制御対象機器を制御するものである。この入出力装置は、第一の応答送信部、応答処理部、第二の応答送信部、を有する。   The proposed input / output device is connected to the programmable controller by the first communication means, and controls the control target device via the programmable controller. The input / output device includes a first response transmission unit, a response processing unit, and a second response transmission unit.

第一の応答送信部は、上記プログラマブルコントローラから動作パラメータの設定を要求する第一のコマンドを受信したとき、上記第一のコマンドの受付を示す受付応答を上記プログラマブルコントローラに送信する。   The first response transmission unit transmits an acceptance response indicating acceptance of the first command to the programmable controller when receiving the first command requesting the setting of the operation parameter from the programmable controller.

応答処理部は、上記第一のコマンドに応じた処理を実施する。
第二の応答送信部は、この応答処理部の処理結果の送信を要求する第二のコマンドを上記プログラマブルコントローラから受信したとき、上記処理結果を含む処理応答を上記プログラマブルコントローラに送信する。
The response processing unit performs processing according to the first command.
The second response transmission unit transmits a processing response including the processing result to the programmable controller when receiving a second command for requesting transmission of the processing result of the response processing unit from the programmable controller.

提案するプログラマブルコントローラと入出力装置により構成されるシステムによれば、入出力装置が持つ(入出力装置専用)支援装置用の通信インターフェイスに支援装置を接続する代わりに、支援装置をプログラマブルコントローラに接続して、その支援装置から入出力装置に対してプログラマブルコントローラを経由して要求等の通信を行なっている。これにより、支援装置の接続作業時に、制御対象機器が設置されている場所で殆ど目立たない入出力装置(サーボアンプ、インバータ、等)の場所を見つけ、その場所でケーブル配線する手間から開放され、支援装置の接続作業の負荷を軽減することができる。   According to the proposed system composed of programmable controller and input / output device, connect the support device to the programmable controller instead of connecting the support device to the communication interface for the support device that the input / output device has (dedicated to the input / output device) The support device communicates a request to the input / output device via the programmable controller. As a result, when connecting the support device, the location of the input / output device (servo amplifier, inverter, etc.) that is hardly noticeable in the place where the control target device is installed is found, and it is freed from the trouble of cabling at that location. It is possible to reduce the load of connection work of the support device.

以下図面に基づいて、本発明の実施形態について詳細を説明する。
図1Aは、本発明の一実施形態に係る動作パラメータアクセスシステムの概要構成を示す図である。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 1A is a diagram showing a schematic configuration of an operation parameter access system according to an embodiment of the present invention.

図1Aに示すように、このシステムは、PLC1と複数台の入出力装置(サーボアンプ、インバータ、等)2−1、2−2、・・・とにより構成される。PLC1と複数台の入出力装置2−1、2−2、・・・とは専用ネットワーク(IO/バス)3により接続される。   As shown in FIG. 1A, this system includes a PLC 1 and a plurality of input / output devices (servo amplifiers, inverters, etc.) 2-1, 2-2,. The PLC 1 and the plurality of input / output devices 2-1, 2-2,... Are connected by a dedicated network (IO / bus) 3.

一方、PLC1と支援装置4とは汎用ネットワーク(RS232C、USB、イーサネット(登録商標)、等)6により接続される。専用ネットワーク3および汎用ネットワーク6はいずれも物理的にはケーブル等である。   On the other hand, the PLC 1 and the support device 4 are connected by a general-purpose network (RS232C, USB, Ethernet (registered trademark), etc.) 6. The dedicated network 3 and the general-purpose network 6 are both physically cables.

PLC1と複数台の入出力装置2−1、2−2、・・・との間の通信は、従来は、各入出力装置がPLC1のコマンド電文に対して返答する受動的な通信機能しか持たなかったが、本実施形態では、PLC1と複数台の入出力装置2−1、2−2、・・・(のうちの少なくとも1台以上)との間に専用ネットワーク3に対応する通信プロトコルを実装する。また、図には1台しか示されていないが、支援装置(のうちの少なくとも1台以上)、例えば図では支援装置4に対しては、PLC1との間にコマンド電文による通信機能を実装する。   Conventionally, the communication between the PLC 1 and the plurality of input / output devices 2-1, 2-2,... Has only a passive communication function in which each input / output device responds to the command message of the PLC 1. In this embodiment, a communication protocol corresponding to the dedicated network 3 is used between the PLC 1 and the plurality of input / output devices 2-1, 2-2,... (At least one of them). Implement. Although only one device is shown in the figure, a communication function using a command message is implemented between the support device (at least one of them), for example, the support device 4 in the figure, with the PLC 1. .

これにより、制御対象機器を動作させるための動作パラメータにアクセスする支援装置の接続形態として直接接続だけでなく間接接続もサポートでき、支援装置の接続形態の自由度を広げることが可能となる。   As a result, not only direct connection but also indirect connection can be supported as a connection form of the support device that accesses the operation parameters for operating the control target device, and the degree of freedom of the connection form of the support device can be expanded.

この点につき、続いて具体的に説明する。
主に従来の接続方式である直接接続において入出力装置は、PLCからのコマンド電文を完了した時点で能動的に処理の完了を伝えるためのプロトコル(図9の応答電文送信部59)が実装されてあった。すなわち、直接接続における入出力装置のコマンド処理は、支援装置からのコマンドに対する処理完了を返信するコマンドレスポンス型といえる。
This point will be specifically described subsequently.
In the direct connection which is the conventional connection method, the input / output device is mounted with a protocol (response message transmission unit 59 in FIG. 9) for actively transmitting the completion of processing when the command message from the PLC is completed. It was. That is, the command processing of the input / output device in the direct connection can be said to be a command response type in which processing completion for the command from the support device is returned.

これに対し、本システムの主要点である間接接続において、入出力装置は、後述するように、PLCを中継点とする専用ネットワーク(I/Oバス)3を介して支援装置からコマンドを受信し実行する。入出力装置には、コマンドを受信すると、コマンドの受付を返信するコマンドアクノレッジ型(受付通知型)のプロトコルが実装されているのみであり、コマンドの処理完了を能動的に通知する通知手段が実装されていない。このため、間接接続において、入出力装置は、コマンドを受信した後、このコマンドの処理を完了しても、その処理完了を支援装置に通知することができない。   On the other hand, in the indirect connection that is the main point of this system, the input / output device receives a command from the support device via the dedicated network (I / O bus) 3 having the PLC as a relay point, as will be described later. Execute. The input / output device is only equipped with a command acknowledge type (acknowledgment notification type) protocol that returns a command acceptance when a command is received, and has a notification means for actively notifying completion of command processing. It has not been. For this reason, in the indirect connection, even if the input / output device completes the processing of the command after receiving the command, the input / output device cannot notify the support device of the completion of the processing.

このように、コマンドに対するアクノレッジしか返信することができないような、プロトコルに制限のある入出力装置が、コマンドの処理完了を発信することができるようにするためには、コマンドの処理完了の発信を促す第二のコマンドを入出力装置が受信したときに、コマンドの処理完了を発信するようにすればよい。   In this way, in order to allow an I / O device with a limited protocol that can only return an acknowledgment for a command to send a command processing completion, a command processing completion is sent. When the input / output device receives the second command to be urged, the command processing completion may be transmitted.

これを実現するために、本システムでは、支援装置4から要求コマンドを受信したPLC1が、その要求コマンドをPLC1と入出力装置とを接続する専用ネットワーク(I/Oバス)3のフォーマットに変換して、変換結果の第一のコマンドを入出力装置に送信する。この第一のコマンドを受信した入出力装置は、第一のコマンドを受付したことを示す受付応答を返信する。この受付応答を受信したPLC1は、入出力装置のコマンド処理時間を考慮した所定の時間の経過後、コマンドの処理完了の情報の送信を促す第二のコマンドを入出力装置に向けて送信する。この第二のコマンドを受信した入出力装置は、上述の第一のコマンドの処理結果を示す処理応答を返信する。(入出力装置によるコマンドの処理結果は、コマンドの処理を完了した時点で、後述の図1Bのリードパケット応答部49に保持される。入出力装置は、第二のコマンドを受信すると、リードパケット応答部49に保持されたデータを送信するものとする。)この処理応答を受信したPLC1は、PLC1と支援装置4とを接続する汎用ネットワーク6のフォーマットに処理応答を変換して支援装置4に送信する。   In order to realize this, in this system, the PLC 1 that has received the request command from the support device 4 converts the request command into the format of the dedicated network (I / O bus) 3 that connects the PLC 1 and the input / output device. The first command of the conversion result is transmitted to the input / output device. The input / output device that has received the first command returns an acceptance response indicating that the first command has been accepted. Receiving this acceptance response, the PLC 1 transmits a second command for prompting transmission of information on the completion of command processing to the input / output device after a lapse of a predetermined time considering the command processing time of the input / output device. The input / output device that has received the second command returns a processing response indicating the processing result of the first command. (The command processing result by the input / output device is held in a read packet response unit 49 in FIG. 1B described later when the command processing is completed. When the input / output device receives the second command, the read packet is received. It is assumed that the data held in the response unit 49 is transmitted.) The PLC 1 that has received this processing response converts the processing response into the format of the general-purpose network 6 that connects the PLC 1 and the support device 4 to the support device 4. Send.

これにより、コマンドに対するアクノレッジしか返信することができないような、プロトコルに制限のある入出力装置でも、コマンドの処理完了を発信することができるようになる。   As a result, the completion of command processing can be transmitted even by an input / output device with a limited protocol that can only return an acknowledge for the command.

図1Bは、図1の動作パラメータアクセスシステムの詳細構成を示す図である。
図1Bに示すように、支援装置4は、汎用ネットワーク6を介してPLC1に接続されている。支援装置4は、入出力装置に直接接続して使用するか、直接は接続せずにPLCを介して入出力装置に間接接続するか、のいずれかを通信形態として選択可能とする通信形態選択部11、入出力装置と直接接続した場合に、その入出力装置との通信を行なう直接通信部12、入出力装置と間接接続した場合に、その入出力装置との通信を行なう間接通信部13、を有する。
FIG. 1B is a diagram showing a detailed configuration of the operation parameter access system of FIG.
As illustrated in FIG. 1B, the support device 4 is connected to the PLC 1 via the general-purpose network 6. The communication device selection allows the support device 4 to select either a communication mode to be used by directly connecting to the input / output device or indirectly connecting to the input / output device via the PLC instead of being connected directly. When connected directly to the input / output device, the communication unit 12 communicates with the input / output device. When connected indirectly to the input / output device, the indirect communication unit 13 communicates with the input / output device. Have.

入出力装置と間接接続して支援装置が通信を行なう場合、一般に、通信相手を示す宛先を指定する。したがって、入出力装置への電文をその入出力装置より先に受信するPLC1には、その電文にある宛先を解析してその宛先に送信する機能、本実施形態のように、入出力装置が接続されるネットワーク3と、支援装置4が接続されるネットワーク6の通信プロトコルが異なる場合には、ネットワーク間のプロトコルの変換機能、等が必要である。   When the support device performs communication by indirectly connecting with the input / output device, a destination indicating a communication partner is generally designated. Therefore, the PLC 1 that receives a message to the input / output device earlier than the input / output device is connected to the input / output device as in this embodiment. When the communication protocol of the network 3 to be connected is different from that of the network 6 to which the support device 4 is connected, a protocol conversion function between the networks is required.

PLC1は、各入出力装置の構成情報を収集し登録する構成情報管理部21、汎用ネットワーク6上のデータと専用ネットワーク(IO/バス)3上のデータとの間の変換を行なうプロトコル変換部22、汎用ネットワーク6に接続された支援装置4との間の通信インターフェイスであるトランシーバ23、システムワークメモリ24、ユーザデータメモリ25、ユーザプログラムメモリ26、入出力装置との間のデータ送受信処理やデータ転送処理などを行なうIO/バスインターフェイス部27、を有する。これらは内部バス28により互いに接続される。   The PLC 1 collects and registers configuration information of each input / output device, and a protocol conversion unit 22 that performs conversion between data on the general-purpose network 6 and data on the dedicated network (IO / bus) 3. , A transceiver 23 which is a communication interface with the support device 4 connected to the general-purpose network 6, a system work memory 24, a user data memory 25, a user program memory 26, and data transmission / reception processing and data transfer with the input / output device An IO / bus interface unit 27 that performs processing and the like is included. These are connected to each other by an internal bus 28.

システムワークメモリ24は、CPU(不図示)が実行するシステムプログラムに関するデータを記憶する。ユーザプログラムメモリ26は、ユーザのプログラムを記憶する。ユーザデータメモリ25は、ユーザのプログラムで使用するデータを記憶する。   The system work memory 24 stores data related to a system program executed by a CPU (not shown). The user program memory 26 stores user programs. The user data memory 25 stores data used in the user program.

構成情報管理部21は、専用ネットワーク3に接続される入出力装置の構成情報を収集する構成情報収集部31、収集した構成情報の一部をテーブルに登録する構成情報登録部32、を有する。   The configuration information management unit 21 includes a configuration information collection unit 31 that collects configuration information of input / output devices connected to the dedicated network 3, and a configuration information registration unit 32 that registers a part of the collected configuration information in a table.

プロトコル変換部22は、支援装置4からの要求電文を汎用ネットワーク6を介して受信する要求電文受信部33、受信した要求電文をコマンドパケットに変換する電文変換部34、応答電文を支援装置4に送信する応答電文送信部(「処理結果送信部」ともいう)35、コマンドパケットを送信先の入出力装置、例えば入出力装置2−1に専用ネットワーク3を介して送信するコマンドパケット送信部(「第一の要求送信部」ともいう)36、送信したコマンドパケットに対する第一のレスポンスを受信する第一のレスポンス受信部37、コマンドパケットが要求した処理の処理結果を読み出すように指示するリードパケットを送信先の入出力装置、例えば入出力装置2−1に送信するリードパケット送信部(「第二の要求送信部」ともいう)38、送信したリードパケットに対する第二のレスポンスを受信する第二のレスポンス受信部39、を有する。   The protocol conversion unit 22 includes a request message reception unit 33 that receives a request message from the support device 4 via the general-purpose network 6, a message conversion unit 34 that converts the received request message into a command packet, and a response message to the support device 4. A response message transmission unit (also referred to as “process result transmission unit”) 35 to be transmitted, and a command packet transmission unit (““ 36 ”, a first response receiving unit 37 that receives a first response to the transmitted command packet, and a read packet that instructs to read out the processing result of the process requested by the command packet. A read packet transmission unit (also referred to as “second request transmission unit”) that transmits to a destination input / output device, for example, the input / output device 2-1. ) 38, having a second response receiving unit 39, for receiving a second response to the transmitted read packet.

入出力装置2−1は、専用支援装置用データ処理部41とI/Oバスインターフェイス部42とを有する。
専用支援装置用データ処理部41は、直接接続の支援装置5からの要求電文を処理するためのユニットであり、伝送バッファ43と要求電文解析部44と応答電文送信部45とを有する。
The input / output device 2-1 includes a dedicated support device data processing unit 41 and an I / O bus interface unit 42.
The dedicated support device data processing unit 41 is a unit for processing a request message from the directly connected support device 5, and includes a transmission buffer 43, a request message analysis unit 44, and a response message transmission unit 45.

入出力装置2−1は、支援装置5から要求電文を受信すると、従来例の図9と同様に、この要求電文を要求電文解析部44によりコマンド解析し、伝送バッファ43に保持される複数の応答データのうちの、受信した要求電文が示すコマンド処理に対応した応答データを、応答電文送信部45により支援装置5に送信する。   When the input / output device 2-1 receives the request message from the support device 5, the request message is analyzed by the request message analysis unit 44 as in the conventional example of FIG. 9, and a plurality of messages are stored in the transmission buffer 43. Of the response data, the response data corresponding to the command processing indicated by the received request message is transmitted to the support device 5 by the response message transmission unit 45.

I/Oバスインターフェイス部42は、間接接続の支援装置4からの要求電文に対応するコマンドパケット、リードパケットを処理するためのユニットであり、受信したパケットを解析することで、それが、構成情報収集パケット(後述)か、コマンドパケットか、または、リードパケットかを決定する受信パケット解析部46、自己(構成情報収集パケットを受信した入出力装置)の構成情報を持つ構成情報パケットをPLC1に送信する構成情報応答部47、コマンドパケット応答部(「第一の応答送信部」ともいう)48、リードパケット応答部(「第二の応答送信部」ともいう)49、を有する。   The I / O bus interface unit 42 is a unit for processing a command packet and a read packet corresponding to a request message from the indirect connection support device 4, and analyzes the received packet to obtain configuration information. Received packet analysis unit 46 that determines whether the packet is a collected packet (described later), a command packet, or a read packet, and sends configuration information packet having configuration information of itself (input / output device that received the configuration information collection packet) to PLC 1 A configuration information response unit 47, a command packet response unit (also referred to as “first response transmission unit”) 48, and a read packet response unit (also referred to as “second response transmission unit”) 49.

なお、本実施形態では、上記各部はICチップなどのハードウェアにより実現される。
また、支援装置4がある入出力装置に対して動作パラメータの読み出し、書き込み、変更などを行なうために、要求電文をPLC1経由で送信する場合、PLC1では、その入出力装置が本実施形態のコマンドパケット等をサポートしているかどうかを知る必要がある。このため、PLC1は、事前にあるいは定期的に、専用ネットワーク3に接続された入出力装置に対し、構成情報収集パケットを送信してそれらの構成情報(入出力装置の識別情報(局番)、入出力装置が間接接続の支援装置からのデータにも対応できるかどうかを示すフラグ情報(装置種別情報)、入出力装置が1度に受信可能なデータサイズ、等)を収集する。この収集処理について次に説明する。
In the present embodiment, each of the above units is realized by hardware such as an IC chip.
Further, when a request message is transmitted via the PLC 1 in order to read, write, change, or the like of an operation parameter with respect to an input / output device having the support device 4, the input / output device of the PLC 1 uses the command of the present embodiment. It is necessary to know whether the packet is supported. For this reason, the PLC 1 sends configuration information collection packets to the input / output devices connected to the dedicated network 3 in advance or periodically, so that the configuration information (the input / output device identification information (station number), Flag information (device type information) indicating whether or not the output device can also support data from an indirectly connected support device, data size that can be received by the input / output device at a time, and the like) are collected. This collection process will be described next.

図2は、構成情報の収集処理のフローチャートである。この処理は、PLC1と、PLC1の構成情報収集部31および構成情報登録部32によって実行される。
図2のステップS1において、PLC1から構成情報収集パケットが専用ネットワーク(IO/バス)3に送信される。構成情報収集パケットは、IO/バス3に接続された各入出力装置のIO/バスインターフェイス部に受信される。
FIG. 2 is a flowchart of the configuration information collection process. This process is executed by the PLC 1, the configuration information collection unit 31 and the configuration information registration unit 32 of the PLC 1.
In step S <b> 1 of FIG. 2, the configuration information collection packet is transmitted from the PLC 1 to the dedicated network (IO / bus) 3. The configuration information collection packet is received by the IO / bus interface unit of each input / output device connected to the IO / bus 3.

構成情報収集パケットを受信した入出力装置のIO/バスインターフェイス部が構成情報収集パケットを受信可能な通信プロトコルに対応していない場合、その入出力装置のIO/バスインターフェイス部は、受信した構成情報収集パケットを破棄する。   If the IO / bus interface unit of the input / output device that has received the configuration information collection packet does not support a communication protocol that can receive the configuration information collection packet, the IO / bus interface unit of the input / output device receives the received configuration information. Discard the collected packet.

構成情報収集パケットを受信した入出力装置のIO/バスインターフェイス部が構成情報収集パケットに対応している場合、その入出力装置の構成情報応答部47によりその入出力装置自身の構成情報が設定された構成情報パケットがPLC1に送信される。   When the IO / bus interface unit of the input / output device that has received the configuration information collection packet supports the configuration information collection packet, the configuration information of the input / output device itself is set by the configuration information response unit 47 of the input / output device. The configuration information packet is transmitted to the PLC 1.

ステップS2において構成情報パケットを受信したPLC1は、ステップS3において、構成情報収集部31により、その受信した構成情報パケットに含まれるフラグ情報を参照して、その入出力装置が間接接続の支援装置からのデータにも対応できるかどうかを判定する。   The PLC 1 that has received the configuration information packet in step S2 refers to the flag information included in the received configuration information packet by the configuration information collection unit 31 in step S3, and the input / output device is connected to the indirect connection support device. It is determined whether or not the data can be supported.

ステップS3においてその入出力装置が間接接続の支援装置からのデータにも対応できると判定された場合(ステップS3の判定がYesの場合)、ステップS4で、構成情報登録部32により、その受信した構成情報パケットに含まれる局番情報を図3に示す間接接続対象テーブルに登録し、一連の処理を終了する。なお、図3のテーブルでは、局番が連番で登録されているような印象があるが、実際には、間接接続に対応した支援装置の局番のみが登録される。   If it is determined in step S3 that the input / output device can also handle data from the indirect connection support device (if the determination in step S3 is Yes), the configuration information registration unit 32 receives the data in step S4. The station number information included in the configuration information packet is registered in the indirect connection target table shown in FIG. 3, and the series of processes is terminated. In the table of FIG. 3, there is an impression that the station numbers are registered as serial numbers, but in reality, only the station numbers of the support devices corresponding to the indirect connection are registered.

一方、ステップS3においてその入出力装置が間接接続の支援装置からのデータには対応できないと判定された場合(ステップS3の判定がNoの場合)、直ちに一連の処理を終了する。   On the other hand, if it is determined in step S3 that the input / output device cannot cope with data from the indirectly connected support device (if the determination in step S3 is No), the series of processes is immediately terminated.

なお、実際には、ステップS2,S3,S4は、構成情報収集パケットを受信した入出力装置の数だけ実行される。
続いて、支援装置4から要求電文をPLC1を通して入出力装置に送信する場合について、図4〜図8を参照して説明する。
Actually, steps S2, S3, and S4 are executed by the number of input / output devices that have received the configuration information collection packet.
Next, a case where a request message is transmitted from the support device 4 to the input / output device through the PLC 1 will be described with reference to FIGS.

この場合、支援装置4からPLC1に送信された要求電文は、PLC1においてコマンドパケットに変換されて入出力装置に送信される。
図4は、要求電文とその要求電文の変換結果であるコマンドパケットとを示した図である。
In this case, the request message transmitted from the support device 4 to the PLC 1 is converted into a command packet in the PLC 1 and transmitted to the input / output device.
FIG. 4 is a diagram showing a request message and a command packet which is a conversion result of the request message.

図4において、要求電文は、「処理ステータス」、「接続方式」、「接続ID」、「コマンド」、「データ」、「BCC」の各項目によって構成される。
「処理ステータス」は、受信応答時に正常に処理できたかどうかを示すものである。初期値として“FF”などの値が設定され、「データが解釈できない」、「正常に処理した」、「入出力装置自体が正常に動作していない」、等の処理結果(処理できない場合も含む)を識別する値が入出力装置側で設定され、支援装置4に返信される。
In FIG. 4, the request message is composed of items “processing status”, “connection method”, “connection ID”, “command”, “data”, and “BCC”.
“Processing status” indicates whether or not the processing was normally performed at the time of reception response. A value such as “FF” is set as the initial value, and processing results such as “data cannot be interpreted”, “normally processed”, “the input / output device itself is not operating normally”, etc. A value for identifying (including) is set on the input / output device side and returned to the support device 4.

具体的には、PLCが受信した第一のレスポンスが「データが解釈できない」、「入出力装置自体が正常に動作していない」、等の正常な受信処理結果以外を示していた場合には、直ちに、その内容を含んだ応答電文が作成され、支援装置4に返信される。PLCが受信した第一のレスポンスが正常な受信処理結果を示していた場合には、第二のレスポンスの受信時点において、その第二のレスポンスの内容を含んだ応答電文が作成され、支援装置4に返信される。   Specifically, if the first response received by the PLC indicates something other than a normal reception processing result such as “data cannot be interpreted” or “the input / output device itself is not operating normally” Immediately, a response message including the contents is created and returned to the support device 4. When the first response received by the PLC indicates a normal reception processing result, a response message including the content of the second response is created at the time when the second response is received, and the support device 4 Will be replied to.

「接続方式」は、この電文が、入出力装置に直接接続した支援装置からその入出力装置に送信されるものなのか、または、入出力装置に間接接続した支援装置からその入出力装置に送信されるものなのか、を示している。   In the “connection method”, this message is transmitted from the support device directly connected to the input / output device to the input / output device, or from the support device indirectly connected to the input / output device to the input / output device. It shows what is done.

「接続ID」は、入出力装置に間接接続した支援装置からその入出力装置にコマンドを送信したときの、その入出力装置を特定する装置番号である。
「コマンド」は、コマンドの種類(動作パラメータの読み出し、書き込み、変更、等)を示し、「データ」は、コマンドに付随するデータ(コマンドのオペランド)を示している。例えば、動作パラメータの書き込みや変更の場合、書き込むデータや変更するデータがここに設定される。
The “connection ID” is a device number that identifies the input / output device when a command is transmitted from the support device indirectly connected to the input / output device to the input / output device.
“Command” indicates the type of command (reading, writing, changing, etc. of operation parameters), and “Data” indicates data accompanying the command (command operand). For example, in the case of writing or changing operation parameters, data to be written or data to be changed is set here.

また図4において、上記要求電文の変換結果であるコマンドパケットは、「メッセージコントロール」、「処理ステータス」、「トランザクション番号」、「送信元I/Oバス局番」、「コマンド」、「データ」の各項目によって構成される。   In FIG. 4, the command packet that is the result of the conversion of the request message includes “message control”, “processing status”, “transaction number”, “source I / O bus station number”, “command”, and “data”. Consists of each item.

このうち、「処理ステータス」、「コマンド」、「データ」は、要求電文のものと一致する。また、「送信元I/Oバス局番」が「接続ID」に対応する入出力装置の装置番号(局番)を示す。   Among these, “processing status”, “command”, and “data” match those of the request message. Further, the “transmission source I / O bus station number” indicates the device number (station number) of the input / output device corresponding to the “connection ID”.

図5は、本実施形態における基本通信手順を示すシーケンス図である。
図5において、(1)で、支援装置4からPLC1に対し、汎用ネットワーク6を介して要求電文が送信される。この要求電文を受信したPLC1は、図4に示したように、この要求電文をコマンドパケット(第一の電文)に変換して、(2)で、そのコマンドパケットを入出力装置に送信する。
FIG. 5 is a sequence diagram showing a basic communication procedure in the present embodiment.
In FIG. 5, in (1), a request message is transmitted from the support apparatus 4 to the PLC 1 via the general-purpose network 6. Upon receiving this request message, the PLC 1 converts the request message into a command packet (first message) as shown in FIG. 4, and transmits the command packet to the input / output device in (2).

コマンドパケットを受信した入出力装置では、「データが解釈できない」、「正常に受信できた」、「入出力装置自体が正常に動作していない」、等の受信処理の結果を第一のレスポンスとして入出力装置に送信する。   In the input / output device that received the command packet, the first response is the result of the reception process such as “data cannot be interpreted”, “normally received”, “the input / output device itself is not operating normally”, etc. To the input / output device.

この第一のレスポンスを、第一の電文の送信時から入出力装置の処理能力時間(すなわち、入出力装置側で動作パラメータの変更や読み出しなどを行なうために必要な時間)以内に(3)で受信すると、PLC1は、処理結果を読み出して通知するように指示するリードパケット(第二の電文)を(4)で入出力装置に送信する。なお、リードパケットとしては、そのリードパケットを示す固定値がPLC1と入出力装置との間で予め定められている。   This first response is received within the processing time of the input / output device from the time of transmission of the first message (that is, the time required for changing or reading out the operation parameter on the input / output device side) (3) Then, the PLC 1 transmits a read packet (second telegram) instructing to read and notify the processing result to the input / output device in (4). As the read packet, a fixed value indicating the read packet is predetermined between the PLC 1 and the input / output device.

リードパケットを受信した入出力装置は、それに対する応答を行なう。すなわち、処理結果を第二のレスポンスとしてPLC1に送信する。なお、処理結果とは、例えば、動作パラメータの書き込みや変更の場合は、その書き込みや変更が正常に終了したかどうかを示す情報であり、動作パラメータの読み出しの場合は、その読み出しが正常に終了したかどうかを示す情報とともに、その読み出す動作パラメータである。   The input / output device that has received the read packet responds thereto. That is, the processing result is transmitted to the PLC 1 as a second response. The processing result is, for example, information indicating whether or not the writing or changing of the operation parameter is normally completed in the case of writing or changing the operation parameter, and the reading is normally completed in the case of reading the operation parameter. It is an operation parameter to be read out together with information indicating whether or not it has been performed.

第二のレスポンスを(5)で受信したPLC1は、その処理結果の情報を含む応答電文を生成して、その応答電文を(6)で汎用ネットワーク6を介して支援装置4に送信する。   The PLC 1 that has received the second response in (5) generates a response message including information on the processing result, and transmits the response message to the support device 4 via the general-purpose network 6 in (6).

このように、本実施形態のPLC1と入出力装置により構成されるシステムによれば、入出力装置が持つ支援装置用の通信インターフェイスに支援装置を接続する代わりに、支援装置4をPLC1に接続して、その支援装置4から入出力装置に対してPLC1を経由して要求等の通信を行なっている。これにより、支援装置の接続作業時に、制御対象機器が設置されている場所で殆ど目立たない入出力装置(サーボアンプ、インバータ、等)の場所を見つけ、その場所でケーブル配線する手間から開放され、支援装置の接続作業の負荷を軽減することができる。また、PLC1の汎用ネットワーク6の伝送距離に応じて遠隔地での操作が可能となり、入出力装置のハードウェアコストを上げずに、ハードウェアの互換性を保ち、新たな通信インターフェイスによる支援装置との接続が可能となる。   As described above, according to the system configured by the PLC 1 and the input / output device of the present embodiment, instead of connecting the support device to the communication interface for the support device of the input / output device, the support device 4 is connected to the PLC 1. The support device 4 communicates a request to the input / output device via the PLC 1. As a result, when connecting the support device, the location of the input / output device (servo amplifier, inverter, etc.) that is hardly noticeable in the place where the control target device is installed is found, and it is freed from the trouble of cabling at that location. It is possible to reduce the load of connection work of the support device. Also, remote operation is possible according to the transmission distance of the general-purpose network 6 of the PLC 1, and hardware compatibility is maintained without increasing the hardware cost of the input / output device. Can be connected.

図6は、本実施形態におけるPLC1による中継処理のフローチャートである。
図6のステップS11において、支援装置4から間接接続向けの要求電文を受信したかどうかが判定される。図4に示す要求電文の接続IDの項目に指定される入出力装置の局番が、図3に示す間接接続対象テーブルに登録されたものであるかどうかにより、この判定を行なう。ステップS11で受信した要求電文の接続IDが間接接続対象テーブルに登録されたものではないと判定された場合(ステップS11の判定結果がNoの場合)、ステップS11の受信待ち状態が続く。
FIG. 6 is a flowchart of relay processing by the PLC 1 in the present embodiment.
In step S <b> 11 of FIG. 6, it is determined whether a request message for indirect connection is received from the support device 4. This determination is performed depending on whether the station number of the input / output device specified in the connection ID item of the request message shown in FIG. 4 is registered in the indirect connection target table shown in FIG. When it is determined that the connection ID of the request message received in step S11 is not registered in the indirect connection target table (when the determination result in step S11 is No), the reception waiting state in step S11 continues.

ステップS11で受信した要求電文の接続IDが間接接続対象テーブルに登録されたものであると判定された場合(ステップS11の判定結果がYesの場合)、ステップS12において、その要求電文が電文変換部34によりコマンドパケットに変換され、コマンド送信バッファ(不図示)に格納される。   When it is determined that the connection ID of the request message received in step S11 is registered in the indirect connection target table (when the determination result in step S11 is Yes), the request message is converted to a message conversion unit in step S12. 34 is converted into a command packet and stored in a command transmission buffer (not shown).

続くステップS13では、コマンドパケット送信部36によりコマンド送信バッファに格納されたコマンドパケット(第一の電文)が該当する入出力装置に送信される。なお、このコマンドパケットの送信時を起点として、ACK(第一のレスポンス)受信の規定時間とIO(入出力装置)の処理能力規定時間(要求された処理を入出力装置側で実行するのに要する時間)のカウントが開始される。   In the subsequent step S13, the command packet (first electronic message) stored in the command transmission buffer is transmitted to the corresponding input / output device by the command packet transmission unit 36. Starting from the time when this command packet is transmitted, the ACK (first response) reception specified time and IO (input / output device) processing capacity specified time (the requested process is executed on the input / output device side) Counting of the time required) is started.

ステップS13に続くステップS14では、ACK受信の規定時間内にACK(第一のレスポンス)を受信したかどうかが判定される。
ステップS14でACK受信の規定時間内にACK(第一のレスポンス)を受信しなかったと判定された場合(ステップS14の判定結果がNoの場合)、ステップS18において異常応答処理を行い、一連の処理を終了する。
In step S14 following step S13, it is determined whether or not an ACK (first response) has been received within a specified time for receiving the ACK.
If it is determined in step S14 that ACK (first response) has not been received within the specified time for ACK reception (if the determination result in step S14 is No), an abnormal response process is performed in step S18, and a series of processes Exit.

ステップS14でACK受信の規定時間内にACK(第一のレスポンス)を受信したと判定された場合(ステップS14の判定結果がYesの場合)、ステップS15において、IO(入出力装置)の処理能力規定時間が経過したかどうかが判定される。   If it is determined in step S14 that an ACK (first response) has been received within the specified time for ACK reception (if the determination result in step S14 is Yes), the processing capability of the IO (input / output device) is determined in step S15. It is determined whether the specified time has elapsed.

IOの処理能力規定時間が経過しない限り(ステップS15の判定結果がNoである限り)、ステップS15の待ち状態が続く。IOの処理能力規定時間が経過した場合(ステップS15の判定結果がYesの場合)、ステップS16において、リードパケット送信部38により、処理結果を読み出して通知するように指示するリードパケット(第二の電文)がその入出力装置に送信される。なお、このコマンドパケットの送信時を起点として、必要に応じて、ACK受信の規定時間とIO(入出力装置)の処理能力規定時間(要求された処理を入出力装置側で実行するのに要する時間)のカウントが開始される。   As long as the IO processing capacity regulation time has not elapsed (as long as the determination result of step S15 is No), the waiting state of step S15 continues. When the IO processing capacity regulation time has elapsed (when the determination result in step S15 is Yes), in step S16, the read packet transmitting unit 38 instructs to read and notify the processing result (second packet). Message) is transmitted to the input / output device. Starting from the time of transmission of this command packet, the ACK reception specified time and IO (input / output device) processing capacity specified time (required for executing the requested processing on the input / output device side) Time) starts counting.

続く、ステップS17では、ACK受信の規定時間内にACK(第二のレスポンス)を受信したかどうかが判定される。
ステップS17でACK受信の規定時間内にACK(第二のレスポンス)を受信しなかったと判定された場合(ステップS17の判定結果がNoの場合)、ステップS18において異常応答処理を行い、一連の処理を終了する。
In step S17, it is determined whether or not an ACK (second response) has been received within a specified time for receiving the ACK.
If it is determined in step S17 that ACK (second response) has not been received within the specified time for ACK reception (if the determination result in step S17 is No), an abnormal response process is performed in step S18, and a series of processes Exit.

ステップS17でACK受信の規定時間内にACK(第二のレスポンス)を受信したと判定された場合(ステップS17の判定結果がYesの場合)、ステップS19において、その第二のレスポンスに含まれる処理結果に相当するデータを応答バッファ(不図示)に格納する。   If it is determined in step S17 that ACK (second response) has been received within the specified time for ACK reception (if the determination result in step S17 is Yes), processing included in the second response in step S19 Data corresponding to the result is stored in a response buffer (not shown).

そして、ステップS20において、その応答バッファに格納された処理結果に相当するデータが応答電文送信部35により支援装置4に送信され、一連の処理を終了する。
図7は、本実施形態における入出力装置のデータ送受信処理のフローチャートである。なお。このフローチャートでは、入出力装置は、構成情報収集パケット、コマンドパケット、リードパケットのいずれかを受信するものと仮定した。
In step S20, data corresponding to the processing result stored in the response buffer is transmitted to the support device 4 by the response message transmission unit 35, and the series of processing ends.
FIG. 7 is a flowchart of data transmission / reception processing of the input / output device according to this embodiment. Note that. In this flowchart, it is assumed that the input / output device receives any of the configuration information collection packet, the command packet, and the read packet.

図7のステップS31において、パケットを受信したかどうかが判定される。パケットを受信しない限り(ステップS31の判定結果がNoである限り)、この受信待ち状態が続く。パケットを受信した場合(ステップS31の判定結果がYesの場合)、ステップS32において、受信したパケットは構成情報収集パケットであるかどうかが判定される。   In step S31 of FIG. 7, it is determined whether a packet has been received. As long as no packet is received (as long as the determination result in step S31 is No), this reception waiting state continues. When a packet is received (when the determination result of step S31 is Yes), it is determined in step S32 whether the received packet is a configuration information collection packet.

ステップS32において受信したパケットは構成情報収集パケットであると判定された場合(ステップS32の判定結果がYesの場合)、ステップS33において、その入出力装置が支援装置の間接接続に対応しているかどうか等の情報を含む構成情報パケットをPLC1に送信し、一連の処理を終了する。   If it is determined that the packet received in step S32 is a configuration information collection packet (if the determination result in step S32 is Yes), whether or not the input / output device supports indirect connection of the support device in step S33. A configuration information packet including such information is transmitted to the PLC 1 and a series of processes is terminated.

ステップS32において受信したパケットは構成情報収集パケットではないと判定された場合(ステップS32の判定結果がNoの場合)、ステップS34において、受信したパケットはコマンドパケットであるかどうかが判定される。   If it is determined that the packet received in step S32 is not a configuration information collection packet (if the determination result in step S32 is No), it is determined in step S34 whether the received packet is a command packet.

ステップS34において受信したパケットはコマンドパケットであると判定された場合(ステップS34の判定結果がYesの場合)、ステップS35において、ACK(第一のレスポンス)をPLC1に送信し、一連の処理を終了する。   When it is determined that the packet received in step S34 is a command packet (when the determination result in step S34 is Yes), in step S35, an ACK (first response) is transmitted to the PLC 1 and the series of processing ends. To do.

ステップS34において受信したパケットはコマンドパケットではないと判定された場合(ステップS34の判定結果がNoの場合)、ステップS36において、受信したパケットはリードパケットであるかどうかが判定される。   If it is determined that the packet received in step S34 is not a command packet (if the determination result in step S34 is No), it is determined in step S36 whether the received packet is a read packet.

ステップS36において受信したパケットはリードパケットであると判定された場合(ステップS36の判定結果がYesの場合)、ステップS37において、処理結果のデータ付きACK(第二のレスポンス)をPLC1に送信し、一連の処理を終了する。   When it is determined that the packet received in step S36 is a read packet (when the determination result in step S36 is Yes), in step S37, an ACK with data (second response) as a processing result is transmitted to the PLC 1, A series of processing ends.

なお、入出力装置との間で1回の通信でやり取りできるデータ量には上限がある。この上限を超えた場合、コマンドパケット、リードパケット、第二のレスポンスを複数回に分けて行なう必要がある。すなわち、動作パラメータの書き込みや変更の場合は、書き込むべき動作パラメータの量が上限値を超えたために、コマンドパケットを複数回に分けて入出力装置に送信し、また、動作パラメータの読み出しの場合は、読み出すべき動作パラメータの量が上限値を超えたために、リードパケットおよび第二のレスポンスを複数回に分けてPLC1に送信する。   Note that there is an upper limit on the amount of data that can be exchanged with the input / output device by one communication. When this upper limit is exceeded, the command packet, the read packet, and the second response must be divided into a plurality of times. In other words, when writing or changing operation parameters, the amount of operation parameters to be written exceeds the upper limit value, so the command packet is sent to the input / output device in multiple batches. Since the amount of the operation parameter to be read exceeds the upper limit value, the read packet and the second response are transmitted to the PLC 1 in a plurality of times.

図8Aは、本実施形態における拡張通信手順(その1)を示すシーケンス図である。動作パラメータの書き込みの場合のように、コマンドパケットのデータ量が多い場合に、コマンドパケットを複数回(ここでは、2回)に分けて入出力装置に送信する場合が示されている。   FIG. 8A is a sequence diagram illustrating an extended communication procedure (part 1) in the present embodiment. In the case where the amount of command packet data is large as in the case of writing operation parameters, the command packet is transmitted to the input / output device in multiple times (here, twice).

図8Aにおいて、(1)で、支援装置4からPLC1に対し、汎用ネットワーク6を介して要求電文が送信される。この要求電文を受信したPLC1は、図4に示したように、この要求電文をコマンドパケット(第一の電文)(1/2)および(2/2)に変換して、(2)で、そのうちのコマンドパケット(1/2)を入出力装置に送信する。すなわち、ここでは、図4の「データ」の項目に示されるデータサイズが上限を超えていて2回に分けてコマンドパケットを送信するものとする。また、分割送信のための分割情報(K/N、1≦K≦N、Nは分割数)は、各コマンドパケットに含まれる。   In FIG. 8A, a request message is transmitted from the support apparatus 4 to the PLC 1 via the general-purpose network 6 in (1). The PLC 1 that has received the request message converts the request message into command packets (first message) (1/2) and (2/2) as shown in FIG. The command packet (1/2) is transmitted to the input / output device. That is, here, it is assumed that the data size shown in the item “data” in FIG. 4 exceeds the upper limit and the command packet is transmitted in two steps. Further, division information (K / N, 1 ≦ K ≦ N, where N is the number of divisions) for division transmission is included in each command packet.

コマンドパケット(1/2)を受信した入出力装置では、「データが解釈できない」、「正常に受信できた」、「入出力装置自体が正常に動作していない」、等の受信処理の結果を第一のレスポンス(1/2)として入出力装置に送信する。   In the input / output device that has received the command packet (1/2), the result of reception processing such as “data cannot be interpreted”, “normally received”, “the input / output device itself is not operating normally”, etc. Is transmitted to the input / output device as a first response (1/2).

この第一のレスポンス(1/2)を、第一の電文(1/2)の送信時から入出力装置の処理能力時間以内に(3)で受信すると、PLC1は、続いて、コマンドパケット(2/2)を入出力装置に(4)で送信する。   When the first response (1/2) is received in (3) within the processing capacity time of the input / output device from the time of transmission of the first telegram (1/2), the PLC 1 subsequently receives a command packet ( 2/2) is transmitted to the input / output device at (4).

コマンドパケット(2/2)を受信した入出力装置では、「データが解釈できない」、「正常に受信できた」、「入出力装置自体が正常に動作していない」、等の受信処理の結果を第一のレスポンス(2/2)として入出力装置に送信する。   In the input / output device that has received the command packet (2/2), the result of reception processing such as “data cannot be interpreted”, “normally received”, “the input / output device itself is not operating normally”, etc. Is transmitted to the input / output device as a first response (2/2).

この第一のレスポンス(2/2)を、第一の電文(2/2)の送信時から入出力装置の処理能力時間以内に(5)で受信すると、PLC1は、処理結果を読み出して通知するように指示するリードパケット(第二の電文)を(6)で入出力装置に送信する。   When the first response (2/2) is received in (5) within the processing capacity time of the input / output device from the time of transmission of the first telegram (2/2), the PLC 1 reads and notifies the processing result. In step (6), a read packet (second telegram) instructing to do so is transmitted to the input / output device.

リードパケットを受信した入出力装置は、それに対する応答を行なう。すなわち、処理結果を第二のレスポンスとしてPLC1に送信する。
第二のレスポンスを第二の電文の送信時から入出力装置の処理能力時間以内に(7)で受信したPLC1は、その処理結果の情報を含む応答電文を生成して、その応答電文を(8)で汎用ネットワーク6を介して支援装置4に送信する。
The input / output device that has received the read packet responds thereto. That is, the processing result is transmitted to the PLC 1 as a second response.
The PLC 1 that received the second response within (7) within the processing capacity time of the input / output device from the time of transmission of the second message generates a response message including information on the processing result, and sends the response message to ( In step 8), the data is transmitted to the support device 4 via the general-purpose network 6.

図8Bは、本実施形態における拡張通信手順(その2)を示すシーケンス図である。ここでは、リードパケットおよび第二のレスポンスを2回に分けてPLC1に送信する場合が示されている。   FIG. 8B is a sequence diagram illustrating an extended communication procedure (part 2) in the present embodiment. Here, a case is shown in which the read packet and the second response are transmitted to the PLC 1 in two steps.

図8Bにおいて、(1)で、支援装置4からPLC1に対し、汎用ネットワーク6を介して要求電文が送信される。この要求電文を受信したPLC1は、図4に示したように、この要求電文をコマンドパケット(第一の電文)に変換して、(2)で、そのコマンドパケットを入出力装置に送信する。   8B, in (1), a request message is transmitted from the support apparatus 4 to the PLC 1 via the general-purpose network 6. Upon receiving this request message, the PLC 1 converts the request message into a command packet (first message) as shown in FIG. 4, and transmits the command packet to the input / output device in (2).

コマンドパケットを受信した入出力装置では、「データが解釈できない」、「正常に受信できた」、「入出力装置自体が正常に動作していない」、等の受信処理の結果を第一のレスポンスとして入出力装置に送信する。   In the input / output device that received the command packet, the first response is the result of the reception process such as “data cannot be interpreted”, “normally received”, “the input / output device itself is not operating normally”, etc. To the input / output device.

この第一のレスポンスを、第一の電文の送信時から入出力装置の処理能力時間以内に(3)で受信すると、PLC1は、処理結果を読み出して通知するように指示するリードパケット(第二の電文)(1/2)を(4)で入出力装置に送信する。なお、リードパケットとしては、予め固定値がPLC1と入出力装置との間で定められている。   When the first response is received in (3) within the processing capacity time of the input / output device from the time of transmission of the first message, the PLC 1 instructs to read and notify the processing result (second packet). (1/2) is transmitted to the input / output device in (4). As the read packet, a fixed value is previously determined between the PLC 1 and the input / output device.

リードパケット(1/2)を受信した入出力装置は、それに対する応答を行なう。すなわち、処理結果を第二のレスポンス(1/2)としてPLC1に送信する。なお、処理結果とは、ここでは、例えば、動作パラメータの読み出しが正常に終了したかどうかを示す情報と、その読み出し対象の動作パラメータである。また、分割送信のための分割情報(K/N、1≦K≦N、Nは分割数)は、各第二のレスポンスに含まれる。   The input / output device that has received the read packet (1/2) makes a response thereto. That is, the processing result is transmitted to the PLC 1 as a second response (1/2). Here, the processing result is, for example, information indicating whether or not the reading of the operation parameter has been normally completed, and the operation parameter to be read. In addition, division information (K / N, 1 ≦ K ≦ N, where N is the number of divisions) for division transmission is included in each second response.

第二のレスポンス(1/2)を第二の電文(1/2)の送信時から入出力装置の処理能力時間以内に(5)で受信したPLC1は、続いて、処理結果(後続分)を読み出して通知するように指示するリードパケット(第二の電文)(2/2)を(6)で入出力装置に送信する。   The PLC 1 that received the second response (1/2) in (5) within the processing capacity time of the input / output device after the transmission of the second message (1/2) is followed by the processing result (subsequent portion). Read packet (second telegram) (2/2) instructing to read and notify is sent to the input / output device in (6).

リードパケット(2/2)を受信した入出力装置は、それに対する応答を行なう。すなわち、処理結果(後続分)を第二のレスポンス(2/2)としてPLC1に送信する。
第二のレスポンス(2/2)を第二の電文(2/2)の送信時から入出力装置の処理能力時間以内に(7)で受信したPLC1は、第二の電文(1/2)および第二の電文(2/2)により収集した処理結果の情報を含む応答電文を生成して、その応答電文を(8)で汎用ネットワーク6を介して支援装置4に送信する。
The input / output device that has received the read packet (2/2) makes a response thereto. That is, the processing result (subsequent portion) is transmitted to the PLC 1 as the second response (2/2).
The PLC 1 that received the second response (2/2) in (7) within the processing capacity time of the input / output device from the time of transmission of the second message (2/2) is the second message (1/2) Then, a response message including the processing result information collected by the second message (2/2) is generated, and the response message is transmitted to the support apparatus 4 via the general-purpose network 6 in (8).

なお、以上の図8Bの説明では、都合上、リードパケット(1/2)(2/2)としたが、これらは、実際は、同じ固定値であり、分割情報から後続のデータがあることが判明している間は、このリードパケットを送り続けるものとする。   In the above description of FIG. 8B, for convenience, the read packet (1/2) (2/2) is used. However, these are actually the same fixed value, and there may be subsequent data from the division information. It is assumed that the read packet is continuously sent while it is known.

本発明の一実施形態に係る動作パラメータアクセスシステムの概要構成を示す図である。It is a figure which shows schematic structure of the operation parameter access system which concerns on one Embodiment of this invention. 図1の動作パラメータアクセスシステムの詳細構成を示す図である。It is a figure which shows the detailed structure of the operation parameter access system of FIG. 構成情報の収集処理のフローチャートである。It is a flowchart of a collection process of configuration information. 間接接続対象テーブルのデータ構造を示す図である。It is a figure which shows the data structure of an indirect connection object table. 要求電文とその要求電文の変換結果であるコマンドパケットとを示した図である。It is the figure which showed the command packet which is a request message and the conversion result of the request message. 本実施形態における基本通信手順を示すシーケンス図である。It is a sequence diagram which shows the basic communication procedure in this embodiment. 本実施形態におけるPLCによる中継処理のフローチャートである。It is a flowchart of the relay process by PLC in this embodiment. 本実施形態における入出力装置のデータ送受信処理のフローチャートである。It is a flowchart of the data transmission / reception process of the input / output device in this embodiment. 本実施形態における拡張通信手順(その1)を示すシーケンス図である。It is a sequence diagram which shows the extended communication procedure (the 1) in this embodiment. 本実施形態における拡張通信手順(その2)を示すシーケンス図である。It is a sequence diagram which shows the extended communication procedure (the 2) in this embodiment. 従来のシステム構成を示す図である。It is a figure which shows the conventional system configuration. 図9のシステムにおける要求電文受信時の処理を示す図である。It is a figure which shows the process at the time of the request message reception in the system of FIG.

符号の説明Explanation of symbols

1、51 PLC
2、52 入出力装置
3、53 専用ネットワーク
4、5、54 支援装置
6 汎用ネットワーク
11 通信形態選択部
12 直接通信部
13 間接通信部
21 構成情報管理部
22 プロトコル変換部
23 トランシーバ
24 システムワークメモリ
25 ユーザデータメモリ
26 ユーザプログラムメモリ
27、42、56 IO/バスインターフェイス部
28 内部バス
31 構成情報収集部
32 構成情報登録部
33 要求電文受信部
34 電文変換部
35 応答電文送信部
36 コマンドパケット送信部
37 第一のレスポンス受信部
38 リードパケット送信部
39 第二のレスポンス受信部
41、55 専用支援装置用データ処理部
43、57 伝送バッファ
44、58 要求電文解析部
45、59 応答電文送信部
46 受信パケット解析部
47 構成情報応答部
48 コマンドパケット応答部
49 リードパケット応答部
1, 51 PLC
2, 52 I / O device 3, 53 Dedicated network 4, 5, 54 Support device 6 General-purpose network 11 Communication type selection unit 12 Direct communication unit 13 Indirect communication unit 21 Configuration information management unit 22 Protocol conversion unit 23 Transceiver 24 System work memory 25 User data memory 26 User program memory 27, 42, 56 IO / bus interface unit 28 Internal bus 31 Configuration information collection unit 32 Configuration information registration unit 33 Request message reception unit 34 Message conversion unit 35 Response message transmission unit 36 Command packet transmission unit 37 First response receiver 38 Read packet transmitter 39 Second response receiver 41, 55 Dedicated support device data processor 43, 57 Transmission buffer 44, 58 Request message analyzer 45, 59 Response message transmitter 46 Received packet Analysis unit 47 Configuration information response unit 48 Command packet response unit 49 Read packet response unit

Claims (8)

制御対象機器の制御を行なう入出力装置と第一の通信手段を介して接続されたプログラマブルコントローラにおいて、
該プログラマブルコントローラは、前記入出力装置に対して動作パラメータを設定する支援装置と第二の通信手段を介してさらに接続され、
該プログラマブルコントローラは、
前記支援装置からの前記動作パラメータの設定を要求する要求コマンドを前記第一の通信手段が通信可能な形式の第一のコマンドに変換して前記入出力装置に送信する第一の要求送信部と、
前記第一のコマンドに対する前記入出力装置の処理結果を取得するための第二のコマンドを送信する第二の要求送信部と、
この第二のコマンドに応答する前記処理結果を含む処理応答を前記入出力装置から受信したとき、該処理応答を前記第二の通信手段が通信可能な形式に変換して前記支援装置に送信する処理結果送信部を有することを特徴とするプログラマブルコントローラ。
In the programmable controller connected via the first communication means with the input / output device for controlling the control target device,
The programmable controller is further connected via a second communication means and a support device for setting operation parameters for the input / output device,
The programmable controller is
A first request transmission unit that converts a request command for requesting setting of the operation parameter from the support device into a first command in a format in which the first communication unit can communicate and transmits the command to the input / output device; ,
A second request transmission unit for transmitting a second command for obtaining a processing result of the input / output device for the first command;
When a processing response including the processing result in response to the second command is received from the input / output device, the processing response is converted into a format communicable by the second communication means and transmitted to the support device. A programmable controller comprising a processing result transmission unit.
請求項1記載のプログラマブルコントローラにおいて、
前記入出力装置が前記第一の通信手段の通信プロトコルに対応しているか否かを示す構成情報を前記入出力装置から収集する構成情報収集部と、をさらに有することを特徴とするプログラマブルコントローラ。
The programmable controller according to claim 1,
A programmable controller, further comprising: a configuration information collection unit that collects configuration information indicating whether or not the input / output device is compatible with a communication protocol of the first communication unit from the input / output device.
請求項1記載のプログラマブルコントローラにおいて、
前記第一の要求送信部は、前記要求コマンドのデータ量が、前記入出力装置が1回に受信可能なデータ量の上限値を超えた場合に、前記第一のコマンドを複数回に分割して前記入出力装置に送信することを特徴とするプログラマブルコントローラ。
The programmable controller according to claim 1,
The first request transmission unit divides the first command into a plurality of times when the data amount of the request command exceeds the upper limit of the data amount that the input / output device can receive at one time. And transmitting to the input / output device.
プログラマブルコントローラと通信手段にて接続した制御対象機器を制御する入出力装置において、
前記プログラマブルコントローラから動作パラメータの設定を要求する第一のコマンドを受信したとき、前記第一のコマンドの受付を示す受付応答を前記プログラマブルコントローラに送信する第一の応答送信部と、
前記第一のコマンドに応じた処理を実施する応答処理部と、
この応答処理部の処理結果の送信を要求する第二のコマンドを前記プログラマブルコントローラから受信したとき、前記処理結果を含む処理応答を前記プログラマブルコントローラに送信する第二の応答送信部と、を有することを特徴とする入出力装置。
In the input / output device that controls the control target device connected by the programmable controller and the communication means,
A first response transmission unit that transmits an acceptance response indicating acceptance of the first command to the programmable controller when receiving a first command that requests setting of an operation parameter from the programmable controller;
A response processing unit that performs processing according to the first command;
A second response transmission unit configured to transmit a processing response including the processing result to the programmable controller when a second command for requesting transmission of the processing result of the response processing unit is received from the programmable controller. An input / output device characterized by
請求項4記載の入出力装置において、
前記第二の応答送信部は、前記処理応答のデータ量が、前記入出力装置が1回に通信可能なデータ量の上限値を超えた場合に、前記処理応答を複数回に分割して前記前記プログラマブルコントローラに送信することを特徴とする入出力装置。
The input / output device according to claim 4,
The second response transmission unit divides the processing response into a plurality of times when the data amount of the processing response exceeds an upper limit value of the data amount that the input / output device can communicate at a time. An input / output device that transmits to the programmable controller.
プログラマブルコントローラが、制御対象機器の制御を行なう入出力装置と第一の通信手段を介して接続されるとともに、前記入出力装置に対して動作パラメータを設定する支援装置と第二の通信手段を介して接続された動作パラメータアクセスシステムにおいて、
前記プログラマブルコントローラは、
前記支援装置からの前記動作パラメータの設定を要求する要求コマンドを前記第一の通信手段が通信可能な形式の第一のコマンドに変換して前記入出力装置に送信する第一の要求送信部と、
前記第一のコマンドに対する前記入出力装置の処理結果を取得するための第二のコマンドを送信する第二の要求送信部と、
この第二のコマンドに応答する前記処理結果を含む処理応答を前記入出力装置から受信したとき、該処理応答を前記第二の通信手段回線が通信可能な形式に変換して前記支援装置に送信する処理結果送信部を有し、
前記入出力装置は、
前記プログラマブルコントローラから動作パラメータの設定を要求する第一のコマンドを受信したとき、該第一のコマンドの受付を示す受付応答を前記プログラマブルコントローラに送信する第一の応答送信部と、
前記第一のコマンドに応じた処理を実施する応答処理部と、
この応答処理部の処理結果の送信を要求する第二のコマンドを前記プログラマブルコントローラから受信したとき、前記処理結果を含む処理応答を前記プログラマブルコントローラに送信する第二の応答送信部と、を有することを特徴とする動作パラメータアクセスシステム。
A programmable controller is connected to the input / output device for controlling the control target device via the first communication means, and also via the support device and the second communication means for setting operation parameters for the input / output device. Connected operating parameter access system,
The programmable controller is
A first request transmission unit that converts a request command for requesting the setting of the operation parameter from the support device into a first command in a format in which the first communication unit can communicate and transmits the first command to the input / output device; ,
A second request transmission unit for transmitting a second command for obtaining a processing result of the input / output device for the first command;
When a processing response including the processing result in response to the second command is received from the input / output device, the processing response is converted into a format communicable by the second communication means line and transmitted to the support device A processing result transmission unit
The input / output device is
A first response transmission unit that transmits an acceptance response indicating acceptance of the first command to the programmable controller when receiving a first command that requests operation parameter setting from the programmable controller;
A response processing unit that performs processing according to the first command;
A second response transmission unit configured to transmit a processing response including the processing result to the programmable controller when a second command requesting transmission of the processing result of the response processing unit is received from the programmable controller. Operating parameter access system characterized by.
請求項6記載のパラメータアクセスシステムにおいて、
前記第一の要求送信部は、前記要求コマンドのデータ量が、前記入出力装置が1回に受信可能なデータ量の上限値を超えた場合に、前記第一のコマンドを複数回に分割して前記入出力装置に送信することを特徴とする動作パラメータアクセスシステム。
The parameter access system according to claim 6,
The first request transmission unit divides the first command into a plurality of times when the data amount of the request command exceeds the upper limit of the data amount that the input / output device can receive at one time. And transmitting to the input / output device.
請求項6記載のパラメータアクセスシステムにおいて、
前記第二の応答送信部は、前記処理応答のデータ量が、前記入出力装置が1回に通信可能なデータ量の上限値を超えた場合に、前記処理応答を複数回に分割して前記プログラマブルコントローラに送信することを特徴とする動作パラメータアクセスシステム。
The parameter access system according to claim 6,
The second response transmission unit divides the processing response into a plurality of times when the data amount of the processing response exceeds an upper limit value of the data amount that the input / output device can communicate at a time. An operating parameter access system, wherein the operating parameter is transmitted to a programmable controller.
JP2008213983A 2008-08-22 2008-08-22 Programmable controller, input/output device and operation parameter access system Pending JP2010049543A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008213983A JP2010049543A (en) 2008-08-22 2008-08-22 Programmable controller, input/output device and operation parameter access system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008213983A JP2010049543A (en) 2008-08-22 2008-08-22 Programmable controller, input/output device and operation parameter access system

Publications (1)

Publication Number Publication Date
JP2010049543A true JP2010049543A (en) 2010-03-04

Family

ID=42066567

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008213983A Pending JP2010049543A (en) 2008-08-22 2008-08-22 Programmable controller, input/output device and operation parameter access system

Country Status (1)

Country Link
JP (1) JP2010049543A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011227595A (en) * 2010-04-16 2011-11-10 Mitsubishi Electric Corp Monitoring control system and monitoring control program
JP4978757B1 (en) * 2012-01-24 2012-07-18 オムロン株式会社 Data setting device
WO2020255309A1 (en) * 2019-06-19 2020-12-24 三菱電機株式会社 Instruction conversion device, method, and program

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04115649A (en) * 1990-08-31 1992-04-16 Fuji Electric Co Ltd Data communication system
JPH117310A (en) * 1997-06-18 1999-01-12 Omron Corp Data communication method and device therefor
JP2001100809A (en) * 1999-09-29 2001-04-13 Omron Corp Controller
JP2005100281A (en) * 2003-09-26 2005-04-14 Mitsubishi Electric Corp Electronic controller
JP2005327237A (en) * 2003-10-22 2005-11-24 Omron Corp Control system setting device, control system setting method, and setting program
JP2008152799A (en) * 2004-04-13 2008-07-03 Omron Corp Control system setting device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04115649A (en) * 1990-08-31 1992-04-16 Fuji Electric Co Ltd Data communication system
JPH117310A (en) * 1997-06-18 1999-01-12 Omron Corp Data communication method and device therefor
JP2001100809A (en) * 1999-09-29 2001-04-13 Omron Corp Controller
JP2005100281A (en) * 2003-09-26 2005-04-14 Mitsubishi Electric Corp Electronic controller
JP2005327237A (en) * 2003-10-22 2005-11-24 Omron Corp Control system setting device, control system setting method, and setting program
JP2008152799A (en) * 2004-04-13 2008-07-03 Omron Corp Control system setting device

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011227595A (en) * 2010-04-16 2011-11-10 Mitsubishi Electric Corp Monitoring control system and monitoring control program
JP4978757B1 (en) * 2012-01-24 2012-07-18 オムロン株式会社 Data setting device
WO2013111351A1 (en) * 2012-01-24 2013-08-01 オムロン株式会社 Data setting device
CN104067185A (en) * 2012-01-24 2014-09-24 欧姆龙株式会社 Data setting device
US9645567B2 (en) 2012-01-24 2017-05-09 Omron Corporation Data setting device
WO2020255309A1 (en) * 2019-06-19 2020-12-24 三菱電機株式会社 Instruction conversion device, method, and program
US11481344B2 (en) 2019-06-19 2022-10-25 Mitsubishi Electric Corporation Instruction conversion device, method, and program

Similar Documents

Publication Publication Date Title
CN113806116A (en) Protocol stack data transmission method based on Linux system, computer equipment and storage medium
JPH11296316A (en) Peripheral processor and control method therefor
CN104678798A (en) Method for operating a field device
CN101340342B (en) Image forming system, device managing method thereof
JP2010049543A (en) Programmable controller, input/output device and operation parameter access system
CN108540516B (en) Running state information acquisition method, control terminal, network equipment and system
CN116150054B (en) Interrupt information processing method based on PCIE
JP2020088707A (en) Cloud bluetooth device control system
JPWO2019198221A1 (en) Data processing device, data processing method and program
JP2014060636A (en) Communication interface conversion device
JP2012185528A (en) State monitoring device for field apparatus
US20220121597A1 (en) Data processing device, data processing method, and program
US11290517B2 (en) Display data providing apparatus including application server configured to generate display data
CN110830584A (en) Access control device, control method, court trial host and readable storage medium
JP5998343B2 (en) Device server system, device server and program
JP4121987B2 (en) Equipment control system
EP4080298A1 (en) Plc analog module comprising hart pass-through interface
JP2002132322A (en) Control system for industrial robot
JP2018074301A (en) Conversion device and control method of the same
JP2008153488A (en) Monitoring support device for manufacturing device
JP2017187890A (en) Gateway device and data collection system
JP2002297213A (en) Production system
KR101182858B1 (en) RFID Reader controlling device, Interlocking method for RFID Reader, and RFID Reader controlling method
JP2023066097A (en) Image information transmission method, information communication terminal, and image forming system
CN118041989A (en) Data access method, device, equipment and storage medium

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20110422

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110614

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120907

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120925

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121105

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130226

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130408

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130806

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20131203