JP2007249759A - Monitoring system - Google Patents

Monitoring system Download PDF

Info

Publication number
JP2007249759A
JP2007249759A JP2006074308A JP2006074308A JP2007249759A JP 2007249759 A JP2007249759 A JP 2007249759A JP 2006074308 A JP2006074308 A JP 2006074308A JP 2006074308 A JP2006074308 A JP 2006074308A JP 2007249759 A JP2007249759 A JP 2007249759A
Authority
JP
Japan
Prior art keywords
data
monitoring device
monitoring
plc
request
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
JP2006074308A
Other languages
Japanese (ja)
Inventor
Manabu Matsumae
学 松前
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP2006074308A priority Critical patent/JP2007249759A/en
Publication of JP2007249759A publication Critical patent/JP2007249759A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Testing And Monitoring For Control Systems (AREA)
  • Programmable Controllers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a monitoring system wherein a communication load does not increase even if the number of monitors increases, capable of performing monitoring without increasing a PLC load. <P>SOLUTION: One of the plurality of monitors 10, 20, 30, e.g. the monitor (the main monitor) 10 provided from the beginning periodically performs requirement 1, 2 of data to a PLC 40 by a polling method, receives response data 1', 2' from the PLC 40, converts them into engineering values, and displays them. The extended other monitors (the sub-monitors) 20, 30 capture all pieces of data of network information, take in only transmission data (the response data) 1', 2' of the PLC 40, and perform processing. Thereby, only the data requirement for the display only from the monitor 10 is needed, the data requirement for the display from the monitors 20, 30 is not needed to reduce the loads of the PLC 40 and a network 100. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、上下水道等のプラントを監視する監視システムに関する。   The present invention relates to a monitoring system for monitoring a plant such as a water and sewage system.

最近の小型の監視システムは、パソコンに監視パッケージソフトを使用した監視装置と、制御を行うプログラマブルコントローラ(以下PLCという。)を使用している。   A recent small monitoring system uses a monitoring device that uses monitoring package software in a personal computer and a programmable controller (hereinafter referred to as PLC) that performs control.

パソコンを使用した監視装置とPLC間の通信は各PLCが持っている通信方式を使う場合が多い。この通信はパソコンを使用した監視装置からデータ要求を送信し、受け取ったPLCがその応答を返すいわゆるポーリング方式である。   Communication between the monitoring device using a personal computer and the PLC often uses a communication method possessed by each PLC. This communication is a so-called polling method in which a data request is transmitted from a monitoring device using a personal computer, and the received PLC returns a response.

すなわち、監視装置では、PLCに対して定期的にデータの要求を行い、要求を受け取ったPLCは、応答データを作成し、監視装置に送信する。応答データを受け取った監視装置は、受け取ったデータを工学値に変換し、表示する。   That is, the monitoring device periodically requests data from the PLC, and the PLC that has received the request creates response data and transmits the response data to the monitoring device. The monitoring device that has received the response data converts the received data into an engineering value and displays it.

監視装置を増やすと、データの要求が増えるため、PLCの負荷が重くなり、他の処理時間に余裕が無くなる。基本的に各監視装置は表示項目が同じであるため、表示のためのデータ要求は各監視装置とも同じ要求が送信される。   If the number of monitoring devices is increased, the demand for data increases, so the load on the PLC becomes heavy and there is no room for other processing times. Since each monitoring device basically has the same display items, the same data request for display is transmitted to each monitoring device.

監視する設備が多くなると監視装置を複数設置する必要がある。しかし、ポーリング方式の通信では、監視装置を増やすとPLCに対してデータ要求が多くなることから、PLCの負荷が重くなり、通常の制御に影響を与える。このため、通常では2台程度までしか設置できない。   When the number of facilities to be monitored increases, it is necessary to install a plurality of monitoring devices. However, in the polling communication, if the number of monitoring devices is increased, the data request for the PLC increases, so the load on the PLC becomes heavy and normal control is affected. For this reason, normally only about 2 units can be installed.

そこで、複数の監視装置を1台のPLCに接続した場合のPLCの負荷を軽減するために、複数の監視装置と、PLCとの間に、表示中継装置を設け、この表示中継装置において、複数の監視装置からの重複するデータ要求を整理統合して、PLCにデータ要求を行うことにより、PLCの負荷を軽減することが特許文献1に示されている。
特開2000−242326号公報
Therefore, in order to reduce the load on the PLC when a plurality of monitoring devices are connected to one PLC, a display relay device is provided between the plurality of monitoring devices and the PLC. Patent Document 1 discloses that the load on the PLC is reduced by organizing and overlapping the overlapping data requests from the monitoring devices and making a data request to the PLC.
JP 2000-242326 A

上述のように、従来の監視システムにおいては、監視装置を増やすとPLCに対してデータ要求が多くなることから、PLCの負荷が重くなるという問題点がある。   As described above, in the conventional monitoring system, there is a problem that the load on the PLC becomes heavy because the number of monitoring devices increases and the data request for the PLC increases.

また、特許文献1のように、複数の監視装置と、PLCとの間に、表示中継装置を設けることにより、PLCの負荷を軽減することは可能となるが、この場合、新たに表示中継装置を設ける必要があり、システムの構成が複雑となり、コストアップになるという問題点がある。   Also, as disclosed in Patent Document 1, it is possible to reduce the load on the PLC by providing a display relay device between a plurality of monitoring devices and the PLC. In this case, however, a new display relay device is provided. There is a problem that the system configuration becomes complicated and the cost increases.

本発明は、従来のこのような問題点を解決するために為されたもので、主にPLCと通信する監視装置を設け、それ以外の監視装置はネットワーク上の通信データをキャプチャ(捕捉)することで、表示中継装置を設ける必要がなく、監視装置が増えても通信負荷が増えず、PLC負荷を増やすことなく監視ができる監視システムを提供することを目的とする。   The present invention has been made in order to solve the conventional problems as described above. A monitoring device that mainly communicates with a PLC is provided, and other monitoring devices capture (capture) communication data on the network. Accordingly, it is an object of the present invention to provide a monitoring system that does not require a display relay device, does not increase the communication load even if the number of monitoring devices increases, and can perform monitoring without increasing the PLC load.

上記目的を達成するために、本発明は、プログラマブルコントローラからのデータを複数の監視装置で表示し監視する監視システムにおいて、複数の監視装置のうちの所定の監視装置からプログラマブルコントローラにデータを要求し、この要求に対してプログラマブルコントローラから送信されるデータを複数の監視装置のそれぞれでキャプチャし、取り込んで表示するようにしたことを特徴とする。   In order to achieve the above object, the present invention provides a monitoring system that displays and monitors data from a programmable controller by a plurality of monitoring devices, and requests data from a predetermined monitoring device of the plurality of monitoring devices to the programmable controller. The data transmitted from the programmable controller in response to this request is captured by each of a plurality of monitoring devices, and is captured and displayed.

本発明によれば、監視装置が増えても通信負荷が増えず、PLC負荷を増やすことなく監視することができる。   According to the present invention, even if the number of monitoring devices increases, the communication load does not increase, and monitoring can be performed without increasing the PLC load.

以下、図面を参照して本発明の実施形態について詳細に説明する。なお、以下の図において、同符号は同一部分または対応部分を示す。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. In the following drawings, the same symbols indicate the same or corresponding parts.

(第1の実施形態)
本発明の第1の実施形態に係る監視システムの構成を図1に示す。
(First embodiment)
FIG. 1 shows the configuration of the monitoring system according to the first embodiment of the present invention.

同図に示すように、例えば下水処理系のPLC40は、LAN等のネットワーク100に接続されており、このネットワーク100には、下水処理系の監視を行う複数の監視装置10,20,30が接続されている。なお、ネットワーク100には、他のPLC50,60等も接続されている。   As shown in the figure, for example, a sewage treatment system PLC 40 is connected to a network 100 such as a LAN, and a plurality of monitoring devices 10, 20, 30 for monitoring the sewage treatment system are connected to the network 100. Has been. The network 100 is also connected to other PLCs 50 and 60.

複数の監視装置10,20,30は、パソコンに監視パッケージソフトを使用した監視装置で、この実施形態においては、複数の監視装置10,20,30のうちの1つ例えば最初から設けられていた監視装置(メインの監視装置)10が、ポーリング方式によりPLC40に対して定期的にデータの要求1,2を行い、PLC40から応答データ1’ ,2’を受信して工学値に変換して表示するが、増設された他の監視装置(サブの監視装置)20,30は、ネットワーク情報の全てのデータをキャプチャして、PLC40の送信データ(応答データ)1’ ,2’のみ取り込み、処理を行うように構成される。   The plurality of monitoring devices 10, 20, and 30 are monitoring devices that use monitoring package software in a personal computer. In this embodiment, one of the plurality of monitoring devices 10, 20, and 30 is provided from the beginning, for example. The monitoring device (main monitoring device) 10 periodically sends data requests 1 and 2 to the PLC 40 in a polling manner, receives the response data 1 'and 2' from the PLC 40, converts them into engineering values, and displays them. However, the other added monitoring devices (sub-monitoring devices) 20 and 30 capture all data of the network information, capture only the transmission data (response data) 1 ′ and 2 ′ of the PLC 40, and perform processing. Configured to do.

なお、監視装置10,20,30の各々は、表示処理部11,21,31、信号処理部12、22,32、送受信処理部13,23,33、制御部14,24,34、およびRAM等の記憶部15,25,35をそれぞれ備えている。また、PLC40は送受信処理部41を備えている。   Each of the monitoring devices 10, 20, 30 includes display processing units 11, 21, 31, signal processing units 12, 22, 32, transmission / reception processing units 13, 23, 33, control units 14, 24, 34, and a RAM. Etc., storage units 15, 25, and 35, respectively. Further, the PLC 40 includes a transmission / reception processing unit 41.

次に、この実施形態の動作について、詳細に説明する。   Next, the operation of this embodiment will be described in detail.

監視装置10においては、制御部14のポーリング機能により、送受信処理部13からPLC40にデータ要求1を行う。このデータ要求1は、主の宛先をPLC40とし、副の宛先を監視装置20,30として、同報で行う。データ要求1を受け取ったPLC40の送受信処理部41は、応答データ1’を作成し監視装置10に送信する。この応答データ1’は、主の宛先を監視装置10とし、副の宛先を監視装置20,30として、同報で行う。監視装置10は、送受信処理部13で応答データ1’を受け取り、制御部14でこの応答データ1’を記憶部15に書き込んだ後、記憶部15から読み出して信号処理部12にデータを渡し、工学値に変換する。その後、表示処理部11でデータを表示する。   In the monitoring device 10, the data request 1 is performed from the transmission / reception processing unit 13 to the PLC 40 by the polling function of the control unit 14. This data request 1 is made by broadcast using the PLC 40 as the primary destination and the monitoring devices 20 and 30 as the secondary destinations. Upon receiving the data request 1, the transmission / reception processing unit 41 of the PLC 40 creates response data 1 ′ and transmits it to the monitoring device 10. The response data 1 ′ is transmitted by broadcast with the main destination as the monitoring device 10 and the secondary destinations as the monitoring devices 20 and 30. The monitoring apparatus 10 receives the response data 1 ′ at the transmission / reception processing unit 13, writes the response data 1 ′ into the storage unit 15 at the control unit 14, reads the data from the storage unit 15 and passes the data to the signal processing unit 12, Convert to engineering values. Thereafter, the display processing unit 11 displays the data.

増設された監視装置20の送受信処理部23は、監視装置20が同報の宛先となっているネットワーク100上の全てのデータ、すなわちデータ要求1および応答データ1’をキャプチャ(捕捉)し、PLC40の送信データすなわち応答データ1’のみを取り込み、処理を行う。すなわち制御部24でこの応答データ1’を記憶部25に書き込んだ後、記憶部25から読み出して信号処理部22にデータを渡し、工学値に変換する。その後、表示処理部21でデータを表示する。増設された監視装置30においても、監視装置20と同様の処理が行われる。   The transmission / reception processing unit 23 of the added monitoring device 20 captures (captures) all the data on the network 100 to which the monitoring device 20 is a broadcast destination, that is, the data request 1 and the response data 1 ′. Only the transmission data, i.e., response data 1 'is taken in and processed. That is, after the response data 1 ′ is written in the storage unit 25 by the control unit 24, the data is read from the storage unit 25 and passed to the signal processing unit 22 to be converted into engineering values. Thereafter, the display processing unit 21 displays the data. In the added monitoring device 30, the same processing as that of the monitoring device 20 is performed.

所定期間経過後、監視装置10から、PLC40にデータ要求2が行われ、PLC40から応答データ2’が返送されるが、これらの処理は、データ要求1および応答データ1’の場合と同様に行われる。   After a predetermined period, the data request 2 is made from the monitoring device 10 to the PLC 40 and the response data 2 ′ is returned from the PLC 40. These processes are performed in the same manner as in the case of the data request 1 and the response data 1 ′. Is called.

以上説明したように、この実施形態によれば、監視装置20,30の表示項目は監視装置10と基本的に同じであるため、監視装置10からのみ表示のためのデータ要求を行えばよく、監視装置20,30からの表示のためのデータ要求は不要となり、PLC40、ネットワーク100の負荷を軽くすることができる。   As described above, according to this embodiment, since the display items of the monitoring devices 20 and 30 are basically the same as those of the monitoring device 10, it is only necessary to make a data request for display from the monitoring device 10. Data requests for display from the monitoring devices 20 and 30 are not necessary, and the load on the PLC 40 and the network 100 can be reduced.

(第2の実施形態)
次に、図2を参照して、本発明の第2の実施形態に係る監視システムについて説明する。
(Second Embodiment)
Next, a monitoring system according to the second embodiment of the present invention will be described with reference to FIG.

上記第1の実施形態では監視装置10と監視装置20,30で表示項目は同じとしている。基本的にプラントの監視は全体のデータを監視するため監視装置で同じデータを表示しているが、設備毎(系毎)に監視装置を分ける場合がある。そこで、この第2の実施形態の場合は、共通的に監視するデータは上記の方式で要求し、設備毎(系毎)のデータのみ個別に要求することで、全体の負荷を下げることができる。なお、操作要求などは各監視装置から発行されるが、これは発行頻度が低いことから個別に出力しても問題ない。   In the first embodiment, the display items are the same in the monitoring device 10 and the monitoring devices 20 and 30. Basically, the same data is displayed by the monitoring device in order to monitor the entire data in the monitoring of the plant, but the monitoring device may be divided for each facility (each system). Therefore, in the case of this second embodiment, the data to be monitored in common is requested by the above method, and only the data for each equipment (each system) is individually requested, thereby reducing the overall load. . An operation request or the like is issued from each monitoring device, but since the issue frequency is low, there is no problem even if it is output individually.

図2に示すように、この第2の実施形態の構成は、例えば下水処理系のPLCとして2つのPLC140,150が、また汚泥処理系のPLCとして2つのPLC240,250が、それぞれLAN等のネットワーク100に接続されている。そして、下水処理系の監視を行う監視装置として監視装置(メインの監視装置)110および監視装置(サブの監視装置)120が、また汚泥処理系の監視を行う監視装置として監視装置(メインの監視装置)210および監視装置(サブの監視装置)220が、それぞれネットワーク100に接続されている。さらに、処理場全体の監視を行う監視装置として監視装置310が、ネットワーク100に接続されている。   As shown in FIG. 2, the configuration of the second embodiment is such that, for example, two PLCs 140 and 150 are used as a sewage treatment system PLC, and two PLCs 240 and 250 are used as a sludge treatment system PLC. 100. The monitoring device (main monitoring device) 110 and the monitoring device (sub monitoring device) 120 are used as monitoring devices for monitoring the sewage treatment system, and the monitoring device (main monitoring device) is used as the monitoring device for monitoring the sludge treatment system. Device) 210 and monitoring device (sub-monitoring device) 220 are connected to the network 100, respectively. Furthermore, a monitoring device 310 is connected to the network 100 as a monitoring device that monitors the entire processing plant.

なお、図示されてはいないが、監視装置110,120,210,220,310の各々は、第1の実施形態の各監視装置と同様に、表示処理部、信号処理部、送受信処理部、制御部、およびRAM等の記憶部をそれぞれ備えている。また、PLC140,150,240,250の各々は送受信処理部を備えている。   Although not shown, each of the monitoring devices 110, 120, 210, 220, and 310 is similar to each monitoring device of the first embodiment, and includes a display processing unit, a signal processing unit, a transmission / reception processing unit, and a control unit. And a storage unit such as a RAM. Each of PLCs 140, 150, 240, and 250 includes a transmission / reception processing unit.

下水処理系の監視装置(メインの監視装置)110は、ポーリング方式により、下水処理系のPLC140およびPLC150に対して定期的にデータの要求を行い、自身の系である下水処理系のPLC140およびPLC150からの送信データ(応答データ)を全て取り込んで記憶し、表示のための処理を行うとともに、ネットワーク情報の全てのデータをキャプチャして、他の系である汚泥処理系のPLC240およびPLC250からの送信データ(応答データ)のうち両系に共通のデータも取り込んで記憶し、表示のための処理を行う。また、下水処理系の監視装置(サブの監視装置)120は、ネットワーク情報の全てのデータをキャプチャして、自身の系である下水処理系のPLC140およびPLC150からの送信データ(応答データ)の全てと、他の系である汚泥処理系のPLC240およびPLC250からの送信データ(応答データ)のうち両系に共通のデータを取り込んで記憶し、表示のための処理を行う。   The sewage treatment system monitoring device (main monitoring device) 110 periodically requests data from the sewage treatment system PLC 140 and PLC 150 by a polling method, and the sewage treatment system PLC 140 and PLC 150 of its own system. All the transmission data (response data) from is captured and stored, and processing for display is performed, and all data of the network information is captured and transmitted from PLC 240 and PLC 250 of the sludge treatment system which is another system Of the data (response data), data common to both systems is captured and stored, and processing for display is performed. Further, the sewage treatment system monitoring device (sub-monitoring device) 120 captures all data of the network information and transmits all of the transmission data (response data) from the PLC 140 and the PLC 150 of the sewage treatment system that is its own system. Then, the data common to both systems among the transmission data (response data) from the PLC 240 and the PLC 250 of the sludge treatment system, which is another system, is stored and processed for display.

一方、汚泥処理系の監視装置(メインの監視装置)210は、ポーリング方式により、汚泥処理系のPLC240およびPLC250に対して定期的にデータの要求を行い、自身の系である汚泥処理系のPLC240およびPLC250からの送信データ(応答データ)を全て取り込んで記憶し、表示のための処理を行うとともに、ネットワーク情報の全てのデータをキャプチャして、他の系である下水処理系のPLC140およびPLC150からの送信データ(応答データ)のうち両系に共通のデータも取り込んで記憶し、表示のための処理を行う。また、汚泥処理系の監視装置(サブの監視装置)220は、ネットワーク情報の全てのデータをキャプチャして、自身の系である汚泥処理系のPLC240およびPLC250からの送信データ(応答データ)の全てと、他の系である下水処理系のPLC140およびPLC150からの送信データ(応答データ)のうち両系に共通のデータを取り込んで記憶し、表示のための処理を行う。   On the other hand, the sludge treatment system monitoring device (main monitoring device) 210 periodically requests data to the sludge treatment system PLC 240 and PLC 250 by a polling method, and the sludge treatment system PLC 240 is its own system. All the transmission data (response data) from PLC 250 is captured and stored, and processing for display is performed, and all data of network information is captured, from PLC 140 and PLC 150 of the sewage treatment system which is another system Of these transmission data (response data), data common to both systems is also captured and stored, and processing for display is performed. Further, the sludge treatment system monitoring device (sub-monitoring device) 220 captures all data of the network information, and transmits all of the transmission data (response data) from the sludge treatment system PLC 240 and PLC 250 of its own system. The data common to both systems among the transmission data (response data) from the PLC 140 and the PLC 150 of the sewage treatment system, which is another system, is stored and processed for display.

さらに、処理場全体の監視を行う監視装置220は、ネットワーク情報の全てのデータをキャプチャして、下水処理系のPLC140およびPLC150からの送信データ(応答データ)の全てと、汚泥処理系のPLC240およびPLC250からの送信データ(応答データ)の全てを取り込んで記憶し、表示のための処理を行う。   Furthermore, the monitoring device 220 that monitors the entire treatment plant captures all data of the network information, transmits all of the transmission data (response data) from the PLC 140 and the PLC 150 of the sewage treatment system, and the PLC 240 of the sludge treatment system. All of the transmission data (response data) from the PLC 250 is captured and stored, and processing for display is performed.

次に、この実施形態の動作について、さらに具体的に説明する。   Next, the operation of this embodiment will be described more specifically.

例えば、下水処理系の監視装置(メインの監視装置)110の送受信処理部からPLC140に下水の流入量に関するデータ要求を行う場合、このデータ要求は、主の宛先をPLC140とし、副の宛先を他の監視装置120,210,220,310として、同報で行う。   For example, when a data request regarding the amount of inflow of sewage is made to the PLC 140 from the transmission / reception processing unit of the monitoring device (main monitoring device) 110 of the sewage treatment system, the main request is the PLC 140 and the sub-destination is the other destination. The monitoring devices 120, 210, 220, and 310 are performed in the same broadcast.

データ要求を受け取ったPLC140の送受信処理部は、下水の流入量の応答データを作成し監視装置110に送信する。この応答データは、主の宛先を監視装置110とし、副の宛先を監視装置120,210,220,310として、同報で行う。また、下水の流入量の応答データが、両系に共通するデータではないとすると(すなわち自身の系である下水処理系の監視装置と処理場全体の監視装置では表示する必要があるが、他の系である汚泥処理系の監視装置では表示する必要がないデータであるとすると)、応答データ中に自身の系である下水処理系のフラグを立てて送信する。   The transmission / reception processing unit of the PLC 140 that has received the data request creates response data of the inflow amount of sewage and transmits it to the monitoring device 110. This response data is broadcast by using the monitoring device 110 as the primary destination and the monitoring devices 120, 210, 220, and 310 as the secondary destination. Also, if the response data of the inflow of sewage is not common to both systems (that is, it must be displayed on the monitoring system for the sewage treatment system and the monitoring system for the entire treatment plant, If it is data that does not need to be displayed by the monitoring device of the sludge treatment system that is the system of the system, the flag of the sewage treatment system that is its own system is set and transmitted in the response data.

PLC140から送信された下水の流入量の応答データは、主の宛先である監視装置110および副の宛先である監視装置120,210,220,310の送受信処理部で受け取られるが、監視装置110および監視装置120では応答データ中に自身の系のフラグが立てられているので取り込んで記憶し表示のための処理が行われ、また監視装置310でも両系のデータを取り込むことになっているので取り込んで記憶し表示のための処理が行われるが、監視装置210および監視装置220では応答データ中に他の系のフラグが立てられていることになるので取り込まずに破棄される。   The response data of the inflow amount of sewage transmitted from the PLC 140 is received by the transmission / reception processing units of the monitoring device 110 that is the main destination and the monitoring devices 120, 210, 220, and 310 that are the secondary destinations. Since the monitoring device 120 has its own system flag set in the response data, it is captured and stored, and processing for display is performed. Also, the monitoring device 310 captures data of both systems. However, the monitoring device 210 and the monitoring device 220 are discarded without being captured because the other system flag is set in the response data.

次に、下水処理系の監視装置(メインの監視装置)110の送受信処理部からPLC150に汚泥の発生量に関するデータ要求を行う場合、このデータ要求は、主の宛先をPLC150とし、副の宛先を他の監視装置120,210,220,310として、同報で行う。   Next, when a data request regarding the amount of generated sludge is made to the PLC 150 from the transmission / reception processing unit of the monitoring device (main monitoring device) 110 of the sewage treatment system, the main request is the PLC 150 and the secondary destination is the secondary destination. The other monitoring devices 120, 210, 220, and 310 are broadcast.

データ要求を受け取ったPLC150の送受信処理部は、汚泥の発生量の応答データを作成し監視装置110に送信する。この応答データは、主の宛先を監視装置110とし、副の宛先を監視装置120,210,220,310として、同報で行う。また、汚泥の発生量の応答データが、両系に共通するデータであるとすると(すなわち自身の系である下水処理系の監視装置と処理場全体の監視装置だけでなく、他の系である汚泥処理系の監視装置でも表示する必要があるデータであるとすると)、応答データ中に共通データであることを示すフラグを立てて送信する。   The transmission / reception processing unit of the PLC 150 that has received the data request creates response data of the amount of generated sludge and transmits it to the monitoring device 110. This response data is broadcast by using the monitoring device 110 as the primary destination and the monitoring devices 120, 210, 220, and 310 as the secondary destination. Moreover, if the response data of the amount of sludge generated is common to both systems (that is, not only the monitoring system for the sewage treatment system and the monitoring system for the entire treatment plant, but also other systems) If it is the data that needs to be displayed even in the monitoring device of the sludge treatment system), the response data is sent with a flag indicating that it is common data.

PLC150から送信された汚泥の発生量の応答データは、主の宛先である監視装置110および副の宛先である監視装置120,210,220,310の送受信処理部で受け取られるが、全ての監視装置110,120,210,220,310において、共通データであることを示すフラグが立てられているので取り込んで記憶し表示のための処理が行われる。   The response data of the generated amount of sludge transmitted from the PLC 150 is received by the transmission / reception processing units of the monitoring device 110 that is the main destination and the monitoring devices 120, 210, 220, and 310 that are the secondary destinations. In 110, 120, 210, 220, and 310, since a flag indicating that the data is common is set, processing for capturing and displaying is performed.

また、汚泥処理系の監視装置(メインの監視装置)210の送受信処理部からPLC240に汚泥の濃縮度に関するデータ要求を行う場合、このデータ要求は、主の宛先をPLC240とし、副の宛先を他の監視装置110,120,220,310として、同報で行う。   In addition, when a data request regarding the sludge concentration is made to the PLC 240 from the transmission / reception processing unit of the sludge treatment system monitoring device (main monitoring device) 210, the data destination is the PLC 240 as the main destination and the other destination is the other destination. The monitoring devices 110, 120, 220, and 310 are performed in the same broadcast.

データ要求を受け取ったPLC240の送受信処理部は、汚泥の濃縮度の応答データを作成し監視装置210に送信する。この応答データは、主の宛先を監視装置210とし、副の宛先を監視装置110,120,220,310として、同報で行う。また、汚泥の濃縮度の応答データが、両系に共通するデータではないとすると(すなわち自身の系である汚泥処理系の監視装置と処理場全体の監視装置では表示する必要があるが、他の系である下水処理系の監視装置では表示する必要がないデータであるとすると)、応答データ中に自身の系である汚泥処理系のフラグを立てて送信する。   The transmission / reception processing unit of the PLC 240 that has received the data request creates response data on the sludge concentration and transmits it to the monitoring device 210. This response data is sent by broadcast with the primary destination as the monitoring device 210 and the secondary destinations as the monitoring devices 110, 120, 220, and 310. Also, if the response data of the sludge concentration is not common to both systems (that is, it must be displayed on the monitoring system for the sludge treatment system and the monitoring system for the entire treatment plant, If it is data that does not need to be displayed by the monitoring device of the sewage treatment system that is the system of the system, the flag of the sludge treatment system that is its own system is set and transmitted in the response data.

PLC240から送信された汚泥の濃縮度の応答データは、主の宛先である監視装置210および副の宛先である監視装置110,120,220,310の送受信処理部で受け取られるが、監視装置210および監視装置220では応答データ中に自身の系のフラグが立てられているので取り込んで記憶し表示のための処理が行われ、また監視装置310でも両系のデータを取り込むことになっているので取り込んで記憶し表示のための処理が行われるが、監視装置110および監視装置120では応答データ中に他の系のフラグが立てられていることになるので取り込まずに破棄される。   The sludge concentration response data transmitted from the PLC 240 is received by the transmission / reception processing units of the monitoring device 210 that is the main destination and the monitoring devices 110, 120, 220, and 310 that are the secondary destinations. Since the monitoring device 220 has its own system flag set in the response data, it is captured and stored and processed for display. The monitoring device 310 also captures data of both systems, and captures it. However, the monitoring device 110 and the monitoring device 120 are discarded without being captured because the other system flag is set in the response data.

以上説明したように、この実施形態によれば、下水処理系と汚泥処理系の一方の系のメインの監視装置からデータ要求を行ったことに対するPLCからの応答データのうち、両方の系の監視装置で表示することが必要なデータ、すなわち両系に共通するデータは、応答データ中に共通データであることを示すフラグを立てることですべての監視装置で応答データを取り込み、自身の系の監視装置(および処理場全体の監視装置)でのみ表示することが必要なデータには自身の系のフラグを立てることで自身の系の監視装置(および処理場全体の監視装置)で応答データを取り込むようにしたことにより、全体の負荷を下げることができる。   As described above, according to this embodiment, monitoring of both systems out of response data from the PLC in response to a data request from the main monitoring device of one of the sewage treatment system and the sludge treatment system. Data that needs to be displayed on the device, that is, data that is common to both systems, captures response data in all monitoring devices by setting a flag indicating that it is common data in the response data, and monitors its own system Response data is captured by the monitoring device of the own system (and the monitoring device of the entire processing plant) by setting the flag of the own system for data that needs to be displayed only by the device (and the monitoring device of the entire processing plant). By doing so, the overall load can be reduced.

(第3の実施形態)
次に、本発明の第3の実施形態に係る監視システムについて説明する。
(Third embodiment)
Next, a monitoring system according to the third embodiment of the present invention will be described.

この第3の実施形態は、上記第1の実施形態の監視装置(サブの監視装置)20に、監視装置(メインの監視装置)10の健全性を診断する健全性チェック部を設けたもので、この場合の監視装置20の構成を図3に示す。同図において、26が健全性チェック部である。   In the third embodiment, the monitoring device (sub-monitoring device) 20 of the first embodiment is provided with a soundness check unit that diagnoses the soundness of the monitoring device (main monitoring device) 10. FIG. 3 shows the configuration of the monitoring device 20 in this case. In the figure, reference numeral 26 denotes a soundness check unit.

上記第1の実施形態の構成では監視装置10が停止したときには他の監視装置20でも監視ができなくなってしまう。このため、この第3の実施形態においては、監視データを受け取っている監視装置20がデータを受け取れなくなったら、監視装置10が停止していると判断して、監視装置20がデータの送受信を開始する。そして、監視装置10が正常に復帰した場合、監視装置10からの要求データを送信すると監視装置20はそのデータを受信することで、監視装置10が復帰したと判断して送信を停止する。   In the configuration of the first embodiment, when the monitoring device 10 stops, other monitoring devices 20 cannot monitor. For this reason, in the third embodiment, when the monitoring device 20 receiving the monitoring data cannot receive the data, the monitoring device 20 determines that the monitoring device 10 is stopped, and the monitoring device 20 starts transmitting / receiving data. To do. When the monitoring device 10 returns to normal, when the request data from the monitoring device 10 is transmitted, the monitoring device 20 receives the data and determines that the monitoring device 10 has returned, and stops transmission.

次に、この実施形態の動作について、さらに具体的に説明する。   Next, the operation of this embodiment will be described more specifically.

上記第1の実施形態で説明したように、監視装置10は、ポーリング機能により、定期的にPLC40にデータ要求1,2,…を行い、データ要求1,2,…を受け取ったPLCは応答データ1’,2’,…を送信している。監視装置20は、これらのデータ要求1,2および応答データ1’,2’,…の同報の宛先となっているので、監視装置20の送受信処理部23は、これらのデータ要求1,2,…および応答データ1’,2’,…をキャプチャ(捕捉)することができる。   As described in the first embodiment, the monitoring apparatus 10 periodically makes data requests 1, 2,... To the PLC 40 by the polling function, and the PLC that has received the data requests 1, 2,. 1 ′, 2 ′,... Are transmitted. Since the monitoring device 20 is a destination of the broadcast of these data requests 1 and 2 and response data 1 ′, 2 ′,..., The transmission / reception processing unit 23 of the monitoring device 20 transmits these data requests 1 and 2. , ... and response data 1 ', 2', ... can be captured.

そこで、この第3の実施形態においては、送受信処理部23でキャプチャしたデータ要求1,2,…および応答データ1’,2’,…に受信時のタイムスタンプを付け、制御部24はこれらのデータ要求1,2,…および応答データ1’,2’,…を記憶部25に書き込む。   Therefore, in the third embodiment, the data requests 1, 2,... And the response data 1 ′, 2 ′,. Data requests 1, 2,... And response data 1 ′, 2 ′,.

そして、制御部24が記憶部25から応答データ1’,2’,…を読み出して信号処理部22にデータを渡して工学値に変換し、表示処理部21でデータを表示することは第1の実施形態と同様であるが、さらに、この第3の実施形態においては、健全性チェック部26が、制御部24を経由して記憶部25に書き込まれた、監視装置10から送信されたデータ要求1,2,…を定期的にスキャンしてチェックすることにより、監視装置10が正常であるか否かを診断する。   The control unit 24 reads the response data 1 ′, 2 ′,... From the storage unit 25, passes the data to the signal processing unit 22, converts it into an engineering value, and displays the data on the display processing unit 21. However, in the third embodiment, data transmitted from the monitoring device 10 is written in the storage unit 25 via the control unit 24 by the soundness check unit 26. It is diagnosed whether the monitoring apparatus 10 is normal by periodically scanning and checking the requests 1, 2,.

例えば、ポーリング方式により、監視装置10から1秒間に10回程度のデータ要求が行われている場合、健全性チェック部26は1秒毎に記憶部25に書き込まれたデータ要求をチェックする。そして、チェックの結果、監視装置10からのデータ要求が検出されない場合、1秒後に再チェック、さらに1秒後に再々チェックを行い、3回連続してチェックした結果、監視装置10からのデータ要求が検出されない場合は、監視装置10がデータ要求の送信を停止したものと判断し、監視装置20が、監視装置10に代わって、メインの監視装置となり、ポーリング方式により、PLC40に対するデータ要求を開始する。その後も、健全性チェック部26は1秒毎に記憶部25に書き込まれたデータ要求のチェックを継続し、監視装置10からのデータ要求が検出された場合は、監視装置10が正常な状態に復帰したと判断して、監視装置20からのデータ要求の送信を停止する。   For example, when the monitoring apparatus 10 makes a data request about 10 times per second by the polling method, the soundness check unit 26 checks the data request written in the storage unit 25 every second. If the data request from the monitoring device 10 is not detected as a result of the check, the data request from the monitoring device 10 is re-checked after 1 second and checked again after 1 second. If not detected, it is determined that the monitoring device 10 has stopped transmitting the data request, and the monitoring device 20 becomes the main monitoring device instead of the monitoring device 10 and starts a data request to the PLC 40 by the polling method. . Thereafter, the soundness check unit 26 continues to check the data request written in the storage unit 25 every second, and when the data request from the monitoring device 10 is detected, the monitoring device 10 is in a normal state. It judges that it returned, and stops transmission of the data request from the monitoring apparatus 20.

なお、監視装置30にも、健全性を診断する健全性チェック部を設け、監視装置10および監視装置20がともにデータ要求の送信を停止した場合に、監視装置30がメインの監視装置となり、ポーリング方式により、PLC40に対するデータ要求を開始するようにしてもよい。   The monitoring device 30 is also provided with a soundness check unit for diagnosing soundness. When both the monitoring device 10 and the monitoring device 20 stop transmitting data requests, the monitoring device 30 becomes the main monitoring device, and polling is performed. A data request to the PLC 40 may be started by a method.

さらに、監視装置10がデータ要求の送信を停止し、監視装置20が、監視装置10に代わって、メインの監視装置としてデータ要求の送信を開始した後は、監視装置10が正常な状態に復帰した場合でも、監視装置10は監視装置20からデータ要求が送信されていることを検知し、監視装置10がデータ要求の送信を再開せず、監視装置20がそのままメインの監視装置としてPLC40に対するデータ要求の送信を続行することとしてもよい。   Furthermore, after the monitoring device 10 stops transmitting the data request and the monitoring device 20 starts transmitting the data request as the main monitoring device on behalf of the monitoring device 10, the monitoring device 10 returns to a normal state. Even in this case, the monitoring device 10 detects that the data request is transmitted from the monitoring device 20, and the monitoring device 10 does not resume the transmission of the data request, and the monitoring device 20 directly serves as the main monitoring device for data to the PLC 40. The request transmission may be continued.

また、監視装置10、監視装置20、監視装置30の全てに上述のような健全性チェック部を設けるとともに、メインの監視装置となる順序(最初にメインの監視装置となる順序、およびメインの監視装置となっている監視装置がデータ要求の送信を停止したときに、次にメインの監視装置となる順序)を予め決めておき、メインの監視装置となっている監視装置がデータ要求の送信を停止したときに、決められた監視装置が順次メインの監視装置となるようにして実施することもできる。   In addition, the monitoring device 10, the monitoring device 20, and the monitoring device 30 are all provided with the soundness check unit as described above, and the order of becoming the main monitoring device (the order of becoming the main monitoring device first, and the main monitoring). When the monitoring device that is the device stops transmitting the data request, the order in which the monitoring device becomes the next main monitoring device) is determined in advance, and the monitoring device that is the main monitoring device transmits the data request. It can also be implemented in such a way that when it stops, the determined monitoring device becomes the main monitoring device in sequence.

この実施形態によれば、信頼性の高いシステムを実現することが出来る。   According to this embodiment, a highly reliable system can be realized.

本発明の第1の実施形態に係る監視システムの構成を示すブロック図。The block diagram which shows the structure of the monitoring system which concerns on the 1st Embodiment of this invention. 本発明の第2の実施形態に係る監視システムの構成を示すブロック図。The block diagram which shows the structure of the monitoring system which concerns on the 2nd Embodiment of this invention. 本発明の第3の実施形態に係る監視システムの主要部の構成を示すブロック図。The block diagram which shows the structure of the principal part of the monitoring system which concerns on the 3rd Embodiment of this invention.

符号の説明Explanation of symbols

10,20,30…監視装置
11,21,31…表示処理部
12、22,32…信号処理部
13,23,33…送受信処理部
14,24,34…制御部
15,25,35…記憶部
26…健全性チェック部
40…PLC
41…送受信処理部。
10, 20, 30 ... monitoring devices 11, 21, 31 ... display processing units 12, 22, 32 ... signal processing units 13, 23, 33 ... transmission / reception processing units 14, 24, 34 ... control units 15, 25, 35 ... storage Part 26 ... Soundness check part 40 ... PLC
41: Transmission / reception processing unit.

100…ネットワーク
110,120,210,220,310…監視装置
140,150,240,250…PLC

100 ... Network 110, 120, 210, 220, 310 ... Monitoring device 140, 150, 240, 250 ... PLC

Claims (4)

プログラマブルコントローラからのデータを複数の監視装置で表示し監視する監視システムにおいて、複数の監視装置のうちの所定の監視装置からプログラマブルコントローラにデータを要求し、この要求に対してプログラマブルコントローラから送信されるデータを複数の監視装置のそれぞれでキャプチャし、取り込んで表示するようにしたことを特徴とする監視システム。   In a monitoring system in which data from a programmable controller is displayed and monitored by a plurality of monitoring devices, data is requested from the predetermined monitoring device of the plurality of monitoring devices to the programmable controller, and the request is transmitted from the programmable controller. A monitoring system characterized in that data is captured by each of a plurality of monitoring devices, captured and displayed. プログラマブルコントローラからのデータを表示し監視する監視装置をそれぞれ備えた複数の系からなる監視システムにおいて、各系の監視装置のうちの所定の監視装置からそれぞれ各系内のプログラマブルコントローラにデータを要求するものとし、この要求に対してプログラマブルコントローラから送信されるデータには自身の系の監視装置で表示することが必要なデータであるか、あるいは自身の系および他の系の監視装置で表示することが必要な共通データであるかを判別するための判別情報を含むものとし、各系の監視装置は、それぞれ、自身の系および他の系のプログラマブルコントローラから送信されるデータをキャプチャし、前記判別情報に基づいて、自身の系の監視装置で表示することが必要なデータおよび共通データを取り込み、表示するようにしたことを特徴とする監視システム。   In a monitoring system composed of a plurality of systems each including a monitoring device for displaying and monitoring data from the programmable controller, data is requested from a predetermined monitoring device of each system to the programmable controller in each system. The data transmitted from the programmable controller in response to this request must be displayed on the monitoring system of its own system, or displayed on the monitoring system of its own system and other systems. Discriminating information for discriminating whether the data is necessary common data, each system monitoring device captures data transmitted from its own system and the programmable controller of another system, respectively, the discriminating information Data and common data that need to be displayed on your own monitoring device. Interrupt, the monitoring system being characterized in that so as to display. 請求項2に記載の監視システムにおいて、さらに、全体を監視する監視装置を備え、この全体を監視する監視装置は、各系のプログラマブルコントローラから送信されるデータの全てをキャプチャして取り込み、表示するようにしたことを特徴とする監視システム。   3. The monitoring system according to claim 2, further comprising a monitoring device that monitors the whole, and the monitoring device that monitors the whole captures, captures, and displays all data transmitted from the programmable controllers of each system. A monitoring system characterized by doing so. プログラマブルコントローラからのデータを複数の監視装置で表示し監視する監視システムにおいて、複数の監視装置のうちの所定の第1の監視装置からプログラマブルコントローラに定期的にデータを要求し、この要求に対してプログラマブルコントローラから送信されるデータを複数の監視装置のそれぞれでキャプチャし、取り込んで表示するとともに、前記第1の監視装置以外の第2の監視装置において、前記第1の監視装置のデータ要求が正常に行われているか否かをチェックし、前記第1の監視装置のデータ要求が正常に行われなくなったときは、前記第2の監視装置からプログラマブルコントローラに定期的にデータを要求するようにしたことを特徴とする監視システム。

In a monitoring system in which data from a programmable controller is displayed and monitored by a plurality of monitoring devices, data is periodically requested from the predetermined first monitoring device among the plurality of monitoring devices to the programmable controller, and this request is met The data transmitted from the programmable controller is captured by each of the plurality of monitoring devices, captured, displayed, and the data request of the first monitoring device is normal in the second monitoring device other than the first monitoring device. When the data request of the first monitoring device is not normally performed, the second monitoring device periodically requests data from the programmable controller. A monitoring system characterized by that.

JP2006074308A 2006-03-17 2006-03-17 Monitoring system Pending JP2007249759A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006074308A JP2007249759A (en) 2006-03-17 2006-03-17 Monitoring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006074308A JP2007249759A (en) 2006-03-17 2006-03-17 Monitoring system

Publications (1)

Publication Number Publication Date
JP2007249759A true JP2007249759A (en) 2007-09-27

Family

ID=38593960

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006074308A Pending JP2007249759A (en) 2006-03-17 2006-03-17 Monitoring system

Country Status (1)

Country Link
JP (1) JP2007249759A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101794129A (en) * 2010-03-15 2010-08-04 江阴职业技术学院 Main controller for sewage discharge of intelligent type sewage discharge monitoring system
CN102566485A (en) * 2011-12-30 2012-07-11 深圳市合信自动化技术有限公司 Batch loading method and system for engineering data of programmable logic controllers (PLCs) and corresponding PLCs
CN104238532A (en) * 2014-10-17 2014-12-24 成都四为电子信息股份有限公司 Sewage treatment automatic system
WO2015140910A1 (en) * 2014-03-17 2015-09-24 三菱電機株式会社 Programmable logic controller

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11225153A (en) * 1998-02-06 1999-08-17 Nec Eng Ltd System for detecting fault between devices
JP2002251203A (en) * 2001-02-26 2002-09-06 Toshiba Corp Distributed control system
JP2003018215A (en) * 2001-07-02 2003-01-17 Meidensha Corp Distributed control system
JP2003092573A (en) * 2001-09-17 2003-03-28 Toshiba Corp Monitor control system
JP2003162305A (en) * 2001-11-27 2003-06-06 Toshiba Corp Control system
JP2006004184A (en) * 2004-06-17 2006-01-05 Yokogawa Electric Corp Diagnostic information management system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11225153A (en) * 1998-02-06 1999-08-17 Nec Eng Ltd System for detecting fault between devices
JP2002251203A (en) * 2001-02-26 2002-09-06 Toshiba Corp Distributed control system
JP2003018215A (en) * 2001-07-02 2003-01-17 Meidensha Corp Distributed control system
JP2003092573A (en) * 2001-09-17 2003-03-28 Toshiba Corp Monitor control system
JP2003162305A (en) * 2001-11-27 2003-06-06 Toshiba Corp Control system
JP2006004184A (en) * 2004-06-17 2006-01-05 Yokogawa Electric Corp Diagnostic information management system

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101794129A (en) * 2010-03-15 2010-08-04 江阴职业技术学院 Main controller for sewage discharge of intelligent type sewage discharge monitoring system
CN102566485A (en) * 2011-12-30 2012-07-11 深圳市合信自动化技术有限公司 Batch loading method and system for engineering data of programmable logic controllers (PLCs) and corresponding PLCs
CN102566485B (en) * 2011-12-30 2014-05-28 深圳市合信自动化技术有限公司 Batch loading method and system for engineering data of programmable logic controllers (PLCs) and corresponding PLCs
WO2015140910A1 (en) * 2014-03-17 2015-09-24 三菱電機株式会社 Programmable logic controller
KR20160011237A (en) * 2014-03-17 2016-01-29 미쓰비시덴키 가부시키가이샤 Programmable logic controller
JP5864032B1 (en) * 2014-03-17 2016-02-17 三菱電機株式会社 Programmable logic controller
CN105408824A (en) * 2014-03-17 2016-03-16 三菱电机株式会社 Programmable logic controller
KR101627081B1 (en) 2014-03-17 2016-06-03 미쓰비시덴키 가부시키가이샤 Programmable logic controller
CN105408824B (en) * 2014-03-17 2017-07-04 三菱电机株式会社 Programmable logic controller (PLC)
US9921564B2 (en) 2014-03-17 2018-03-20 Mitsubishi Electric Corporation Programmable logic controller
CN104238532A (en) * 2014-10-17 2014-12-24 成都四为电子信息股份有限公司 Sewage treatment automatic system

Similar Documents

Publication Publication Date Title
US20070058552A1 (en) Communication apparatus, communication state detection method and communication state detection program
JP4291384B2 (en) Detection method of disconnection and power supply disconnection of IO unit connected to numerical controller
JP6595861B2 (en) Information processing apparatus, log acquisition method, and log acquisition program
JP2007249759A (en) Monitoring system
US8018867B2 (en) Network system for monitoring operation of monitored node
JP4205138B2 (en) How to obtain IO unit status information
JP2006195554A (en) Integrated supervision system
JP2006072680A (en) Integrated system, system integration method, and program for system integration
JP2010146363A (en) System switching system of duplex programmable controller
JP2008054028A (en) Control information transmission system
JP2823710B2 (en) Building management system
JPH0522958B2 (en)
JPH04329098A (en) Remote monitor
US11237867B2 (en) Determining an order for launching tasks by data processing device, task control method, and computer readable medium
JP2005301940A (en) Plant control apparatus and method
JP2017049860A (en) Trend graph display system
JPH06103251A (en) Monitor and control system for information processor
JP2007086946A (en) Data cache and computer system using the same
JP4985627B2 (en) Man-machine system and operation log collection computer
JP2950965B2 (en) Remote monitoring device
JP2006031073A (en) System monitor controller
JPH05204783A (en) Operation monitoring system
JP2006067202A (en) Equipment control system
JP2009130392A (en) Electronic circuit and integrated circuit
JP2006033491A (en) Monitor system, monitor terminal, and repeating apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080808

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100223

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100225

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20100621