JP2023065118A - Telemeter, monitoring control system, and monitoring control method - Google Patents

Telemeter, monitoring control system, and monitoring control method Download PDF

Info

Publication number
JP2023065118A
JP2023065118A JP2021175740A JP2021175740A JP2023065118A JP 2023065118 A JP2023065118 A JP 2023065118A JP 2021175740 A JP2021175740 A JP 2021175740A JP 2021175740 A JP2021175740 A JP 2021175740A JP 2023065118 A JP2023065118 A JP 2023065118A
Authority
JP
Japan
Prior art keywords
data
master station
supervisory control
communication abnormality
station
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
JP2021175740A
Other languages
Japanese (ja)
Inventor
孟 藤井
Takeshi Fujii
岳秋 三島
Takeaki Mishima
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 JP2021175740A priority Critical patent/JP2023065118A/en
Publication of JP2023065118A publication Critical patent/JP2023065118A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Testing And Monitoring For Control Systems (AREA)

Abstract

To provide a monitoring control system having high reliability and not causing missing of data due to communication abnormality.SOLUTION: Between a master station and a slave station in a telemeter is connected via a communication line. Data aggregated in the master station is transmitted via a PLC, and the data is recorded by a monitoring control device. The monitoring control device implements the monitoring control on the basis of the recorded data. The master station has a function to determine whether or not a communication abnormality has occurred and whether or not the communication abnormality has been resolved. When it is determined that the communication abnormality has been resolved, the master station performs transmission request of the data during the communication abnormality period to the slave station, and acquires the data during communication abnormality period from the slave station. Then, the master station transmits the acquired data during the communication abnormality period to the monitoring control device. The monitoring control device records the data during the communication abnormality period so as to eliminate missing of the data during the communication abnormality period.SELECTED DRAWING: Figure 1

Description

本発明は、テレメータ、監視制御システムおよび監視制御方法に関する。 The present invention relates to a telemeter, a supervisory control system and a supervisory control method.

従来から、現場に設置した通信端末に監視対象のデータを取り込んで、通信により遠隔地に設置した監視制御装置にそのデータ(監視対象の状態データ)を転送して表示し、状況に対応して現場の機器に対して指令を送り遠隔操作する監視制御システムが知られている。例えば、上下水道の給水、配水設備、河川の水位監視や産業用の生産設備などにおいて監視制御システムが使用されている。このような技術は、例えば、特開2016-1414号公報(特許文献1)に開示されている。また、現地に設置されているセンサが検出したデータを自動的に収集し、そのデータを監視制御装置に送信するための遠隔データ収集装置は、「テレメータ」としてよく知られている。 Conventionally, the data of the monitored object is captured by a communication terminal installed on site, and the data (status data of the monitored object) is transferred to and displayed on a monitoring control device installed in a remote location via communication. 2. Description of the Related Art There is known a monitoring control system that sends commands to on-site equipment and remotely controls them. For example, monitoring and control systems are used in water supply and sewerage systems, water distribution facilities, water level monitoring of rivers, industrial production facilities, and the like. Such a technique is disclosed, for example, in Japanese Patent Laying-Open No. 2016-1414 (Patent Document 1). A remote data collection device for automatically collecting data detected by field-mounted sensors and transmitting the data to a supervisory control device is also commonly known as a "telemeter."

このような監視制御システムやテレメータでは、通信回線としてアナログ専用回線やブロードバンド回線が利用されている。 Such supervisory control systems and telemeters use analog dedicated lines and broadband lines as communication lines.

上水道の配水方式では、例えば、高台に設置したタンクに水道水を貯め、重力による自然流下により需要地域に配水する方式が知られている。水道水を作る浄水場は、処理設備の建築が容易な平地に設けられることが多いため、タンクと浄水場とは遠隔地であることが多い。 As a water supply system for waterworks, for example, a system is known in which tap water is stored in a tank installed on a hill and distributed to a demand area by gravity flow. Water purification plants that produce tap water are often located on flat land where it is easy to construct treatment facilities, so tanks and water purification plants are often located in remote locations.

そのため、ポンプを用いて浄水場からタンクへ送水する必要がある。このようなポンプの制御は、テレメータから送信されたタンクの水位データを監視制御装置に取り込み、監視制御装置が水位データの状態変化を監視し、タンクの水位が規定値を越えたらポンプを停止する指令を遠隔地にあるポンプ場のポンプ制御装置に指示してポンプを停止し、また規定値を下回ったらポンプを稼動させるなどの制御を行っている。 Therefore, it is necessary to send water from the water treatment plant to the tank using a pump. In such pump control, the tank water level data transmitted from the telemeter is taken into the monitoring control device, the monitoring control device monitors changes in the state of the water level data, and stops the pump when the tank water level exceeds a specified value. A command is issued to a pump control device at a remote pumping station to stop the pump, and when it falls below a specified value, the pump is started.

近年では、テレメータはPLC(Programable Logic Controller)に通信回線への接続に対応した伝送モジュールを増設した形式のものが多く用いられている。テレメータのインターフェイス(IF)として接点信号による入出力を用いる場合が多いこと、テレメータからポンプの制御回路へ信号を出力する前にシーケンス処理を行ってから出力することが多い。このため、これらの処理を得意とするPLCをベースにすることは製品開発および実際の運用面においてメリットがある。 In recent years, many telemeters have a form in which a PLC (Programmable Logic Controller) is added with a transmission module corresponding to connection to a communication line. In many cases, an input/output using a contact signal is used as an interface (IF) of the telemeter, and sequence processing is often performed before outputting the signal from the telemeter to the control circuit of the pump. Therefore, using a PLC, which is good at these processes, as a base is advantageous in terms of product development and actual operation.

特開2016-1414号公報JP 2016-1414 A

通常、監視制御システムは、データを収集して記録する子局と、通信回線を介して子局から送信されるデータを受信する親局とを含んで構成されるテレメータと、テレメータの親局から送信されるデータを受信し、そのデータを記録し、当該データやそのデータを加工した情報を表示するとともに、状況に応じて現地に設置された操作機器に対し、操作信号(制御信号)を送信する監視制御装置とを備えている。 Normally, a supervisory control system includes a telemeter that includes a slave station that collects and records data, a master station that receives data transmitted from the slave station via a communication line, and a telemeter master station. Receives transmitted data, records the data, displays the data and information processed from that data, and transmits operation signals (control signals) to operation devices installed on-site depending on the situation. and a monitoring control device.

このような監視制御システムにおいて、子局と親局との間で何らかの通信異常が発生した場合、通信異常期間中において、親局は子局からのデータを受信することができない。その結果、監視制御装置は、親局からのデータの送信がなくなり、通信異常期間中のデータを入手することができなくなる。つまり、監視制御装置の記録データに欠損が発生することになる。通信異常は、例えば、通信回線における断線、短絡、接触不良、雷サージの発生などにより生じる他、子局側の通信機器に何らかの異常が発生した場合にも生じる。監視制御システムにおいて、このようなデータ欠損が生じると、監視制御装置は現地の状態を十分に把握することができなくなり、適切な監視制御が困難となる。 In such a supervisory control system, if some kind of communication error occurs between the child station and the parent station, the parent station cannot receive data from the child station during the communication error period. As a result, the supervisory control device stops transmitting data from the master station and becomes unable to obtain data during the communication abnormality period. In other words, loss occurs in the data recorded in the supervisory control device. A communication abnormality occurs due to, for example, disconnection, short circuit, poor contact, lightning surge, etc. in a communication line, and also when some abnormality occurs in communication equipment on the slave station side. If such data loss occurs in the supervisory control system, the supervisory control device will not be able to fully grasp the local conditions, making appropriate supervisory control difficult.

そこで、本発明の目的は、テレメータの子局と親局の間で通信異常が発生した場合、通信異常期間中のデータを通信復旧時に子局から親局に送信可能とすることにより、データ欠損をなくすことが可能なテレメータ、監視制御システムおよび監視制御方法を提供することにある。 SUMMARY OF THE INVENTION Accordingly, an object of the present invention is to enable transmission of data during a communication abnormality period from a slave station to a master station when communication is restored when a communication error occurs between a telemeter slave station and a master station, thereby preventing data loss. To provide a telemeter, a supervisory control system and a supervisory control method capable of eliminating the

上記課題を解決するために、本発明は、その一例を挙げると、収集されたデータを記録する子局と、前記子局が記録した前記データを受信し記録する親局とを備えたテレメータであって、前記子局は前記データを前記親局に送信し、前記親局は、受信した前記データを記録し、所定時間内に前記子局からの前記データが受信されない場合に通信異常発生と判断し、その後前記子局から前記データの送信が開始されたことにより通信異常解消と判断し、前記通信異常解消と判断した場合には前記子局に対し通信異常発生時から通信異常解消時までの通信異常期間中の前記データの送信要求を行い、前記子局から前記通信異常期間中の前記データを受信し、前記通信異常期間中の前記データを記録するテレメータである。 In order to solve the above problems, the present invention provides, as an example, a telemeter having a slave station that records collected data and a master station that receives and records the data recorded by the slave station. the slave station transmits the data to the master station, the master station records the received data, and if the data is not received from the slave station within a predetermined time, it is determined that a communication error has occurred. After that, it is determined that the communication abnormality has been resolved because the child station has started transmitting the data, and if it is determined that the communication abnormality has been resolved, the child station is notified of the communication abnormality from the time when the communication abnormality occurred to the time when the communication abnormality was resolved. The telemeter requests transmission of the data during the abnormal communication period, receives the data during the abnormal communication period from the child station, and records the data during the abnormal communication period.

また、本発明の他の例を挙げると、収集されたデータを記録する子局と、通信回線を介して前記子局が記録した前記データを受信し記録する親局とを有するテレメータと、前記親局が記録した前記データを受信し記録するとともに前記記録したデータに基づいて監視制御を行う監視制御装置とからなる監視制御システムであって、前記子局は前記データを前記親局に送信し、前記親局は、受信した前記データを記録するとともに、前記データを前記監視制御装置に送信し、所定時間内に前記子局から前記データが送信されない場合に通信異常発生と判断し、その後前記子局からの前記データの受信が開始されたことにより通信異常解消と判断し、前記通信異常解消と判断した場合、前記子局に対し通信異常発生時から通信異常解消時までの通信異常期間中の前記データの送信要求を行い、前記子局から前記通信異常期間中の前記データを受信し、前記通信異常期間中の前記データを記録するとともに前記監視制御装置に送信し、前記監視制御装置は、送信された前記通信異常期間中の前記データを記録する、監視制御システムである。 Further, as another example of the present invention, a telemeter having a slave station for recording collected data and a master station for receiving and recording the data recorded by the slave station via a communication line; and a supervisory control device that receives and records the data recorded by a master station and performs supervisory control based on the recorded data, wherein the slave station transmits the data to the master station. The master station records the received data, transmits the data to the supervisory control device, and determines that a communication abnormality has occurred if the data is not transmitted from the slave station within a predetermined time. When it is determined that the communication abnormality has been resolved due to the start of receiving the data from the slave station, and if it is determined that the communication abnormality has been resolved, during the communication abnormality period from the time when the communication abnormality occurs to the time when the communication abnormality is resolved with respect to the slave station , receives the data during the abnormal communication period from the child station, records the data during the abnormal communication period, and transmits the data to the supervisory control device, wherein the supervisory control device is A supervisory control system for recording said data transmitted during said communication failure period.

本発明のさらに他の例を挙げると、測定されたデータを記録する子局および前記子局が記録した前記データを受信して記録する親局からなるテレメータを備え、前記親局が記録した前記データを受信して記録するとともに、前記記録した前記データに基づいて監視制御を行う監視制御方法であって、前記子局は前記データを前記親局に送信し、前記親局は、所定時間内に前記子局から前記データが送信されない場合に通信異常発生と判断し、その後前記子局から前記データの受信が開始されたことにより通信異常解消と判断し、前記親局は、前記通信異常解消と判断した場合、前記子局に対し前記通信異常発生の時点から前記通信異常解消の時点までの通信異常期間中の前記データの送信要求を行い、前記子局から前記通信異常期間中の前記データを受信して前記通信異常期間中の前記データを記録する監視制御方法である。 According to still another example of the present invention, a telemeter comprising a slave station that records measured data and a master station that receives and records the data recorded by the slave station is provided, and the telemeter recorded by the master station is provided. A supervisory control method for receiving and recording data and performing supervisory control based on the recorded data, wherein the slave station transmits the data to the master station, and the master station receives the data within a predetermined time. If the data is not transmitted from the slave station at this time, it is determined that a communication abnormality has occurred, and thereafter, when the data reception from the slave station is started, it is determined that the communication abnormality has been resolved, and the master station determines that the communication abnormality has been resolved. If it is determined that, the slave station is requested to transmit the data during the communication abnormality period from the time when the communication abnormality occurs to the time when the communication abnormality is resolved, and the slave station transmits the data during the communication abnormality period. and recording the data during the communication abnormality period.

本発明によれば、通信異常が発生した場合でも、通信異常解消時に通信異常期間中のデータを子局から親局に送信することを可能とするので、データの欠損の問題を解決したテレメータ、監視制御システムおよび監視制御方法を提供する事ができる。 According to the present invention, even if a communication abnormality occurs, when the communication abnormality is resolved, the data during the period of the communication abnormality can be transmitted from the slave station to the master station. A supervisory control system and a supervisory control method can be provided.

本発明の実施例における監視制御システムの構成図である。1 is a configuration diagram of a monitoring control system in an embodiment of the present invention; FIG. 通信が正常時の処理動作を説明するための図である。FIG. 4 is a diagram for explaining processing operations when communication is normal; 通信異常発生時の処理動作を説明するための図である。FIG. 10 is a diagram for explaining processing operations when a communication error occurs; 通信復旧時の処理動作を説明するための図である。FIG. 4 is a diagram for explaining processing operations when communication is restored;

以下、本発明の実施形態について、図面を用いて説明する。図1は、本発明の実施例における監視制御システムの構成図である。図2~図4は、図1に示す実施例の処理動作を説明するための図である。 BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a configuration diagram of a supervisory control system in an embodiment of the present invention. 2 to 4 are diagrams for explaining the processing operation of the embodiment shown in FIG.

ここで、本発明は、以下に説明する実施例の記載内容に限定して解釈されるものではない。本発明の技術思想ないし趣旨から逸脱しない範囲で、その構成を変更しうることは当業者であれば容易に理解される。 Here, the present invention should not be construed as being limited to the contents of the examples described below. Those skilled in the art will easily understand that the configuration can be changed without departing from the technical idea or gist of the present invention.

また、以下に説明する実施例の構成において、同一機器又は同様の機能を有する部分には同一の符号を異なる図面間で共通して用い、重複する説明を省略することがある。 In addition, in the configurations of the embodiments described below, the same reference numerals may be used in common for the same devices or parts having similar functions in different drawings, and redundant description may be omitted.

また、本明細書における「第1」、「第2」などの表記は、構成要素を識別するために付するものであり、必ずしも、数、順序、もしくはその内容を限定するものではない。また、構成要素の識別のための番号は分脈ごとに用いられ、一つの文脈で用いた番号が、他の文脈で必ずしも同一の構成を示すとは限らない場合がある。また、ある番号で識別された構成要素が、他の番号で識別された構成要素の機能を兼ねることを妨げるものではない。 In addition, notations such as "first" and "second" in this specification are attached to identify the constituent elements, and do not necessarily limit the number, order, or content thereof. Also, numbers for identifying components are used for each context, and numbers used in one context may not necessarily indicate the same configuration in another context. Also, it does not preclude a component identified by a certain number from having the function of a component identified by another number.

また、図面に示す各構成の位置、大きさ、形状、範囲などは、発明の理解を容易にするため、実際の位置、大きさ、形状、範囲などを表していない場合がある。それ故、本発明は、図面に開示された構成機器の位置、大きさ、形状、範囲などに限定されるものではない。 Also, the position, size, shape, range, etc. of each component shown in the drawings may not represent the actual position, size, shape, range, etc., in order to facilitate understanding of the invention. Accordingly, the present invention is not limited to the location, size, shape, extent, etc. of components disclosed in the drawings.

また、本明細書において単数形で表される構成要素は、特段文脈で明らかに示されない限り、複数形を含むものとする。 Also, elements presented herein in the singular shall include the plural unless the context clearly dictates otherwise.

以下、図1~図4を用いて本発明の一つの実施例を説明する。図1における監視制御システムは、テレメータを構成する子局101、102、10N、および親局200を含む。子局と親局との間のデータ送受信には、ブロードバンド回線などの通信回線300が利用される。通信回線300は、相互の通信が可能であればどのようなものでもよく、例えば光回線のような有線回線や無線回線を利用することができる。また、通信回線300は、専用回線でも公衆回線でも構わない。また、監視制御システムは、テレメータの他に、テレメータの親局200から送信されるデータを受信し、該データを記録(記憶)し、記録したデータに基づいて監視制御を行う監視制御装置500を含む。 One embodiment of the present invention will be described below with reference to FIGS. 1 to 4. FIG. The supervisory control system in FIG. 1 includes child stations 101, 102, and 10N and a master station 200 that constitute a telemeter. A communication line 300 such as a broadband line is used for data transmission/reception between the slave station and the master station. Any communication line 300 can be used as long as mutual communication is possible. For example, a wired line such as an optical line or a wireless line can be used. Also, the communication line 300 may be a dedicated line or a public line. In addition to the telemeter, the supervisory control system includes a supervisory control device 500 that receives data transmitted from the telemeter master station 200, records (stores) the data, and performs supervisory control based on the recorded data. include.

ここで、監視制御とは、テレメータから受信したデータを記憶部に記録(記憶)すること、記録したデータあるいはそのデータの加工、編集、保存などのデータ処理を行い、監視に必要な情報を表示装置に表示して監視を行なうこと、これらの情報に基づいて、遠隔地にある操作機器を操作する制御を行うための制御信号(操作信号)を演算すること、などである。 Here, monitoring control means recording (storing) the data received from the telemeter in the storage unit, performing data processing such as processing, editing, and saving the recorded data or the data, and displaying information necessary for monitoring. These include displaying on a device for monitoring, and based on this information, computing a control signal (operation signal) for controlling operation of a remote control device.

この実施例においては、テレメータの親局200と、監視制御装置500との間には、中継機能を有するPLC400を設け、親局200から送信されるデータを受信し、そのデータを監視制御装置500に送信するように構成している。しかし、本発明では、親局200と監視制御装置500との間の接続は、PLC400を介さないで直接的に接続しても良い。特に、監視制御装置500と親局200との間の距離が短い場合などでは、例えばLAN(Local Area Network)などにより、直接通信可能(データの送受信可能)に接続すれば構成が簡略化できる。 In this embodiment, a PLC 400 having a relay function is provided between the telemeter master station 200 and the supervisory control device 500 to receive data transmitted from the master station 200 and transmit the data to the supervisory control device 500. configured to send to However, in the present invention, the connection between the master station 200 and the supervisory control device 500 may be directly connected without going through the PLC 400 . In particular, when the distance between the supervisory control device 500 and the master station 200 is short, the configuration can be simplified by connecting them so as to be directly communicable (data can be sent and received) via a LAN (Local Area Network) or the like.

また、テレメータの子局は、この実施例では複数台有する構成としているが、1台であっても実現することができる。なお、図1では、各子局の構成は同一とし、子局101についてのみ代表的に詳細な構成を記載し、説明を簡略化するため、他の子局(102,10N)についての詳細な構成の記載を省略している。また、各子局に入力されるセンサ(図示せず)からのデータDは、原則として子局毎に異なるものとする。なお、子局の構成は、必ずしも各子局について同一の構成にする必要はないが、各子局の構成を同一構成にすることにより、システムの構築が容易になる。また、システムの保守・点検作業や、修理が容易になるなどの点でも好ましい。 Also, although this embodiment is configured to have a plurality of telemeter slave stations, it is also possible to implement the system with only one. In FIG. 1, it is assumed that each slave station has the same configuration, and only the slave station 101 is representatively described in detail. The description of the configuration is omitted. In principle, data D from a sensor (not shown) input to each slave station is different for each slave station. It should be noted that although it is not necessary for each child station to have the same configuration, the construction of the system can be facilitated by making each child station have the same configuration. It is also preferable in terms of facilitating system maintenance/inspection work and repair.

さらに、この実施例(図1)において、親局200は、機能において子局との違いはあるが、ハードウェアとしての構成は子局の構成と実質的に同一の構成としている。そのため、子局の構成について説明した内容は、親局の該当する構成について説明したものとして省略する場合がある。 Furthermore, in this embodiment (FIG. 1), the parent station 200 has substantially the same hardware configuration as the child station, although the functions are different from those of the child station. Therefore, the description of the configuration of the slave station may be omitted as the description of the corresponding configuration of the master station.

次に、子局の構成および動作について説明する。まず、この実施例における各子局の構成及び機能(動作)は同様である。そのため、ここでは、子局101の構成及び動作についてのみ説明し、他の子局(102,10N)についての説明を省略する。なお、この実施例における各子局は、親局に対し、予め決められた順序に従い順次データを送信するように構成している。 Next, the configuration and operation of the child station will be described. First, the configurations and functions (operations) of each slave station in this embodiment are the same. Therefore, only the configuration and operation of the slave station 101 will be described here, and the description of the other slave stations (102, 10N) will be omitted. Each slave station in this embodiment is configured to sequentially transmit data to the master station in accordance with a predetermined order.

子局101は、内部の記憶部122に記憶している動作プログラムに従いCPUなどの演算処理装置121が一連の処理動作を実行するコンピュータ(計算機)の機能を有する。なお、この実施例では、子局101にPLCを採用している。子局101には、CPUモジュール110、伝送モジュール120、IFモジュール130が取り付けられる。CPUモジュール110は、図示しない記憶部、演算処理部を有しており、それ自体でソフトウェア(記憶しているプログラム)を実行する計算機の機能を有している。例えば、CPUモジュール110は、ラダープログラムなどの伝送内容に応じて作成されるテレメータソフトS1を実行する。 The child station 101 has the function of a computer (computer) in which an arithmetic processing unit 121 such as a CPU executes a series of processing operations according to an operation program stored in an internal storage unit 122 . It should be noted that, in this embodiment, a PLC is adopted as the slave station 101 . A CPU module 110 , a transmission module 120 and an IF module 130 are attached to the slave station 101 . The CPU module 110 has a storage unit and an arithmetic processing unit (not shown), and has the function of a computer that executes software (stored programs) by itself. For example, the CPU module 110 executes telemetry software S1 created according to transmission contents such as a ladder program.

また、伝送モジュール120も、それ自体でソフトウェア(記憶しているプログラム)を実行できるコンピュータ機能を有している。そのため、伝送モジュール120は、ソフトウェアを実行するマイクロコンピュータ等の演算処理部121、プログラムを記憶するROMや入力されるデータなどを保存するフラッシュメモリなどの記憶部122、CPUモジュール110と通信(データ伝送)するためのIF123、通信回線300に接続するためのイーサネット(Ethernet)などの規格に基づくポート124を有する。伝送モジュール120では、入力されるデータを記録(記憶)するとともに、親局200に対し通信回線300を介してデータを自動的に送信すること、及び親局200からのデータ送信要求にしたがって、記録しているデータを親局200に送信すること、などの演算処理を実行する。こ演算処理は、記憶部122に記録したプログラムに従い演算処理回路121が実行する。 Also, the transmission module 120 itself has a computer function capable of executing software (a stored program). Therefore, the transmission module 120 communicates (data transmission ), and a port 124 based on standards such as Ethernet for connecting to the communication line 300 . The transmission module 120 records (stores) input data, automatically transmits the data to the master station 200 via the communication line 300, and records according to a data transmission request from the master station 200. Arithmetic processing such as transmitting the data stored in the master station 200 to the master station 200 is executed. This arithmetic processing is executed by the arithmetic processing circuit 121 according to a program recorded in the storage unit 122 .

CPUモジュール110は、テレメータソフトS1の処理により、IFモジュール130への信号の入出力と、伝送モジュール120へのデータの送受信を行う。 The CPU module 110 performs signal input/output to the IF module 130 and data transmission/reception to/from the transmission module 120 by processing the telemeter software S1.

伝送モジュール120は、演算処理部121で実行されるソフトウェア(プログラム)により、CPUモジュール110から受信したデータの通信電文への変換、通信回線300から受信した通信電文のPLC用データへの変換を行う。 The transmission module 120 converts data received from the CPU module 110 into communication telegrams and converts communication telegrams received from the communication line 300 into PLC data by software (program) executed by the arithmetic processing unit 121. .

また、この実施例における伝送モジュール120は、第1管理番号を生成し、この第1管理番号とデータとを対応付けて記憶部122に記憶する。なお、以下の説明において、データとこの管理番号とを含む情報を「データ情報」と称することがある。伝送モジュール120は、データを親局に送信する際に、データとともに第1管理番号(データ情報)を親局200に送信する。この場合、後述するように、第1管理番号は、親局側で通信状態を診断する(ヘルシーチェックを行う)際に利用可能なヘルシーカウンタの値(以下、第1ヘルシーカウント値C1と称する。)を用いる。 Also, the transmission module 120 in this embodiment generates a first management number, associates the first management number with the data, and stores them in the storage unit 122 . In the following description, information including data and this management number may be referred to as "data information". When transmitting data to the master station, the transmission module 120 transmits the first management number (data information) to the master station 200 together with the data. In this case, as will be described later, the first management number is a value of a healthy counter (hereinafter referred to as a first healthy count value C1) that can be used when diagnosing the communication state (performing a healthy check) on the master station side. ) is used.

次に、親局200の構成および動作について説明する。親局200は、CPUモジュール210、伝送モジュール220、IFモジュール230で構成される。伝送モジュール220は、それ自体でソフトウェア(記憶しているプログラム)を実行できるコンピュータである。伝送モジュール220は、ソフトウェアを実行するマイコン等の演算処理部221、プログラムを記憶するROMや入力されるデータなどを保存するフラッシュメモリなどの記憶部222、CPUモジュール210と通信するためのIF223を有する。 Next, the configuration and operation of master station 200 will be described. A master station 200 is composed of a CPU module 210 , a transmission module 220 and an IF module 230 . The transmission module 220 is itself a computer capable of executing software (stored programs). The transmission module 220 has an arithmetic processing unit 221 such as a microcomputer that executes software, a storage unit 222 such as a ROM that stores programs and a flash memory that stores input data, and an IF 223 for communicating with the CPU module 210. .

この伝送モジュール220のハード的な構成は、子局101の伝送モジュール120と同様の構成である。伝送モジュール220は、子局101からポート124を介して送信されるデータおよび第1ヘルシーカウント値C1を受信し、第1ヘルシーカウント値C1に基づいて親局側の管理番号である第2ヘルシーカウント値C2を生成し、この第2ヘルシーカウント値C2とともに受信したデータを記憶部222に記録(記憶)する。さらに、伝送モジュール220は、データDおよび第2ヘルシーカウント値C2をCPUモジュール210へ受け渡すための変換を行い、IF223を介してCPUモジュール210に送信する。伝送モジュール220におけるこのような演算処理は、演算処理部221が記憶部222に記憶したプログラムにより実行する。 The hardware configuration of this transmission module 220 is similar to that of the transmission module 120 of the slave station 101 . Transmission module 220 receives data and first healthy count value C1 transmitted from child station 101 via port 124, and calculates a second healthy count, which is the control number of the parent station, based on first healthy count value C1. A value C2 is generated, and the data received together with this second healthy count value C2 is recorded (stored) in the storage unit 222 . Further, the transmission module 220 converts the data D and the second healthy count value C2 to the CPU module 210 and transmits them to the CPU module 210 via the IF 223 . Such arithmetic processing in the transmission module 220 is executed by a program stored in the storage unit 222 by the arithmetic processing unit 221 .

この実施例において、CPUモジュール210は、受け取ったデータDおよび第2ヘルシーカウント値C2(データ情報)を、IFモジュール230を介してPLC400に送信する。 In this embodiment, CPU module 210 transmits received data D and second healthy count value C2 (data information) to PLC 400 via IF module 230 .

PLC400は、親局200のIFモジュール230と接続され、またこのPLC400は監視制御装置500に接続される。すなわち、親局200から送信されるデータ情報(データDおよび第2ヘルシーカウント値C2)は、いったんPLC400に入力され、PLC400を経由して監視制御装置500に送信される。 PLC 400 is connected to IF module 230 of master station 200 , and this PLC 400 is also connected to supervisory control device 500 . That is, data information (data D and second healthy count value C2) transmitted from master station 200 is once input to PLC 400 and transmitted to supervisory control device 500 via PLC 400 .

監視制御装置500は、PLC400経由で親局200から送信されたデータ情報、すなわちデータDおよび第2ヘルシーカウント値C2を受信し、IF510経由で記憶部530に保存する。 Monitoring control device 500 receives data information transmitted from master station 200 via PLC 400 , that is, data D and second healthy count value C 2 , and stores them in storage unit 530 via IF 510 .

なお、ここで、監視制御装置500は、計算機としての機能を有している。そのため、システム上位に計算機が設けられている場合には、図1に示すように監視制御装置500を独立して設ける代わりに、その上位の計算機を使用しても良い。その場合、システム全体の構成を簡略化することができ、コスト面での優位性もある。 Here, the monitoring control device 500 has a function as a computer. Therefore, when a computer is installed in the upper level of the system, the computer in the upper level may be used instead of providing the supervisory control device 500 independently as shown in FIG. In that case, the configuration of the entire system can be simplified, and there is also an advantage in terms of cost.

また、監視制御装置500は、監視制御の機能の一部または全体について、クラウドサービス等の外部のサーバを利用しても実現できる。すなわち、例えば、テレメータの親局200から送信される監視用のデータ情報を外部のサーバに記憶させ、監視側の端末機器(パーソナルコンピュータや、スマートフォン、など)において、外部のサーバに記憶されたデータ情報をインターネット等を介して入手し、そのデータ情報に基づいて端末機器により監視制御を実行する構成としても良い。また、サーバ側でデータの記録だけでなく監視制御の機能を担うようにし、端末機器はその監視制御結果を入手可能にする構成でも構わない。このようなクラウドサービスを利用することにより、監視制御システム全体の設備投資の費用を削減することが可能になる。 In addition, the monitoring control device 500 can be realized by using an external server such as a cloud service for some or all of the monitoring control functions. That is, for example, data information for monitoring transmitted from the telemeter master station 200 is stored in an external server, and data stored in the external server is stored in the terminal device (personal computer, smartphone, etc.) on the monitoring side. Information may be obtained via the Internet or the like, and monitoring control may be performed by the terminal device based on the data information. In addition, the server may be configured not only to record data but also to perform monitoring and control functions, and the terminal device may be configured to obtain the results of the monitoring and control. By using such a cloud service, it is possible to reduce the capital investment cost of the entire supervisory control system.

次に、図2を参照して、通信異常が発生していない場合(正常時)の動作処理内容について説明する。なお、図1と図2のシステム構成は同じである。 Next, with reference to FIG. 2, the contents of operation processing when communication abnormality does not occur (normal time) will be described. 1 and 2 have the same system configuration.

子局101のCPUモジュール110は、センサ等(図示せず)により収集したデータDを入力し伝送モジュール120に送信する。伝送モジュール120は、CPUモジュール110から受信したデータDに対して、ヘルシーカウンタの値(第1ヘルシーカウント値C1)を作成(生成)し、データDおよびこの第1ヘルシーカウント値C1(データ情報)をポート124から通信回線300を経由して親局200に送信する。 The CPU module 110 of the slave station 101 receives data D collected by a sensor or the like (not shown) and transmits the data to the transmission module 120 . The transmission module 120 creates (generates) a healthy counter value (first healthy count value C1) for the data D received from the CPU module 110, and transmits the data D and this first healthy count value C1 (data information). is transmitted from the port 124 to the master station 200 via the communication line 300 .

親局200(具体的には、伝送モジュール220)では、子局101から送信されたデータ情報(データDおよび第1ヘルシーカウント値C1)を、ポート224を介して伝送モジュール220に受信する。伝送モジュール220は、子局101からのデータ情報を受信すると、第1ヘルシーカウント値C1に基づき親局における管理番号である第2ヘルシーカウント値C2を生成する。伝送モジュール220は、データDと第2ヘルシーカウント値C2とをセットにしたデータ情報を記憶部222に記録(記憶)する。また、第1ヘルシーカウント値C1も記録する。 The master station 200 (specifically, the transmission module 220 ) receives the data information (the data D and the first healthy count value C<b>1 ) transmitted from the slave station 101 to the transmission module 220 via the port 224 . Upon receiving the data information from the child station 101, the transmission module 220 generates a second healthy count value C2, which is the control number in the parent station, based on the first healthy count value C1. The transmission module 220 records (stores) data information in which the data D and the second healthy count value C2 are set in the storage unit 222 . Also, the first healthy count value C1 is recorded.

続いて、親局200の伝送モジュール220の演算処理部221は、記憶部222に記録されたデータ情報(データDおよび第2ヘルシーカウント値C2)についてCPUモジュール210へ受け渡すための変換を行う。そして、このデータ情報を、IF223を介してCPUモジュール210に送信する。 Subsequently, the arithmetic processing unit 221 of the transmission module 220 of the master station 200 converts the data information (the data D and the second healthy count value C2) recorded in the storage unit 222 to be transferred to the CPU module 210 . Then, this data information is transmitted to the CPU module 210 via the IF 223 .

また、伝送モジュール220(演算処理部221)は、所定時間内にデータ情報が受信されていることを条件に通信状態は正常であると判断する。この実施例では、受信した第1ヘルシーカウント値C1が所定時間内に更新されていることを確認し、通信異常が発生していないこと(正常であること)を確認する。なお、第1ヘルシーカウント値C1が所定時間内に更新されない場合は、通信異常と判断するが、通信異常時の動作処理については後述する。 Also, the transmission module 220 (arithmetic processing unit 221) determines that the communication state is normal on the condition that data information is received within a predetermined time. In this embodiment, it is confirmed that the received first healthy count value C1 has been updated within a predetermined period of time, and that no communication error has occurred (that the communication is normal). If the first healthy count value C1 is not updated within a predetermined period of time, it is determined that there is a communication abnormality.

CPUモジュール210は、データ情報(受信データDおよび第2ヘルシーカウント値C2)を、IFモジュール230を経由してPLC400へ送信する。 CPU module 210 transmits data information (received data D and second healthy count value C2) to PLC 400 via IF module 230 .

PLC400は、受信したこのデータ情報を、監視制御装置500のIF510に送信する。 PLC 400 transmits this received data information to IF 510 of supervisory control device 500 .

監視制御装置500(演算処理部520)は、IF510経由で取得したデータ情報(データDおよび第2ヘルシーカウント値C2)を、記憶部530に記録(記憶)する。 Monitoring control device 500 (arithmetic processing unit 520 ) records (stores) data information (data D and second healthy count value C<b>2 ) acquired via IF 510 in storage unit 530 .

また、監視制御装置500(演算処理部520)は、受信したデータ情報における第2ヘルシーカウント値C2が所定時間内に更新されているか否かを判断(確認)し、更新が継続的に行われていることにより通信が正常に行われていることを確認する。これにより、監視制御装置500においても、通信状態が正常であることを監視することができる。 In addition, the monitoring control device 500 (arithmetic processing unit 520) determines (confirms) whether or not the second healthy count value C2 in the received data information has been updated within a predetermined period of time, and whether or not the update is continuously performed. Confirm that communication is performed normally by As a result, the monitor control device 500 can also monitor whether the communication state is normal.

このようにして、通信が正常に行われている場合には、子局101から親局200に送信されたデータ情報(データDおよびヘルシーカウント値C2)が、PLC400を介して監視制御装置500に記録される。監視制御装置500では、この記録されたデータ情報(データDおよび第2ヘルシーカウント値C2)に基づいて、監視制御を実行する。 In this way, when communication is normally performed, data information (data D and healthy count value C2) transmitted from slave station 101 to master station 200 is sent to supervisory control device 500 via PLC 400. Recorded. The monitor control device 500 executes monitor control based on this recorded data information (data D and second healthy count value C2).

次に、図3を参照して、子局と親局との間の通信異常時(例えば、通信回線300が切断した場合など)における動作処理について説明する。 Next, with reference to FIG. 3, operation processing when communication between the slave station and the master station is abnormal (for example, when the communication line 300 is disconnected) will be described.

通信異常が発生したか否かは、親局200(伝送モジュール220)において、継続して受信・記録されているデータ情報が所定時間内に受信できなくなることにより通信異常を判断することができる。この実施例では、第1ヘルシーカウント値C1が所定時間内に更新されたかどうかで判断する。すなわち、所定時間内に第1ヘルシーカウント値C1が更新されないことをもって、通信異常と判断する。通信異常が発生したと判断した時点(通信異常発生時)における第1ヘルシーカウント値C1および第2ヘルシーカウント値C2を、通信異常発生時点を示す情報として記憶部222に記憶する。 Whether or not a communication abnormality has occurred can be determined by determining whether data information continuously received and recorded in the master station 200 (transmission module 220) cannot be received within a predetermined period of time. In this embodiment, it is determined whether or not the first healthy count value C1 has been updated within a predetermined period of time. That is, when the first healthy count value C1 is not updated within a predetermined time, it is determined that communication is abnormal. The first healthy count value C1 and the second healthy count value C2 at the time when it is determined that the communication abnormality has occurred (when the communication abnormality occurs) are stored in the storage unit 222 as information indicating the time when the communication abnormality occurs.

一方、子局101(より具体的には、伝送モジュール120)は、通信異常か否かにかかわらず、データDおよび第1ヘルシーカウント値D1を含むデータ情報を記憶部122に記憶する動作を継続する。さらに、記憶部122に記録したデータ情報を親局200に対して送信する動作を継続する。つまり、通信正常時と同様の動作を継続する。このような通信異常の有無に関係なくデータを記録していることにより、後に通信状態が復旧した場合に、親局に対し通信異常期間中のデータを送信することが可能となる。 On the other hand, the slave station 101 (more specifically, the transmission module 120) continues the operation of storing the data information including the data D and the first healthy count value D1 in the storage unit 122 regardless of whether the communication is abnormal. do. Furthermore, the operation of transmitting the data information recorded in the storage unit 122 to the master station 200 is continued. In other words, the same operation as when communication is normal continues. By recording data regardless of the presence or absence of such a communication abnormality, it becomes possible to transmit the data during the communication abnormality period to the master station when the communication state is restored later.

親局200(具体的には、伝送モジュール220)は、子局101から受信した第1ヘルシーカウンタC1が更新されないことを確認することにより、通信異常と判断し、通信異常開始時として、その時点のヘルシーカウンタC1とヘルシーカウンタC2の値を記憶部222に記録する。また、その時のデータおよび第2ヘルシーカウント値C2をCPUモジュール210へ受け渡す。 By confirming that the first healthy counter C1 received from the child station 101 is not updated, the master station 200 (specifically, the transmission module 220) judges that the communication is abnormal, and determines that point as the start of the communication abnormality. The values of the healthy counter C1 and the healthy counter C2 are recorded in the storage unit 222. Also, the data at that time and the second healthy count value C2 are transferred to the CPU module 210 .

CPUモジュール210は、その時のデータ情報(データDおよび第2ヘルシーカウント値C2)を、IFモジュール230を経由してPLC400へ送信する。つまり、通信異常発生時のデータ情報(データDおよび第2ヘルシーカウント値C2)を送信する。 CPU module 210 transmits the current data information (data D and second healthy count value C2) to PLC 400 via IF module 230 . That is, the data information (data D and second healthy count value C2) at the time of communication failure is transmitted.

PLC400は、このデータ情報を、監視制御装置500へ送信する。 PLC 400 transmits this data information to supervisory control device 500 .

監視制御装置500は、IF510経由で取得したデータ情報(データDおよび第2ヘルシーカウント値C2)を記憶部530に記録する。そして、記録した第2ヘルシーカウント値C2の状態をチェックし、第2ヘルシーカウント値C2が所定時間内に更新されない場合に通信異常と判断することができる。すなわち、通信異常発生時には、親局200から送信されていたデータ情報が途切れるので、そのデータ情報に含まれる第2ヘルシーカウント値C2の状態を監視すれば通信異常の発生の判断ができる。監視制御装置500は、第2ヘルシーカウント値C2が所定時間内に更新されない場合、その時の第2ヘルシーカウント値C2を通信異常発生時の情報として記憶部530に記録する。 The monitoring control device 500 records the data information (the data D and the second healthy count value C2) acquired via the IF 510 in the storage unit 530 . Then, the state of the recorded second healthy count value C2 is checked, and if the second healthy count value C2 is not updated within a predetermined time, it can be determined that communication is abnormal. That is, since the data information transmitted from the master station 200 is interrupted when the communication abnormality occurs, the occurrence of the communication abnormality can be determined by monitoring the state of the second healthy count value C2 included in the data information. If the second healthy count value C2 is not updated within a predetermined period of time, the monitoring control device 500 records the second healthy count value C2 at that time in the storage unit 530 as information on the occurrence of communication abnormality.

このように、通信異常発生時には、親局200および監視制御装置500は「通信異常発生」を判断することができる。 In this way, when a communication abnormality occurs, the master station 200 and the supervisory control device 500 can determine that "communication abnormality has occurred".

次に、図4を参照して、通信異常状態が解消した状態(通信異常解消時)における処理動作について説明する。 Next, with reference to FIG. 4, a processing operation in a state in which the communication abnormality state is resolved (when the communication abnormality is resolved) will be described.

ここで、上述したように、子局101の伝送モジュール120は、通信状態の変化に関係なく、正常時と同様に通信異常発生時から通信異常解消時までの通信異常期間中もデータ情報(データDおよび第1ヘルシーカウント値C1)の記憶部への記録動作、およびそのデータ情報を親局200に送信するデータ送信動作を継続している。 Here, as described above, the transmission module 120 of the slave station 101 maintains data information (data The recording operation of D and the first healthy count value C1) in the storage unit and the data transmission operation of transmitting the data information to the master station 200 are continued.

親局200(伝送モジュール220)は、通信異常が解消すれば子局101からデータDおよび第1ヘルシーカウント値を再び受信できるので、そのデータ情報(データおよび第1ヘルシーカウント値C1)の受信を確認し、通信異常が解消したこと、すなわち、通信復旧を判断することができる。伝送モジュール220は、再受信開始時に子局101から受信した第1ヘルシーカウント値C1を、通信異常解消時を示す情報として、記憶部222に記録する。 Since the master station 200 (transmission module 220) can receive the data D and the first healthy count value again from the slave station 101 when the communication abnormality is resolved, the data information (the data and the first healthy count value C1) is received. It is possible to confirm that the communication abnormality has been resolved, that is, to determine that the communication has been restored. The transmission module 220 records the first healthy count value C1 received from the child station 101 at the start of re-reception in the storage unit 222 as information indicating when the communication abnormality is resolved.

親局200(伝送モジュール220)は、子局101からデータ情報を再び受信開始したことにより通信異常解消を判断すると、子局101(伝送モジュール120)に対し、通信異常開始時から通信異常解消時点までの通信異常期間中のデータ情報(データDおよび第1ヘルシーカウント値C1)の送信要求Rを出す。この送信要求Rには、通信異常発生時における第1ヘルシーカウント値C1と、通信異常解消時における第1ヘルシーカウント値C1とを含める。 When the master station 200 (transmission module 220) determines that the communication abnormality has been resolved by starting to receive data information from the slave station 101 again, the master station 200 (transmission module 120) sends the data from the time when the communication abnormality is started to the time when the communication abnormality is resolved to the slave station 101 (transmission module 120). A transmission request R for the data information (data D and the first healthy count value C1) during the abnormal communication period is issued. The transmission request R includes the first healthy count value C1 when the communication abnormality occurs and the first healthy count value C1 when the communication abnormality is resolved.

子局101(伝送モジュール120)は、この送信要求Rに含めた通信異常発生時における第1ヘルシーカウント値C1と、通信異常解消時点における第1ヘルシーカウント値C1に基づいて、通信異常期間中のデータ情報の範囲(通信異常期間中に記録されたデータ情報)を把握することができる。子局101は、記憶部122に記録していたデータの中から通信異常期間中のデータ情報を抽出して親局200に送信する。 The slave station 101 (transmission module 120), based on the first healthy count value C1 at the occurrence of the communication abnormality included in the transmission request R and the first healthy count value C1 at the time when the communication abnormality is resolved, It is possible to grasp the range of data information (data information recorded during a period of abnormal communication). The slave station 101 extracts data information during the communication abnormality period from the data recorded in the storage unit 122 and transmits the extracted data information to the master station 200 .

親局200の伝送モジュール220は、子局101から通信異常期間中のデータ情報(データDおよび第1ヘルシーカウント値C1)を受信すると、第1ヘルシーカウント値C1に対応する第2ヘルシーカウント値C2を生成し、通信異常期間中のデータ情報(データDおよびこの第2ヘルシーカウント値C2)を記憶部222に記録する。また、伝送モジュール220は、通信異常期間中のデータ情報をCPUモジュール210に送信する。 When the transmission module 220 of the master station 200 receives the data information (data D and the first healthy count value C1) during the communication abnormality period from the slave station 101, the second healthy count value C2 corresponding to the first healthy count value C1 , and records the data information (data D and this second healthy count value C2) during the communication abnormality period in the storage unit 222 . The transmission module 220 also transmits data information during the communication abnormality period to the CPU module 210 .

また、伝送モジュール220は、子局から送信される最新のデータ情報に基づいて記録された最新のデータ情報も(データDおよび第2ヘルシーカウント値D2)も、CPUモジュール210へ受け渡す。その後は、通信正常時における動作が実行されることになる。すなわち、伝送モジュール220は、次々と受信する子局からのデータ情報に基づいて、最新のデータ情報をCPUモジュール210へ受け渡す。なお、伝送モジュール220は、CPUモジュール210にデータ情報を受け渡す際に必要な情報変換を行う。 The transmission module 220 also passes the latest data information (data D and the second healthy count value D2) recorded based on the latest data information transmitted from the child station to the CPU module 210 . After that, the operation during normal communication is executed. That is, the transmission module 220 transfers the latest data information to the CPU module 210 based on the data information from the child stations that are received one after another. It should be noted that the transmission module 220 performs necessary information conversion when transferring data information to the CPU module 210 .

親局200(CPUモジュール210)は、通信異常期間中のデータ情報(データDおよび第2ヘルシーカウント値C2)とともに、最新のデータ情報を、IFモジュール230を経由してPLC400へ送信する。 Master station 200 (CPU module 210) transmits the latest data information to PLC 400 via IF module 230 together with the data information (data D and second healthy count value C2) during the communication abnormality period.

PLC400は、親局200から受信した通信異常期間中のデータ情報および最新のデータ情報を、監視制御装置500へ送信する。 PLC 400 transmits the data information received from master station 200 during the communication abnormality period and the latest data information to supervisory control device 500 .

監視制御装置500は、IF510経由で取得したこれらのデータ情報(通信異常期間中のデータ情報および最新のデータ情報)を、記憶部530に記録する。すなわち、通信異常期間中のデータ情報(通信異常期間中のデータおよび第2ヘルシーカウント値)は、記憶部530の通信異常発生時に記録した情報に続けて記録し、最新の情報は通信異常期間中の情報の後に続けて記録する。なお、それ以降は、正常時の場合において説明したように、親局側から次々に送信されてくるデータ情報を記憶部530に順次記録する。 The supervisory control device 500 records these pieces of data information (data information during the communication abnormality period and latest data information) acquired via the IF 510 in the storage unit 530 . That is, the data information during the communication abnormality period (the data during the communication abnormality period and the second healthy count value) is recorded following the information recorded when the communication abnormality occurred in the storage unit 530, and the latest information is recorded during the communication abnormality period. record after the information in After that, the data information successively transmitted from the parent station side is sequentially recorded in the storage unit 530 as described in the case of normal operation.

これにより、テレメータの親局200および監視制御装置500は、通信異常期間中のデータ情報(データDおよび第ヘルシーカウント値C2)を内部の記憶部に記録することができる。したがって、通信異常が発生した場合でも、通信異常解消時に、その通信異常期間中のデータ情報を入手し記録することができるので、データ欠損がない状態で監視制御を行うことが可能になる。 As a result, the telemeter master station 200 and the supervisory control device 500 can record the data information (the data D and the healthy count value C2) during the communication abnormality period in the internal storage unit. Therefore, even if a communication abnormality occurs, when the communication abnormality is resolved, the data information during the communication abnormality period can be obtained and recorded, so that monitoring control can be performed without data loss.

以上説明したように、本発明の実施例によれば、テレメータの親局と子局との間で何らかの通信異常が発生した場合でも、通信異常解消時に通信異常期間中のデータ情報を子局から親局に送信することが可能になるので、データの欠損を生じさせない信頼性の高い監視制御を実現することができる。 As described above, according to the embodiment of the present invention, even if some kind of communication abnormality occurs between the telemeter master station and the slave station, data information during the communication abnormality period is transmitted from the slave station when the communication abnormality is resolved. Since it becomes possible to transmit to the master station, it is possible to realize highly reliable supervisory control that does not cause data loss.

また、本発明の実施例では、データとともに管理番号を生成してデータ情報を記録しており、データの管理が容易になる。さらに、この管理番号として、ヘルシーチェックを実行可能なヘルシーカウント値を採用することにより、親局200における通信異常の判断を容易に行うことができる。また、この管理データを監視制御装置500にも送信することにより、監視制御装置においても、通信異常を管理することが可能になる。 In addition, in the embodiment of the present invention, data information is recorded by generating a management number together with data, thereby facilitating data management. Furthermore, by adopting a healthy count value that enables execution of a healthy check as this management number, it is possible to easily determine whether there is a communication abnormality in the master station 200 . Also, by transmitting this management data to the supervisory control device 500, the supervisory control device can also manage communication errors.

101、102、10N…子局、110…CPUモジュール、120…伝送モジュール、121…演算処理部、122…記憶部、123…IF、124…ポート、130…IFモジュール、200…親局、210CPUモジュール、220…伝送モジュール、221…演算処理部、222…記憶部、223…IF、224…ポート、230…IFモジュール、300…通信回線、400…PLC、500…監視制御装置、510…IF,520…演算処理部、530…記憶部 DESCRIPTION OF SYMBOLS 101, 102, 10N... Slave station, 110... CPU module, 120... Transmission module, 121... Operation processing part, 122... Storage part, 123... IF, 124... Port, 130... IF module, 200... Master station, 210 CPU module , 220...Transmission module, 221...Arithmetic processing unit, 222...Storage unit, 223...IF, 224...Port, 230...IF module, 300...Communication line, 400...PLC, 500...Monitoring control device, 510...IF, 520 ... arithmetic processing unit, 530 ... storage unit

Claims (15)

収集されたデータを記録する子局と、前記子局が記録した前記データを受信し記録する親局とを備えたテレメータであって、
前記子局は前記データを前記親局に送信し、
前記親局は、受信した前記データを記録し、所定時間内に前記子局からの前記データが受信されない場合に通信異常発生と判断し、その後前記子局から前記データの送信が開始されたことにより通信異常解消と判断し、前記通信異常解消と判断した場合には前記子局に対し通信異常発生時から通信異常解消時までの通信異常期間中の前記データの送信要求を行い、前記子局から前記通信異常期間中の前記データを受信し、前記通信異常期間中の前記データを記録するテレメータ。
A telemeter comprising a slave station that records collected data and a master station that receives and records the data recorded by the slave station,
the slave station transmits the data to the master station;
The master station records the received data, determines that a communication error has occurred when the data is not received from the slave station within a predetermined time, and thereafter starts transmitting the data from the slave station. When it is determined that the communication abnormality has been resolved, the slave station is requested to transmit the data during the communication abnormality period from the time when the communication abnormality occurs until the time when the communication abnormality is resolved. a telemeter that receives the data during the communication failure period from and records the data during the communication failure period.
請求項1に記載されたテレメータにおいて、
前記親局は、監視制御を行う監視制御装置に前記データを送信することを特徴とするテレメータ。
A telemeter as claimed in claim 1, wherein
A telemeter, wherein the master station transmits the data to a supervisory control device that performs supervisory control.
請求項1に記載されたテレメータであって、
前記子局は、データ管理のための第1管理番号を生成し、前記第1管理番号とともに前記データを前記親局に送信し、
前記親局は、前記第1管理番号に基づき親局側の管理番号である第2管理番号を生成し、前記第2管理番号とともに前記子局からの前記データを記録すること特徴とするテレメータ。
A telemeter according to claim 1, comprising:
the slave station generates a first management number for data management and transmits the data together with the first management number to the master station;
A telemeter, wherein the master station generates a second management number, which is a master station side management number, based on the first management number, and records the data from the slave station together with the second management number.
請求項3に記載されたテレメータであって、
前記第1管理番号はヘルシーチェックを行うための第1ヘルシーカウント値であり、前記親局は前記第1ヘルシーカウント値が前記所定時間内に更新されないことにより前記通信異常発生を判断することを特徴とするテレメータ。
A telemeter according to claim 3,
The first management number is a first healthy count value for performing a healthy check, and the master station determines that the communication abnormality has occurred when the first healthy count value is not updated within the predetermined time. and telemeter.
収集されたデータを記録する子局と、通信回線を介して前記子局が記録した前記データを受信し記録する親局とを有するテレメータと、前記親局が記録した前記データを受信し記録するとともに前記記録したデータに基づいて監視制御を行う監視制御装置とからなる監視制御システムであって、
前記子局は前記データを前記親局に送信し、
前記親局は、受信した前記データを記録するとともに、前記データを前記監視制御装置に送信し、所定時間内に前記子局から前記データが送信されない場合に通信異常発生と判断し、その後前記子局からの前記データの受信が開始されたことにより通信異常解消と判断し、前記通信異常解消と判断した場合、前記子局に対し通信異常発生時から通信異常解消時までの通信異常期間中の前記データの送信要求を行い、前記子局から前記通信異常期間中の前記データを受信し、前記通信異常期間中の前記データを記録するとともに前記監視制御装置に送信し、
前記監視制御装置は、送信された前記通信異常期間中の前記データを記録する、監視制御システム。
A telemeter having a slave station that records collected data, a master station that receives and records the data recorded by the slave station via a communication line, and a telemeter that receives and records the data recorded by the master station. and a supervisory control device that performs supervisory control based on the recorded data,
the slave station transmits the data to the master station;
The master station records the received data, transmits the data to the supervisory control device, determines that a communication error has occurred when the data is not transmitted from the slave station within a predetermined period of time, and then When it is determined that the communication abnormality has been resolved by starting to receive the data from the station, and if it is determined that the communication abnormality has been resolved, the child station is notified of the communication abnormality during the communication abnormality period from the time when the communication abnormality occurs to the time when the communication abnormality is resolved. making a transmission request for the data, receiving the data during the communication abnormality period from the slave station, recording the data during the communication abnormality period, and transmitting the data to the supervisory control device;
The supervisory control system, wherein the supervisory control device records the transmitted data during the communication abnormality period.
請求項5に記載された監視制御システムにおいて、
前記子局は、データ管理のための第1管理番号を生成し、前記第1管理番号とともに前記データを前記親局に送信し、前記親局は、前記第1管理番号に基づき親局側の管理番号である第2管理番号を生成し、前記第2管理番号とともに前記子局からの前記データを記録すること特徴とする監視制御システム。
In the supervisory control system according to claim 5,
The slave station generates a first management number for data management and transmits the data together with the first management number to the master station. A supervisory control system characterized by generating a second management number, which is a management number, and recording said data from said slave station together with said second management number.
請求項6に記載された監視制御システムにおいて、
前記第1管理番号はヘルシーチェックを行うための第1ヘルシーカウント値であり、前記親局は前記第1ヘルシーカウント値が所定時間更新されないことにより前記通信異常発生を判断することを特徴とする監視制御システム。
In the supervisory control system according to claim 6,
The first management number is a first healthy count value for performing a healthy check, and the master station determines that the communication abnormality has occurred when the first healthy count value is not updated for a predetermined time. control system.
請求項7に記載された監視制御システムにおいて、
前記親局は、前記第2管理番号として第2ヘルシーカウント値を用い、前記データとともに前記第2ヘルシーカウント値を前記監視制御装置に送信し、前記監視制御装置は、送信された前記第2ヘルシーカウント値により前記通信異常発生を確認することを特徴とする監視制御システム。
In the supervisory control system according to claim 7,
The master station uses a second healthy count value as the second management number, transmits the second healthy count value together with the data to the supervisory control device, and the supervisory control device receives the transmitted second healthy count value. A supervisory control system, wherein the occurrence of the communication abnormality is confirmed by a count value.
請求項5に記載された監視制御システムにおいて、
前記親局が送信する前記データを受信し前記監視制御装置に送信する中継機能を有するPLCを設けたことを特徴とする監視制御システム。
In the supervisory control system according to claim 5,
A supervisory control system comprising a PLC having a relay function for receiving the data transmitted by the master station and transmitting the data to the supervisory control device.
請求項5に記載された監視制御システムにおいて、
前記監視制御装置の少なくとも一部の機能を外部のサーバに持たせたことを特徴とする監視制御システム。
In the supervisory control system according to claim 5,
A supervisory control system, wherein at least part of the functions of the supervisory control device are provided in an external server.
請求項5に記載された監視制御システムにおいて、前記監視制御装置は上位の計算機であることを特徴とする監視制御システム。 6. The supervisory control system according to claim 5, wherein said supervisory control device is a host computer. 測定されたデータを記録する子局および前記子局が記録した前記データを受信して記録する親局からなるテレメータを備え、前記親局が記録した前記データを受信して記録するとともに、前記記録した前記データに基づいて監視制御を行う監視制御方法であって、
前記子局は前記データを前記親局に送信し、前記親局は、所定時間内に前記子局から前記データが送信されない場合に通信異常発生と判断し、その後前記子局から前記データの受信が開始されたことにより通信異常解消と判断し、前記親局は、前記通信異常解消と判断した場合、前記子局に対し前記通信異常発生の時点から前記通信異常解消の時点までの通信異常期間中の前記データの送信要求を行い、前記子局から前記通信異常期間中の前記データを受信して前記通信異常期間中の前記データを記録する監視制御方法。
A telemeter comprising a slave station for recording measured data and a master station for receiving and recording the data recorded by the slave station, receiving and recording the data recorded by the master station, and recording the data. A supervisory control method for supervisory control based on the data obtained,
The slave station transmits the data to the master station, and the master station judges that a communication error occurs when the data is not transmitted from the slave station within a predetermined time, and then receives the data from the slave station. When the master station determines that the communication abnormality has been resolved, the master station informs the slave station of the communication abnormality period from the time when the communication abnormality occurs to the time when the communication abnormality is resolved. and receiving the data during the abnormal communication period from the child station and recording the data during the abnormal communication period.
請求項12に記載された監視制御方法において、
前記子局にてデータ管理のための第1管理番号を生成し、前記第1管理番号とともに前記データを前記親局に送信し、前記親局では、前記第1管理番号に基づき親局側の管理番号である第2管理番号を生成し、前記第2管理番号とともに前記子局からの前記データを記録すること特徴とする監視制御方法。
In the monitoring control method according to claim 12,
The slave station generates a first management number for data management, transmits the data together with the first management number to the master station, and the master station sends data to the master station based on the first management number. A supervisory control method characterized by generating a second management number, which is a management number, and recording the data from the child station together with the second management number.
請求項13に記載された監視制御方法において、
前記第1管理番号はヘルシーチェックを行うための第1ヘルシーカウント値であり、前記親局は前記第1ヘルシーカウント値が所定時間更新されないことにより前記通信異常発生を判断することを特徴とする監視制御方法。
In the monitoring control method according to claim 13,
The first management number is a first healthy count value for performing a healthy check, and the master station determines that the communication abnormality has occurred when the first healthy count value is not updated for a predetermined time. control method.
請求項14に記載された監視制御方法において、
前記親局では、前記第2管理番号として第2ヘルシーカウント値を用い、前記データとともに前記第2ヘルシーカウント値を記録することを特徴とする監視制御方法。
In the monitoring control method according to claim 14,
A supervisory control method, wherein the master station uses a second healthy count value as the second management number and records the second healthy count value together with the data.
JP2021175740A 2021-10-27 2021-10-27 Telemeter, monitoring control system, and monitoring control method Pending JP2023065118A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021175740A JP2023065118A (en) 2021-10-27 2021-10-27 Telemeter, monitoring control system, and monitoring control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021175740A JP2023065118A (en) 2021-10-27 2021-10-27 Telemeter, monitoring control system, and monitoring control method

Publications (1)

Publication Number Publication Date
JP2023065118A true JP2023065118A (en) 2023-05-12

Family

ID=86281735

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021175740A Pending JP2023065118A (en) 2021-10-27 2021-10-27 Telemeter, monitoring control system, and monitoring control method

Country Status (1)

Country Link
JP (1) JP2023065118A (en)

Similar Documents

Publication Publication Date Title
JP4684946B2 (en) Monitoring device
JP6225244B2 (en) Oilfield treatment control system
CN108141649B (en) Communication adapter
JP4987984B2 (en) Handheld field maintenance bus monitor
US6748476B2 (en) Control system including controller and field devices
KR101929157B1 (en) Emergency operation system and construction method using logic block unit
KR101219205B1 (en) Apparatus and method for gathering underground facilities data
JP5943022B2 (en) Process control system
JP5971225B2 (en) Wireless device, wireless module, interface module, and communication method
JP5915627B2 (en) Process control system
KR101700697B1 (en) Wireless remote monitoring and control system and its method
CN103728930A (en) Process control system and managing method therefor
JP2009267031A (en) Photo voltaic system, method for detecting failed solar battery modules in photo voltaic system, and controlling circuit for solar battery module and failure detecting controlling apparatus for solar battery module
TWI438593B (en) System and method for remotely monitoring the scene of industry
JP2023065118A (en) Telemeter, monitoring control system, and monitoring control method
JP2013198047A (en) Central monitoring system
CN201788401U (en) Control and management information system for equipment production process
KR101860665B1 (en) Water Treatment Plant Communication Error Autorecover System and Recovery Method thereof
JP7250578B2 (en) Telemetry and pump control system
JP2011249861A (en) Monitoring terminal device
KR20210025823A (en) Abnormality check system of equipment and facilities
JP2017062054A (en) Monitoring system for multi-hot water supply system
US20200033826A1 (en) Method and operating unit for troubleshooting errors in a system of automation technology
KR101552785B1 (en) real time monitoring system self-healing way and system
KR20160002086A (en) Feeder remote terminal unit for distribution automation system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20231023