JP5832710B1 - Programmable logic controller - Google Patents

Programmable logic controller Download PDF

Info

Publication number
JP5832710B1
JP5832710B1 JP2015537854A JP2015537854A JP5832710B1 JP 5832710 B1 JP5832710 B1 JP 5832710B1 JP 2015537854 A JP2015537854 A JP 2015537854A JP 2015537854 A JP2015537854 A JP 2015537854A JP 5832710 B1 JP5832710 B1 JP 5832710B1
Authority
JP
Japan
Prior art keywords
file
server
processing unit
programmable logic
logic controller
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.)
Active
Application number
JP2015537854A
Other languages
Japanese (ja)
Other versions
JPWO2016042602A1 (en
Inventor
伴彰 ▲高▼木
伴彰 ▲高▼木
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Application granted granted Critical
Publication of JP5832710B1 publication Critical patent/JP5832710B1/en
Publication of JPWO2016042602A1 publication Critical patent/JPWO2016042602A1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • 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/048Monitoring; Safety
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring

Abstract

シーケンスプログラムに従って被制御機器(9)を制御することによって、被制御機器(9)から情報を取得し、サーバ(6)に接続された際にクライアントとなるプログラマブルロジックコントローラ(1)であって、被制御機器(9)からの情報を基に生成したデータファイルを外部記憶媒体(8)に記憶させる外部記憶装置(7)と、外部記憶媒体(8)に記憶されているデータファイルをサーバ(6)へ転送する際に、データファイルの転送完了後に、サーバ(6)内の更新前のデータファイルの削除をサーバ(6)に要求するファイル転送処理部(5)とを有する。A programmable logic controller (1) that obtains information from the controlled device (9) by controlling the controlled device (9) according to a sequence program and becomes a client when connected to the server (6), An external storage device (7) for storing a data file generated based on information from the controlled device (9) in the external storage medium (8), and a data file stored in the external storage medium (8) as a server ( And 6) a file transfer processing unit (5) for requesting the server (6) to delete the pre-update data file in the server (6) after the transfer of the data file is completed.

Description

本発明は、サーバに接続された際にクライアントとなるプログラマブルロジックコントローラに関する。   The present invention relates to a programmable logic controller that becomes a client when connected to a server.

産業用機械に代表される被制御機器を制御するプログラマブルロジックコントローラは、製造ラインの生産数、エネルギー消費量、製造した製品の品質データといったファイルを保持している。プログラマブルロジックコントローラが保持するファイルは、プログラマブルロジックコントローラの製造メーカ独自のプロトコル又は一般的なプロトコルを使用して、上位のサーバに送信され、生産計画の立案、品質分析といった用途に利用される。一般的なプロトコルの一例を挙げるとFTP(file transfer protocol)である。また、ファイルの送信先である上位のサーバの具体例を挙げると、製造実行システム(Manufacturing Execution System:MES)を構成するサーバである。   A programmable logic controller that controls a controlled device typified by an industrial machine holds files such as the number of production lines, energy consumption, and quality data of manufactured products. The file held by the programmable logic controller is transmitted to a higher-level server using a protocol unique to the manufacturer of the programmable logic controller or a general protocol, and used for purposes such as production planning and quality analysis. An example of a general protocol is FTP (file transfer protocol). Further, a specific example of a host server that is a file transmission destination is a server that constitutes a manufacturing execution system (MES).

ファイル受信中のケーブル断により、受信途中の不完全なデータでサーバ内のファイルが更新されないようにする方法の一例には、サーバがファイルを受信している間は、受信データでファイルを上書きせず、受信完了後にファイルを上書きする方法を挙げることができる。   An example of a method to prevent the file in the server from being updated with incomplete data being received due to a cable disconnection during file reception is to overwrite the file with the received data while the server is receiving the file. One example is a method of overwriting a file after completion of reception.

特許文献1には、保守用端末から送信されてきたプログラムを揮発性メモリである第2記憶領域に保存し、プログラムの受信が完了したら不揮発性メモリである第1記憶領域内のプログラムを書き換えるプロセスコントローラが開示されている。特許文献1に開示されるモーションコントローラは、サーバ側となる保守用端末からのプログラム転送時に、プログラムの転送が完了するまで第1記憶領域内のプログラムを書き換えないため、プログラムの転送が正常に完了しない場合には、第1記憶領域内のプログラムを使用して動作を継続できる。   Japanese Patent Application Laid-Open No. 2004-151867 describes a process of storing a program transmitted from a maintenance terminal in a second storage area that is a volatile memory, and rewriting the program in the first storage area that is a nonvolatile memory when reception of the program is completed. A controller is disclosed. Since the motion controller disclosed in Patent Document 1 does not rewrite the program in the first storage area until the program transfer is completed when the program is transferred from the maintenance terminal on the server side, the program transfer is completed normally If not, the operation can be continued using the program in the first storage area.

また、特許文献2には、ネットワークユニットのセンサ設定情報メモリ内のデータをメッセージ通信によって読み出す上位制御装置が開示されている。   Patent Document 2 discloses a host control device that reads out data in a sensor setting information memory of a network unit by message communication.

特開2006−338304号公報JP 2006-338304 A 特開2011−28525号公報JP 2011-28525 A

産業用機械を制御するプログラマブルロジックコントローラのプログラム設計と、プログラマブルロジックコントローラから受信したデータを分析したり解析したりするサーバのプログラム設計とでは、必要となる技術が大きく異なる。従って、プログラマブルロジックコントローラのプログラム設計者とサーバのプログラム設計者は、異なることが多い。   The required technology differs greatly between the program design of the programmable logic controller that controls the industrial machine and the program design of the server that analyzes and analyzes the data received from the programmable logic controller. Therefore, the program designer of the programmable logic controller and the server program designer are often different.

従って、プログラマブルロジックコントローラのプログラム設計者は、送信途中の不完全なデータでファイルが更新されることを防止する機能がサーバに搭載されているか否かが不明である場合、又は搭載されていないことが分かっている場合、不完全なデータでファイルが更新されることを防止する機能をサーバに搭載してもらうようにサーバのプログラム設計者に依頼する必要がある。   Therefore, if the program designer of the programmable logic controller is uncertain whether or not the server is equipped with a function that prevents the file from being updated with incomplete data being transmitted, or not installed If it is known, it is necessary to ask the server program designer to install a function to prevent the file from being updated with incomplete data.

特許文献1と特許文献2とを組み合わせた場合、サーバ側の機器がメッセージ通信により、クライアント側の機器の内部のデータを読み出す構成となるが、不完全なデータでサーバのファイルが更新されることを防止する機能がサーバ側の主導による動作で実現されると、プログラマブルロジックコントローラのプログラム設計者は、サーバのプログラム設計者にクライアント側の機器の内部のデータをメッセージ通信で読み出す機能を搭載してもらうように依頼しなければならない。   When Patent Document 1 and Patent Document 2 are combined, the server-side device is configured to read data inside the client-side device through message communication, but the server file is updated with incomplete data. When the server-side initiative is implemented, the programmable logic controller program designer installs the server program designer with the ability to read the data inside the client-side device via message communication. I have to ask you to get it.

サーバのプログラム設計者に不完全なデータでファイルが更新されることを防止する機能をサーバに搭載することを断られた場合、プログラマブルロジックコントローラのプログラム設計者は、不完全なデータでサーバ内のファイルが更新されてしまうことを防止することができない。不完全なデータでサーバ内のファイルが更新されてしまうと、サーバは正しく生産計画を立てたり、品質分析を行ったりすることができなくなり、工場稼働率が低下したり、製品品質が低下したりするという問題が生じる。   If the server program designer refuses to install a function in the server that prevents the file from being updated with incomplete data, the program designer of the programmable logic controller may The file cannot be prevented from being updated. If the files in the server are updated with incomplete data, the server will not be able to make production plans or perform quality analysis correctly, resulting in reduced factory availability or reduced product quality. Problem arises.

本発明は、上記に鑑みてなされたものであって、不完全なデータでファイルが更新されてしまうことを防止する機能がサーバに搭載されているか否かに関わらず、不完全なデータでサーバ内のファイルが更新されてしまうことを防止できるプログラマブルロジックコントローラを得ることを目的とする。   The present invention has been made in view of the above, and it is possible to use a server with incomplete data regardless of whether or not the server has a function for preventing a file from being updated with incomplete data. An object of the present invention is to obtain a programmable logic controller that can prevent a file inside the file from being updated.

上述した課題を解決し、目的を達成するために、本発明は、シーケンスプログラムに従って被制御機器を制御することによって、被制御機器から情報を取得し、サーバに接続された際にクライアントとなるプログラマブルロジックコントローラであって、被制御機器からの情報を基に生成したデータファイルを記憶する記憶装置と、記憶装置に記憶されているデータファイルをサーバへ転送する際に、データファイルの転送完了後に、サーバ内の更新前のデータファイルの削除をサーバに要求するファイル転送処理部とを有することを特徴とする。   In order to solve the above-described problems and achieve the object, the present invention obtains information from a controlled device by controlling the controlled device according to a sequence program, and becomes a client when connected to a server. A logic controller that stores a data file generated based on information from a controlled device, and when transferring the data file stored in the storage device to the server, after the transfer of the data file is completed, And a file transfer processing unit that requests the server to delete the data file before update in the server.

本発明にかかるプログラマブルロジックコントローラは、不完全なデータでファイルが更新されてしまうことを防止する機能がサーバに搭載されているか否かに関わらず、不完全なデータでサーバ内のファイルが更新されてしまうことを防止できるという効果を奏する。   The programmable logic controller according to the present invention updates a file in the server with incomplete data regardless of whether the server has a function for preventing the file from being updated with incomplete data. There is an effect that can be prevented.

本発明の実施の形態にかかるプログラマブルロジックコントローラを適用したシステムの構成を示すブロック図The block diagram which shows the structure of the system to which the programmable logic controller concerning embodiment of this invention is applied. 実施の形態にかかるプログラマブルロジックコントローラを適用したシステムの動作の流れを示すフローチャートThe flowchart which shows the flow of operation | movement of the system to which the programmable logic controller concerning embodiment is applied 実施の形態にかかるプログラマブルロジックコントローラを適用したシステムにおけるファイル送信時のシーケンス図Sequence diagram at the time of file transmission in a system to which the programmable logic controller according to the embodiment is applied 実施の形態にかかるプログラマブルロジックコントローラを適用したシステムの動作の流れの別の一例を示すフローチャートThe flowchart which shows another example of the flow of operation | movement of the system to which the programmable logic controller concerning embodiment is applied

以下に、本発明の実施の形態にかかるプログラマブルロジックコントローラを図面に基づいて詳細に説明する。なお、この実施の形態によりこの発明が限定されるものではない。   Below, the programmable logic controller concerning an embodiment of the invention is explained in detail based on a drawing. Note that the present invention is not limited to the embodiments.

実施の形態.
図1は、本発明の実施の形態にかかるプログラマブルロジックコントローラを適用したシステムの構成を示すブロック図である。実施の形態にかかるプログラマブルロジックコントローラを適用したシステムは、被制御機器9を制御するプログラマブルロジックコントローラ1と、生産計画の立案及び品質分析を行うサーバ6とを有する。サーバ6には、パーソナルコンピュータを適用できるがこれに限定されることはない。
Embodiment.
FIG. 1 is a block diagram showing a configuration of a system to which a programmable logic controller according to an embodiment of the present invention is applied. The system to which the programmable logic controller according to the embodiment is applied includes a programmable logic controller 1 that controls the controlled device 9 and a server 6 that performs production planning and quality analysis. The server 6 can be a personal computer, but is not limited thereto.

プログラマブルロジックコントローラ1は、ユーザ操作に応じて判断処理を行う演算処理部2、演算処理部2が使用する内部デバイス3、演算処理部2からの要求に応じて、FTPによるファイル転送を行うファイル転送処理部5、ファイル転送処理部5からの要求を受けて、サーバ6と通信を行う通信処理部4、及び転送対象のファイルを保存する外部記憶装置7を有する。外部記憶装置7には、外部記憶媒体8を挿入可能であり、転送対象となるファイルは外部記憶媒体8に記憶される。すなわち、外部記憶装置7及び外部記憶媒体8は、被制御機器からの情報を基に生成したデータファイルを記憶する記憶装置である。外部記憶装置7の一例には、SDメモリカードリーダライタを挙げることができる。外部記憶媒体8の一例には、SDメモリカードを挙げることができる。なお、外部記憶媒体8は、外部記憶装置7に着脱可能で無くても良い。   The programmable logic controller 1 includes an arithmetic processing unit 2 that performs a determination process according to a user operation, an internal device 3 that the arithmetic processing unit 2 uses, and a file transfer that performs file transfer by FTP in response to a request from the arithmetic processing unit 2 In response to a request from the processing unit 5 and the file transfer processing unit 5, the communication processing unit 4 communicates with the server 6 and an external storage device 7 stores the transfer target file. An external storage medium 8 can be inserted into the external storage device 7, and a file to be transferred is stored in the external storage medium 8. That is, the external storage device 7 and the external storage medium 8 are storage devices that store data files generated based on information from controlled devices. An example of the external storage device 7 is an SD memory card reader / writer. An example of the external storage medium 8 is an SD memory card. The external storage medium 8 may not be detachable from the external storage device 7.

演算処理部2は、シーケンスプログラムを実行して被制御機器9の制御を行うとともに、被制御機器9から取得した情報を内部デバイス3に記憶する。演算処理部2は、内部デバイス3に記憶された情報からデータファイルを作成し、外部記憶装置7に挿入された外部記憶媒体8にデータファイルを記憶させる。すなわち、外部記憶装置7は、被制御機器9からの情報を基に生成したデータファイルを外部記憶媒体8に記憶させる。   The arithmetic processing unit 2 executes a sequence program to control the controlled device 9 and stores information acquired from the controlled device 9 in the internal device 3. The arithmetic processing unit 2 creates a data file from the information stored in the internal device 3 and stores the data file in the external storage medium 8 inserted in the external storage device 7. That is, the external storage device 7 stores the data file generated based on the information from the controlled device 9 in the external storage medium 8.

ファイル転送処理部5は、プログラマブルロジックコントローラ1に、ファームウェア処理によって実装されている。したがって、プログラマブルロジックコントローラ1のユーザがシーケンスプログラムを作成して実装する必要はない。   The file transfer processing unit 5 is mounted on the programmable logic controller 1 by firmware processing. Therefore, it is not necessary for the user of the programmable logic controller 1 to create and implement a sequence program.

図2は、実施の形態にかかるプログラマブルロジックコントローラを適用したシステムの動作の流れを示すフローチャートである。ステップS1において、演算処理部2はユーザ操作をトリガにしてファイル転送処理部5にFTPによるファイル転送を要求する。ファイル転送処理部5は、演算処理部2から、FTPによるファイル転送を要求されると、外部記憶媒体8から転送対象のファイルを読み出し、ファイル送信開始メッセージとともに、ファイルを別名でサーバ6へ送信するように通信処理部4に通知して、ファイル送信を開始する。ステップS1の動作は、外部記憶媒体8に記憶されているデータファイルを、別のファイル名でサーバ6へ送信する第1の動作である。   FIG. 2 is a flowchart illustrating an operation flow of a system to which the programmable logic controller according to the embodiment is applied. In step S <b> 1, the arithmetic processing unit 2 requests the file transfer processing unit 5 to perform file transfer by FTP using a user operation as a trigger. When the file transfer processing unit 5 is requested by the arithmetic processing unit 2 to transfer the file by FTP, the file transfer processing unit 5 reads the file to be transferred from the external storage medium 8 and transmits the file to the server 6 with an alias together with the file transmission start message. Thus, the communication processing unit 4 is notified and file transmission is started. The operation of step S1 is a first operation of transmitting the data file stored in the external storage medium 8 to the server 6 with another file name.

ステップS2において、ファイル転送処理部5は、ファイルの受信完了レスポンスをサーバ6から通信処理部4を通じて受信したか否かを確認する。受信していない場合(ステップS2:No)、ステップS4において、ファイル転送処理部5は、タイムアウトしたかを確認する。タイムアウトしていた場合(ステップS4:Yes)、ファイル転送処理部5は、ファイルの送信に失敗したと判断して、処理を異常終了する。タイムアウトしていない場合(ステップS4:No)、ステップS2に進み、ファイル転送処理部5は、再度ファイルの受信完了レスポンスを受信したか否かを確認する。   In step S <b> 2, the file transfer processing unit 5 confirms whether or not a file reception completion response has been received from the server 6 through the communication processing unit 4. If not received (step S2: No), in step S4, the file transfer processing unit 5 confirms whether time-out has occurred. When the time-out has occurred (step S4: Yes), the file transfer processing unit 5 determines that the file transmission has failed and ends the process abnormally. When the time-out has not occurred (step S4: No), the process proceeds to step S2, and the file transfer processing unit 5 confirms again whether or not a file reception completion response has been received.

ファイルの受信完了レスポンスを受信していた場合(ステップS2:Yes)、ステップS3に進み、ファイル転送処理部5は、サーバ6内の更新前のファイルの削除を要求するメッセージを、通信処理部4を通じてサーバ6へ送信する。ステップS3の動作は、外部記憶媒体8に記憶されているデータファイルと同じファイル名のデータファイルの削除をサーバ6に要求する第2の動作である。   When the file reception completion response has been received (step S2: Yes), the process proceeds to step S3, and the file transfer processing unit 5 sends a message requesting deletion of the file before update in the server 6 to the communication processing unit 4. To the server 6. The operation in step S3 is a second operation that requests the server 6 to delete the data file having the same file name as the data file stored in the external storage medium 8.

ステップS5において、ファイル転送処理部5は、ファイルの削除完了レスポンスをサーバ6から通信処理部4を通じて受信したか否かを確認する。受信していない場合(ステップS5:No)、ステップS7において、ファイル転送処理部5は、タイムアウトしたかを確認する。タイムアウトしていた場合(ステップS7:Yes)、ファイル転送処理部5は、ファイルの送信に失敗したと判断して、処理を異常終了する。タイムアウトしていない場合(ステップS7:No)、ステップS5に進み、ファイル転送処理部5は、再度ファイルの削除完了レスポンスを受信したか否かを確認する。   In step S <b> 5, the file transfer processing unit 5 confirms whether or not a file deletion completion response has been received from the server 6 through the communication processing unit 4. If not received (step S5: No), in step S7, the file transfer processing unit 5 confirms whether time-out has occurred. If the time-out has occurred (step S7: Yes), the file transfer processing unit 5 determines that the file transmission has failed and ends the process abnormally. When the time-out has not occurred (step S7: No), the process proceeds to step S5, and the file transfer processing unit 5 confirms again whether or not a file deletion completion response has been received.

ファイルの削除完了レスポンスを受信していた場合(ステップS5:Yes)、ステップS6に進み、ファイル転送処理部5は、変更するファイル名の指定メッセージを、通信処理部4を通じてサーバ6へ送信する。   When the file deletion completion response has been received (step S5: Yes), the process proceeds to step S6, and the file transfer processing unit 5 transmits a file name designation message to be changed to the server 6 through the communication processing unit 4.

ステップS8において、ファイル転送処理部5は、ファイル名の指定完了レスポンスをサーバ6から通信処理部4を通じて受信したか否かを確認する。受信していない場合(ステップS8:No)、ステップS10において、ファイル転送処理部5は、タイムアウトしたかを確認する。タイムアウトしていた場合(ステップS10:Yes)、ファイル転送処理部5は、ファイルの送信に失敗したと判断して、処理を異常終了する。タイムアウトしていない場合(ステップS10:No)、ステップS8に進み、ファイル転送処理部5は、再度ファイル名の指定完了レスポンスを受信したか否かを確認する。   In step S <b> 8, the file transfer processing unit 5 confirms whether or not a file name designation completion response has been received from the server 6 through the communication processing unit 4. If not received (step S8: No), in step S10, the file transfer processing unit 5 confirms whether time-out has occurred. If the time-out has occurred (step S10: Yes), the file transfer processing unit 5 determines that the file transmission has failed and ends the process abnormally. If the time-out has not occurred (step S10: No), the process proceeds to step S8, and the file transfer processing unit 5 confirms again whether or not a file name designation completion response has been received.

ファイル名の指定完了レスポンスを受信していた場合(ステップS8:Yes)、ステップS9に進み、ファイル転送処理部5は、ファイル名の変更要求メッセージを、通信処理部4を通じてサーバ6へ送信する。ステップS6及びステップS9の動作は、別のファイル名で送信したデータファイルのファイル名を、外部記憶媒体8に記憶されているデータファイルと同じファイル名に変更することをサーバ6に要求する第3の動作である。   If a file name designation completion response has been received (step S8: Yes), the process proceeds to step S9, and the file transfer processing unit 5 transmits a file name change request message to the server 6 through the communication processing unit 4. The operations in steps S6 and S9 request the server 6 to change the file name of the data file transmitted with a different file name to the same file name as the data file stored in the external storage medium 8. Is the operation.

ステップS11において、ファイル転送処理部5は、ファイル名の変更完了レスポンスをサーバ6から通信処理部4を通じて受信したか否かを確認する。受信していない場合(ステップS11:No)、ステップS12において、ファイル転送処理部5は、タイムアウトしたかを確認する。タイムアウトしていた場合(ステップS12:Yes)、ファイル転送処理部5は、ファイルの送信に失敗したと判断して、処理を異常終了する。タイムアウトしていない場合(ステップS12:No)、ステップS11に進み、ファイル転送処理部5は、再度ファイル名の変更完了レスポンスを受信したか否かを確認する。   In step S <b> 11, the file transfer processing unit 5 confirms whether or not a file name change completion response has been received from the server 6 through the communication processing unit 4. If not received (step S11: No), in step S12, the file transfer processing unit 5 confirms whether time-out has occurred. If the time-out has occurred (step S12: Yes), the file transfer processing unit 5 determines that the file transmission has failed and ends the process abnormally. If not timed out (step S12: No), the process proceeds to step S11, and the file transfer processing unit 5 confirms again whether or not a file name change completion response has been received.

ファイル名の変更完了レスポンスを受信していた場合(ステップS11:Yes)、ファイル転送処理部5は、ファイルの送信に成功したと判断して、処理を正常終了する。   When the file name change completion response has been received (step S11: Yes), the file transfer processing unit 5 determines that the file has been successfully transmitted and ends the process normally.

図3は、実施の形態にかかるプログラマブルロジックコントローラを適用したシステムにおけるファイル送信時のシーケンス図である。プログラマブルロジックコントローラ1は、サーバ6へ、転送対象ファイルとともにファイル送信開始メッセージM1を送信する。ファイル送信開始メッセージM1を受信したサーバ6は、プログラマブルロジックコントローラ1にファイルの受信完了レスポンスM2を返す。   FIG. 3 is a sequence diagram at the time of file transmission in the system to which the programmable logic controller according to the embodiment is applied. The programmable logic controller 1 transmits a file transmission start message M1 to the server 6 together with the transfer target file. The server 6 that has received the file transmission start message M1 returns a file reception completion response M2 to the programmable logic controller 1.

サーバ6からファイルの受信完了レスポンスM2を受信したプログラマブルロジックコントローラ1は、更新前のファイルの削除要求メッセージM3をサーバ6へ送信する。更新前のファイルの削除要求メッセージM3を受信したサーバ6は、更新前のファイルを削除した後に、ファイルの削除完了レスポンスM4をプログラマブルロジックコントローラ1へ返す。   The programmable logic controller 1 that has received the file reception completion response M2 from the server 6 transmits a file deletion request message M3 before update to the server 6. The server 6 that has received the file deletion request message M3 before the update returns a file deletion completion response M4 to the programmable logic controller 1 after deleting the file before the update.

サーバ6からファイルの削除完了レスポンスM4を受信したプログラマブルロジックコントローラ1は、ファイル名の指定メッセージM5をサーバ6へ送信する。ファイル名の指定メッセージM5を受信したサーバ6は、ファイル名の指定完了レスポンスM6をプログラマブルロジックコントローラ1へ返す。   The programmable logic controller 1 that has received the file deletion completion response M4 from the server 6 transmits a file name designation message M5 to the server 6. The server 6 that has received the file name designation message M5 returns a file name designation completion response M6 to the programmable logic controller 1.

サーバ6からファイル名の指定完了レスポンスM6を受信したプログラマブルロジックコントローラ1は、ファイル名の変更要求メッセージM7をサーバ6へ送信する。ファイル名の変更要求メッセージM7を受信したサーバ6は、ファイル名の指定メッセージM5で指定されたファイル名を、ファイル名の変更要求メッセージM7で指定されたファイル名に変更した後に、ファイル名の変更完了レスポンスM8をプログラマブルロジックコントローラ1へ返す。プログラマブルロジックコントローラ1は、サーバ6からファイル名の変更完了レスポンスM8を受信すると、ファイルの転送が完了する。   The programmable logic controller 1 that has received the file name designation completion response M6 from the server 6 transmits a file name change request message M7 to the server 6. The server 6 that has received the file name change request message M7 changes the file name specified by the file name change request message M5 to the file name specified by the file name change request message M7, and then changes the file name. A completion response M8 is returned to the programmable logic controller 1. When the programmable logic controller 1 receives the file name change completion response M8 from the server 6, the file transfer is completed.

ファイル転送処理部5は、ユーザ操作をトリガにして、外部記憶媒体8に記憶されているデータファイルを、別のファイル名でサーバ6へ送信する第1の動作、外部記憶媒体8に記憶されているデータファイルと同じファイル名のデータファイルの削除をサーバ6に要求する第2の動作及び別のファイル名で送信したデータファイルのファイル名を、外部記憶媒体8に記憶されているデータファイルと同じファイル名に変更することをサーバ6に要求する第3の動作を実行する。従って、不完全なデータでサーバ6内のファイルが更新されてしまうことを防止するにあたって、ユーザは特別な操作を意識して行う必要がないため、不完全なデータでサーバ6内のファイルが更新されてしまうことを確実に防止できる。   The file transfer processing unit 5 is stored in the external storage medium 8, a first operation of sending a data file stored in the external storage medium 8 to the server 6 with another file name, triggered by a user operation. The second operation for requesting the server 6 to delete the data file having the same file name as the existing data file and the file name of the data file transmitted with a different file name are the same as the data file stored in the external storage medium 8 A third operation for requesting the server 6 to change the file name is executed. Accordingly, in order to prevent the file in the server 6 from being updated with incomplete data, the user does not need to be aware of a special operation, so the file in the server 6 is updated with incomplete data. Can be reliably prevented.

図4は、実施の形態にかかるプログラマブルロジックコントローラを適用したシステムの動作の流れの別の一例を示すフローチャートである。ステップS51において、ユーザ操作をトリガにして演算処理部2は、ファイル転送処理部5にFTPによるファイル転送を要求する。ファイル転送処理部5は、演算制御部2から、FTPによるファイル転送を要求されると、転送対象のファイルを指定して変更するファイル名の指定メッセージを、通信処理部4を通じてサーバ6へ送信する。   FIG. 4 is a flowchart illustrating another example of the operation flow of the system to which the programmable logic controller according to the embodiment is applied. In step S <b> 51, the arithmetic processing unit 2 requests the file transfer processing unit 5 to perform file transfer by FTP using a user operation as a trigger. When the file transfer processing unit 5 is requested by the arithmetic control unit 2 to transfer the file by FTP, the file transfer processing unit 5 transmits a file name designation message to be changed by designating the file to be transferred to the server 6 through the communication processing unit 4. .

ステップS52において、ファイル転送処理部5は、ファイル名の指定完了レスポンスをサーバ6から通信処理部4を通じて受信したか否かを確認する。受信していない場合(ステップS52:No)、ステップS54において、ファイル転送処理部5は、タイムアウトしたかを確認する。タイムアウトしていた場合(ステップS54:Yes)、ファイル転送処理部5は、ファイルの送信に失敗したと判断して、処理を異常終了する。タイムアウトしていない場合(ステップS54:No)、ステップS52に進み、ファイル転送処理部5は、再度ファイル名の指定完了レスポンスを受信したか否かを確認する。   In step S <b> 52, the file transfer processing unit 5 confirms whether or not a file name designation completion response has been received from the server 6 through the communication processing unit 4. If not received (step S52: No), in step S54, the file transfer processing unit 5 confirms whether time-out has occurred. If the time-out has occurred (step S54: Yes), the file transfer processing unit 5 determines that the file transmission has failed and ends the process abnormally. If the time-out has not occurred (step S54: No), the process proceeds to step S52, and the file transfer processing unit 5 confirms again whether or not a file name designation completion response has been received.

ファイル名の指定完了レスポンスを受信していた場合(ステップS52:Yes)、ステップS53に進み、ファイル転送処理部5は、ファイル名の変更要求メッセージを、通信処理部4を通じてサーバ6へ送信する。ステップS51及びステップS53の動作は、サーバ6内の更新前のデータファイルのファイル名を別のファイル名に変更することをサーバ6に要求する第4の動作である。   If a file name designation completion response has been received (step S52: Yes), the process proceeds to step S53, and the file transfer processing unit 5 transmits a file name change request message to the server 6 through the communication processing unit 4. The operations in steps S51 and S53 are a fourth operation for requesting the server 6 to change the file name of the data file before update in the server 6 to another file name.

ステップS55において、ファイル転送処理部5は、ファイル名の変更完了レスポンスをサーバ6から通信処理部4を通じて受信したか否かを確認する。受信していない場合(ステップS55:No)、ステップS57において、ファイル転送処理部5は、タイムアウトしたかを確認する。タイムアウトしていた場合(ステップS57:Yes)、ファイル転送処理部5は、ファイルの送信に失敗したと判断して、処理を異常終了する。タイムアウトしていない場合(ステップS57:No)、ステップS55に進み、ファイル転送処理部5は、再度ファイル名の変更完了レスポンスを受信したか否かを確認する。   In step S <b> 55, the file transfer processing unit 5 confirms whether or not a file name change completion response has been received from the server 6 through the communication processing unit 4. If not received (step S55: No), in step S57, the file transfer processing unit 5 confirms whether time-out has occurred. If the time-out has occurred (step S57: Yes), the file transfer processing unit 5 determines that the file transmission has failed and ends the process abnormally. When the time-out has not occurred (step S57: No), the process proceeds to step S55, and the file transfer processing unit 5 confirms again whether or not a file name change completion response has been received.

ファイル名の変更完了レスポンスを受信していた場合(ステップS55:Yes)、ステップS56に進み、ファイル転送処理部5は、外部記憶媒体8から転送対象のファイルを読み出し、ファイル送信開始メッセージとともに、ファイルをサーバ6へ送信するように通信処理部4に通知して、ファイル送信を開始する。ステップS56の動作は、外部記憶媒体8に記憶されているデータファイルを、サーバ6へ送信する第5の動作である。   When the file name change completion response has been received (step S55: Yes), the process proceeds to step S56, where the file transfer processing unit 5 reads the file to be transferred from the external storage medium 8, and sends the file transmission start message together with the file transmission start message. Is transmitted to the server 6 and the communication processing unit 4 is notified to start file transmission. The operation of step S56 is a fifth operation of transmitting the data file stored in the external storage medium 8 to the server 6.

ステップS58において、ファイル転送処理部5は、ファイルの受信完了レスポンスをサーバ6から通信処理部4を通じて受信したか否かを確認する。受信していない場合(ステップS58:No)、ステップS60において、ファイル転送処理部5は、タイムアウトしたかを確認する。タイムアウトしていた場合(ステップS60:Yes)、ファイル転送処理部5は、ファイルの送信に失敗したと判断して、処理を異常終了する。タイムアウトしていない場合(ステップS60:No)、ステップS58に進み、ファイル転送処理部5は、再度ファイルの受信完了レスポンスを受信したか否かを確認する。   In step S <b> 58, the file transfer processing unit 5 confirms whether or not a file reception completion response has been received from the server 6 through the communication processing unit 4. If not received (step S58: No), in step S60, the file transfer processing unit 5 confirms whether time-out has occurred. If the time-out has occurred (step S60: Yes), the file transfer processing unit 5 determines that the file transmission has failed and ends the process abnormally. When the time-out has not occurred (step S60: No), the process proceeds to step S58, and the file transfer processing unit 5 confirms again whether or not a file reception completion response has been received.

ファイルの受信完了レスポンスを受信していた場合(ステップS58:Yes)、ステップS59に進み、ファイル転送処理部5は、サーバ6内のファイル名を変更したファイルの削除を要求するメッセージを、通信処理部4を通じてサーバ6へ送信する。ステップS59の動作は、別のファイル名に変更した更新前のデータファイルの削除をサーバ6に要求する第6の動作である。   When the file reception completion response has been received (step S58: Yes), the process proceeds to step S59, and the file transfer processing unit 5 transmits a message requesting deletion of the file whose file name has been changed in the server 6 to the communication process. It transmits to the server 6 through the unit 4. The operation in step S59 is a sixth operation for requesting the server 6 to delete the pre-update data file changed to another file name.

ステップS61において、ファイル転送処理部5は、ファイルの削除完了レスポンスをサーバ6から通信処理部4を通じて受信したか否かを確認する。受信していない場合(ステップS61:No)、ステップS62において、ファイル転送処理部5は、タイムアウトしたかを確認する。タイムアウトしていた場合(ステップS62:Yes)、ファイル転送処理部5は、ファイルの送信に失敗したと判断して、処理を異常終了する。タイムアウトしていない場合(ステップS62:No)、ステップS61に進み、ファイル転送処理部5は、再度ファイルの削除完了レスポンスを受信したか否かを確認する。   In step S <b> 61, the file transfer processing unit 5 confirms whether or not a file deletion completion response has been received from the server 6 through the communication processing unit 4. If not received (step S61: No), in step S62, the file transfer processing unit 5 confirms whether time-out has occurred. If the time-out has occurred (step S62: Yes), the file transfer processing unit 5 determines that the file transmission has failed and ends the process abnormally. If the time-out has not occurred (step S62: No), the process proceeds to step S61, and the file transfer processing unit 5 confirms again whether or not a file deletion completion response has been received.

ファイルの削除完了レスポンスを受信していた場合(ステップS61:Yes)、ファイル転送処理部5は、ファイルの送信に成功したと判断して、処理を正常終了する。   When the file deletion completion response has been received (step S61: Yes), the file transfer processing unit 5 determines that the file has been successfully transmitted and ends the process normally.

以上のように、転送対象のファイルを転送するのに先だって、サーバ6内のファイルのファイル名を変更することも可能である。ファイルの転送に先立ってサーバ6内のファイル名を変更する場合は、プログラマブルロジックコントローラ1からサーバ6へのファイルの転送が不完全となったら、ファイル転送に先立ってファイル名を変更したサーバ6内の転送対象ファイルのファイル名を元に戻せば、サーバ6は更新前のファイルを用いて生産計画を立てたり、品質分析を行ったりすることができる。   As described above, the file name of the file in the server 6 can be changed prior to transferring the transfer target file. When changing the file name in the server 6 prior to file transfer, if the transfer of the file from the programmable logic controller 1 to the server 6 is incomplete, the file name in the server 6 changed prior to file transfer. If the file name of the transfer target file is restored, the server 6 can make a production plan or perform quality analysis using the file before update.

ファイル転送処理部5は、ユーザ操作をトリガにして、サーバ6内の更新前のデータファイルのファイル名を別のファイル名に変更することをサーバ6に要求する第4の動作、外部記憶媒体8に記憶されているデータファイルを、サーバ6へ送信する第5の動作及び別のファイル名に変更した更新前のデータファイルの削除をサーバ6に要求する第6の動作を実行する。従って、不完全なデータでサーバ6内のファイルが更新されてしまうことを防止するにあたって、ユーザは特別な操作を意識して行う必要がないため、不完全なデータでサーバ6内のファイルが更新されてしまうことを確実に防止できる。   The file transfer processing unit 5 uses the user operation as a trigger to perform a fourth operation for requesting the server 6 to change the file name of the data file before update in the server 6 to another file name, the external storage medium 8 The fifth operation for transmitting the data file stored in the server 6 to the server 6 and the sixth operation for requesting the server 6 to delete the pre-update data file changed to another file name are executed. Accordingly, in order to prevent the file in the server 6 from being updated with incomplete data, the user does not need to be aware of a special operation, so the file in the server 6 is updated with incomplete data. Can be reliably prevented.

上記の説明では、ファイル転送処理部5は、FTPによりファイルを転送しているが、FTPに限定されることはなく他の通信プロトコルを用いてファイルを転送することも可能である。   In the above description, the file transfer processing unit 5 transfers the file by FTP. However, the file transfer processing unit 5 is not limited to FTP, and can transfer the file using another communication protocol.

実施の形態にかかるプログラマブルロジックコントローラ1は、外部記憶媒体8に記憶されているデータファイルをサーバ6へ転送する際に、データファイルの転送完了後に、サーバ6内の更新前のデータファイルの削除をサーバ6に要求するファイル転送処理部5を有する。従って、実施の形態にかかるプログラマブルロジックコントローラ1を用いたシステムでは、不完全なデータでファイルが更新されてしまうことを防止する機能がサーバ6に搭載されていなくても、プログラマブルロジックコントローラ1から送信したファイルでサーバ6内のファイルを更新する際に、送信途中の不完全なデータでサーバ6内のファイルが更新されることを防止することができる。   When transferring the data file stored in the external storage medium 8 to the server 6, the programmable logic controller 1 according to the embodiment deletes the data file before update in the server 6 after the transfer of the data file is completed. A file transfer processing unit 5 for requesting the server 6 is included. Therefore, in the system using the programmable logic controller 1 according to the embodiment, even if the server 6 does not have a function for preventing the file from being updated with incomplete data, the program is transmitted from the programmable logic controller 1. When the file in the server 6 is updated with the completed file, it is possible to prevent the file in the server 6 from being updated with incomplete data being transmitted.

以上の実施の形態に示した構成は、本発明の内容の一例を示すものであり、別の公知の技術と組み合わせることも可能であるし、本発明の要旨を逸脱しない範囲で、構成の一部を省略、変更することも可能である。   The configuration described in the above embodiment shows an example of the contents of the present invention, and can be combined with another known technique, and can be combined with other configurations without departing from the gist of the present invention. It is also possible to omit or change the part.

1 プログラマブルロジックコントローラ、2 演算処理部、3 内部デバイス、4 通信処理部、5 ファイル転送処理部、6 サーバ、7 外部記憶装置、8 外部記憶媒体、9 被制御機器。   1 programmable logic controller, 2 arithmetic processing unit, 3 internal device, 4 communication processing unit, 5 file transfer processing unit, 6 server, 7 external storage device, 8 external storage medium, 9 controlled device.

Claims (5)

シーケンスプログラムに従って被制御機器を制御することによって、前記被制御機器から情報を取得し、サーバに接続された際にクライアントとなるプログラマブルロジックコントローラであって、
前記被制御機器からの情報を基に生成したデータファイルを記憶する記憶装置と、
前記記憶装置に記憶されているデータファイルを前記サーバへ送信し、前記サーバが正常に受信したことを確認した後に、前記サーバ内の更新前のデータファイルの削除を前記サーバに要求するファイル転送処理部とを有することを特徴とするプログラマブルロジックコントローラ。
By controlling the controlled device according to the sequence program, it acquires information from the controlled device and is a programmable logic controller that becomes a client when connected to a server,
A storage device for storing a data file generated based on information from the controlled device;
A file transfer process for transmitting a data file stored in the storage device to the server and requesting the server to delete the data file before update in the server after confirming that the server has received it normally And a programmable logic controller.
前記ファイル転送処理部は、
前記記憶装置に記憶されているデータファイルを、別のファイル名で前記サーバへ送信する第1の動作と、
前記記憶装置に記憶されているデータファイルと同じファイル名のデータファイルの削除を前記サーバに要求する第2の動作と、
前記別のファイル名で送信したデータファイルのファイル名を、前記記憶装置に記憶されているデータファイルと同じファイル名に変更することを前記サーバに要求する第3の動作とを行うことを特徴とする請求項1に記載のプログラマブルロジックコントローラ。
The file transfer processing unit
A first operation of transmitting a data file stored in the storage device to the server with a different file name;
A second operation for requesting the server to delete a data file having the same file name as the data file stored in the storage device;
Performing a third operation of requesting the server to change the file name of the data file transmitted with the different file name to the same file name as the data file stored in the storage device. The programmable logic controller according to claim 1.
前記ファイル転送処理部は、ユーザ操作をトリガにして、前記第1の動作、前記第2の動作及び前記第3の動作を順に実行することを特徴とする請求項2に記載のプログラマブルロジックコントローラ。   The programmable logic controller according to claim 2, wherein the file transfer processing unit sequentially executes the first operation, the second operation, and the third operation with a user operation as a trigger. 前記ファイル転送処理部は、
前記サーバ内の更新前のデータファイルのファイル名を別のファイル名に変更することを前記サーバに要求する第4の動作と、
前記記憶装置に記憶されているデータファイルを、前記サーバへ送信する第5の動作と、
前記別のファイル名に変更した前記更新前のデータファイルの削除を前記サーバに要求する第6の動作とを行うことを特徴とする請求項1に記載のプログラマブルロジックコントローラ。
The file transfer processing unit
A fourth operation for requesting the server to change the file name of the data file before update in the server to another file name;
A fifth operation of transmitting a data file stored in the storage device to the server;
2. The programmable logic controller according to claim 1, wherein the programmable logic controller performs a sixth operation that requests the server to delete the data file before the update that has been changed to the another file name.
前記ファイル転送処理部は、ユーザ操作をトリガにして、前記第4の動作、前記第5の動作及び前記第6の動作を順に実行することを特徴とする請求項4に記載のプログラマブルロジックコントローラ。   5. The programmable logic controller according to claim 4, wherein the file transfer processing unit sequentially executes the fourth operation, the fifth operation, and the sixth operation with a user operation as a trigger.
JP2015537854A 2014-09-16 2014-09-16 Programmable logic controller Active JP5832710B1 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2014/074437 WO2016042602A1 (en) 2014-09-16 2014-09-16 Programmable logic controller

Publications (2)

Publication Number Publication Date
JP5832710B1 true JP5832710B1 (en) 2015-12-16
JPWO2016042602A1 JPWO2016042602A1 (en) 2017-04-27

Family

ID=54874325

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015537854A Active JP5832710B1 (en) 2014-09-16 2014-09-16 Programmable logic controller

Country Status (5)

Country Link
JP (1) JP5832710B1 (en)
KR (1) KR101767361B1 (en)
CN (1) CN106716372B (en)
TW (1) TWI574134B (en)
WO (1) WO2016042602A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6996257B2 (en) * 2017-11-27 2022-01-17 オムロン株式会社 Controls, control methods, and programs

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0399380A (en) * 1989-09-12 1991-04-24 Mitsubishi Electric Corp Method for storing collected data
JP2003271513A (en) * 2002-03-18 2003-09-26 Nef:Kk Image file transfer system
WO2012143993A1 (en) * 2011-04-18 2012-10-26 三菱電機株式会社 Programmable logic controller

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020147734A1 (en) * 2001-04-06 2002-10-10 Shoup Randall Scott Archiving method and system
US6799080B1 (en) * 2003-06-12 2004-09-28 The Boc Group, Inc. Configurable PLC and SCADA-based control system
JP4782475B2 (en) 2005-06-01 2011-09-28 島津システムソリューションズ株式会社 Process controller
JP2008046708A (en) * 2006-08-11 2008-02-28 Sharp Corp Data processor, program management device, control program update method, program management method, program management system, update program, and recording medium
US8806324B2 (en) * 2007-08-03 2014-08-12 Sap Ag Annotation data filtering of computer files
TWI379178B (en) * 2008-11-21 2012-12-11 Moxa Inc Programmable remote control system and method thereof
JP5346726B2 (en) 2009-07-24 2013-11-20 株式会社キーエンス Continuous sensor system, network unit, and sensor unit
CN103140846B (en) * 2011-04-01 2016-10-19 西门子公司 The method and device of file system on a programmable logic controller
JP7043732B2 (en) 2017-03-02 2022-03-30 株式会社三洋物産 Pachinko machine

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0399380A (en) * 1989-09-12 1991-04-24 Mitsubishi Electric Corp Method for storing collected data
JP2003271513A (en) * 2002-03-18 2003-09-26 Nef:Kk Image file transfer system
WO2012143993A1 (en) * 2011-04-18 2012-10-26 三菱電機株式会社 Programmable logic controller

Also Published As

Publication number Publication date
TW201617750A (en) 2016-05-16
TWI574134B (en) 2017-03-11
CN106716372B (en) 2018-08-24
CN106716372A (en) 2017-05-24
KR101767361B1 (en) 2017-08-10
JPWO2016042602A1 (en) 2017-04-27
WO2016042602A1 (en) 2016-03-24
KR20170033901A (en) 2017-03-27

Similar Documents

Publication Publication Date Title
US8996721B2 (en) Embedding controllers and devices with data to facilitate up-to-date control and configuration information
WO2016151856A1 (en) System design assistance device, system design assistance method, and system design assistance program
US20170075335A1 (en) Controller and control system
WO2018105609A1 (en) Program update system, distribution device, and program update method
CN109286677A (en) A kind of method and device of the file transmission based on FTP
JP2005174048A (en) Data set updating device, terminal device, data set updating method and program
JP5832710B1 (en) Programmable logic controller
KR102113409B1 (en) Method and device for retransmitting a hypertext transfer protocol request, and a client terminal
TW201947911A (en) Method of automatically building cloud services thereof
JP6054008B1 (en) Data management apparatus, data management method, and data management program
JP2007019947A (en) Communication system and filter setting method
JP2014143647A (en) Information processing program and image forming apparatus
TWI581081B (en) Programmable logic controller
JP6562468B2 (en) Setting information updating system, setting information automatic updating method, and setting information automatic updating program
JP2018139162A (en) Controller and communication control method
JP6904452B2 (en) Programmable device application authentication system and authentication method
JP6904453B2 (en) Programmable device application authentication system and authentication method
WO2022047725A1 (en) Mobile platform firmware upgrade method, mount platform, and terminal device
JP2019047273A5 (en)
CN106257538A (en) Thumbnail method for down loading and device
JP2021163157A (en) Image forming apparatus and setting file management system
JP2023101258A (en) Communication system, communication control method, and program
JP2007279878A (en) Communication terminal device
JP6357769B2 (en) Control device and communication control method
WO2017080270A1 (en) Method and apparatus for updating radio access network information management message

Legal Events

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20150929

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20151027

R150 Certificate of patent or registration of utility model

Ref document number: 5832710

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250