WO2015145689A1 - Plcモニタシステム - Google Patents

Plcモニタシステム Download PDF

Info

Publication number
WO2015145689A1
WO2015145689A1 PCT/JP2014/058990 JP2014058990W WO2015145689A1 WO 2015145689 A1 WO2015145689 A1 WO 2015145689A1 JP 2014058990 W JP2014058990 W JP 2014058990W WO 2015145689 A1 WO2015145689 A1 WO 2015145689A1
Authority
WO
WIPO (PCT)
Prior art keywords
device data
data
plc
display
unit
Prior art date
Application number
PCT/JP2014/058990
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/JP2014/058990 priority Critical patent/WO2015145689A1/ja
Priority to JP2014536044A priority patent/JPWO2015145689A1/ja
Publication of WO2015145689A1 publication Critical patent/WO2015145689A1/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/058Safety, monitoring

Definitions

  • the present invention relates to a PLC system that monitors device data of a PLC (programmable logic controller).
  • PLC programmable logic controller
  • a PLC that controls controlled equipment such as an industrial machine has a device memory that temporarily stores device data related to the controlled equipment, and reads / writes device data according to a sequence program that is a user program. Thus, the controlled device is controlled.
  • a monitor function for monitoring PLC device data in real time from a host device such as a display or a personal computer in order to investigate the cause of trouble in the controlled device or adjust parameters (Patent Document 1).
  • a logging function for outputting the logged device data to a PLC internal or an external storage medium connected to the PLC is generally known.
  • Such a logging function may have a function of transferring a logging file to a host device such as an FTP server.
  • a host device such as an FTP server.
  • Patent Documents 2 and 3 are technologies designed to allow data to be confirmed by a host device even when a communication failure occurs.
  • the PLC always logs regardless of the presence or absence of a communication failure.
  • problems such as an increase in the calculation load of the PLC and compression of the memory capacity.
  • the present invention has been made in view of the above.
  • monitoring even when device data cannot be monitored due to a communication failure or the like, monitoring is performed while suppressing the computational load of the PLC and the compression of the memory capacity. It is an object of the present invention to obtain a PLC monitor system that can monitor device data while missing device data.
  • the present invention provides an arithmetic processing unit that performs a determination process according to an instruction from a user, an internal device used by the arithmetic processing unit, and a programmable logic having a control unit A controller, a display unit connected to the programmable logic controller and displaying device data of the internal device; and a storage unit holding the device data; and the control unit is configured to display the device data. It is determined whether or not it can be acquired, and when the display unit cannot acquire the device data, an interruption period device that is the device data of the interruption period from when the device data cannot be acquired until it can be acquired again Data is stored in the storage unit.
  • the PLC monitor system according to the present invention has an effect of reducing the load on the PLC and the memory capacity to be used for preventing the loss of device data at the time of communication failure.
  • FIG. 1 is a block diagram showing a configuration of a PLC monitor system according to the present embodiment.
  • FIG. 2 is a flowchart of the operation of the PLC monitor system according to the first embodiment.
  • FIG. 3 is a diagram illustrating a display result of device data in the display according to the first embodiment.
  • FIG. 4 is a diagram illustrating a state in which monitor data and logging data are separately displayed on the display according to the first embodiment.
  • FIG. 5 is a diagram illustrating a display result when the monitor data and the logging data are merged in the display according to the first embodiment.
  • FIG. 6 is a diagram illustrating a display screen that displays the device data of the display according to the second embodiment.
  • FIG. 1 is a block diagram showing a configuration of a PLC monitor system 10 according to an embodiment of the present invention.
  • the PLC monitor system 10 includes a PLC 3, a display 1 (display unit) such as a personal computer that is a host device (external terminal) capable of receiving an instruction to the PLC 3 from a user and monitoring the state of the PLC 3, and an external storage A medium 9 (storage unit) is provided.
  • the storage unit is an external storage medium 9 such as an SD card, for example, but may be provided inside the PLC 3.
  • the PLC 3 includes an arithmetic processing unit 6 that performs a determination process in accordance with an instruction from the user, an internal device 5 provided for use by the arithmetic processing unit 6, and values of the internal device 5 at regular intervals (for example, every scan time).
  • a data collection processing unit 7 that collects device data
  • a logging processing unit 8 that outputs the collected values of the internal device 5 to a file
  • a communication processing unit 4 that performs communication such as data transmission / reception with the display 1.
  • the device data is data that stores internal data or internal information for use in the calculation processing of the PLC 3 as a value of the internal device 5.
  • the data collection processing unit 7, the logging processing unit 8, and the communication processing unit 4 may be regarded as a control unit as a whole.
  • an external storage medium 9 for saving the file logged by the logging processing unit 8 is connected to the PLC 3.
  • the PLC 3 is connected to the display 1 via the communication cable 2, and the display 1 can monitor the internal device 5 of the PLC 3.
  • FIG. 2 is a flowchart showing the operation of the PLC monitor system 10 according to the present embodiment.
  • the PLC 3 determines whether or not a certain time such as a scan time period designated by the user or the like via the display 1 has elapsed (step S1). If the fixed time has not yet elapsed (step S1: No), the process proceeds to step S3.
  • the data collection processing unit 7 collects device data of the internal device 5 in the PLC 3 (step S2). That is, the data collection processing unit 7 collects device data of the internal device 5 at a constant cycle.
  • step S3 it is confirmed whether or not the PLC 3 has received a data acquisition request from the display 1 (step S3). If the PLC 3 has not received the data acquisition request (step S3: No), whether or not the PLC 3 and the display device 1 can communicate with each other, that is, whether or not the display device 1 can acquire the device data of the PLC 3 is determined. Determination is made (step S8). At this time, if it is determined that communication is not possible due to a communication failure or the like between the PLC 3 and the display 1 (step S8: No), it is determined that it is an interruption period in which monitoring cannot be performed.
  • the logging processing unit 8 logs the device data collected by the data collection processing unit 7, and the logging processing unit 8 stores the logging data in the external storage medium 9 (step S9).
  • step S8: Yes the process proceeds to step S10.
  • the device data collected by the data collection processing unit 7 is transferred from the PLC 3 to the display 1 (step S4).
  • the monitor data that is the device data collected by the data collection processing unit 7 and the logging data that is the device data once held in the external storage medium 9 are both transferred to the display 1.
  • the monitor data is, for example, device data collected in real time by the data collection processing unit 7 and is transferred to the display 1 without being held in the external storage medium 9.
  • step S4 it is determined whether or not all the logging data once held in the external storage medium 9 has been transferred to the display 1 (step S5), and if there is untransferred logging data (step S5: No) transfers untransferred logging data to the display 1 (step S6). At this time, when the capacity of untransferred logging data is large, the PLC 3 may transfer the logging data to the display 1 in a plurality of times. After step S6 or when all the logging data held in the external storage medium 9 has been transferred to the display 1 (step S5: Yes), the process proceeds to step S7.
  • step S4 it is determined that the logging data is not transferred to the display 1 and all the logging data held in the external storage medium 9 is transferred to the display 1 (step S5: Yes). Proceed to step S7. In this case, device data merging described later in step S7 is not necessary.
  • step S7 the display device 1 displays the time change of the device data transferred from the PLC 3 as a graph as shown in FIG.
  • the monitor data and logging data shown in FIG. 4 are merged and displayed as time series data as shown in FIG. S7).
  • the monitor data includes past device data before the interruption period and new device data after the interruption period shown in FIG.
  • the logging data is the interruption period device data shown in FIG.
  • Such merging of monitor data and logging data can prevent device data from being lost due to communication failure due to a communication failure between the PLC 3 and the display 1.
  • the display 1 may include monitor data or a data buffer that temporarily holds the monitor data and logging data.
  • step S10 it is determined whether or not a predetermined monitor end condition is satisfied.
  • the monitor end condition is, for example, a monitor end request from the display 1 or a case where the amount of logging data reaches a certain amount. Then, a series of operations from step S1 to S7 is repeated until the monitor end condition is satisfied (step S10: Yes) (step S10: No). During this time, collection of device data of the internal device 5 by the data collection processing unit 7 is repeated at regular intervals such as a scan time.
  • the PLC monitor system 10 is configured so that when a failure occurs in communication between the display 1 and the PLC 3, the monitoring of the device data of the PLC 3 becomes impossible. It is possible to prevent the device data from being lost by logging the data and holding it in the external storage medium 9 as logging data. After the communication is recovered from the failure, the monitor data and the logging data are merged and displayed on the display 1 so that the device data can be changed without overlooking the device data while the communication failure occurs. Can be followed in time series.
  • the PLC monitor system when the monitoring of the device data by the external terminal becomes impossible due to a communication failure or the like, during the interruption period during which the device data cannot be monitored, Device data is logged by the PLC and stored in the storage unit. As a result, it is possible to prevent the device data information from being lost, and after the interruption period recovered from the failure, the device data can be checked on the external terminal while monitoring by the external terminal is impossible. it can.
  • the monitor data and the logging data are merged and displayed on the external terminal, so that the data before and after the failure can be analyzed in time series. Further, in the PLC monitor system according to the present embodiment, the PLC logs the device data only while the monitoring by the external terminal cannot be performed. The memory capacity to be reduced can be reduced.
  • the display 1 is connected to the PLC 3 via the communication cable 2, but may be connected wirelessly or the like.
  • a time series change of device data may be displayed on a portable terminal or a tablet terminal wirelessly connected to the PLC 3.
  • the display device 1 is not directly connected to the PLC 3, and the time series change of the device data is displayed on the display device connected to the other units connected to the PLC 3 by wire or wirelessly. It may be.
  • the display device 1 may be installed inside the PLC 3.
  • Embodiment 2 device data is stored in the external storage medium 9 as logging data when a communication failure occurs between the display 1 and the PLC 3 in order to always prevent the device data from being lost. After the communication is restored, the logging data is transferred to the display 1 and merged with the monitor data to be displayed on the display 1. In the second embodiment, the user can arbitrarily switch whether or not to save the device data as logging data in the external storage medium 9.
  • FIG. 6 is a diagram illustrating a display screen that displays the device data of the display according to the second embodiment.
  • a “logging” button 12 (logging instruction button) is provided on the display screen 11 that displays the device data of the display 1.
  • the “logging” button 12 may be displayed on a screen different from the display screen 11 for displaying device data.
  • the data collection processing unit 7 displays the device data on the display 1 without instructing the logging processing unit 8 to perform the logging processing.
  • the logging data held in the external storage medium 9 can be displayed on the display 1 by user operation when desired by the user.
  • the present invention is not limited to the above-described embodiment, and various modifications can be made without departing from the scope of the invention in the implementation stage.
  • the above embodiments include inventions at various stages, and various inventions can be extracted by appropriately combining a plurality of disclosed constituent requirements. For example, even if some constituent requirements are deleted from all the constituent requirements shown in the embodiment, the problem described in the column of the problem to be solved by the invention can be solved, and is described in the column of the effect of the invention. When an effect is obtained, a configuration from which this configuration requirement is deleted can be extracted as an invention.
  • the constituent elements over different embodiments may be appropriately combined.
  • the PLC monitor system according to the present invention is useful for time-series display of device data, and in particular, prevents loss of device data even when a communication failure occurs between the host device and the PLC. Suitable for
  • 1 display 2 communication cable, 3 PLC, 4 communication processing unit, 5 internal device, 6 arithmetic processing unit, 7 data collection processing unit, 8 logging processing unit, 9 external storage medium, 10 PLC monitor system, 11 display screen, 12 “Logging” button.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Programmable Controllers (AREA)
  • Testing And Monitoring For Control Systems (AREA)

Abstract

 実施の形態のPLCモニタシステムは、ユーザからの指示に応じて判断処理を行う演算処理部(6)、前記演算処理部(6)が使用する内部デバイス(5)、および制御部を有するプログラマブルロジックコントローラ(3)と、前記プログラマブルロジックコントローラ(3)と接続し、前記内部デバイス(5)のデバイスデータを表示する表示部(1)と、前記デバイスデータを保持する記憶部と、を備え、前記制御部は、前記表示部(1)が前記デバイスデータを取得できるか否かを判定し、前記表示部(1)が前記デバイスデータを取得できない場合は、前記デバイスデータを取得できなくなってから再び取得できるようになるまでの中断期間の前記デバイスデータである中断期間デバイスデータを前記記憶部に保持させる。

Description

PLCモニタシステム
 本発明は、PLC(programmable logic controller)のデバイスデータのモニタを行うPLCシステムに関する。
 産業用機械などの被制御機器を制御するPLCは、被制御機器に関するデバイスデータを一時的に格納するデバイスメモリを有しており、ユーザプログラムであるシーケンスプログラムにしたがって、デバイスデータをリード/ライトすることによって、被制御装置を制御する。
 このPLCを用いたシステムにおいては、被制御機器のトラブルの原因究明や、パラメータの調整などのため、表示器やパソコンなどの上位装置からPLCのデバイスデータをリアルタイムに監視するモニタ機能(特許文献1)や、ロギングしたデバイスデータをPLCの内部、またはPLCに接続されている外部記憶媒体へファイル出力するロギング機能が一般に知られている。
 このようなロギング機能は、ロギングファイルをFTPサーバなどの上位装置に転送する機能を備えていることもあり、特許文献2および3のように、システムに何らかの障害が発生した場合に、上位装置におけるデバイスデータの欠落を防止するための技術が提案されている。
特開2001-236105号公報 特開2012-108642号公報 特開2007-241865号公報
 しかしながら、従来のモニタ機能においては、PLCと上位装置の間で、ケーブルの断線などの何らかの通信障害が発生すると、上位装置でデバイスデータのモニタができず、重要なデバイスデータを見逃す可能性があった。
 また、特許文献2および3の従来技術は、通信障害が発生した場合でも、上位装置でデータを確認できるように考案された技術であるが、通信障害の有無に関わらず、PLCが常にロギングを行っているため、PLCの演算負荷の増大や、メモリ容量の圧迫などの問題があった。
 本発明は、上記に鑑みてなされたものであり、モニタ機能において、通信障害等によってデバイスデータのモニタが実行不可能となった場合でも、PLCの演算負荷やメモリ容量の圧迫を抑えつつ、モニタが実行不可能である間のデバイスデータを見逃すことなくモニタすることができるPLCモニタシステムを得ることを目的としている。
 上述した課題を解決し、目的を達成するために、本発明は、ユーザからの指示に応じて判断処理を行う演算処理部、前記演算処理部が使用する内部デバイス、および制御部を有するプログラマブルロジックコントローラと、前記プログラマブルロジックコントローラと接続し、前記内部デバイスのデバイスデータを表示する表示部と、前記デバイスデータを保持する記憶部と、を備え、前記制御部は、前記表示部が前記デバイスデータを取得できるか否かを判定し、前記表示部が前記デバイスデータを取得できない場合は、前記デバイスデータを取得できなくなってから再び取得できるようになるまでの中断期間の前記デバイスデータである中断期間デバイスデータを前記記憶部に保持させることを特徴とする。
 本発明にかかるPLCモニタシステムは、通信障害時のデバイスデータの欠落を防ぐためのPLCの負荷や使用するメモリ容量を削減できるという効果を奏する。
図1は、本実施の形態にかかるPLCモニタシステムの構成を示すブロック図である。 図2は、実施の形態1にかかるPLCモニタシステムの動作を示すフローチャートである。 図3は、実施の形態1にかかる表示器におけるデバイスデータの表示結果を示す図である。 図4は、実施の形態1にかかる表示器においてモニタデータとロギングデータを別々に表示した様子を示す図である。 図5は、実施の形態1にかかる表示器においてモニタデータとロギングデータをマージした際の表示結果を示す図である。 図6は、実施の形態2にかかる表示器のデバイスデータを表示する表示画面を示す図である。
 以下に、本発明にかかるPLCモニタシステムの実施の形態を図面に基づき詳細に説明する。なお、この実施の形態によりこの発明が限定されるものではない。
実施の形態1.
(システム構成)
 図1は、本発明の実施の形態にかかるPLCモニタシステム10の構成を示すブロック図である。PLCモニタシステム10は、PLC3、ユーザからのPLC3に対する指示を受け付けると共にPLC3の状態をモニタすることが可能な上位装置(外部端末)であるパーソナルコンピュータなどの表示器1(表示部)、および外部記憶媒体9(記憶部)を備える。なお、記憶部は、例えば、SDカードなどの外部記憶媒体9であるが、PLC3の内部に設けられていてもよい。
 PLC3は、ユーザからの指示に応じて判断処理を行う演算処理部6、演算処理部6が使用するために設けられた内部デバイス5、一定の間隔(スキャンタイム毎等)に内部デバイス5の値であるデバイスデータを収集するデータ収集処理部7、収集した内部デバイス5の値をファイルへ出力するロギング処理部8、および、表示器1とデータの送受信などの通信を行う通信処理部4を備えている。ここで、デバイスデータとは、PLC3の演算処理で使用するための内部データまたは内部情報を内部デバイス5の値として保存しているデータのことである。なお、データ収集処理部7、ロギング処理部8、および通信処理部4を全体として制御部とみなしても構わない。
 さらに、PLC3には、ロギング処理部8がロギングしたファイルを保存する外部記憶媒体9が接続されている。また、PLC3は表示器1と通信ケーブル2を介して接続されており、表示器1においてPLC3の内部デバイス5をモニタすることが可能である。
(システムの動作)
 図2は、本実施の形態にかかるPLCモニタシステム10の動作を示すフローチャートである。モニタを開始すると、PLC3は、表示器1を介してユーザ等から指定されたスキャンタイムの周期等である一定時間が経過したか否かが判定される(ステップS1)。まだ一定時間が経過していない場合(ステップS1:No)は、ステップS3に進む。一定時間が経過した場合(ステップS1:Yes)は、PLC3においてデータ収集処理部7が内部デバイス5のデバイスデータを収集する(ステップS2)。すなわち、データ収集処理部7は一定の周期で内部デバイス5のデバイスデータを収集する。
 次に、データ取得要求を表示器1からPLC3が受信したかどうかを確認する(ステップS3)。PLC3がデータ取得要求を受信していない場合(ステップS3:No)は、PLC3と表示器1が通信可能であるか否か、すなわち、表示器1がPLC3のデバイスデータを取得可能か否かが判断される(ステップS8)。このとき、PLC3と表示器1間の通信障害等により通信が不可能であると判断された場合(ステップS8:No)は、モニタが実行不可能な中断期間であると判断し、PLC3は、データ収集処理部7が収集したデバイスデータのロギングをロギング処理部8に実行させ、ロギング処理部8は、ロギングデータを外部記憶媒体9に保存する(ステップS9)。通信が可能であると判断された場合(ステップS8:Yes)、およびステップS9の後は、ステップS10に進む。
 一方、表示器1からのデータ取得要求をPLC3が受信していた場合(ステップS3:Yes)は、データ収集処理部7が収集したデバイスデータをPLC3から表示器1へ転送する(ステップS4)。このとき、データ収集処理部7が収集したデバイスデータであるモニタデータと、一旦外部記憶媒体9に保持されたデバイスデータであるロギングデータとが、共に表示器1へ転送される。モニタデータは、例えば、データ収集処理部7がリアルタイムに収集したデバイスデータであり、外部記憶媒体9に保持されることなく表示器1へ転送されるデータである。
 さらに、ステップS4の後に、一旦外部記憶媒体9に保持されたロギングデータが全て表示器1に転送済みか否かが判定され(ステップS5)、未転送のロギングデータが存在する場合(ステップS5:No)は、未転送のロギングデータを表示器1へ転送する(ステップS6)。このとき、未転送のロギングデータの容量が大きい場合には、PLC3はロギングデータを複数回に分けて表示器1へ転送するようにしてもよい。ステップS6の後、或いは、外部記憶媒体9に保持されたロギングデータが全て表示器1に転送されている場合(ステップS5:Yes)は、ステップS7に進む。
 また、上述した中断期間が発生していない場合は、外部記憶媒体9にデバイスデータは保持されていないので、ロギングデータは存在しない。従って、ステップS4では、ロギングデータは表示器1へ転送されることなく、外部記憶媒体9に保持されたロギングデータが全て表示器1に転送されている(ステップS5:Yes)と判断されて、ステップS7に進む。この場合、ステップS7において後述するデバイスデータのマージは必要ない。
 ステップS7において、表示器1は、図3に示すように、PLC3から転送されたデバイスデータの時間変化をグラフ表示する。ここで、PLC3から外部記憶媒体9に保持されたロギングデータを転送する場合には、図4に示すモニタデータとロギングデータをマージして、図5に示すような時系列データとして表示する(ステップS7)。ここで、モニタデータは、図4に示す中断期間前の過去デバイスデータと中断期間後の新規デバイスデータを含む。また、ロギングデータは、図4に示す中断期間デバイスデータである。
 このようなモニタデータとロギングデータのマージにより、PLC3と表示器1間の通信障害等により通信が不可能となったことによるデバイスデータの表示の欠落を防止することができる。なお、このようなモニタデータとロギングデータのマージのために、表示器1は、モニタデータ、又はモニタデータ及びロギングデータを一旦保持するデータバッファ等をそなえていてもよい。ステップS7の後、ステップS10に進む。
 ステップS10では、予め定めたモニタ終了条件が成立するか否かが判定される。モニタ終了条件とは、具体的には、例えば、表示器1からのモニタ終了要求や、ロギングデータのデータ量が一定量に達した場合などである。そして、ステップS1~S7までの一連の動作がモニタ終了条件が成立する(ステップS10:Yes)まで繰り返される(ステップS10:No)。この間、スキャンタイムなどの一定間隔で内部デバイス5のデバイスデータの、データ収集処理部7による収集が繰り返される。
 以上のように、本実施の形態にかかるPLCモニタシステム10は、表示器1とPLC3との間の通信に障害が発生し、PLC3のデバイスデータのモニタが実行不可能となった場合に、デバイスデータをロギングしてロギングデータとして外部記憶媒体9に保持することでデバイスデータが失われることを防ぐことが可能である。そして、通信が障害から復旧した後に、表示器1において、モニタデータとロギングデータをマージして表示することで、通信障害が発生している間のデバイスデータを見逃すことがなく、デバイスデータの変化を時系列で追うことが可能となる。
 すなわち、本実施の形態にかかるPLCモニタシステムにおいては、通信障害等によってデバイスデータの外部端末によるモニタが実行不可能になった場合において、デバイスデータのモニタが実行不可能である中断期間の間、PLCによってデバイスデータをロギングして記憶部に記憶させるようにした。これにより、デバイスデータの情報が失われることを防ぐことができ、障害から復旧した中断期間の後は、外部端末によるモニタが実行不可能であった間のデバイスデータを外部端末で確認することができる。
 さらに、本実施の形態にかかるPLCモニタシステムにおいては、外部端末にてモニタデータとロギングデータとをマージして表示するようにしたので、障害前後のデータの時系列での解析が可能となる。また、本実施の形態にかかるPLCモニタシステムにおいては、PLCは外部端末によるモニタが実行不可能である間のみデバイスデータのロギングを行うため、常時ロギングを行うシステムに比べて、PLCの負荷や使用するメモリ容量を削減することができる。
 以上の説明においては、表示器1はPLC3と通信ケーブル2を介して接続されているとしたが、無線などによって接続されていてもよい。例えば、PLC3と無線接続された携帯端末やタブレット端末などにデバイスデータの時系列変化が表示されるようになっていてもよい。また、PLC3には表示器1が直接は接続されておらず、PLC3に接続されている他のユニットに有線または無線で接続された表示器にデバイスデータの時系列変化が表示されるようになっていてもよい。さらには、表示器1がPLC3の内部に設置されていてもかまわない。
実施の形態2.
 実施の形態1においては、デバイスデータの表示の欠落を常時防止する為に、表示器1とPLC3との間に通信障害が生じた場合に、デバイスデータをロギングデータとして外部記憶媒体9に保持し、通信が復旧した後に、表示器1にロギングデータを転送し、モニタデータとマージして表示器1に表示するようにしていた。実施の形態2においては、デバイスデータをロギングデータとして外部記憶倍媒体9に保存するか否かをユーザが任意に切り替えることが可能である。
 実施の形態2にかかるPLCモニタシステム10の構成を示すブロック図は図1と同じである。図6は、実施の形態2にかかる表示器のデバイスデータを表示する表示画面を示す図である。本実施の形態においては、図6に示すように表示器1のデバイスデータを表示する表示画面11の上に、「ロギング」ボタン12(ロギング指示ボタン)が設けられている。なお、「ロギング」ボタン12は、デバイスデータを表示する表示画面11とは別の画面に表示されるようになっていてもかまわない。ユーザによって「ロギング」ボタン12が押下されると、図1のデータ収集処理部7はロギング処理部8を動作させ、外部記憶媒体9にロギングデータが保持される。一方、「ロギング」ボタン12が押下されていない場合には、データ収集処理部7はロギング処理をロギング処理部8に命ずることなく、デバイスデータを表示器1に表示する。外部記憶媒体9に保持されたロギングデータは、ユーザが希望するときにユーザの操作によって表示器1に表示させることが可能である。
 さらに、本願発明は上記実施の形態に限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で種々に変形することが可能である。また、上記実施の形態には種々の段階の発明が含まれており、開示される複数の構成要件における適宜な組み合わせにより種々の発明が抽出されうる。例えば、実施の形態に示される全構成要件からいくつかの構成要件が削除されても、発明が解決しようとする課題の欄で述べた課題が解決でき、発明の効果の欄で述べられている効果が得られる場合には、この構成要件が削除された構成が発明として抽出されうる。更に、異なる実施の形態にわたる構成要素を適宜組み合わせてもよい。
 以上のように、本発明にかかるPLCモニタシステムは、デバイスデータの時系列表示に有用であり、特に、上位装置とPLCとの間に通信障害が発生する場合にもデバイスデータの欠落を防ぐことに適している。
 1 表示器、2 通信ケーブル、3 PLC、4 通信処理部、5 内部デバイス、6 演算処理部、7 データ収集処理部、8 ロギング処理部、9 外部記憶媒体、10 PLCモニタシステム、11 表示画面、12 「ロギング」ボタン。

Claims (5)

  1.  ユーザからの指示に応じて判断処理を行う演算処理部、前記演算処理部が使用する内部デバイス、および制御部を有するプログラマブルロジックコントローラと、
     前記プログラマブルロジックコントローラと接続し、前記内部デバイスのデバイスデータを表示する表示部と、
     前記デバイスデータを保持する記憶部と、
     を備え、
     前記制御部は、前記表示部が前記デバイスデータを取得できるか否かを判定し、前記表示部が前記デバイスデータを取得できない場合は、前記デバイスデータを取得できなくなってから再び取得できるようになるまでの中断期間の前記デバイスデータである中断期間デバイスデータを前記記憶部に保持させる
     ことを特徴とするPLCモニタシステム。
  2.  前記表示部が前記デバイスデータを取得できなくなってから再び取得できるようになった場合は、前記表示部は、前記中断期間デバイスデータと、前記中断期間デバイスデータに引き続く前記デバイスデータであって前記記憶部に保持されていない新規デバイスデータとをマージして時系列データとして表示する
     ことを特徴とする請求項1に記載のPLCモニタシステム。
  3.  前記表示部は、前記中断期間デバイスデータの直前までの前記デバイスデータであって前記記憶部に保持されていない過去デバイスデータと、前記中断期間デバイスデータと、前記新規デバイスデータとをマージして時系列データとして表示する
     ことを特徴とする請求項2に記載のPLCモニタシステム。
  4.  ユーザからの指示に応じて判断処理を行う演算処理部、前記演算処理部が使用する内部デバイス、および制御部を有するプログラマブルロジックコントローラと、
     前記プログラマブルロジックコントローラと接続し、前記内部デバイスのデバイスデータを表示する表示部と、
     前記デバイスデータを保持する記憶部と、
     を備え、
     前記表示部は、押下可能なロギング指示ボタンを表示し、
     前記制御部は、前記ロギング指示ボタンが押下された場合は、前記デバイスデータを前記記憶部に保持させる
     ことを特徴とするPLCモニタシステム。
  5.  前記表示部は、前記プログラマブルロジックコントローラと無線により接続されている
     ことを特徴とする請求項1から4のいずれか1項に記載のPLCモニタシステム。
PCT/JP2014/058990 2014-03-27 2014-03-27 Plcモニタシステム WO2015145689A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/JP2014/058990 WO2015145689A1 (ja) 2014-03-27 2014-03-27 Plcモニタシステム
JP2014536044A JPWO2015145689A1 (ja) 2014-03-27 2014-03-27 Plcモニタシステム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2014/058990 WO2015145689A1 (ja) 2014-03-27 2014-03-27 Plcモニタシステム

Publications (1)

Publication Number Publication Date
WO2015145689A1 true WO2015145689A1 (ja) 2015-10-01

Family

ID=54194279

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2014/058990 WO2015145689A1 (ja) 2014-03-27 2014-03-27 Plcモニタシステム

Country Status (2)

Country Link
JP (1) JPWO2015145689A1 (ja)
WO (1) WO2015145689A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113518949A (zh) * 2019-03-15 2021-10-19 欧姆龙株式会社 控制器系统

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08147008A (ja) * 1994-11-16 1996-06-07 Fuji Electric Co Ltd 操作表示器
JP2005339434A (ja) * 2004-05-31 2005-12-08 Digital Electronics Corp プログラマブル表示器、プログラマブルコントローラおよび制御システム
JP2006217549A (ja) * 2005-02-07 2006-08-17 Keyence Corp データ収集システム
JP2007233891A (ja) * 2006-03-03 2007-09-13 Toshiba Corp プラント監視制御装置
JP2008084027A (ja) * 2006-09-27 2008-04-10 Digital Electronics Corp プログラマブル表示器、表示プログラムおよびそれを記録した記録媒体

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003029824A (ja) * 2001-07-16 2003-01-31 Mitsubishi Electric Corp 広域プラント管理システム
JP2008158813A (ja) * 2006-12-22 2008-07-10 Digital Electronics Corp プログラマブル表示器、表示制御プログラムおよびそれを記録した記録媒体

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08147008A (ja) * 1994-11-16 1996-06-07 Fuji Electric Co Ltd 操作表示器
JP2005339434A (ja) * 2004-05-31 2005-12-08 Digital Electronics Corp プログラマブル表示器、プログラマブルコントローラおよび制御システム
JP2006217549A (ja) * 2005-02-07 2006-08-17 Keyence Corp データ収集システム
JP2007233891A (ja) * 2006-03-03 2007-09-13 Toshiba Corp プラント監視制御装置
JP2008084027A (ja) * 2006-09-27 2008-04-10 Digital Electronics Corp プログラマブル表示器、表示プログラムおよびそれを記録した記録媒体

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113518949A (zh) * 2019-03-15 2021-10-19 欧姆龙株式会社 控制器系统

Also Published As

Publication number Publication date
JPWO2015145689A1 (ja) 2017-04-13

Similar Documents

Publication Publication Date Title
KR101712300B1 (ko) 데이터 수집·전송 장치
US20170034484A1 (en) Wireless endoscope system, endoscope, display device, image transmission method, image display method, and program
JP2019161359A (ja) 中継装置
JP6542096B2 (ja) 故障診断システム
US9817736B2 (en) Communication system, communication terminal, and computer program product
CN109691097B (zh) 控制试验装置及控制试验方法
JP2015154465A5 (ja)
JP7421921B2 (ja) 画像表示装置、表示システム、及び表示装置の制御方法
JP5864032B1 (ja) プログラマブルロジックコントローラ
US20160371154A1 (en) Remote control device and control system
WO2015145689A1 (ja) Plcモニタシステム
US20130251025A1 (en) Memory bandwidth reduction during video capture
CN107957719B (zh) 机器人及其异常监控方法和装置
JPWO2015181878A1 (ja) 表示器、表示方法、表示プログラム
JP6152020B2 (ja) デバイス及び表示システム
JP2007249759A (ja) 監視システム
US20150218745A1 (en) Electronic device, computer program product, and method for controlling display
WO2016143073A1 (ja) 情報処理装置および情報処理システム
JP6951157B2 (ja) プログラマブルコントローラ及びラダー回路プログラム検証システム
JP5814668B2 (ja) 画像処理装置
US20060103735A1 (en) Methods and systems for providing images and related devices
JP5889166B2 (ja) プラント監視制御システム
US11113141B2 (en) Message input/output device, method, and recording medium
JPWO2016052588A1 (ja) 情報処理装置、情報処理方法、及びプログラム
KR20230006274A (ko) Rpa실행 모니터링 방법

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2014536044

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: 14887116

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: 14887116

Country of ref document: EP

Kind code of ref document: A1