JP2002091559A - Control system, controller and monitor device - Google Patents

Control system, controller and monitor device

Info

Publication number
JP2002091559A
JP2002091559A JP2000281987A JP2000281987A JP2002091559A JP 2002091559 A JP2002091559 A JP 2002091559A JP 2000281987 A JP2000281987 A JP 2000281987A JP 2000281987 A JP2000281987 A JP 2000281987A JP 2002091559 A JP2002091559 A JP 2002091559A
Authority
JP
Japan
Prior art keywords
monitor
data
control
state
control program
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.)
Granted
Application number
JP2000281987A
Other languages
Japanese (ja)
Other versions
JP3702161B2 (en
Inventor
Kazuhide Ashida
和英 芦田
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 JP2000281987A priority Critical patent/JP3702161B2/en
Publication of JP2002091559A publication Critical patent/JP2002091559A/en
Application granted granted Critical
Publication of JP3702161B2 publication Critical patent/JP3702161B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Testing And Monitoring For Control Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To permit the operator of a monitor device to easily grasp the state of control program execution. SOLUTION: This system is the one concerning a control system 5 by which monitor data transmitted from a controller 1 which is operated based on the control program is received and displayed with the monitor device 2. The controller 1 in the control system 5 obtains state change data which indicates the change state of a performing result in the control program from a last-time monitor display time till a succeeding monitor display time and transmits monitor data and state change data in accordance with a monitor data transmission period. When monitor data and state change data from the controller 1 are received, the monitor device 2 changes-over the display state of monitor data in accordance with the contents of state change data.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、例えば鉄鋼、製紙
プラントや自動車産業などの組立作業を含むFA分野、
化学プラントなどのPA分野、そして上下水道システム
他の公共システムなど、産業用システムの制御に広く使
用されている制御システム及び制御装置並びにモニタ装
置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to the field of factory automation (FA) including assembling operations in, for example, steel and papermaking plants and the automobile industry.
The present invention relates to a control system, a control device, and a monitor device which are widely used for controlling an industrial system such as a PA field such as a chemical plant and a public water system such as a water supply and sewage system.

【0002】[0002]

【従来の技術】産業用制御装置において動作する制御プ
ログラムの実行状態を確認するには、モニタ装置上に対
象となる制御プログラムを表示させ、制御プログラム中
の命令や接続線などの構成要素の近くに命令実行結果の
値や、ON/OFF情報を表示させるのが一般的であ
る。
2. Description of the Related Art In order to confirm the execution state of a control program operating in an industrial control device, a target control program is displayed on a monitor device, and instructions and connection lines in the control program are displayed near components. In general, the value of the command execution result and the ON / OFF information are displayed.

【0003】この方法では制御プログラムを実行完了し
た時点での命令実行結果や接続線の状態を知ることが可
能であるが、これらの制御プログラムの実行結果は、制
御装置からモニタ装置に伝送されたデータであることが
多く、制御装置とモニタ装置間のデータ伝送速度によ
り、その表示内容の質が左右される。
In this method, it is possible to know the instruction execution result and the state of the connection line at the time when the execution of the control program is completed, but the execution result of these control programs is transmitted from the control device to the monitor device. It is often data, and the quality of the displayed content depends on the data transmission speed between the control device and the monitor device.

【0004】[0004]

【発明が解決しようとする課題】モニタ装置で確認した
い制御プログラムのモニタ範囲が広くなるにつれて、ま
た制御装置の実行周期が短くなるにつれて、モニタ装置
に送信すべきモニタデータは多くなる。
As the monitoring range of a control program to be checked by the monitor device becomes wider and the execution cycle of the control device becomes shorter, the amount of monitor data to be transmitted to the monitor device increases.

【0005】しかし、制御装置とモニタ装置間のデータ
転送速度は通常、モニタデータを全て送信できる程には
高速ではないので、モニタ周期は制御装置での制御プロ
グラム実行周期に比較して長くなる。
However, since the data transfer speed between the control device and the monitor device is not usually high enough to transmit all the monitor data, the monitor period is longer than the control program execution period in the control device.

【0006】この場合、モニタ装置での制御プログラム
の表示内容はモニタ周期でサンプリングした内容となる
ので、モニタ画面は制御プログラムの実行の様子を正し
く反映したものではなくなってしまう場合がある。この
場合、モニタ装置の操作者が制御プログラムの実行状況
を正確に把握できない場合がある。
In this case, since the display contents of the control program on the monitor device are the contents sampled at the monitor cycle, the monitor screen may not correctly reflect the state of execution of the control program. In this case, the operator of the monitor device may not be able to accurately grasp the execution status of the control program.

【0007】以下に、モニタ画面の表示内容と制御プロ
グラムの実行内容とが整合しない状況を詳細に説明す
る。
Hereinafter, a situation where the display contents of the monitor screen do not match the execution contents of the control program will be described in detail.

【0008】図7は、従来の制御装置の動作を例示する
フロー図である。従来の制御装置では、この図7に示す
ように、プログラム実行及びモニタデータ収集プログラ
ム(図7(a))とモニタデータをモニタ装置に送信す
るプログラム(図7(b))が並列に実行される。
FIG. 7 is a flowchart illustrating the operation of the conventional control device. In the conventional control device, as shown in FIG. 7, a program execution and monitor data collection program (FIG. 7A) and a program for transmitting monitor data to the monitor device (FIG. 7B) are executed in parallel. You.

【0009】プログラム実行及びモニタデータ収集プロ
グラムの方が一般的に実行時間が短く、モニタデータ送
信時間の1/10〜1/100の時間で実行される。
The execution time of the program execution and monitor data collection program is generally shorter than the execution time, and is executed in 1/10 to 1/100 of the monitor data transmission time.

【0010】したがって、図7(a)のプログラムで収
集されたモニタデータの多くは使用されずに捨てられて
いる。
Therefore, most of the monitor data collected by the program shown in FIG. 7A is discarded without being used.

【0011】図8は、従来のモニタ装置でのモニタ表示
動作を例示するフロー図である。
FIG. 8 is a flowchart illustrating a monitor display operation in a conventional monitor device.

【0012】モニタ表示を開始すると、モニタ装置は初
期化処理を実行し(st801)、モニタ範囲の制御プ
ログラム内の制御命令を順に読み出してモニタ命令の種
別を調べ(st802)、その命令のオペランドがビッ
トなのか数値なのか判断する(st803)。
When the monitor display is started, the monitor device executes an initialization process (st801), sequentially reads out the control instructions in the control program in the monitor range and checks the type of the monitor instruction (st802). It is determined whether it is a bit or a numerical value (st803).

【0013】オペランドがビットであれば、制御装置か
ら送信されたモニタデータの中からビットデータ部分を
順に取りだし、そのデータがONかOFFかにしたがっ
て(st804)、該当する命令のON/OFF表示を
行う(st805,st806)。
If the operand is a bit, a bit data portion is sequentially extracted from the monitor data transmitted from the control device, and the ON / OFF indication of the corresponding instruction is displayed according to whether the data is ON or OFF (st804). Perform (st805, st806).

【0014】また、制御命令のオペランドが数値であれ
ば、同様にモニタデータから数値データを順に取りだし
て、該当する命令に数値表示を実行する(st80
7)。
If the operand of the control instruction is a numerical value, numerical data is similarly taken out from the monitor data in order, and a numerical display is executed for the corresponding instruction (st80).
7).

【0015】このようにして、制御命令のそれぞれに該
当するモニタデータを表示する。モニタ範囲が終了でな
ければ(st808)、モニタ対象命令ポインタを更新
し(st809)、初期化処理から後の処理をモニタ範
囲の最後まで繰り返す。
In this way, the monitor data corresponding to each control command is displayed. If the monitoring range has not ended (st808), the monitoring target instruction pointer is updated (st809), and the processing after the initialization processing is repeated until the end of the monitoring range.

【0016】このようにしてモニタ装置はモニタ表示を
実行し、新しいモニタデータを受信する毎に前記の動作
を繰り返す。
As described above, the monitor device executes the monitor display, and repeats the above operation every time new monitor data is received.

【0017】この場合、制御装置で実行されているある
ビットオペランドをもつ制御命令Aに着目してみると、
そのモニタデータAnは図9に示すようになる。
In this case, focusing on the control instruction A having a certain bit operand executed by the control device,
The monitor data An is as shown in FIG.

【0018】この図9は、モニタデータの送信周期、制
御命令Aのモニタデータ、制御命令Aの状態を比較して
いる。
FIG. 9 compares the transmission cycle of the monitor data, the monitor data of the control command A, and the state of the control command A.

【0019】制御装置内では制御プログラムが繰り返し
実行され、m回目のモニタデータ送信について、複数回
のデータ収集が実行されているが、実際にモニタ装置に
送信されるのは最後に収集されたAnのデータだけであ
る。
In the control device, the control program is repeatedly executed, and data collection is performed a plurality of times for the m-th monitor data transmission. However, the data actually transmitted to the monitor device is the last collected An. Data only.

【0020】このとき、制御プログラム上では図9のタ
イミングチャートに示すようにAnは複数回変化してい
る可能性があるが、モニタ装置に送信されるモニタデー
タは最後のモニタデータだけなので、モニタ装置上のモ
ニタ表示は実際の変化状態とは食い違っている場合が生
じる。したがって、制御データの変化を把握しにくい場
合がある。
At this time, as shown in the timing chart of FIG. 9, there is a possibility that An has changed a plurality of times, but the monitor data transmitted to the monitor device is only the last monitor data. The monitor display on the device may be different from the actual change state. Therefore, it may be difficult to grasp the change in the control data.

【0021】本発明は、以上のような実情に鑑みてなさ
れたもので、制御データの変化を把握容易とする制御シ
ステム及び制御装置並びにモニタ装置を提供することを
目的とする。
The present invention has been made in view of the above circumstances, and an object of the present invention is to provide a control system, a control device, and a monitor device that make it easy to grasp a change in control data.

【0022】[0022]

【課題を解決するための手段】本発明の骨子は、制御プ
ログラムのモニタを実施するために制御装置が制御プロ
グラムを実行した結果をモニタ装置に送信する場合に、
制御プログラムの実行結果と共に前回のモニタデータか
らの変化状態を同時に送信し、モニタ装置側ではその変
化状態を利用して制御プログラムのモニタ画面の表示状
態を変化させることにより、制御プログラムの実行結果
をモニタデータとしてサンプリングした値の表示ばかり
でなく、それらの変化状態も同時に把握可能とする点に
ある。
The gist of the present invention is that when a control device transmits a result of executing a control program to a monitor device in order to monitor the control program,
The change state from the previous monitor data is transmitted simultaneously with the execution result of the control program, and the monitor device uses the change state to change the display state of the monitor screen of the control program, thereby displaying the execution result of the control program. The point is that not only the values sampled as monitor data can be displayed, but also their changing states can be grasped at the same time.

【0023】以下、本発明を実現するにあたって講じた
具体的手段について説明する。
Hereinafter, specific means taken to realize the present invention will be described.

【0024】第1の発明は、制御プログラムに基づいて
動作する制御装置から送信されたモニタデータをモニタ
装置が受信して表示する制御システムに関する。この第
1の発明における制御装置は、前回のモニタ表示時から
次のモニタ表示時までの制御プログラムの実行結果の変
化状態を示す状態変化データを求め、モニタデータ送信
周期にあわせてモニタデータと状態変化データとを送信
する。また、モニタ装置は、制御装置からのモニタデー
タと状態変化データとを受信すると、状態変化データの
内容にしたがってモニタデータの表示状態を切り替え
る。
The first invention relates to a control system in which a monitor device receives and displays monitor data transmitted from a control device operating based on a control program. The control device according to the first invention obtains state change data indicating a change state of the execution result of the control program from the time of the previous monitor display to the time of the next monitor display, and monitors the monitor data and the state in accordance with the monitor data transmission cycle. Send change data. When the monitor device receives the monitor data and the state change data from the control device, the monitor device switches the display state of the monitor data according to the contents of the state change data.

【0025】なお、制御装置は、制御プログラム記憶手
段、制御データ記憶手段、制御プログラム実行手段、モ
ニタ用データ抽出手段、モニタデータ蓄積手段、モニタ
データ解析手段、モニタ装置との通信手段とを具備して
もよい。
The control device includes control program storage means, control data storage means, control program execution means, monitor data extraction means, monitor data storage means, monitor data analysis means, and communication means with the monitor device. You may.

【0026】また、モニタ装置は、制御プログラム記憶
手段、制御データ記憶手段、モニタ範囲、モニタ方法指
定手段、制御装置との通信手段、モニタ表示手段とを具
備してもよく、制御装置の動作をモニタする。
The monitor device may include a control program storage unit, a control data storage unit, a monitor range, a monitoring method designating unit, a communication unit with the control unit, and a monitor display unit. Monitor.

【0027】例えば、このモニタ装置は、状態変化デー
タに応じてモニタデータを多値式に表示する。
For example, this monitor device displays monitor data in a multi-valued manner in accordance with state change data.

【0028】この第1の発明においては、モニタ装置が
制御装置で実行されている制御プログラムの実行結果を
表示する際に、制御プログラムの実行結果の瞬時値ばか
りでなく、前回のモニタ表示から今回のモニタ表示まで
の間に発生した制御プログラムの実行結果の変化状態を
も判断することが可能となる。したがって、モニタ装置
の操作者が制御プログラムの実行の様子をよりよく把握
できる。
In the first invention, when the monitor device displays the execution result of the control program executed by the control device, not only the instantaneous value of the execution result of the control program but also the current monitor display It is also possible to determine the state of change in the execution result of the control program that occurred before the monitor display. Therefore, the operator of the monitor device can better understand the state of execution of the control program.

【0029】第2の発明は、制御プログラムに基づいて
動作し、その状態を表示するためのモニタデータをモニ
タ装置に送信する制御装置に関する。この第2の発明
は、制御プログラムのモニタ範囲で使用される変数の値
を、制御プログラム実行毎に保存し、また以前に保存し
た値と比較する手段と、比較結果から得られた状態変化
データとモニタデータとを、モニタデータ送信周期にあ
わせて送信する手段とを具備する。
The second invention relates to a control device which operates based on a control program and transmits monitor data for displaying the state to the monitor device. According to the second aspect of the invention, there is provided means for storing a value of a variable used in a monitoring range of a control program every time the control program is executed, comparing the value with a previously stored value, and a state change data obtained from the comparison result. Means for transmitting the monitor data and the monitor data in accordance with the monitor data transmission cycle.

【0030】この第2の発明の制御装置においては、こ
の制御装置で制御プログラムが実行されると使用された
変数の値が収集され、かつ前回実行時の変数の値と比較
されその変化状態もモニタデータとともにモニタ装置へ
送信される。
In the control device according to the second aspect of the present invention, when the control program is executed by the control device, the values of the used variables are collected and compared with the values of the variables at the time of the previous execution. It is transmitted to the monitor device together with the monitor data.

【0031】したがって、モニタ装置では制御プログラ
ムの実行結果ばかりでなく、この実行結果までの変数の
値の変化状態も同時に表示できる。
Therefore, the monitor device can simultaneously display not only the execution result of the control program but also the change state of the value of the variable up to the execution result.

【0032】第3の発明は、制御プログラムに基づいて
動作する制御装置から送信されたモニタデータを受信し
て表示するモニタ装置に関する。この第3の発明は、制
御装置からモニタデータと制御プログラムの実行結果の
変化状態を示す状態変化データとを受信する手段と、状
態変化データの内容にしたがってモニタデータの表示状
態を切り替える手段とを具備する。
[0032] The third invention relates to a monitor device for receiving and displaying monitor data transmitted from a control device that operates based on a control program. According to the third aspect, a means for receiving monitor data and state change data indicating a change state of the execution result of the control program from the control device, and a means for switching the display state of the monitor data according to the content of the state change data. Have.

【0033】この第3の発明のモニタ装置においては、
制御プログラムの実行結果を表示するばかりでなく、制
御装置から送信された制御データなどの制御プログラム
実行結果の変化状態をも表示できる。
In the monitor device of the third invention,
Not only the execution result of the control program is displayed, but also a change state of the execution result of the control program such as control data transmitted from the control device can be displayed.

【0034】したがって、モニタ装置の操作者に対し
て、制御プログラムの実行状態をよりよく伝達すること
ができる。
Therefore, the execution state of the control program can be better transmitted to the operator of the monitor device.

【0035】第4の発明は、制御プログラムに基づいて
動作する制御装置から送信されたモニタデータを受信し
て表示するモニタ装置に関する。この第4の発明は、制
御装置から受信したモニタデータと以前に制御装置から
受信したモニタデータとを比較する手段と、比較の結果
から得られたモニタデータの変化状態にしたがって制御
装置から受信したモニタデータの表示状態を切り替える
手段とを具備する。
The fourth invention relates to a monitor device which receives and displays monitor data transmitted from a control device which operates based on a control program. The fourth invention is a means for comparing the monitor data received from the control device with the monitor data previously received from the control device, and the monitor data received from the control device according to the change state of the monitor data obtained from the comparison result. Means for switching the display state of the monitor data.

【0036】この第4の発明のモニタ装置においては、
制御プログラムの実行結果を表示するばかりでなく、制
御装置から送信されたモニタデータの変化状態をも表示
することができる。したがって、モニタ装置の操作者に
対して制御プログラムの実行状態をよりよく伝達するこ
とが可能となる。
In the monitor device of the fourth invention,
Not only the execution result of the control program is displayed, but also the change state of the monitor data transmitted from the control device can be displayed. Therefore, the execution state of the control program can be better transmitted to the operator of the monitor device.

【0037】[0037]

【発明の実施の形態】以下、図面を参照しながら本発明
の実施の形態について説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0038】(第1の実施の形態)図1は、本実施の形
態に係る制御システムの構成例を示すブロック図であ
る。
(First Embodiment) FIG. 1 is a block diagram showing a configuration example of a control system according to the present embodiment.

【0039】また、図2は、この制御システムに備えら
れる制御装置の構成例を示すブロック図であり、図3
は、この制御装置に備えられているシーケンス演算プロ
セッサの構成例を示すブロック図である。
FIG. 2 is a block diagram showing a configuration example of a control device provided in this control system.
FIG. 2 is a block diagram showing a configuration example of a sequence operation processor provided in the control device.

【0040】さらに、図4は、本実施の形態に係る制御
システムに備えられるモニタ装置の構成例を示すブロッ
ク図である。
FIG. 4 is a block diagram showing a configuration example of a monitor device provided in the control system according to the present embodiment.

【0041】まず、本実施の形態に係る制御システムに
ついて、上記図1に示す制御システムの構成、上記図2
に示す制御装置の構成、上記図4に示すモニタ装置の構
成を用いて説明する。
First, regarding the control system according to the present embodiment, the configuration of the control system shown in FIG.
The structure of the control device shown in FIG. 4 and the structure of the monitor device shown in FIG.

【0042】図1に示すように、制御システム5は、制
御装置1とモニタ装置3とがデータ通信可能な状態でデ
ータ転送媒体3に接続されて構成される。
As shown in FIG. 1, the control system 5 is configured such that the control device 1 and the monitor device 3 are connected to the data transfer medium 3 in a state where data communication is possible.

【0043】図2に示すように、制御装置1は、制御装
置1全体の制御を実行するCPU11、制御プログラム
を実行するシーケンス演算プロセッサ4、制御プログラ
ムを格納する制御プログラムメモリ15、制御プログラ
ムに使用する変数データを格納するデータメモリ16、
CPU11や他の要素を接続するためのシステムバス1
7、モニタ装置と通信するための通信インタフェース1
8、制御対象との入出力を行う入出力モジュール19、
プログラムメモリ12、ワークメモリ13から構成され
る。
As shown in FIG. 2, the control device 1 includes a CPU 11 for controlling the entire control device 1, a sequence operation processor 4 for executing a control program, a control program memory 15 for storing the control program, and a control program used for the control program. Data memory 16 for storing variable data to be
System bus 1 for connecting CPU 11 and other elements
7. Communication interface 1 for communicating with monitor device
8. an input / output module 19 for inputting and outputting to and from a control target;
It comprises a program memory 12 and a work memory 13.

【0044】図4に示すように、モニタ装置2は、モニ
タ装置2全体の制御を実行するCPU201、制御装置
1が格納する制御プログラムと同一のプログラムを格納
しておく制御プログラムメモリ204、変数データを格
納するデータメモリ205、制御装置1と通信するため
の通信インタフェース208、モニタ範囲の指定、変数
データの指定などを行うための入力装置(キーボードな
ど)210、入力装置210を接続するための入出力イ
ンタフェース209、プログラムやデータを表示する表
示装置211、表示装置211をCPU201と接続す
るための表示インタフェース206、CPU201と各
構成要素を接続するシステムバス207から構成され
る。
As shown in FIG. 4, the monitor device 2 includes a CPU 201 for controlling the entire monitor device 2, a control program memory 204 for storing the same programs as the control programs stored in the control device 1, and variable data. , A communication interface 208 for communicating with the control device 1, an input device (such as a keyboard) 210 for specifying a monitor range, specifying variable data, and the like, and an input for connecting the input device 210. It comprises an output interface 209, a display device 211 for displaying programs and data, a display interface 206 for connecting the display device 211 to the CPU 201, and a system bus 207 for connecting the CPU 201 and each component.

【0045】制御プログラムのモニタ中の場合、制御装
置1は、モニタ範囲の制御プログラムを実行する際に、
使用した変数データを時系列的に蓄積する。そして、個
々のデータを前回実行時の蓄積データと比較し、その変
化状態を個々のデータ毎の状態変化データとして蓄積す
る。その後、蓄積データをモニタデータとして状態変化
データとともに通信インタフェースを介してモニタ装置
2に送信する。送信が完了した時点で、蓄積データと状
態変化データはクリアされる。
When the control program is being monitored, the control device 1 executes
The used variable data is accumulated in time series. Then, each data is compared with the stored data at the time of the previous execution, and the change state is stored as state change data for each data. Thereafter, the stored data is transmitted as monitor data to the monitor device 2 via the communication interface together with the state change data. When the transmission is completed, the stored data and the state change data are cleared.

【0046】モニタ装置2は、制御装置1から送信され
たモニタデータを最新のデータとして表示するととも
に、状態変化データの内容にしたがって表示色や表示輝
度を変化可能に構成されているので、制御プログラムの
実行結果の変化状態をより正確に表示することが可能で
ある。
The monitor device 2 is configured to display the monitor data transmitted from the control device 1 as the latest data and to be able to change the display color and the display luminance in accordance with the contents of the state change data. Can be displayed more accurately.

【0047】次に、本実施の形態に係る制御システム5
を構成する制御装置1について、上記図2に示す制御装
置1の構成、上記図3に示す制御装置1のシーケンス演
算プロセッサ4の構成を用いて説明する。
Next, the control system 5 according to the present embodiment
Will be described using the configuration of the control device 1 shown in FIG. 2 and the configuration of the sequence operation processor 4 of the control device 1 shown in FIG.

【0048】本実施の形態においては、制御プログラム
がシーケンス演算プロセッサ4と称する制御プログラム
実行用の専用回路で実行されるとする。なお、これと同
等の論理をソフトウェアで実現してCPU11で実行し
てもよい。
In the present embodiment, it is assumed that the control program is executed by a dedicated circuit for executing the control program called a sequence operation processor 4. Note that the same logic may be realized by software and executed by the CPU 11.

【0049】制御プログラムはシーケンス命令と呼ばれ
る命令で記述され、制御プログラムメモリ15に格納さ
れているとする。
The control program is described by an instruction called a sequence instruction, and is stored in the control program memory 15.

【0050】シーケンス演算プロセッサ4は、システム
バス17を介して制御プログラムメモリ15から読み出
した制御プログラムを実行する。
The sequence operation processor 4 executes the control program read from the control program memory 15 via the system bus 17.

【0051】内部レジスタ402は、演算実行に必要な
データを一時的に格納しておくレジスタである。
The internal register 402 is a register for temporarily storing data required for executing an operation.

【0052】シーケンス命令ポインタ403は、実行中
の制御プログラムのアドレスを格納しておくレジスタで
ある。
The sequence instruction pointer 403 is a register for storing the address of the control program being executed.

【0053】シーケンス命令レジスタ404は、現在実
行中のシーケンス命令のコードを格納しておくレジスタ
である。
The sequence instruction register 404 is a register for storing the code of the currently executed sequence instruction.

【0054】オペランドデータレジスタ405は、シー
ケンス命令の演算対象となるデータを格納しておくレジ
スタである。
The operand data register 405 is a register for storing data to be processed by a sequence instruction.

【0055】モニタ開始アドレスレジスタ406は、モ
ニタ装置2から指定されたモニタ開始アドレスを格納し
ておくレジスタである。
The monitor start address register 406 is a register for storing the monitor start address specified by the monitor device 2.

【0056】モニタ終了アドレスレジスタ407は、モ
ニタ終了アドレスを格納しておくレジスタである。
The monitor end address register 407 is a register for storing a monitor end address.

【0057】モニタ命令アドレスレジスタ408は、モ
ニタ対象となる命令のアドレスを格納しておくレジスタ
である。
The monitor instruction address register 408 is a register for storing an address of an instruction to be monitored.

【0058】比較回路409は、前置されたアドレスレ
ジスタの内容と、命令ポインタや命令レジスタやデータ
レジスタの内容とを比較して一致信号をデータ蓄積制御
回路410に送る。
The comparison circuit 409 compares the contents of the preceding address register with the contents of the instruction pointer, the instruction register and the data register, and sends a coincidence signal to the data accumulation control circuit 410.

【0059】データ蓄積制御回路410は、データ蓄積
の開始および停止タイミングの制御や、蓄積すべきデー
タの形を実行中の命令種別によって判定するなどの動作
を行い、データ蓄積動作全体の制御を行う。また、デー
タ蓄積制御回路410は、必要時にはシステムバス17
を介してCPU11に割込み信号を送出することができ
る。
The data storage control circuit 410 controls the start and stop timings of data storage, determines the type of data to be stored according to the type of the instruction being executed, and controls the entire data storage operation. . In addition, the data accumulation control circuit 410 is connected to the system bus 17 when necessary.
, An interrupt signal can be sent to the CPU 11.

【0060】ステップモニタ指定フラグ411は、制御
プログラムを1ステップ実行する毎に実行を中断して、
モニタ装置2との同期を図るためのフラグである。
The step monitor designation flag 411 is interrupted each time the control program is executed by one step.
This is a flag for achieving synchronization with the monitor device 2.

【0061】蓄積データカウンタ412は、蓄積したデ
ータ数をカウントするカウンタである。
The stored data counter 412 is a counter for counting the number of stored data.

【0062】データ蓄積メモリ413は、データ蓄積用
のバッファとして使用されるメモリであり、ビットデー
タ、ワードデータ、状態変化データなどを格納する。
The data storage memory 413 is a memory used as a buffer for storing data, and stores bit data, word data, state change data, and the like.

【0063】モニタカウンタ414は、モニタデータを
モニタ装置2に送信してからのモニタ回数をカウントす
る。このモニタカウンタ414は、モニタ装置2へモニ
タデータを送信完了した時点で0にリセットされる。
The monitor counter 414 counts the number of times of monitoring since the monitor data was transmitted to the monitor device 2. The monitor counter 414 is reset to 0 when transmission of the monitor data to the monitor device 2 is completed.

【0064】シーケンス演算プロセッサ4は、入出力モ
ジュール19を介して外部の制御対象の状態を入力した
後、制御プログラムメモリ15から制御プログラムを読
み出し、必要に応じてデータメモリ内のデータをアクセ
スしながら実行し、結果を入出力モジュール19経由で
外部の制御対象に出力する。
After inputting the state of the external control target via the input / output module 19, the sequence operation processor 4 reads the control program from the control program memory 15 and accesses the data in the data memory as necessary. And outputs the result to an external control target via the input / output module 19.

【0065】シーケンスプログラムの実時間モニタを行
うときには、まずモニタ開始アドレスをCPU11から
モニタ開始アドレスレジスタ406にセットし、モニタ
終了アドレスをモニタ終了アドレスレジスタ407にセ
ットする。
When real time monitoring of the sequence program is performed, first, the monitor start address is set from the CPU 11 in the monitor start address register 406, and the monitor end address is set in the monitor end address register 407.

【0066】その後、制御プログラムの実行を開始する
とモニタ対象範囲の制御プログラムを実行した際に、比
較回路409がシーケンス命令ポインタの値とモニタ開
始アドレスを比較して一致を検出すると、データ蓄積制
御回路410がそれ以降の必要なデータをデータ蓄積メ
モリ413に格納する。
Thereafter, when the execution of the control program is started, when the comparison circuit 409 compares the value of the sequence instruction pointer with the monitor start address when executing the control program in the range to be monitored, the data accumulation control circuit 410 stores necessary data thereafter in the data storage memory 413.

【0067】また、このとき、モニタカウンタ414が
0でなければ、前回のモニタデータが存在するので、デ
ータ蓄積制御回路410は該当する命令の前回のモニタ
データと今回のデータを比較し、変化があれば状態変化
データをインクリメントする。
At this time, if the monitor counter 414 is not 0, since the previous monitor data exists, the data accumulation control circuit 410 compares the previous monitor data of the corresponding instruction with the present data, and if the change occurs, If there is, the state change data is incremented.

【0068】図5は、状態変化データの内容を例示して
いる。
FIG. 5 illustrates the contents of the state change data.

【0069】この例では、モニタデータ送信までのデー
タの変化回数が状態変化データとして記録されている。
1命令分のモニタデータを蓄積した時点で蓄積データカ
ウンタ412を更新する。
In this example, the number of data changes until the monitor data transmission is recorded as state change data.
When the monitor data for one instruction is accumulated, the accumulated data counter 412 is updated.

【0070】モニタ終了アドレスが検出されるか、蓄積
データカウンタ412が規定の値になるとデータ蓄積制
御回路410がそれをCPU11に知らせ、データ蓄積
メモリ413の読み取りやモニタの終了処理を要求す
る。
When the monitor end address is detected or when the stored data counter 412 reaches a specified value, the data storage control circuit 410 notifies the CPU 11 of the detection, and requests reading of the data storage memory 413 and termination processing of the monitor.

【0071】このようにして制御プログラムの実時間モ
ニタを実行する。制御装置1のCPU11は収集された
変数データを通信インタフェース18経由でモニタ装置
2に送信する。このようにして制御装置1はモニタ範囲
で使用されている変数データを使用された順に収集す
る。モニタ装置2へのモニタデータ送信が可能になった
時点で、制御装置1はモニタデータと状態変化データを
モニタ装置2へ送信する。送信完了後、モニタカウンタ
414と状態変化データをクリアする。
Thus, the real-time monitoring of the control program is executed. The CPU 11 of the control device 1 transmits the collected variable data to the monitor device 2 via the communication interface 18. In this way, the control device 1 collects the variable data used in the monitor range in the order of use. When the monitor data can be transmitted to the monitor device 2, the control device 1 transmits the monitor data and the state change data to the monitor device 2. After the transmission is completed, the monitor counter 414 and the state change data are cleared.

【0072】制御装置1は、上記の処理を実行すること
でモニタデータと状態変化データをモニタ装置2へ送信
することが可能になる。
The control device 1 can transmit the monitor data and the state change data to the monitor device 2 by executing the above processing.

【0073】次に、本実施の形態に係る制御システム5
を構成するモニタ装置2について、上記図4に示すモニ
タ装置2の構成を用いて説明する。
Next, the control system 5 according to the present embodiment
Will be described using the configuration of the monitor device 2 shown in FIG.

【0074】モニタ装置2において、制御プログラムメ
モリ204には現在モニタしている制御装置1が持つ制
御プログラムと同一のプログラムを格納しておく。
In the monitor device 2, the same program as the control program of the control device 1 currently monitored is stored in the control program memory 204.

【0075】モニタ装置2の操作者は、モニタ装置2の
表示装置211と入力装置210を使用して制御プログ
ラムのモニタ範囲を指定する。制御装置1からモニタ範
囲のモニタデータと状態変化データが送信されてくる
と、モニタ装置2は該当する制御プログラムの命令種別
に従って、制御命令の表示を変化させる。このとき、状
態変化データの内容を併用することによって、表示を変
化させることができる。
The operator of the monitor device 2 uses the display device 211 and the input device 210 of the monitor device 2 to specify the monitor range of the control program. When the monitor data and the state change data of the monitor range are transmitted from the control device 1, the monitor device 2 changes the display of the control command according to the command type of the corresponding control program. At this time, the display can be changed by using the contents of the state change data together.

【0076】例えば、ビットオペランド命令の通常のO
N表示はOFF表示と比較して高輝度の表示か特定色の
表示が行われるが、前回の表示から今回の表示の間に2
回以上の変化があった場合にはON/OFF表示色の輝
度を上げるとか、異なる表示色を使用することにより、
そのデータの変化を強調することが可能である。
For example, the normal O of the bit operand instruction
In the N display, a display with a higher brightness or a specific color is performed as compared with the OFF display.
If there is a change more than twice, increase the brightness of the ON / OFF display color, or use a different display color,
It is possible to emphasize the change in the data.

【0077】図6は、状態変化データの内容に基づいて
表示を変化させるモニタ装置2の処理を例示するフロー
図である。
FIG. 6 is a flowchart illustrating the processing of the monitor device 2 for changing the display based on the contents of the state change data.

【0078】モニタ装置2が制御装置1をモニタ中であ
れば(st601)、モニタ対象命令の種別を調べ(s
t602)、オペランドがビットか否かを判断する(s
t603)。
If the monitor device 2 is monitoring the control device 1 (st601), the type of the instruction to be monitored is checked (s601).
t602), it is determined whether the operand is a bit or not (s
t603).

【0079】オペランドがビットの場合、モニタデータ
を読み出して表示色を決定し(st604)、状態変化
データを読み出してその輝度を決定する(st60
5)。
If the operand is a bit, monitor data is read to determine a display color (st604), and state change data is read to determine its luminance (st60).
5).

【0080】一方、オペランドがビットの場合、モニタ
データを読み出し(st606)、状態変化データを読
み出して表示色と輝度を決定する(st607)。
On the other hand, if the operand is a bit, monitor data is read (st606), and state change data is read to determine a display color and luminance (st607).

【0081】そして、モニタ装置2は、決定した内容で
データを表示装置211に表示する(st608)。モ
ニタ範囲が終了でなければ(st609)、モニタ対象
命令のポインタを更新し、同様の処理を繰り返す(st
610)。
Then, the monitor device 2 displays the data on the display device 211 with the determined contents (st608). If the monitoring range has not ended (st609), the pointer of the instruction to be monitored is updated, and the same processing is repeated (st609).
610).

【0082】従来の表示において、ON表示が赤、OF
F表示が青だったとする。このとき、前回のモニタ表示
がONで今回もONであれば、モニタ表示はただの赤色
の表示であるが、本実施の形態におけるモニタ装置2で
は、前回のモニタ表示から、今回のモニタ表示までの間
に制御データがON→OFF→ONなどの2回以上の変
化があった場合に、それを高輝度の赤色表示により、表
現することが可能である。
In the conventional display, the ON display is red, the OF is
Assume that the F display is blue. At this time, if the previous monitor display is ON and this time is also ON, the monitor display is simply a red display. However, in the monitor device 2 according to the present embodiment, from the previous monitor display to the current monitor display, If the control data has changed twice or more such as ON → OFF → ON during this period, it can be represented by a high-luminance red display.

【0083】さらに変化回数により輝度の差を設定する
ことにより、より詳細な表現も可能となる。
Further, by setting the difference in luminance according to the number of changes, more detailed expression is possible.

【0084】同様にモニタデータが数値データであって
も、前回のモニタデータからの変化がない場合には通常
輝度の表示とし、前回のモニタデータから変化があった
際には輝度や表示色を変化させるなどして、制御データ
の変化の様子を詳細に表示することが可能である。
Similarly, even if the monitor data is numerical data, if there is no change from the previous monitor data, the normal brightness is displayed, and if there is a change from the previous monitor data, the brightness or display color is changed. It is possible to display the state of change of the control data in detail by changing it.

【0085】以上説明したように、本実施の形態に係る
制御システム5においては、制御装置1がモニタデータ
を作成する際に、前回のモニタデータからの変化を状態
変化データとして同時に作成し、モニタ装置2がモニタ
表示をする際に、モニタデータばかりでなく状態変化デ
ータも使用して表示色や輝度を変化させる。
As described above, in the control system 5 according to the present embodiment, when the control device 1 creates monitor data, a change from the previous monitor data is simultaneously created as state change data, and When the device 2 performs monitor display, the display color and luminance are changed using not only the monitor data but also the state change data.

【0086】したがって、制御データの変化の様子をモ
ニタ表示周期に関係なく分かりやすく表示することがで
きる。
Therefore, the state of change of the control data can be displayed in an easy-to-understand manner regardless of the monitor display cycle.

【0087】(第2の実施の形態)本実施の形態におい
ては、制御装置が上記第1の実施の形態で説明した機能
を持たない場合に、モニタ装置側の機能のみで上記と同
様の表示内容を得るためのモニタ装置について説明す
る。
(Second Embodiment) In this embodiment, when the control device does not have the function described in the first embodiment, the same display as described above is performed only by the function of the monitor device. A monitor device for obtaining contents will be described.

【0088】制御装置が上記第1の実施の形態で説明し
た機能を持たない場合、モニタ装置は、表示を行うため
にモニタデータを前回のモニタデータと比較して同様に
状態変化データを作成する。
If the control device does not have the function described in the first embodiment, the monitor device compares the monitor data with the previous monitor data and creates state change data in the same manner for displaying. .

【0089】この場合、変化回数は0か1しか存在しな
いので、変化回数が0の場合は通常表示とし、変化回数
が1のときには高輝度表示か特別色表示とする。
In this case, since the number of changes is only 0 or 1, normal display is performed when the number of changes is 0, and high brightness display or special color display is performed when the number of changes is 1.

【0090】これにより、データが変化しているのか変
化していないのか容易に判断できるようになる。
As a result, it is possible to easily determine whether data has changed or not.

【0091】すなわち、本実施の形態に係るモニタ装置
においては、制御装置に状態変化データの作成機能がな
い場合でも、モニタデータの変化状態から状態変化デー
タを作成することで、通常の2値でのモニタ表示と比較
して制御データの変化を理解しやすい状態で表示するこ
とができる。
That is, in the monitor device according to the present embodiment, even when the control device does not have the function of creating the state change data, the state change data is created from the change state of the monitor data, so that the normal binary value can be obtained. The change in the control data can be displayed in a state that is easy to understand as compared with the monitor display.

【0092】なお、上記各実施の形態で説明した制御シ
ステム、制御装置、モニタ装置においては、同様の作用
・機能を実現可能であれば各構成要素の配置を変更させ
てもよく、また各構成要素を自由に組み合わせてもよ
い。
In the control system, control device, and monitor device described in each of the above embodiments, the arrangement of each component may be changed as long as similar operations and functions can be realized. Elements may be freely combined.

【0093】また、上記各実施の形態で説明した制御シ
ステム、制御装置、モニタ装置の機能は、コンピュータ
に実行させることのできるプログラムとして、例えば磁
気ディスク(フロッピー(登録商標)ディスク、ハード
ディスク等)、光ディスク(CD−ROM、DVD
等)、半導体メモリなどの記録媒体に書き込んでコンピ
ュータに適用したり、通信媒体により伝送してコンピュ
ータに適用することも可能である。上記機能を実現する
コンピュータは、記録媒体に記録されたプログラムを読
み込み、プログラムによって動作が制御されることによ
り、上述した処理を実行する。
The functions of the control system, the control device, and the monitor device described in each of the above-described embodiments may be implemented by a program that can be executed by a computer, such as a magnetic disk (floppy (registered trademark) disk, hard disk, or the like). Optical discs (CD-ROM, DVD
Etc.), and can be written in a recording medium such as a semiconductor memory and applied to a computer, or transmitted by a communication medium and applied to a computer. The computer that realizes the above functions reads the program recorded on the recording medium, and performs the above-described processing by controlling the operation of the program.

【0094】[0094]

【発明の効果】以上詳記したように本発明においては、
制御装置がモニタデータを作成する際に、前回のモニタ
データからの変化を状態変化データとして同時に作成
し、モニタ装置がモニタ表示をする際に、モニタデータ
と状態変化データとを使用して表示を行う。
As described above, in the present invention,
When the control device creates monitor data, it simultaneously creates changes from the previous monitor data as status change data, and when the monitor device performs monitor display, it uses the monitor data and status change data to display. Do.

【0095】これにより、モニタ装置の表示内容で制御
プログラムの実行内容を詳細に確認でき、制御データの
変化をモニタ表示周期に関係なく分かりやすく表示する
ことができる。
Thus, the execution contents of the control program can be confirmed in detail by the display contents of the monitor device, and the change of the control data can be displayed in an easy-to-understand manner regardless of the monitor display cycle.

【0096】また、本発明においては、モニタ装置でモ
ニタデータの変化状態から状態変化データを作成するこ
とにより、制御装置に状態変化データの作成機能がない
場合でも通常の2値でのモニタ表示と比較して制御デー
タの変化を分かりやすく表示できる。
Further, according to the present invention, the state change data is created from the change state of the monitor data by the monitor device, so that even if the control device does not have the function of creating the state change data, the normal binary monitor display can be performed. In comparison, the change of the control data can be displayed in an easily understandable manner.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の第1の実施の形態に係る制御システム
の構成例を示すブロック図。
FIG. 1 is a block diagram showing a configuration example of a control system according to a first embodiment of the present invention.

【図2】同実施の形態に係る制御システムに備えられる
制御装置の構成例を示すブロック図。
FIG. 2 is a block diagram showing a configuration example of a control device provided in the control system according to the embodiment;

【図3】同実施の形態における制御装置に備えられてい
るシーケンス演算プロセッサの構成例を示すブロック
図。
FIG. 3 is a block diagram showing a configuration example of a sequence operation processor provided in the control device according to the embodiment;

【図4】同実施の形態に係る制御システムに備えられる
モニタ装置の構成例を示すブロック図。
FIG. 4 is a block diagram showing a configuration example of a monitor device provided in the control system according to the embodiment;

【図5】状態変化データの内容を例示する図。FIG. 5 is a diagram illustrating the contents of state change data.

【図6】状態変化データの内容に基づいて表示を変化さ
せるモニタ装置の処理を例示するフロー図。
FIG. 6 is a flowchart exemplifying a process of a monitor device that changes a display based on the content of state change data.

【図7】従来の制御装置の動作を例示するフロー図。FIG. 7 is a flowchart illustrating an operation of a conventional control device.

【図8】従来のモニタ装置でのモニタ表示動作を例示す
るフロー図。
FIG. 8 is a flowchart illustrating a monitor display operation in a conventional monitor device.

【図9】モニタデータの送信周期、制御命令のモニタデ
ータ、制御命令の状態を比較した図。
FIG. 9 is a diagram comparing a transmission cycle of monitor data, monitor data of a control command, and a state of the control command.

【符号の説明】[Explanation of symbols]

1…制御装置 2…モニタ装置 3…データ転送媒体 4…シーケンス演算プロセッサ 5…制御システム 11、201…CPU 12、202…プログラムメモリ 13、203…ワークメモリ 15、204…制御プログラムメモリ 16、205…データメモリ 17、207…システムバス 18、208…通信インタフェース 19…入出力モジュール 206…表示インタフェース 209…入出力インタフェース 210…キーボード 211…表示装置 401…シーケンス演算回路 402…内部レジスタ 403…シーケンス命令ポインタ 404…シーケンス命令レジスタ 405…オペランドデータレジスタ 406…モニタ開始アドレスレジスタ 407…モニタ終了アドレスレジスタ 408…モニタ命令アドレスレジスタ 409…比較回路 410…データ蓄積制御回路 411…ステップモニタ指定フラグ 412…蓄積データカウンタ 413…データ蓄積メモリ 414…モニタカウンタ DESCRIPTION OF SYMBOLS 1 ... Control device 2 ... Monitor device 3 ... Data transfer medium 4 ... Sequence operation processor 5 ... Control system 11, 201 ... CPU 12, 202 ... Program memory 13, 203 ... Work memory 15, 204 ... Control program memory 16, 205 ... Data memory 17, 207 System bus 18, 208 Communication interface 19 Input / output module 206 Display interface 209 Input / output interface 210 Keyboard 211 Display device 401 Sequence operation circuit 402 Internal register 403 Sequence instruction pointer 404 ... Sequence instruction register 405 ... Operand data register 406 ... Monitor start address register 407 ... Monitor end address register 408 ... Monitor instruction address register 409 ... Comparator 10 ... data storage control circuit 411 ... Step monitor designation flag 412 ... storing data counter 413 ... data storage memory 414 ... monitor counter

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 制御プログラムに基づいて動作する制御
装置から送信されたモニタデータをモニタ装置が受信し
て表示する制御システムにおいて、 前記制御装置は、前回のモニタ表示時から次のモニタ表
示時までの前記制御プログラムの実行結果の変化状態を
示す状態変化データを求め、モニタデータ送信周期にあ
わせてモニタデータと状態変化データとを送信し、 前記モニタ装置は、前記制御装置からのモニタデータと
状態変化データとを受信すると、前記状態変化データの
内容にしたがって前記モニタデータの表示状態を切り替
えることを特徴とする制御システム。
1. A control system in which a monitor device receives and displays monitor data transmitted from a control device that operates based on a control program, wherein the control device is configured to perform a process from a previous monitor display to a next monitor display. Calculating state change data indicating a change state of the execution result of the control program, transmitting monitor data and state change data in accordance with a monitor data transmission cycle, the monitor device monitors the monitor data and the state from the control device. A control system, wherein, upon receiving the change data, the display state of the monitor data is switched according to the contents of the state change data.
【請求項2】 制御プログラムに基づいて動作し、その
状態を表示するためのモニタデータをモニタ装置に送信
する制御装置において、 前記制御プログラムのモニタ範囲で使用される変数の値
を、前記制御プログラム実行毎に保存し、また以前に保
存した値と比較する手段と、 比較結果から得られた状態変化データと前記モニタデー
タとを、モニタデータ送信周期にあわせて送信する手段
とを具備したことを特徴とする制御装置。
2. A control device which operates based on a control program and transmits monitor data for displaying a state of the control program to a monitor device, wherein a value of a variable used in a monitor range of the control program is set by the control program. Means for saving each execution and comparing with a previously saved value, and means for transmitting the state change data and the monitor data obtained from the comparison result in accordance with a monitor data transmission cycle. Characteristic control device.
【請求項3】 制御プログラムに基づいて動作する制御
装置から送信されたモニタデータを受信して表示するモ
ニタ装置において、 前記制御装置から前記モニタデータと前記制御プログラ
ムの実行結果の変化状態を示す状態変化データとを受信
する手段と、 前記状態変化データの内容にしたがって前記モニタデー
タの表示状態を切り替える手段とを具備したことを特徴
とするモニタ装置。
3. A monitor device for receiving and displaying monitor data transmitted from a control device operating based on a control program, wherein the control device displays the monitor data and a change state of an execution result of the control program. A monitor device comprising: means for receiving change data; and means for switching a display state of the monitor data according to the contents of the state change data.
【請求項4】 制御プログラムに基づいて動作する制御
装置から送信されたモニタデータを受信して表示するモ
ニタ装置において、 前記制御装置から受信したモニタデータと以前に前記制
御装置から受信したモニタデータとを比較する手段と、 比較の結果から得られたモニタデータの変化状態にした
がって前記制御装置から受信したモニタデータの表示状
態を切り替える手段とを具備したことを特徴とするモニ
タ装置。
4. A monitor device for receiving and displaying monitor data transmitted from a control device that operates based on a control program, wherein the monitor data received from the control device and the monitor data previously received from the control device are And a means for switching a display state of the monitor data received from the control device according to a change state of the monitor data obtained from a result of the comparison.
JP2000281987A 2000-09-18 2000-09-18 Control system, control device, and monitor device Expired - Fee Related JP3702161B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000281987A JP3702161B2 (en) 2000-09-18 2000-09-18 Control system, control device, and monitor device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000281987A JP3702161B2 (en) 2000-09-18 2000-09-18 Control system, control device, and monitor device

Publications (2)

Publication Number Publication Date
JP2002091559A true JP2002091559A (en) 2002-03-29
JP3702161B2 JP3702161B2 (en) 2005-10-05

Family

ID=18766566

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000281987A Expired - Fee Related JP3702161B2 (en) 2000-09-18 2000-09-18 Control system, control device, and monitor device

Country Status (1)

Country Link
JP (1) JP3702161B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006303608A (en) * 2005-04-15 2006-11-02 Brother Ind Ltd Communication system, device and program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0192803A (en) * 1987-06-18 1989-04-12 Keyence Corp Monitor display system for programmable controller
JPH03135604A (en) * 1989-10-20 1991-06-10 Kao Corp Annunciator for state change of control signal and controller with the annunciator
JPH07261833A (en) * 1994-03-22 1995-10-13 Toshiba Corp Screen display device
JPH1020928A (en) * 1996-07-04 1998-01-23 Mitsubishi Electric Corp Multi-window display device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0192803A (en) * 1987-06-18 1989-04-12 Keyence Corp Monitor display system for programmable controller
JPH03135604A (en) * 1989-10-20 1991-06-10 Kao Corp Annunciator for state change of control signal and controller with the annunciator
JPH07261833A (en) * 1994-03-22 1995-10-13 Toshiba Corp Screen display device
JPH1020928A (en) * 1996-07-04 1998-01-23 Mitsubishi Electric Corp Multi-window display device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006303608A (en) * 2005-04-15 2006-11-02 Brother Ind Ltd Communication system, device and program
US10051083B2 (en) 2005-04-15 2018-08-14 Brother Kogyo Kabushiki Kaisha Communication system, communication device and program
US10623527B2 (en) 2005-04-15 2020-04-14 Brother Kogyo Kabushiki Kaisha Communication system, communication device and program

Also Published As

Publication number Publication date
JP3702161B2 (en) 2005-10-05

Similar Documents

Publication Publication Date Title
KR20020039684A (en) Programmable event counter system
JP2002244881A (en) Tracing of out-of-sequence data
JP2513417B2 (en) Information processing device
JP2002091559A (en) Control system, controller and monitor device
US5964853A (en) Interface controller including hardware mechanism to handle PS/2 interface
CN1161693C (en) One-step debugging card unit with PCJ interface and its operation process
JPH06103460B2 (en) Program transfer method
JP4466372B2 (en) Temporal correlation of messages transmitted by microprocessor monitor circuits.
JP2005165825A (en) Trace information recorder
JP3396561B2 (en) Programmable controller
US6795879B2 (en) Apparatus and method for wait state analysis in a digital signal processing system
JP2002163126A (en) Event detecting circuit embedded in debugging cpu, event detecting method, and external peripheral circuit
JPH04145544A (en) Debugging device
JP2000250779A (en) Programmable controller
KR0147704B1 (en) The apparatus of scsi with minimum interrupts
JP2006504203A (en) Transmission of general-purpose digital messages through microprocessor monitoring circuitry
JP5000689B2 (en) Temporal correlation of messages transmitted by microprocessor monitor circuits.
JP2004185560A (en) Monitor controller having playback function
JPH1115690A (en) Image processor and method for establishing communication between image processor and computer
JP2006506720A (en) Transmission of digital messages between microprocessor monitoring circuits and analysis tools
JPS6148181B2 (en)
JPH0713883A (en) Bus adapter device
JP2001060162A (en) In-circuit emulator
JPH0282318A (en) Floating-point arithmetic unit
JPH04149716A (en) Information processor

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20040924

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041005

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041203

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050111

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050311

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20050712

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050715

R151 Written notification of patent or utility model registration

Ref document number: 3702161

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090722

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090722

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100722

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110722

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120722

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130722

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees