JP2009188824A - Programmable controller and monitoring device employed therefor - Google Patents

Programmable controller and monitoring device employed therefor Download PDF

Info

Publication number
JP2009188824A
JP2009188824A JP2008027848A JP2008027848A JP2009188824A JP 2009188824 A JP2009188824 A JP 2009188824A JP 2008027848 A JP2008027848 A JP 2008027848A JP 2008027848 A JP2008027848 A JP 2008027848A JP 2009188824 A JP2009188824 A JP 2009188824A
Authority
JP
Japan
Prior art keywords
control
field device
control signal
output
input
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2008027848A
Other languages
Japanese (ja)
Inventor
Takeaki Mishima
岳秋 三島
Ichiro Takahashi
一郎 高橋
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.)
Hitachi Industrial Equipment Systems Co Ltd
Original Assignee
Hitachi Industrial Equipment Systems Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Industrial Equipment Systems Co Ltd filed Critical Hitachi Industrial Equipment Systems Co Ltd
Priority to JP2008027848A priority Critical patent/JP2009188824A/en
Publication of JP2009188824A publication Critical patent/JP2009188824A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Selective Calling Equipment (AREA)
  • Telephonic Communication Services (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a programmable controller and a monitoring device employed therefor which permit a user to easily check the state of automatic operation by obtaining information with respect to the output of a control signal to an on-site apparatus which is the control object of automatic operation and the execution of the on-site apparatus in accordance with the control signal to notify the obtained information to the user. <P>SOLUTION: The output of a control signal from an input and output unit 800 to the on-site apparatus 900 such as a pump or the like and the execution of the control signal inputted by the on-site apparatus 900 through the input and output unit 800 are informed to the user of the on-site apparatus from a communication unit 600 through a network 400 by a personal computer 100 or a mobile phone 200, for example. Accordingly, the user can easily check these outputs of the control signal and execution in the on-site apparatus. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、ネットワークを介して通信を行う通信部と、現場機器との間で信号の入出力を行う入出力部と、前記現場機器のための制御信号の出力を前記入出力部に指示する制御部とを備えたプログラマブルコントローラ及びそれに用いられる監視装置に関する。   The present invention instructs a communication unit that performs communication via a network, an input / output unit that inputs / outputs signals to / from a field device, and an output of a control signal for the field device to the input / output unit. The present invention relates to a programmable controller including a control unit and a monitoring device used therefor.

従来から、現場の機器の運転制御を行うために、与えられた専用のユーザープログラムに基づいて機械の自動化を行うためのコントローラとして、プログラマブルコントローラ(以下、「PLC」という)が利用されている。このユーザープログラム内のモジュール内に機器の運転の開始時間や停止時間を記述しておくことで任意の時間の間だけ機器を運転させる制御システムが知られている。この手法を以下、自動運転と言う。   Conventionally, a programmable controller (hereinafter referred to as “PLC”) has been used as a controller for automating a machine based on a given dedicated user program in order to perform operation control of on-site equipment. There is known a control system for operating a device only for an arbitrary time by describing the start time and stop time of the device operation in a module in the user program. This method is hereinafter referred to as automatic driving.

上記に示す従来の制御システムでは、多くの場合、開始時間や停止時間等の設定値はユーザープログラム中に直接書き込まれる。その上、セキュリティー上の観点から、ユーザープログラムは遠隔操作で書き換えられないようにしていることが多い。そのため、設定値を変更するには、新たな設定値を書き込んだユーザープログラムを現場で専用の入力ツールを用いて直接PLCに書き込む必要がある。   In the conventional control system described above, in many cases, set values such as a start time and a stop time are directly written in the user program. In addition, from the viewpoint of security, user programs are often prevented from being rewritten remotely. Therefore, in order to change the setting value, it is necessary to write the user program in which the new setting value is written directly to the PLC using a dedicated input tool.

例えば、上下水道の給水・配水設備においては、通常、水の圧送用に複数台のポンプを備えており、それぞれのポンプについて運転時間を定めて制御している。また、使用電力料金の節減のため、夜間電力を利用することが行われている。また、非常用のポンプ設備を設ける場合には、定期的に動作試験が行われている。このように、ポンプ設備に適用されるPLCにおいては、その制御部が所定の時間に運転開始と運転停止との制御信号を出力し、複数台のポンプを一定時間に限って動作させており、各ポンプの運端開始と運転停止はユーザーにとって重要な要確認事項となっている。   For example, a water supply / distribution facility for water and sewage is usually provided with a plurality of pumps for pumping water, and the operation time is determined and controlled for each pump. In order to reduce the electricity charge, nighttime electricity is used. In addition, when an emergency pump facility is provided, an operation test is regularly performed. Thus, in the PLC applied to the pump equipment, the control unit outputs a control signal of operation start and operation stop at a predetermined time, and operates a plurality of pumps only for a fixed time, The starting and stopping of each pump is an important confirmation for the user.

また、多くのPLCは、パソコン上のソフトウェアや他のPLCとデータの遣り取りを行うための通信機能は有しているが、PLC内に取り込んだデータやプログラムの動作状況をユーザーが直接に確認できるためのインターフェイス機能を持っていない。そのため、自動制御により現場機器が動作したかどうかの結果をユーザーが確認するには、専用のソフトウェアが動作するパソコンを用意してPLCの内部メモリのデータを記録しておき、取得したデータを確認する必要がある。そのため、自動制御を行った結果、現場機器にどのような影響があったかをその制御時点でユーザーが判断するのは困難であった。   Many PLCs have a communication function for exchanging data with software on PCs and other PLCs, but the user can directly check the operation status of the data and programs imported into the PLC. Does not have an interface function. For this reason, in order for the user to confirm whether or not the on-site equipment has been operated by automatic control, prepare a personal computer running dedicated software, record the data in the PLC's internal memory, and check the acquired data. There is a need to. For this reason, it has been difficult for the user to determine at the time of the control what kind of influence the field device has as a result of the automatic control.

設備設置時の稼働時間を初期設定にて予め登録しておき、設備の稼働時間と経過時間とをカウントし、カウント値が予め設定されたメンテナンス周期である閾値に到達した時点で、メッセージ表示、音声表示等でメンテナンス通報を行うことにより、メンテナンス忘れや遅れを未然に防止し、安全な水の安定供給を図った上下水道用監視装置が提案されている(特許文献1)。また、ホスト装置を介してネットワークに接続されており、被制御機器と信号の入出力を行う入出力部と動作情報通知機能を有する監視装置であって、被制御機器への制御変更指令後の動作状態が異常か否かを検出しホスト装置に通知することが提案されている(特許文献2)。更に、予め設定した時間後の運転状態の制御信号を基準値と比較して、その比較結果を送信する監視装置が提案されている(特許文献3)。
特開平11−361237号公報 特開2004−129280号公報(段落0046、0050、0057) 特開平06−242155号公報(段落0022、0023)
The operating time at the time of equipment installation is registered in advance by initial setting, the equipment operating time and the elapsed time are counted, and when the count value reaches a threshold that is a preset maintenance cycle, a message is displayed. There has been proposed a water and sewage monitoring device that prevents maintenance from being forgotten or delayed in advance by performing a maintenance report by means of a voice display or the like, and aims for a stable supply of safe water (Patent Document 1). The monitoring device is connected to the network via the host device and has an input / output unit for inputting / outputting signals to / from the controlled device and an operation information notification function, and after the control change command to the controlled device It has been proposed to detect whether the operating state is abnormal and notify the host device (Patent Document 2). Furthermore, there has been proposed a monitoring device that compares a control signal of an operating state after a preset time with a reference value and transmits the comparison result (Patent Document 3).
Japanese Patent Laid-Open No. 11-361237 JP 2004-129280 A (paragraphs 0046, 0050, 0057) JP 06-242155 A (paragraphs 0022, 0023)

上記の従来の問題を整理すると、以下のようになる。
(1)制御信号の出力を行ったかどうかの確認が困難である。
一般に自動制御に使用するPLCにはデータの表示機能が存在しないため、自動運転の結果、意図していた通りに制御対象に制御信号を出力したかどうかを確認するためには、専用のソフトウェアをインストールしたパソコンを設置して、現場機器の運転信号やその他の計測機器の測定データを記録しておき、記録したデータをユーザーが確認する必要がある。
(2)制御を行った結果の確認が困難である。
制御信号の出力を行った結果、現場機器が意図していた通りに動作をしたかどうかや、機器が動作した結果、現場状況が期待をしていた通りになったかどうかを確認するには、記録しておいた現場機器のデータを確認してユーザーが判断をする必要がある。
The above conventional problems are summarized as follows.
(1) It is difficult to confirm whether a control signal has been output.
In general, the PLC used for automatic control does not have a data display function. Therefore, in order to check whether the control signal is output to the control target as intended as a result of automatic operation, a dedicated software is required. It is necessary to install an installed personal computer, record operation signals of field devices and measurement data of other measurement devices, and confirm the recorded data by the user.
(2) It is difficult to confirm the result of the control.
As a result of outputting the control signal, to check whether the on-site equipment was operating as intended, and confirming whether the on-site situation was as expected as a result of operating the equipment, It is necessary for the user to check the recorded field device data and make a judgment.

そこで、現場機器の自動運転に関して、意図していた通りに制御対象に制御信号を出力したかどうか、及び現場機器が意図していた通りに動作をしたかを、時間や場所に制約されずにユーザーが容易に確認可能とする点で解決すべき課題がある。
そして、本発明の目的は、現場機器の自動運転に関して、制御対象である現場機器への制御信号の出力及び現場機器の当該制御信号に応じた実行についての情報を取得し、取得した情報をユーザーに通知することで、ユーザーが自動運転の状況を容易に確認することができる監視機能を備えたプログラマブルコントローラ及びそれに用いられる監視装置を提供することである。
Therefore, regarding automatic operation of field equipment, whether or not the control signal is output to the control target as intended and whether the field equipment operates as intended is not limited by time or place. There is a problem to be solved in that it can be easily confirmed by the user.
The object of the present invention is to acquire information on the output of a control signal to a field device to be controlled and the execution according to the control signal of the field device regarding the automatic operation of the field device, and It is to provide a programmable controller having a monitoring function that allows a user to easily check the state of automatic driving and a monitoring device used therefor.

上記の問題点を踏まえ、本発明においては以下のように対応を図っている。
(1)制御用プログラムによる制御
PLCのユーザープログラムではなく、別の制御用プログラム、或いは通信機能を持った監視装置が制御信号の制御を行う。PLC又は監視装置には制御用のプログラムが予め組み込まれているため、ユーザーは当該制御用プログラムに開始終了時間等の制御を行う条件を設定するだけで、従来の自動制御と同じことができる。
(2)現場機器(機場)データの収集と通知
PLC又は監視装置には、現場機器の運転、故障などのデジタル信号や計測機器の測定値などのアナログ信号が取込まれている。PLC又は監視装置は、制御を実行した際には、電子メールを使用してユーザーに制御の実行を通知することができる。また、制御実行の通知メールにこれらの現場機器のデータを添付して通知を行うことができる。
(3)現場機器(機場)データを利用した制御成功の判定
予め、制御後に変化する機場データに対して制御成功の時に取りうる値の範囲を設定しておく。制御後に取得した機場データが設定した範囲内であるかどうかを判定して、通知メールに判定結果を記載する。
Based on the above problems, the present invention attempts to respond as follows.
(1) Control by control program Not a PLC user program but another control program or a monitoring device having a communication function controls the control signal. Since a control program is incorporated in the PLC or the monitoring device in advance, the user can perform the same operation as the conventional automatic control only by setting conditions for controlling the start / end time and the like in the control program.
(2) Collection and notification of field device (machine field) data The PLC or monitoring device incorporates digital signals such as operation and failure of field devices and analog signals such as measurement values of measurement devices. When executing the control, the PLC or the monitoring device can notify the user of the execution of the control using an electronic mail. In addition, it is possible to perform notification by attaching the data of these field devices to the control execution notification mail.
(3) Determination of control success using field device (machine field) data A range of values that can be taken when control is successful is set in advance for machine field data that changes after control. It is determined whether the machine field data acquired after control is within the set range, and the determination result is described in the notification mail.

この発明によるプログラマブルコントローラ又はそれに備わる監視装置は、ネットワークを介して通信を行う通信部と、現場機器との間で信号の入出力を行う入出力部と、前記現場機器のための制御信号の出力を前記入出力部に指示する制御部とを備えたプログラマブルコントローラ、或いはそれに備わる監視装置であって、前記制御部は、前記制御信号の前記現場機器への出力、及び前記制御信号の前記現場機器における実行を、前記通信部から前記ネットワーク経由で前記現場機器のユーザーに通知することを特徴としている。   A programmable controller according to the present invention or a monitoring device provided therein includes a communication unit that performs communication via a network, an input / output unit that performs input / output of a signal to / from a field device, and an output of a control signal for the field device. A programmable controller including a control unit that instructs the input / output unit, or a monitoring device included therein, wherein the control unit outputs the control signal to the field device and the field signal of the control signal. The execution of is notified to the user of the field device via the network from the communication unit.

この発明によるプログラマブルコントローラ又はそれに備わる監視装置においては、入出力部から制御信号が現場機器に出力されたこと、及び現場機器が入出力部を経て入力された制御信号を実行したことを、通信部からネットワーク経由で現場機器のユーザーに通知するので、ユーザーは、これらの制御信号の出力と現場機器におけるその実行とを容易に確認することができる。   In the programmable controller according to the present invention or the monitoring device provided therein, the communication unit indicates that the control signal is output from the input / output unit to the field device and that the field device executes the control signal input through the input / output unit. Therefore, the user can easily confirm the output of these control signals and the execution thereof in the field device.

(1)制御結果の送信
制御の実行がネットワーク経由で通知されるので、ユーザーは、データ収集用のソフトウェアをインストールしたパソコンを用意しなくても、ネットワークに接続できる環境にあれば、制御の結果を確認することができる。更に、電子メールを受信できる環境があれば、電子メールは携帯電話でも受信することができるため、外出先等でも手軽に制御の結果を確認することができる。
(2)現場機器のデータの送信
制御実行の通知に、制御後の現場機器の測定データ等の機場データを添付して送信可能であるため、制御実行の影響を瞬時に判断できる。
(3)制御結果の自動判定
制御実行後、現場機器のデータの値が事前に設定し範囲内にあるかどうかを判定し、当該判定結果を自動で通知するため、ユーザーは制御を実行したかどうかだけでなく、制御を実行した結果、現場機器が期待しているとおりに動作をしたかどうかも瞬時に確認することができる。
(1) Sending the control result Since the execution of the control is notified via the network, if the user can connect to the network without preparing a personal computer on which data collection software is installed, the control result will be displayed. Can be confirmed. Furthermore, if there is an environment in which an e-mail can be received, the e-mail can also be received by a mobile phone, so that the control result can be easily confirmed even when away from home.
(2) Transmission of field device data Since it is possible to transmit the control execution notification by attaching machine field data such as measurement data of the field device after the control, the influence of the control execution can be determined instantaneously.
(3) Automatic determination of control results After the control is executed, whether or not the user has executed the control in order to determine whether the data value of the field device is set in advance and within the range, and to automatically notify the determination result As a result of executing the control, it is possible to instantly confirm whether or not the field device has operated as expected.

以下、図面を参照して、本発明による監視装置の実施形態を説明する。図1は、本発明による制御システム全体の構成を示す。パソコン100は、インターネット等の通信回線400を経由してプログラマブルコントローラ(以下、「PLC」と略す)500に接続することができる。PLC500は、通信回線400経由でデータの送信を行う通信部600と、設定されたスケジュールに併せて入出力部800に制御信号の指示を行う、或いは入出力部800からの入力信号を見て制御の成功・失敗を判定する制御部700と、接続した制御対象である現場機器900に制御信号を出力する、或いは現場機器900からの信号を入力する入出力部800とで構成されている。また、ユーザーの携帯電話200は携帯電話通信網300を介して通信回線400に接続可能である。   Hereinafter, an embodiment of a monitoring device according to the present invention will be described with reference to the drawings. FIG. 1 shows the overall configuration of a control system according to the present invention. The personal computer 100 can be connected to a programmable controller (hereinafter abbreviated as “PLC”) 500 via a communication line 400 such as the Internet. The PLC 500 controls the communication unit 600 that transmits data via the communication line 400 and the control signal to the input / output unit 800 in accordance with the set schedule or by looking at the input signal from the input / output unit 800. A control unit 700 that determines success / failure of the device, and an input / output unit 800 that outputs a control signal to the connected field device 900 that is a control target or inputs a signal from the field device 900. The user's mobile phone 200 can be connected to the communication line 400 via the mobile phone communication network 300.

ユーザーは、パソコン100を使用して、通信回線400経由で制御の開始・終了時刻や制御結果の成功判定の基準値等の設定値をPLC500に設定する。PLC500においては、通信部600で受信した設定値は、制御部700での制御用のプログラムに設定される。   The user uses the personal computer 100 to set setting values such as control start / end times and a reference value for success determination of the control result in the PLC 500 via the communication line 400. In PLC 500, the setting value received by communication unit 600 is set in a control program in control unit 700.

設定された時間になると、制御部700は現場機器900の制御信号の出力を入出力部800に行い、指示を受けた入出力部800は現場機器900へ制御信号の出力を行う。制御信号の出力が行われると、制御部700は通信部600に通知メール送信の指示を行い、通信部600によって制御実行の通知メールが通信回線400及び携帯電話通信網300を介してユーザーの携帯電話200宛に送信される。また、入出力部800には現場機器900から送信される機場データも入力され、その機場データは制御部700に送られる。制御部700に送られた機場データは制御の成功可否の判定に利用される。通信部600は、制御の成功可否の判定結果を、場合によっては機場データそのものと共に、通知メールに添付してユーザーへと送信する。   At the set time, the control unit 700 outputs the control signal of the field device 900 to the input / output unit 800, and the input / output unit 800 receiving the instruction outputs the control signal to the field device 900. When the control signal is output, the control unit 700 instructs the communication unit 600 to transmit a notification mail, and the communication unit 600 transmits a control execution notification mail via the communication line 400 and the mobile phone communication network 300. It is transmitted to the telephone 200. Further, the machine field data transmitted from the field device 900 is also input to the input / output unit 800, and the machine field data is sent to the control unit 700. The machine field data sent to the control unit 700 is used to determine whether control is successful. The communication unit 600 transmits the determination result of the success or failure of the control to the user by attaching it to the notification mail together with the machine data itself.

図2に通知を行うタイミングを示す。現場機器(図1に示す900)がPLC(図1に示す500)からの制御信号1000に応答して運転開始又は運転停止をした場合、現場機器からPLCへの送信には、当該現場機器のON・OFFの動作のような応答信号(デジタル)1100で送信するものもあれば、現場機器の作動の程度を現す流量や温度等の物理量の測定データのように応答信号(アナログ)1200もある。一般に、PLCからの制御信号1000の出力時に対して、現場機器の応答信号(デジタル)1100の遅れ(タイムラグ)は比較的短いが、物理量の応答速度は遅いため、応答信号(アナログ)1200が漸次変化し飽和(一定出力に安定)するには、応答信号(デジタル)1100よりも長いタイムラグが存在する。   FIG. 2 shows the timing of notification. When the field device (900 shown in FIG. 1) starts or stops operation in response to the control signal 1000 from the PLC (500 shown in FIG. 1), transmission from the field device to the PLC requires Some response signals (digital) 1100, such as ON / OFF operations, are transmitted, and some response signals (analog) 1200, such as measurement data of physical quantities such as flow rate and temperature that indicate the degree of operation of field equipment. . In general, the response signal (digital) 1100 of the field device has a relatively short delay (time lag) with respect to the output of the control signal 1000 from the PLC, but the response speed of the physical quantity is slow. There is a time lag longer than the response signal (digital) 1100 to change and saturate (stable to a constant output).

ユーザーに現場機器の運転状態に通知をする際に、現場機器のON・OFFのみならずその後の運転状態の変化をも通知することにすると、応答信号(アナログ)1200で表される情報についても通知することになる。このような場合、ユーザーには、制御信号の出力に応じて現場機器が正しく応答したか否か、即ち、変化する応答信号がその遷移状態だけではなく、充分飽和した状態、即ち、変化し終わった状態までの信号を知りたいというニーズがある。   When notifying the operation status of the field device to the user, not only the on / off of the field device but also the change in the subsequent operation state, the information represented by the response signal (analog) 1200 You will be notified. In such a case, the user can confirm whether or not the field device has responded correctly in response to the output of the control signal, that is, the changing response signal is not only in its transition state but also in a sufficiently saturated state, that is, has finished changing. There is a need to know the signal to the state.

そこで、まず、ユーザーが設定した時間になって、PLCが制御対象である現場機器の運転制御のための制御信号1000を出力し、それに応じて現場機器が運転を開始するとする。現場機器からは、応答信号(デジタル)1100がPLCに入力される。しかし、制御信号1000の出力がされてから応答信号(デジタル)1100が出力開始されるまでには比較的短いタイムラグが、また応答信号(アナログ)1200の変化は漸次的であり、応答し切るまでには比較的長いタイムラグが生じる。そのため、PLCからユーザーへの現場機器の運転開始についての通知は、応答信号(アナログ)1200の変化が充分落ち着いたと思われるタイミングで行われる。現場機器の運転終了の通知においても、運転開始の場合と同様に、運転終了の制御信号が出力されてから、応答信号(デジタル)1100については比較的短いタイムラグを経てから、また応答信号(アナログ)1200については比較的長いタイムラグを経てから、それぞれの信号が安定するので、結果として、PLCは、応答信号(アナログ)1200の変化が落ち着いた一定時間が経ってから、ユーザーに対して終了通知を送信する。   Therefore, first, at a time set by the user, it is assumed that the PLC outputs a control signal 1000 for operation control of the field device to be controlled, and the field device starts operation accordingly. A response signal (digital) 1100 is input to the PLC from the field device. However, there is a relatively short time lag from when the control signal 1000 is output until the response signal (digital) 1100 starts to be output, and the change of the response signal (analog) 1200 is gradual. Has a relatively long time lag. Therefore, the notification about the start of operation of the on-site equipment from the PLC to the user is performed at a timing at which the change of the response signal (analog) 1200 seems to have been sufficiently settled. In the notification of the end of operation of the on-site equipment, as in the case of the start of operation, the response signal (digital) 1100 passes after a relatively short time lag after the operation end control signal is output, and the response signal (analog ) Since each signal becomes stable after a relatively long time lag with respect to 1200, as a result, the PLC notifies the user of the end after a certain time when the change of the response signal (analog) 1200 has settled down. Send.

制御開始から応答信号(デジタル)1100や応答信号(アナログ)1200に変化が生じるまでの時間は現場機器やシステムの種類や特性に応じて異なるため、通知を行うタイミングについては、ユーザーが現場機器の試験結果等に基づいてPLCにおいて適切に設定することができる。   Since the time from the start of control until the response signal (digital) 1100 or the response signal (analog) 1200 changes depends on the type and characteristics of the field device or system, the timing of notification is determined by the user. It can set appropriately in PLC based on a test result etc.

ユーザーは、制御信号の出力と実行について、現場機器のON・OFFのような運転を開始・停止したという信号のみならず、ON・OFFに応じて運転状態がどのように変化したかを、インターネット等の通信網或いは携帯電話通信網を介したメールによって、昼間や夜間というような時間、或いは通信状態が確保できる所であるという条件付きながらも場所に制約されることなく、確認することができる。   For the output and execution of the control signal, the user not only signals that the operation has been started / stopped, such as ON / OFF of the on-site equipment, but also how the operating state changes according to ON / OFF. It can be confirmed by e-mail via a communication network such as a mobile phone communication network without being constrained by the place, although there is a condition that the communication state can be secured such as daytime or nighttime. .

図3に従来方式の自動制御と本発明による方式の詳細な機器構成の比較を示す。
従来方式の制御システムが図4に示されている。従来の制御システムで使用されるPLC1400は、PLC1400の制御を行うCPUモジュール1500とデジタル信号やアナログ信号の入出力を行う入出力モジュール1700がベースモジュール1600上に設置されている構成となっている。自動制御の場合、ユーザープログラムはCPUモジュール1500内のPLC用制御部1600に保存され、実行される。ユーザーはユーザープログラムをPLCに書き込むためには、現場でCPUモジュール1500にパソコン1300を直結して書き込みを行う必要がある。ユーザープログラムで指定された時間になると制御部1600がベースモジュール1900を経由して入出力モジュール1700内の入出力部1800に制御信号の出力を指示し、入出力モジュール1700から現場機器2400へ制御信号が出力される。
FIG. 3 shows a detailed comparison of the device configuration between the conventional automatic control and the method according to the present invention.
A conventional control system is shown in FIG. The PLC 1400 used in the conventional control system has a configuration in which a CPU module 1500 that controls the PLC 1400 and an input / output module 1700 that inputs and outputs digital signals and analog signals are installed on the base module 1600. In the case of automatic control, the user program is stored in the PLC control unit 1600 in the CPU module 1500 and executed. In order to write the user program to the PLC, the user needs to write the personal computer 1300 directly to the CPU module 1500 on site. When the time specified by the user program is reached, the control unit 1600 instructs the input / output unit 1800 in the input / output module 1700 to output a control signal via the base module 1900, and the control signal is sent from the input / output module 1700 to the field device 2400. Is output.

本発明による方式の自動制御が図3に示されている。本発明による方式では、CPUモジュール1500と入出力モジュール1700に加えて、監視装置2100もPLCのモジュールとしてベースモジュール1900上に設置され、ベースモジュール1900経由でCPUモジュール1500と通信をする。監視装置2100は、通信部2200を使用して、通信回線2000に接続している。そのため、ユーザーはパソコン1300を遠隔地から通信回線2000経由で監視装置2100に接続し、監視装置2100の監視装置用制御部2300に制御開始時間や制御終了時間を設定する。設定された時間になると、監視装置用制御部2300はCPUモジュール1500内のPLC用制御部1600に制御開始又は制御終了についての制御信号の出力を指示する。指示を受けたPLC用制御部1600が入出力モジュール1700内の入出力部1800に制御信号の出力を指示することで、入出力モジュール1700から現場機器2400に制御信号が出力される。   The automatic control of the scheme according to the invention is shown in FIG. In the system according to the present invention, in addition to the CPU module 1500 and the input / output module 1700, the monitoring device 2100 is also installed on the base module 1900 as a PLC module, and communicates with the CPU module 1500 via the base module 1900. The monitoring device 2100 is connected to the communication line 2000 using the communication unit 2200. Therefore, the user connects the personal computer 1300 to the monitoring device 2100 from a remote location via the communication line 2000, and sets the control start time and control end time in the monitoring device control unit 2300 of the monitoring device 2100. When the set time comes, the monitoring device control unit 2300 instructs the PLC control unit 1600 in the CPU module 1500 to output a control signal for control start or control end. Upon receiving the instruction, the PLC control unit 1600 instructs the input / output unit 1800 in the input / output module 1700 to output a control signal, whereby the control signal is output from the input / output module 1700 to the field device 2400.

また、監視装置用制御部2300は、PLC用制御部1600を経由して、入出力モジュール1700への入力信号の収集を行っている。この収集されたデータは監視装置用制御部2300が制御結果の判定を行う際に用いられる。制御信号の出力が行われると、監視装置用制御部2300は通信部2200に通知メール送信の指示を行い、通信部2200によって制御実行の通知メールが通信回線2000を介してユーザー宛に送信される。   The monitoring device control unit 2300 collects input signals to the input / output module 1700 via the PLC control unit 1600. The collected data is used when the monitoring device control unit 2300 determines a control result. When the control signal is output, the monitoring device control unit 2300 instructs the communication unit 2200 to transmit a notification mail, and the communication unit 2200 transmits a control execution notification mail to the user via the communication line 2000. .

この発明によるプログラマブルコントローラあるいはそれにおける監視装置として、上下水道の給水・配水システムを例に挙げて説明したが、本発明は、これに限られることなく、産業用の自動化された生産設備であるFA(ファクトリー・オートメーション)やPA(プロセス・オートメーション)、販売データ収集設備、或いはHA(ホーム・オートメーション)等の自動化を図るべき多種多様な分野において適用可能である。応答信号(デジタル)は、典型的には自動化された各機器のON・OFF信号であり、応答信号(アナログ)はそれらの自動化のために取得する各種物理量の測定データである。   As a programmable controller according to the present invention or a monitoring device therefor, a water supply / distribution system for water and sewage systems has been described as an example. However, the present invention is not limited to this, and FA is an industrial automated production facility. (Factory automation), PA (process automation), sales data collection equipment, or HA (home automation), etc., can be applied to various fields to be automated. The response signal (digital) is typically an ON / OFF signal of each device that is automated, and the response signal (analog) is measurement data of various physical quantities acquired for the automation.

制御システム全体の一例概略構成を示すシステム図。The system diagram which shows an example schematic structure of the whole control system. 通知を行うタイミングの一例を示すタイムチャート。The time chart which shows an example of the timing which performs notification. 本発明による制御システムの説明図。Explanatory drawing of the control system by this invention. 従来の制御システムの説明図。Explanatory drawing of the conventional control system.

符号の説明Explanation of symbols

100 パソコン 200 携帯電話
300 携帯電話網 400 通信回線
500 プログラマブルコントローラ 600 通信部
700 制御部 800 入出力部
900 現場機器
1000 制御信号 1100 応答信号(デジタル)
1200 応答信号(アナログ) 1300 パソコン
1400 PLC 1500 CPUモジュール
1600 PLC用制御部1600 1700 入出力モジュール
1800 入出力部 1900 ベースモジュール
2000 通信回線 2100 監視装置
2200 通信部 2300 監視装置用制御部
2400 現場機器
DESCRIPTION OF SYMBOLS 100 PC 200 Cellular phone 300 Cellular phone network 400 Communication line 500 Programmable controller 600 Communication unit 700 Control unit 800 Input / output unit 900 Field device 1000 Control signal 1100 Response signal (digital)
1200 Response signal (analog) 1300 PC 1400 PLC 1500 CPU module 1600 PLC controller 1600 1700 I / O module 1800 I / O unit 1900 Base module 2000 Communication line 2100 Monitoring device 2200 Communication unit 2300 Monitoring device control unit 2400 Field device

Claims (6)

ネットワークを介して通信を行う通信部と、現場機器との間で信号の入出力を行う入出力部と、前記現場機器のための制御信号の出力を前記入出力部に指示する制御部とを備えたプログラマブルコントローラであって、
前記制御部は、前記制御信号の前記現場機器への出力、及び前記制御信号の前記現場機器における実行を、前記通信部から前記ネットワーク経由で前記現場機器のユーザーに通知することを特徴とするプログラマブルコントローラ。
A communication unit that communicates via a network, an input / output unit that inputs and outputs signals to and from the field device, and a control unit that instructs the input / output unit to output a control signal for the field device A programmable controller comprising:
The control unit is configured to notify the user of the field device from the communication unit via the network of the output of the control signal to the field device and the execution of the control signal in the field device via the network. controller.
請求項1記載のプログラマブルコントローラにおいて、
前記通信部は、前記ネットワーク経由での前記ユーザーへの通知を電子メールで行うことを特徴とするプログラマブルコントローラ。
The programmable controller according to claim 1,
The said communication part performs the notification to the said user via the said network with an email, The programmable controller characterized by the above-mentioned.
請求項1又は2記載のプログラマブルコントローラにおいて、
前記制御部は、前記制御信号の出力の際に前記入出力部を経て入手した前記現場機器の運転状態を記録し、前記ユーザーへの通知に当該運転状態を含めることを特徴とするプログラマブルコントローラ。
The programmable controller according to claim 1 or 2,
The said control part records the driving | running state of the said field device acquired through the said input / output part at the time of the output of the said control signal, and includes the said driving | running state in the notification to the said user.
請求項1〜3のいずれか1項記載のプログラマブルコントローラにおいて、
前記制御部は、前記現場機器における前記制御信号の実行後に取得した前記現場機器の運転状態が予め設定した内容と一致するか否かに応じて前記制御信号の実行の成否を判定し、前記ユーザーへの通知に当該判定内容を含めることを特徴とするプログラマブルコントローラ。
The programmable controller according to any one of claims 1 to 3,
The control unit determines success or failure of execution of the control signal according to whether or not an operation state of the field device acquired after execution of the control signal in the field device matches a preset content. The programmable controller characterized by including the said determination content in the notification to.
請求項1〜4のいずれか1項記載のプログラマブルコントローラにおいて、
前記制御部は、前記ユーザーへの通知を、前記現場機器が前記制御信号の実行に対して応答信号を出力する際に生じるタイムラグを考慮したタイミングにて発することを特徴とするプログラマブルコントローラ。
In the programmable controller of any one of Claims 1-4,
The said control part issues the notification to the said user at the timing which considered the time lag which arises when the said field device outputs a response signal with respect to execution of the said control signal.
ネットワークを介して通信を行う通信部と、現場機器との間で信号の入出力を行う入出力部と、前記現場機器のための制御信号の出力を前記入出力部に指示する制御部とを備えたプログラマブルコントローラに用いられる監視装置であって、
前記制御部は、前記入出力部からの前記制御信号の前記現場機器への出力、及び前記入出力部を経て入力された前記制御信号の前記現場機器における実行を検出して、当該出力と実行とを前記通信部から前記ネットワーク経由で前記現場機器のユーザーに通知することを特徴とする監視装置。
A communication unit that communicates via a network, an input / output unit that inputs and outputs signals to and from the field device, and a control unit that instructs the input / output unit to output a control signal for the field device A monitoring device used in a programmable controller comprising:
The control unit detects the output of the control signal from the input / output unit to the field device, and the execution of the control signal input through the input / output unit in the field device, and outputs and executes the control signal. To the user of the field device via the network from the communication unit.
JP2008027848A 2008-02-07 2008-02-07 Programmable controller and monitoring device employed therefor Pending JP2009188824A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008027848A JP2009188824A (en) 2008-02-07 2008-02-07 Programmable controller and monitoring device employed therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008027848A JP2009188824A (en) 2008-02-07 2008-02-07 Programmable controller and monitoring device employed therefor

Publications (1)

Publication Number Publication Date
JP2009188824A true JP2009188824A (en) 2009-08-20

Family

ID=41071608

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008027848A Pending JP2009188824A (en) 2008-02-07 2008-02-07 Programmable controller and monitoring device employed therefor

Country Status (1)

Country Link
JP (1) JP2009188824A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003085109A (en) * 2001-09-06 2003-03-20 Digital Electronics Corp Control system, its program, and storage medium
JP2003111151A (en) * 2001-09-27 2003-04-11 Fuji Electric Co Ltd Remote supervisory control communication adaptor and remote supervisory control method
JP2008005342A (en) * 2006-06-23 2008-01-10 Matsushita Electric Works Ltd Controller for control

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003085109A (en) * 2001-09-06 2003-03-20 Digital Electronics Corp Control system, its program, and storage medium
JP2003111151A (en) * 2001-09-27 2003-04-11 Fuji Electric Co Ltd Remote supervisory control communication adaptor and remote supervisory control method
JP2008005342A (en) * 2006-06-23 2008-01-10 Matsushita Electric Works Ltd Controller for control

Similar Documents

Publication Publication Date Title
JP6088001B2 (en) Method and apparatus for managing module execution sequence in process management environment
EP3352033B1 (en) Maintenance operation support device, maintenance operation support method, and non-transitory computer readable storage medium
CN102175269B (en) Sensor device capable of changing sampling frequency and control method thereof
US20180061212A1 (en) System and method to assist building automation system end user based on alarm parameters
US10838381B2 (en) Setting system, setting device, setting method, and setting program
US10534354B2 (en) Device maintenance apparatus, device maintenance system, device maintenance method, device maintenance program, and storage medium
EP2621245A1 (en) Wireless gateway apparatus, communication system, and wireless communication method
US10808384B2 (en) Well management system
CN110320871A (en) Start stop system, start and stop method, start stop apparatus and biological particles production line
US20120316694A1 (en) Method for Monitoring an Installation
JP2009188824A (en) Programmable controller and monitoring device employed therefor
CN110739249A (en) Monitoring method, device and system for semiconductor devices
JP6846893B2 (en) Network system
US11586191B2 (en) Device maintenance apparatus, device maintenance method, and non-transitory computer readable storage medium
JP2007039206A (en) Elevator control system
EP2948822B1 (en) Methods and apparatus to interface with a digital control loop
CN102576222A (en) Method for operating a field bus interface
JP7414789B2 (en) Failure time prediction device, system, method, and program
WO2024062690A1 (en) Data processing device, physical quantity measuring device, data processing system, and data processing method
JP2017151608A (en) Controller, and control method for the same
JP2013055530A (en) Monitoring device and method for controlling the same
JP2022127215A (en) Communication terminal and communication system
JP2022163839A (en) Pump unit and program
JP2024061342A (en) Data processing system, data collection device, data processing method, and data collection method
KR101216018B1 (en) Machine to user appliance

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20101112

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120222

A131 Notification of reasons for refusal

Effective date: 20120306

Free format text: JAPANESE INTERMEDIATE CODE: A131

A521 Written amendment

Effective date: 20120426

Free format text: JAPANESE INTERMEDIATE CODE: A523

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120522