WO2014020667A1 - プログラマブルロジックコントローラ - Google Patents

プログラマブルロジックコントローラ Download PDF

Info

Publication number
WO2014020667A1
WO2014020667A1 PCT/JP2012/069360 JP2012069360W WO2014020667A1 WO 2014020667 A1 WO2014020667 A1 WO 2014020667A1 JP 2012069360 W JP2012069360 W JP 2012069360W WO 2014020667 A1 WO2014020667 A1 WO 2014020667A1
Authority
WO
WIPO (PCT)
Prior art keywords
communication
plc
data
communication mode
control information
Prior art date
Application number
PCT/JP2012/069360
Other languages
English (en)
French (fr)
Inventor
小林 弘典
Original Assignee
三菱電機株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 三菱電機株式会社 filed Critical 三菱電機株式会社
Priority to PCT/JP2012/069360 priority Critical patent/WO2014020667A1/ja
Priority to JP2013503684A priority patent/JP5367194B1/ja
Priority to TW102108430A priority patent/TWI476552B/zh
Publication of WO2014020667A1 publication Critical patent/WO2014020667A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/05Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts
    • G05B19/052Linking several PLC's

Definitions

  • the present invention relates to a programmable logic controller that exchanges data with another programmable logic controller (PLC) connected via a network.
  • PLC programmable logic controller
  • the communication control information includes communication target information (information for uniquely identifying a communication target device), a communication pattern (discrimination information on which of data reading and writing patterns), communication target data name, communication
  • Each PLC has a communication buffer (an area for temporarily storing transmission / reception data) so that information PLC such as a target data size necessary for communication can perform communication.
  • Patent Documents 1 to 3 disclose techniques for changing the allocation of link areas (communication buffers) and transferring data between a plurality of PLCs.
  • the present invention has been made in view of the above, and an object of the present invention is to obtain a programmable logic controller that reduces the effort for setting communication control information.
  • the present invention is a programmable logic controller that communicates with other PLCs connected via a network to exchange data, and stores transmission target data.
  • An internal memory that records communication control information including communication target information that identifies other PLCs to be communicated as parameters, and another PLC based on the communication control information recorded in the internal memory; Normal communication mode for performing a first operation for writing data read from the internal device to another PLC device and a second operation for writing data read from the other PLC device to the internal device, and communication control information in the internal memory
  • the parameterless communication mode is set by the communication mode setting unit and the communication mode setting unit, a connectable PLC determination command is broadcasted to the network, and the IP address of the PLC responding to the connectable PLC determination command is communicated And a control unit for setting the target information.
  • the programmable logic controller according to the present invention has an effect that data can be exchanged with other PLCs connected to the network without taking the trouble of setting communication control information.
  • FIG. 1 is a diagram showing a configuration of an embodiment of a PLC system to which a PLC according to the present invention is applied.
  • FIG. 2 is a diagram showing the contents of the communication control information stored in the memory inside the PLC.
  • FIG. 3 is a diagram illustrating a method for searching for another PLC connected to the network in the parameterless communication mode.
  • FIG. 4 is a flowchart showing a flow of operation in the parameterless communication mode of the PLC according to the embodiment.
  • FIG. 1 is a diagram showing a configuration of an embodiment of a PLC system to which a PLC according to the present invention is applied.
  • PLC system according to the embodiment the PLC10 that the present invention is applied, in PLC 20 (FIG. 1 explained Dear Sirs technology, PLC 20 1, 20 2 and has been two described, the number in this embodiment Are not connected to each other), and are connected to each other by a star network 7 in which a line 62 is connected around a hub 61.
  • the PLC 10 holds the communication control information 3 in the internal memory 1 and transmits / receives data of the internal device 2 via the network 7 according to the communication control information 3.
  • PLC 10 is either the communication control information 3 is the data of the internal device 2 as the transmission parameters less communication mode to the other PLC 20 1, 20 2 even in a state of not being recorded in the internal memory 1, normal communication
  • a communication mode setting unit 5 for switching between modes is provided.
  • the control unit 4 uses the internal device 1 to communicate with the other PLCs 20 1 and 20 2 connected via the network 7 based on the communication control information 3 recorded in the internal memory 1. 2 data is transmitted and received.
  • the PLC 10 communicates with the other PLCs 20 1 and 20 2 based on the communication control information 3 recorded in the internal memory 1, and the data of the internal device 2 is transferred to the other PLCs 20 1 and 20 2.
  • the first operation of writing to the device hereinafter, referred to as the operation as "write”.
  • a second operation of writing the read data to the internal device 2 hereinafter This operation is referred to as “reading”.
  • writing is performed regardless of whether or not the communication control information 3 is recorded in the internal memory 1. The operation when the parameterless communication mode is set will be described later.
  • FIG. 2 is a diagram showing the contents of the communication control information 3 in the present embodiment held in the internal memory by the PLC.
  • the communication control information 3 includes communication target information 31, a communication pattern 32, a communication target data name 33, and a communication target data size 34 in addition to the communication control information of the background art.
  • the communication pattern 32 is information for determining whether to perform data “read” or “write” communication. When performing parameterless communication, this information is fixed to “write”.
  • the communication target data name 33 is information (device name) for specifying data to be exchanged. When performing parameterless communication, this information is fixed to a specific device name.
  • the communication target data size 34 is the size (number of devices) of target data to be exchanged. When performing parameterless communication, this information is fixed to a predetermined size (predetermined value).
  • the communication target information 31 is information for uniquely identifying the PLC 10 to be communicated, and an IP address is used. In the parameterless communication mode, all PLCs 10 connected to the network 7 are searched, and the IP address of the discovered PLC 10 is set as the communication target information 31, so that the setting operation of the communication target information 31 is automated.
  • FIG. 3 is a diagram illustrating a method for searching for another PLC connected to the network in the parameterless communication mode.
  • the controller 4 searches for other PLCs 20 1 and 20 2 using a broadcast transmission method.
  • information connectable PLC determination command
  • the control unit 4 records the IP addresses of all the PLCs (PLCs 20 1 and 20 2 in this example) that returned response data to the transmitted information in the communication control information 3 in the internal memory 1 as the communication target information 31. To do.
  • FIG. 4 is a flowchart showing a flow of operation in the parameterless communication mode of the PLC according to the embodiment.
  • the control unit 4 determines whether or not to execute parameterless communication (step S1). When executing parameterless communication (step S1 / Yes), the control unit 4 determines whether or not the communication control information 3 has been recorded in the internal memory 1 (step S2). When the communication control information 3 is not recorded in the internal memory 1 (step S2 / No), the control unit 4 automatically sets the communication control information 3 to perform parameterless communication and records it in the internal memory 1. To do.
  • the control unit 4 searches for other PLCs connected to the network (step S3). At this time, as shown in FIG. 3, the control unit 4 broadcasts a connectable PLC determination command and searches for the PLC based on whether normal response data is returned. When there is a connectable PLC (step S4 / Yes), the control unit 4 sets the IP address information of the PLC that has returned the normal response data in the communication control information 3 as the communication target information 31 (step S5). In the configuration shown in FIG. 1, since the PLCs 20 1 and 20 2 return normal response data, the IP addresses of the PLCs 20 1 and 20 2 are set as the communication target information 31 in the communication control information 3.
  • control unit 4 sets “write” in the communication pattern 32 (step S6).
  • control unit 4 designates a predetermined position of the internal device 2 in the communication target data name 33 (step S7).
  • control unit 4 sets a predetermined value for the communication target data size 34 (step S8).
  • control unit 4 uses the communication control information 3 recorded in the internal memory 1 as a communication target for all the PLCs set in the communication control information 3 with the IP address as the communication target information 31 in step S5.
  • Data corresponding to the communication target data size 34 is read out from the internal device 2 identified by the data name 33, multicast transmission is performed, and the data is written in the devices of the other PLCs 20 1 and 20 2 (step S9).
  • step S9 when the communication control information 3 has already been recorded in the internal memory 1 because parameterless communication has already been executed (step S2 / Yes), all the communication target information 31 has already been set in the communication control information 3.
  • the PLC in this example, PLCs 20 1 and 20 2
  • the data for the communication target data size 34 is multicast transmitted from the internal device 2 specified by the communication target data name 33 (step S9).
  • step S1 / No If the parameterless communication is not executed (step S1 / No) or there is no programmable logic controller that can be connected (step S4 / No), the process is terminated.
  • An example of a network that connects the PLC 10 to the other PLCs 20 1 and 20 2 is an Ethernet connection, but it can also be applied to other types of networks.
  • the topology of the network between the PLC 10 and the other PLCs 20 1 and 20 2 is not limited to the star type, and a network having an arbitrary topology can be applied.
  • the other PLCs 20 1 and 20 2 are conventional PLCs. However, a plurality of PLCs 10 according to the embodiment can be connected. Further, in the above example, two other PLCs (PLCs 20 1 , 20 2 ) are connected via the network 7, but more other PLCs can be connected.
  • the PLC according to the present embodiment does not require the user to set the contents of the communication control information, and can exchange data between PLCs connected to the network without taking the trouble of setting the communication control information. It becomes.
  • the PLC according to the present invention is suitable for transmitting device data to another PLC connected to the network.

Abstract

 送信対象データが格納される内部デバイス(2)と、通信対象とする他のPLC(20、20)を特定する通信対象情報をパラメータとして含む通信制御情報(3)を記録する内部メモリ(1)と、内部メモリ(1)に記録された通信制御情報(3)に基づいて他のPLC(20、20)と通信する通常通信モードと、内部メモリ(1)に通信制御情報(3)が記録されているか否かによらず内部デバイス(2)から読み出したデータを他のPLC(20、20)のデバイスへ書き込むパラメータレス通信モードとのいずれかを設定する通信モード設定部(5)と、通信モード設定部(5)によってパラメータレス通信モードが設定された場合に、接続可能PLC判別コマンドをネットワーク(7)にブロードキャスト送信し、接続可能PLC判別コマンドに対して応答したPLC(20、20)のIPアドレスを通信対象情報に設定する制御部(4)とを備える。

Description

プログラマブルロジックコントローラ
 本発明は、ネットワークで接続された他のプログラマブルロジックコントローラ(Programmable Logic Controller:PLC)とデータを授受するプログラマブルロジックコントローラに関する。
 一般に、ネットワークで接続された複数のPLC間のデータ授受は、通信制御情報に従いデータの送受信を行うことで実現している。ここで、通信制御情報は、通信対象情報(通信対象機器を一意に特定するための情報)、通信パターン(データの読み出しと書き込みとのどちらのパターンかの判別情報)、通信対象データ名、通信対象データサイズ等、通信を行うために必要となる情報PLCが通信を行うために、各PLCは通信バッファ(送受信データを一時的に格納しておく領域)を持つ。
 通信バッファの位置及びサイズを可変とすることで、通信に汎用性を持たせる技術が知られている。例えば、特許文献1~3には、リンクエリア(通信バッファ)の割付を可変にして、複数のPLC間でデータの授受を行う技術が開示されている。
特開平8-314510号公報 特開平8-106309号公報 特開平5-233037号公報
 しかしながら、上記従来の技術では、通信に必要となる通信制御情報をパラメータ等にてユーザが設定する必要がある。このため、通信制御情報を設定する前には、通信対象情報等の調査が必要となる。また、実際に通信制御情報を設定する際には多くの項目を手作業で入力する必要があり、手間がかかる。
 本発明は、上記に鑑みてなされたものであって、通信制御情報の設定の手間を低減したプログラマブルロジックコントローラを得ることを目的とする。
 上述した課題を解決し、目的を達成するために、本発明は、ネットワークを介して接続された他のPLCと通信してデータを授受するプログラマブルロジックコントローラであって、送信対象データが格納される内部デバイスと、通信対象とする他のPLCを特定する通信対象情報をパラメータとして含む通信制御情報を記録する内部メモリと、内部メモリに記録された通信制御情報に基づいて他のPLCと通信し、内部デバイスから読み出したデータを他のPLCのデバイスへ書き込む第1の動作及び他のPLCのデバイスから読み出したデータを内部デバイスへ書き込む第2の動作を行う通常通信モードと、内部メモリに通信制御情報が記録されているか否かによらず第1の動作を行うパラメータレス通信モードとのいずれかを設定する通信モード設定部と、通信モード設定部によってパラメータレス通信モードが設定された場合に、接続可能PLC判別コマンドをネットワークにブロードキャスト送信し、接続可能PLC判別コマンドに対して応答したPLCのIPアドレスを通信対象情報に設定する制御部とを備えることを特徴とする。
 本発明にかかるプログラマブルロジックコントローラは、通信制御情報を設定する手間をかけずに、ネットワーク接続された他のPLCとの間でのデータの授受が可能となるという効果を奏する。
図1は、本発明に係るPLCを適用したPLCシステムの実施の形態の構成を示す図である。 図2は、PLC内部のメモリに保存している通信制御情報の内容を示す図である。 図3は、パラメータレス通信モードにおいて、ネットワークに接続されている他のPLCを検索する方法を示す図である。 図4は、実施の形態にかかるPLCのパラメータレス通信モードでの動作の流れを示すフローチャートである。
 以下に、本発明にかかるプログラマブルロジックコントローラの実施の形態を図面に基づいて詳細に説明する。なお、この実施の形態によりこの発明が限定されるものではない。
実施の形態.
 図1は、本発明にかかるPLCを適用したPLCシステムの実施の形態の構成を示す図である。実施の形態にかかるPLCシステムは、本発明が適用されたPLC10と、拝啓技術で説明したPLC20(図1では、PLC20、20と2個記載しているが、本実施の形態では当該個数に限るものではない)とがハブ61を中心として回線62が結線されたスター型のネットワーク7により相互に接続されて構成されている。PLC10は、通信制御情報3を内部メモリ1に保持し、通信制御情報3に従いネットワーク7経由で内部デバイス2のデータを送受信する。また、PLC10は、通信制御情報3が内部メモリ1に記録されていない状態でも他のPLC20、20に対して内部デバイス2のデータを送信可能なパラメータレス通信モードとするか、通常の通信モードとするかを切り替える通信モード設定部5を備えている。通常の通信モードに設定されている場合、制御部4は、内部メモリ1に記録済の通信制御情報3に基づいて、ネットワーク7で接続された他のPLC20、20との間で内部デバイス2のデータを送受信する。
 すなわち、PLC10は、通常の通信モードにおいては、内部メモリ1に記録された通信制御情報3に基づいて他のPLC20、20と通信し、内部デバイス2のデータを他のPLC20、20のデバイスへ書き込む第1の動作(以下、この動作を「書き込み」と呼ぶ。)及び他のPLC20、20のデバイスから読み出し、当該読み出したデータを内部デバイス2へ書き込む第2の動作(以下、この動作を「読み出し」と呼ぶ。)を行う。パラメータレス通信モードに設定されている場合、内部メモリ1に通信制御情報3が記録されているか否かによらず書き込みを行う。パラメータレス通信モードに設定されている場合の動作については後述する。
 図2は、PLCが内部メモリに保持している本実施の形態における通信制御情報3の内容を示す図である。通信制御情報3として、背景技術の通信制御情報に加えて通信対象情報31、通信パターン32、通信対象データ名33、通信対象データサイズ34を含む。
 通信パターン32は、データの「読み出し」と「書き込み」のどちらの通信を行うか判別するための情報である。パラメータレス通信を行う場合は、この情報は「書き込み」に固定される。
 通信対象データ名33は、データ授受を行う対象のデータを特定するための情報(デバイス名)である。パラメータレス通信を行う場合は、この情報は特定のデバイス名に固定される。
 通信対象データサイズ34は、データ授受を行う対象データのサイズ(デバイス点数)である。パラメータレス通信を行う場合は、この情報は所定のサイズ(所定値)に固定される。
 通信対象情報31は、通信対象となるPLC10を一意に特定するための情報であり、IPアドレスが用いられる。パラメータレス通信モードにおいては、ネットワーク7に接続されている全てのPLC10を検索し、発見したPLC10のIPアドレスを通信対象情報31として設定することで、通信対象情報31の設定作業は自動化される。
 次に、パラメータレス通信モードでの動作について説明する。図3は、パラメータレス通信モードにおいて、ネットワークに接続されている他のPLCを検索する方法を示す図である。制御部4はブロードキャストによる送信方式を使用して他のPLC20、20の検索を実施する。PLC20、20を検索する際は、ネットワーク7に接続されている全ての機器に対して接続可能なPLCかを判別する情報(接続可能PLC判別コマンド)をブロードキャストで送信する。制御部4は、送信した情報に対して応答データを返した全てのPLC(この例ではPLC20、20)のIPアドレスを、通信対象情報31として内部メモリ1内の通信制御情報3に記録する。
 図4は、実施の形態にかかるPLCのパラメータレス通信モードでの動作の流れを示すフローチャートである。まず、制御部4はパラメータレス通信を実行するか否かを判別する(ステップS1)。パラメータレス通信を実行する場合(ステップS1/Yes)、制御部4は内部メモリ1に通信制御情報3が記録済か否かを判別する(ステップS2)。通信制御情報3が内部メモリ1に記録されていない場合は(ステップS2/No)、制御部4はパラメータレス通信を実行するために自動的に通信制御情報3を設定し、内部メモリ1に記録する。
 制御部4は、パラメータレス通信用の通信制御情報3を設定する際には、ネットワーク接続されている他のPLCを検索する(ステップS3)。この際には、図3に示したように、制御部4は接続可能PLC判別コマンドをブロードキャストで送信し、正常な応答データが帰ってくるか否かに基づいてPLCを検索する。接続可能なPLCが存在する場合(ステップS4/Yes)、制御部4は正常な応答データを返してきたPLCのIPアドレス情報を通信対象情報31として通信制御情報3に設定する(ステップS5)。図1に示した構成では、PLC20、20が正常な応答データを返すため、PLC20、20のIPアドレスが通信対象情報31として通信制御情報3に設定される。
 次に、制御部4は通信パターン32に「書き込み」を設定する(ステップS6)。
 次に、制御部4は通信対象データ名33に内部デバイス2の所定位置を指定する(ステップS7)。
 次に、制御部4は通信対象データサイズ34に所定値を設定する(ステップS8)。
 次に、制御部4は、内部メモリ1に記録済の通信制御情報3を基にし、ステップS5でIPアドレスを通信対象情報31として通信制御情報3に設定した全てのPLCに対して、通信対象データ名33で特定される内部デバイス2から通信対象データサイズ34分のデータを読み出してマルチキャスト送信し、他のPLC20、20のデバイスに書き込む(ステップS9)。
 すでにパラメータレス通信を実行済であるなどで通信制御情報3が内部メモリ1に記録済であった場合(ステップS2/Yes)も同様に、通信制御情報3に通信対象情報31が設定済の全てのPLC(この例ではPLC20、20)に対して、通信対象データ名33によって特定される内部デバイス2から通信対象データサイズ34分のデータをマルチキャスト送信する(ステップS9)。
 パラメータレス通信を実行しない場合(ステップS1/No)や接続可能なプログラマブルロジックコントローラがない場合(ステップS4/No)、処理を終了する。
 なお、PLC10を他のPLC20、20と接続するネットワークの一例として、イーサネット接続を挙げることができるが、他の方式のネットワークにおいても適用可能である。また、PLC10と他のPLC20、20との間のネットワークのトポロジーはスター型に限定されることはなく、任意のトポロジーのネットワークを適用可能である。また、上記の例では他のPLC20、20が従来のPLCである場合を例としたが、実施の形態にかかるPLC10を複数台接続することも可能である。さらに、上記の例ではネットワーク7を介して他のPLCを二つ(PLC20、20)接続しているが、より多くの他のPLCを接続することも可能である。
 このように、本実施の形態にかかるPLCは、通信制御情報の内容をユーザが設定する必要がなく、通信制御情報を設定する手間をかけずに、ネットワーク接続されたPLC間のデータ授受が可能となる。
 以上のように、本発明にかかるPLCは、デバイスのデータをネットワーク接続された他のPLCへ送信するのに適している。
 1 内部メモリ、2 内部デバイス、3 通信制御情報、4 制御部、5 通信モード設定部、61 ハブ、62 回線、7 ネットワーク、10,20,20 PLC。

Claims (3)

  1.  ネットワークを介して接続された他のPLCと通信してデータを授受するプログラマブルロジックコントローラであって、
     送信対象データが格納される内部デバイスと、
     通信対象とする前記他のPLCを特定する通信対象情報をパラメータとして含む通信制御情報を記録する内部メモリと、
     前記内部メモリに記録された前記通信制御情報に基づいて前記他のPLCと通信し、前記内部デバイスから読み出したデータを前記他のPLCのデバイスへ書き込む第1の動作及び前記他のPLCのデバイスから読み出したデータを前記内部デバイスへ書き込む第2の動作を行う通常通信モードと、前記内部メモリに前記通信制御情報が記録されているか否かによらず前記第1の動作を行うパラメータレス通信モードとのいずれかを設定する通信モード設定部と、
     前記通信モード設定部によって前記パラメータレス通信モードが設定された場合に、接続可能PLC判別コマンドを前記ネットワークにブロードキャスト送信し、前記接続可能PLC判別コマンドに対して応答したPLCのIPアドレスを前記通信対象情報に設定する制御部とを備えることを特徴とするプログラマブルロジックコントローラ。
  2.  前記通信制御情報は、前記第1の動作及び前記第2の動作のどちらを行うかを示す通信モードと、授受の対象とするデータを特定する通信対象データ名と、授受の対象とするデータのサイズを示す通信対象データサイズを含み、
     前記制御部は、前記通信モード設定部によって前記パラメータレス通信モードが設定された場合には、前記通信モードを前記第1の動作に設定し、前記通信対象データ名及び前記通信対象データサイズを所定の値に設定することを特徴とする請求項1に記載のプログラマブルロジックコントローラ。
  3.  前記通信モード設定部によって前記パラメータレス通信モードが設定された場合、前記制御部は、前記通信対象情報が示す全ての他のPLCのデバイスに前記内部デバイスから読み出したデータを書き込むことを特徴とする請求項1又は2に記載のプログラマブルロジックコントローラ。
PCT/JP2012/069360 2012-07-30 2012-07-30 プログラマブルロジックコントローラ WO2014020667A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
PCT/JP2012/069360 WO2014020667A1 (ja) 2012-07-30 2012-07-30 プログラマブルロジックコントローラ
JP2013503684A JP5367194B1 (ja) 2012-07-30 2012-07-30 プログラマブルロジックコントローラ
TW102108430A TWI476552B (zh) 2012-07-30 2013-03-11 可編程邏輯控制器

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2012/069360 WO2014020667A1 (ja) 2012-07-30 2012-07-30 プログラマブルロジックコントローラ

Publications (1)

Publication Number Publication Date
WO2014020667A1 true WO2014020667A1 (ja) 2014-02-06

Family

ID=49850419

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/069360 WO2014020667A1 (ja) 2012-07-30 2012-07-30 プログラマブルロジックコントローラ

Country Status (3)

Country Link
JP (1) JP5367194B1 (ja)
TW (1) TWI476552B (ja)
WO (1) WO2014020667A1 (ja)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101874762B1 (ko) * 2014-12-05 2018-07-04 미쓰비시덴키 가부시키가이샤 기입 허가 회로, 액세스 전환 회로 및 아날로그 디지털 변환 유닛
CN107807604B (zh) * 2017-11-22 2020-06-12 山西大学 基于西门子控制器和欧姆龙控制器的现场总线控制系统

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05233037A (ja) * 1992-02-19 1993-09-10 Fuji Electric Co Ltd プログラマブルコントローラのアクセス方法
JPH08106309A (ja) * 1994-10-06 1996-04-23 Keyence Corp プログラマブルコントローラ
JPH08314510A (ja) * 1995-05-17 1996-11-29 Howa Mach Ltd プログラマブルコントローラとプログラマブルコントローラ間のデータ授受の方法
JPH11282789A (ja) * 1998-03-31 1999-10-15 Mitsubishi Electric Corp Faコントローラおよびfaコントローラ構成情報管理システム
JP2007128363A (ja) * 2005-11-04 2007-05-24 Omron Corp プログラマブル・コントローラ・システム
JP2007243825A (ja) * 2006-03-10 2007-09-20 Yaskawa Electric Corp プログラマブルコントローラを適用した制御装置

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0950312A (ja) * 1995-05-31 1997-02-18 Mitsubishi Electric Corp Faコントローラのデータ処理方法
BR9807163A (pt) * 1997-12-10 2000-01-25 Sony Corp Processo de comunicação de dados, conjunto de equipamentos eletrônicos, e, meio de fornecimento de programa
JP3516905B2 (ja) * 2000-07-06 2004-04-05 株式会社デジタル ホストコンピュータ、および、そのプログラムが記録された記録媒体、並びに、それを用いた制御システム
NZ571456A (en) * 2004-01-20 2009-07-31 Qualcomm Inc Synchronized broadcast/multicast communication

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05233037A (ja) * 1992-02-19 1993-09-10 Fuji Electric Co Ltd プログラマブルコントローラのアクセス方法
JPH08106309A (ja) * 1994-10-06 1996-04-23 Keyence Corp プログラマブルコントローラ
JPH08314510A (ja) * 1995-05-17 1996-11-29 Howa Mach Ltd プログラマブルコントローラとプログラマブルコントローラ間のデータ授受の方法
JPH11282789A (ja) * 1998-03-31 1999-10-15 Mitsubishi Electric Corp Faコントローラおよびfaコントローラ構成情報管理システム
JP2007128363A (ja) * 2005-11-04 2007-05-24 Omron Corp プログラマブル・コントローラ・システム
JP2007243825A (ja) * 2006-03-10 2007-09-20 Yaskawa Electric Corp プログラマブルコントローラを適用した制御装置

Also Published As

Publication number Publication date
JP5367194B1 (ja) 2013-12-11
JPWO2014020667A1 (ja) 2016-07-11
TWI476552B (zh) 2015-03-11
TW201405261A (zh) 2014-02-01

Similar Documents

Publication Publication Date Title
CN102299835B (zh) 环网故障切换方法和装置
JP2010177722A (ja) スイッチ装置、カード、fdb情報の管理方法及びプログラム
US8892785B2 (en) Programming device for a network of control nodes and system with such a programming device
CN101873230A (zh) 物理网络拓扑的发现方法及装置
CN110401558B (zh) 安全级多点通信网络设备、系统及安全级网络通信方法
US9614749B2 (en) Data processing system and method for changing a transmission table
CN102315964B (zh) 一种测试报文的环回方法及交换设备
US20190158377A1 (en) Cluster wide packet tracing
US9686131B2 (en) System, gateway, and method for automatic setting configuration by learning commands
US20150381538A1 (en) Network, head subscriber and data transmission method
CN104468368A (zh) 配置bgp邻居的方法及装置
US10848419B2 (en) Data transmission method, communication network and master participant
US20100146225A1 (en) Acyclic data transfer via a field bus coupler
CN106254242A (zh) 一种数据传输方法、集中控制器、转发面设备和本端通信装置
CN107852344B (zh) 存储网元发现方法及装置
CN108768450A (zh) 通信方法和系统、计算机存储介质
US20150295727A1 (en) Method for operating a communication network and communication network
WO2014020667A1 (ja) プログラマブルロジックコントローラ
CN104579809A (zh) 一种堆叠分裂的检测方法和设备
US8824283B2 (en) Control node, a network of control nodes and a network configurator
CN103441934B (zh) 一种堆叠拓扑的学习方法及装置
CN102882760A (zh) 虚拟专用局域网服务网络中的报文处理方法、组件、设备及系统
CN109995678A (zh) 报文传输方法及装置
CN109413641B (zh) 基于mesh的网络系统、通信方法、装置、设备和存储介质
CN102664783B (zh) 一种虚拟局域网环路检测方法和装置

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2013503684

Country of ref document: JP

Kind code of ref document: A

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12882179

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12882179

Country of ref document: EP

Kind code of ref document: A1