JPH11282727A - System and method for monitoring - Google Patents

System and method for monitoring

Info

Publication number
JPH11282727A
JPH11282727A JP8230698A JP8230698A JPH11282727A JP H11282727 A JPH11282727 A JP H11282727A JP 8230698 A JP8230698 A JP 8230698A JP 8230698 A JP8230698 A JP 8230698A JP H11282727 A JPH11282727 A JP H11282727A
Authority
JP
Japan
Prior art keywords
range
flag
display
program
executed
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
JP8230698A
Other languages
Japanese (ja)
Inventor
Kenji Hirukawa
賢二 比留川
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.)
Fuji Electric Co Ltd
Original Assignee
Fuji Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Electric Co Ltd filed Critical Fuji Electric Co Ltd
Priority to JP8230698A priority Critical patent/JPH11282727A/en
Publication of JPH11282727A publication Critical patent/JPH11282727A/en
Pending legal-status Critical Current

Links

Landscapes

  • Programmable Controllers (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a monitoring system and a monitoring method which has it recognized at a glance that a PC is executing processing within a certain range. SOLUTION: A PC 20 has a table storage part 21, a flag switching processing part 22 and a flag storage part 23. The table storage part 21 stores information for indicating start/completion of each range in a format of table on the basis of information of range specification included in a flow chart display expression program prepared by a support tool 10. The flag storage part 23 stores a flag for indicating by the range whether or not processing within the range concerned is being executed. The flag switching processing part 22 switches a flag corresponding to a range when it is in the range where there is a processing being executed. The support tool 10 detects switching of the flag and displays the corresponding state, for example, by painting inside of the range over in red so that it becomes obvious.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、プログラマブル・
コントローラ(以下、PCという)を支援するサポート
・ツールに係わり、特にPCの動作状況をモニタするモ
ニタシステム、及びモニタ方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention
The present invention relates to a support tool for supporting a controller (hereinafter, referred to as a PC), and more particularly to a monitor system and a monitor method for monitoring an operation state of a PC.

【0002】[0002]

【従来の技術】従来より、例えばプログラマブル・コン
トローラ(以後、PCと記述する)において、目的とす
るシーケンス制御プログラムを作成する為のサポート・
ツール(プログラミング装置)が存在する。このような
プログラミング装置は、例えば、CRT、CPU、メモ
リ、入力部(キーボード、タッチペン等)等を有し、例
えばラダー図やFB(ファンクションブロック)図のよ
うな図示表現により、あるいは命令語を使用して、プロ
グラムの作成を行わせるものである。このようなサポー
ト・ツールは、通常、プログラムの作成支援機能だけで
はなく、作成したプログラムを実行中のPCの動作状況
を監視/表示するモニタ機能も備えている。
2. Description of the Related Art Conventionally, for example, in a programmable controller (hereinafter, referred to as a PC), support for creating a target sequence control program has been provided.
Tools (programming devices) exist. Such a programming device has, for example, a CRT, a CPU, a memory, an input unit (keyboard, touch pen, etc.) and the like, and uses, for example, a ladder diagram or an FB (function block) diagram in an illustrated expression, or uses a command word. Then, a program is created. Such a support tool usually has not only a program creation support function but also a monitor function for monitoring / displaying the operation status of a PC executing the created program.

【0003】本発明の発明者は、より視覚的/直感的に
プログラム作成作業が行えるようにする為に、フローチ
ャート図示表現によるプログラム作成が行えるサポート
・ツールを提案している(特願平9−201114
号)。このサポート・ツールにおいても、上記他のサポ
ート・ツールと同様に、PCの動作状況を監視/表示す
るモニタ機能を備えることができる。
[0003] The inventor of the present invention has proposed a support tool that can create a program by using a flow chart illustration so that the program can be created more visually / intuitively (Japanese Patent Application No. 9-1990). 201114
issue). This support tool can also have a monitor function for monitoring / displaying the operating status of the PC, similarly to the other support tools described above.

【0004】図5は、上記サポート・ツールにおけるモ
ニタ方法の一例を示す図である。同図には、PCの動作
状況をモニタ中のサポート・ツール上のディスプレイ表
示例を示している。
FIG. 5 is a diagram showing an example of a monitoring method in the support tool. FIG. 5 shows an example of display on a support tool that is monitoring the operation status of the PC.

【0005】同図に示すように、PCのプログラム実行
動作をモニタ中のサポート・ツールのディスプレイ上に
は、当該サポート・ツールのプログラム作成機能により
作成されたフローチャート図示表現プログラムが表示さ
れる。同図では例えば要素A〜要素Eの5つの要素より
成るフローチャートが表示される。更に、PCで実行中
の処理のフローチャート上の実行位置も表示される。す
なわち、上記サポート・ツールでは、PC側で現在実行
中の処理(要素)の要素番号が分かるようになってお
り、これより現在実行中の処理(要素)がユーザに分か
るように表示させることができる。例えば、同図に示す
例では、現在PC側で要素Bの処理を実行中であり、こ
れに応じてフローチャート上の要素Bを示す図示表現
(同図では円)の表示状態が変えられている。例えば、
要素Bを示す円内を色替えで塗り潰す等して表示してい
る。これより、ユーザ等は、現在PCにおいて要素Bの
処理を実行中であることが分かる。
[0005] As shown in the figure, a flowchart drawing expression program created by the program creation function of the support tool is displayed on the display of the support tool monitoring the program execution operation of the PC. In the drawing, for example, a flowchart including five elements A to E is displayed. Further, the execution position on the flowchart of the process being executed by the PC is also displayed. That is, in the above support tool, the element number of the process (element) that is currently being executed on the PC side can be known, and the process (element) that is currently being executed can be displayed so that the user can recognize it from this. it can. For example, in the example shown in the figure, the processing of the element B is currently being executed on the PC side, and the display state of the graphical representation (circle in the figure) showing the element B on the flowchart is changed accordingly. . For example,
The inside of the circle indicating the element B is displayed by being filled with a color change or the like. This indicates that the user or the like is currently executing the processing of the element B on the PC.

【0006】[0006]

【発明が解決しようとする課題】上記のように、フロー
チャート図示表現プログラムを用いるサポート・ツール
において、PCが実行中の処理がフローチャート上のど
の位置の処理(要素)であるかを表示することはでき
る。
As described above, in a support tool using a flowchart diagram expression program, it is not possible to display which position (element) in the flowchart is a process being executed by the PC. it can.

【0007】しかしながら、ユーザ等が、現在PCがあ
る特定の範囲(複数の処理(要素)を含む範囲)の処理
を実行中であることを知りたい場合には、画面上に表示
されるフローチャート図上のどの位置の処理を実行中で
あるかを視認して、この処理が上記特定の範囲に含まれ
るものであるかを判断しなければならず、現在PCが上
記特定の範囲の処理を実行中であるか否かが一目では分
からなかった。
However, when a user or the like wants to know that the PC is currently executing a process in a specific range (a range including a plurality of processes (elements)), a flowchart displayed on the screen By visually recognizing which position of the above process is being executed, it is necessary to judge whether this process is included in the above specific range, and the PC currently executes the process in the above specific range. I could not tell at a glance if it was inside.

【0008】本発明の課題は、PCのサポートツールに
おいて、特にフローチャート図示表現によりプログラム
作成を行うサポートツールにおいて、PCが特定の範囲
の処理を実行中であることが一目で分かるモニタシステ
ム、及びモニタ方法を提供することである。
SUMMARY OF THE INVENTION An object of the present invention is to provide a monitor system and a monitor which can be used to determine at a glance that a PC is executing a process in a specific range in a support tool for a PC, particularly in a support tool for creating a program by flowchart illustration. Is to provide a way.

【0009】[0009]

【課題を解決するための手段】本発明のモニタシステム
は、フローチャート図示表現プログラム上の任意の範囲
を指定する範囲指定手段と、モニタ対象装置が前記図示
表現プログラムを実行中、該図示表現プログラムと任意
の範囲を表示する表示手段と、モニタ対象装置において
実行中の処理の実行位置が前記範囲指定手段で指定され
た範囲内にある間、表示手段による該範囲の表示を特定
の表示状態にする表示制御手段と、を有する。
According to the present invention, there is provided a monitor system comprising: a range designating means for designating an arbitrary range on a flowchart diagram expression program; and a monitor designation device which executes the diagram expression program during execution of the diagram expression program. Display means for displaying an arbitrary range, and display of the range by the display means in a specific display state while the execution position of the process being executed on the monitored device is within the range specified by the range specifying means. Display control means.

【0010】上記モニタシステムによれば、ユーザ等が
予めフローチャート図示表現によるプログラム作成中に
該プログラム上の任意の範囲を指定しておくと、PC等
のモニタ対象装置が上記プログラム実行中の動作状況を
モニタする際、上記範囲内の処理を実行している間は該
範囲を示す表示を特定の表示状態にする(例えば範囲内
を赤色で表示する)。これによって、ユーザ等は、PC
等のモニタ対象装置が、現在、特定の範囲の処理を実行
中であることが一目で分かる。
According to the monitor system, when a user or the like designates an arbitrary range on the program in advance while creating the program in the flow chart representation, the device to be monitored such as a PC operates under the condition of executing the program. When monitoring is performed, the display indicating the range is set to a specific display state while the processing in the range is being executed (for example, the range is displayed in red). With this, the user etc.
It can be seen at a glance that the monitoring target device such as is currently executing a specific range of processing.

【0011】[0011]

【発明の実施の形態】以下、図面を参照して、本発明の
実施形態について説明する。図1は、本実施形態のモニ
タシステムの構成の一例を示すブロック図である。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram illustrating an example of the configuration of the monitor system according to the present embodiment.

【0012】同図において、サポート・ツール10とP
C20は、通信回線30(例えばRS−232C)で接
続されており、この通信回線30を介して、例えばサポ
ート・ツール10側で作成したプログラムをPC20側
にダウンロードしたり、後述するフラグ状態の参照等が
行われる。
In FIG. 1, support tools 10 and P
The C20 is connected by a communication line 30 (for example, RS-232C), and downloads a program created on the support tool 10 side to the PC 20 side or refers to a flag state described later via the communication line 30. Etc. are performed.

【0013】同図において、サポート・ツール10は、
CPU11、入力装置12、RAM13、表示装置1
4、及び記憶装置15等より成る。CPU11は、サポ
ート・ツール10全体を制御する中央処理装置である。
In FIG. 1, a support tool 10 comprises:
CPU 11, input device 12, RAM 13, display device 1
4 and a storage device 15. The CPU 11 is a central processing unit that controls the entire support tool 10.

【0014】入力装置12は、例えばキーボード、マウ
スあるいはタッチパネル等である。RAM13は、各種
データ、プログラム等を一時的に記憶するメモリであ
る。表示装置14は、後述するGUI(グラフィカル・
ユーザ・インタフェース)画面を表示するディスプレイ
である。
The input device 12 is, for example, a keyboard, a mouse or a touch panel. The RAM 13 is a memory that temporarily stores various data, programs, and the like. The display device 14 is provided with a GUI (graphical display) described later.
User interface) A display that displays a screen.

【0015】記憶装置15は、少なくとも本実施形態に
よるモニタの為のアプリケーションプログラムが記憶さ
れている例えばHDD(ハードディスク装置)である。
あるいは、例えばFDD(フロッピー・ディスク・ドラ
イブ)、CD−ROMドライブ等の記憶媒体駆動装置で
あり、記憶媒体15aに記憶されているプログラム、デ
ータ等の読み出し、あるいは書込み等をCPU11の制
御によって実行するものである。記憶媒体15aには、
少なくとも本実施形態によるモニタの為のアプリケーシ
ョンプログラムが、記憶装置15で読み出し可能であり
且つCPU11により実行可能な形式で記憶されてい
る。また、記憶媒体15aは、装置本体とは独立してお
り、持ち運び可能な可搬記憶媒体である。記憶媒体15
aは、例えばFD(フロッピーディスク)である。ある
いは、MO(光磁気ディスク)、CD−ROM、メモリ
カード等であっても良い。これらの記憶媒体に、上記ア
プリケーションプログラムのプログラムコードが、磁気
的、光磁気的、又は電気的に記憶されている。
The storage device 15 is, for example, an HDD (hard disk device) that stores at least an application program for monitoring according to the present embodiment.
Alternatively, it is a storage medium drive such as a floppy disk drive (FDD) or a CD-ROM drive, and reads or writes a program or data stored in the storage medium 15a under the control of the CPU 11. Things. In the storage medium 15a,
At least an application program for monitoring according to the present embodiment is stored in a format that is readable by the storage device 15 and executable by the CPU 11. The storage medium 15a is a portable storage medium that is independent of the apparatus main body and is portable. Storage medium 15
a is, for example, an FD (floppy disk). Alternatively, it may be an MO (magneto-optical disk), a CD-ROM, a memory card, or the like. The program code of the application program is magnetically, magneto-optically, or electrically stored in these storage media.

【0016】尚、サポート・ツール10は、不図示の通
信インタフェース等の構成も有し、これによって、通信
回線30を介して、PC20側とデータ送受信を行うこ
とができる。
The support tool 10 also has a configuration such as a communication interface (not shown) so that data can be transmitted / received to / from the PC 20 via the communication line 30.

【0017】PC20は、少なくともテーブル格納部2
1、フラグ切替処理部22、フラグ格納部23等を有す
る。尚、同図には、機能を示すブロック図の形式で示し
てあるが、実際の装置構成はCPU、メモリ、通信イン
タフェース等より成るものであり、上記テーブル格納部
21、フラグ格納部23はメモリ内の所定の記憶領域に
記憶され、フラグ切替処理部22はCPUが当該処理を
実行するためのプログラム等を実行することにより実現
される。
The PC 20 has at least the table storage unit 2
1, a flag switching processing unit 22, a flag storage unit 23, and the like. Although FIG. 1 is shown in the form of a block diagram showing the functions, the actual device configuration includes a CPU, a memory, a communication interface, and the like. The flag switching processing unit 22 is realized by the CPU executing a program or the like for executing the processing.

【0018】テーブル格納部21、フラグ格納部23の
格納内容、フラグ切替処理部22の処理内容について
は、後に図2を参照して説明するが、上記構成のモニタ
システムにおけるPCの動作状況のモニタ方法につい
て、以下に概略的に説明する。
The storage contents of the table storage unit 21, the flag storage unit 23, and the processing contents of the flag switching processing unit 22 will be described later with reference to FIG. The method is described schematically below.

【0019】まず、ユーザ等は、プログラム作成時に、
表示装置14に表示されるフローチャート上の所望の範
囲を指定する操作を入力装置12より行う。プログラム
作成後、作成されたプログラム(及び上記範囲の情報)
は、PC20側にダウンロードされる。このとき、PC
20側では、ダウンロードされた情報に基づいて、少な
くとも上記各範囲の開始と終了を示す情報(例えば、範
囲の開始直後と終了直後にある要素の要素番号)を、テ
ーブル形式でテーブル格納部21に格納する。
First, when a user or the like creates a program,
An operation of designating a desired range on the flowchart displayed on the display device 14 is performed from the input device 12. After the program is created, the created program (and information in the above range)
Is downloaded to the PC 20 side. At this time, PC
On the side of 20, based on the downloaded information, at least information indicating the start and end of each of the above ranges (for example, element numbers of elements immediately after the start and end of the range) are stored in the table storage unit 21 in a table format. Store.

【0020】そして、PC側でプログラム実行中には、
後述するステップ情報を用いて現在実行中の処理の要素
番号を知ることができるので、この要素番号より上記テ
ーブル格納部21内を検索して、一致する要素番号があ
るか否かを判別する。そして、例えばある範囲の開始位
置を示す要素番号と一致した場合には、フラグ格納部2
3に格納されている当該範囲に対応するフラグを‘1’
に切換える。その後、処理が進み、現在実行中の処理の
要素番号が上記範囲の終了位置を示す要素番号と一致し
たとき、フラグを‘0’に戻す。
While the program is being executed on the PC side,
Since the element number of the process currently being executed can be known using the step information described later, the table storage unit 21 is searched from this element number to determine whether there is a matching element number. Then, for example, when it matches the element number indicating the start position of a certain range, the flag storage unit 2
The flag corresponding to the range stored in 3 is set to “1”.
Switch to. Thereafter, the process proceeds, and when the element number of the process currently being executed matches the element number indicating the end position of the above range, the flag is returned to “0”.

【0021】サポート・ツール10側では、ある範囲に
対応するフラグが‘1’に切換えられたことを検知する
と、この範囲の表示を予め決められた特定の表示状態に
切換える。例えば、上記範囲内が青色で表示されていた
ものを赤色に切替えて表示する。そして、PC20側で
処理が進み、現在実行中の要素が上記範囲外に出てフラ
グが‘0’に戻されると、これに応じてサポート・ツー
ル10側では上記範囲内の表示状態を青色に戻す。
When the support tool 10 detects that the flag corresponding to a certain range has been switched to "1", the display of this range is switched to a predetermined specific display state. For example, what is displayed in blue in the above range is switched to red and displayed. When the processing proceeds on the PC 20 side and the currently executing element goes out of the range and the flag is returned to “0”, the support tool 10 side changes the display state in the range to blue in response to this. return.

【0022】上述したように、本実施形態のPCのモニ
タシステムによれば、PCの動作状況をモニタする際、
例えばユーザが注目すべきある範囲内の処理を実行中で
あることが、一目で分かるようになる。
As described above, according to the PC monitor system of the present embodiment, when monitoring the operation status of the PC,
For example, it is possible to recognize at a glance that the user is executing a process within a certain range to be noted.

【0023】上記“範囲”としては、種々のものがあっ
てよいが、ここでは一例として上記先出願(特願平9−
201114号)における“割込範囲”を例にして、以
下の説明を行うものとする。
The "range" may be of various types, but here, as an example, the above-mentioned prior application (Japanese Patent Application No. Hei.
No. 201114), the following description will be made using the “interrupt range” as an example.

【0024】図2は、割込範囲の指定に応じてプログラ
ム中に埋め込まれる割込情報の一例を示す図である。同
図に示す割込情報テーブル40については、上記先出願
において説明してあるので、ここでは特に詳細には説明
しないが、割込情報テーブル40には各要素毎の割込情
報が格納される。割込情報は、監視数41、割込範囲4
2等の情報を有する。
FIG. 2 is a diagram showing an example of interrupt information embedded in a program according to the specification of an interrupt range. The interrupt information table 40 shown in FIG. 3 has been described in the above-mentioned prior application and will not be described in detail here. However, the interrupt information table 40 stores interrupt information for each element. . The interrupt information includes the number of monitoring 41, the interrupt range 4
It has information such as 2.

【0025】割込範囲42には、ユーザより指定された
割込範囲の開始/終了位置を示す情報が格納される。例
えばプログラム作成時に図3(a)に示すように要素番
号3〜5の要素を含む割込範囲を指定すると、割込情報
テーブル40内の割込範囲42には、図3(b)に示す
ように開始位置として要素番号3、終了位置として要素
番号5(終了位置を、範囲外に出た直後の要素番号6と
してもよい)が格納される。
The interrupt range 42 stores information indicating the start / end position of the interrupt range specified by the user. For example, when an interrupt range including the element numbers 3 to 5 is specified as shown in FIG. 3A at the time of creating a program, the interrupt range 42 in the interrupt information table 40 is shown in FIG. As described above, the element number 3 is stored as the start position, and the element number 5 (the end position may be the element number 6 immediately after being out of the range) is stored as the end position.

【0026】一方、PC20は、プログラム実行中に現
在実行している処理の要素番号が格納/更新される記憶
領域として、図3(c)に示すステップ情報50を有し
ている。フラグ切替処理部22は、このステップ情報5
0を参照して現在実行中の処理の要素番号を知り、これ
に基づいてテーブル格納部21内に格納されている割込
情報テーブルを検索して、この要素番号の要素の割込情
報を得る。そして、この割込情報における割込範囲42
に格納されている「開始」または「終了」の要素番号
と、上記現在実行中の要素の要素番号とが一致するか否
かを判別する。
On the other hand, the PC 20 has step information 50 shown in FIG. 3C as a storage area in which the element number of the process currently being executed during execution of the program is stored / updated. The flag switching processing unit 22 determines the step information 5
With reference to 0, the element number of the process currently being executed is known, and based on this, the interrupt information table stored in the table storage unit 21 is searched to obtain the interrupt information of the element of this element number. . Then, the interrupt range 42 in the interrupt information
It is determined whether or not the element number of “start” or “end” stored in the element matches the element number of the element currently being executed.

【0027】そして、フラグ切替処理部22は、「開
始」または「終了」のいずれかの要素番号と一致した場
合には、フラグ格納部23に格納されているフラグを
‘1’または‘0’に切換える。但し、これは、上記の
例において終了位置として要素番号6が格納される例の
場合の処理であり、要素番号5が格納される例の場合に
は、要素番号5の処理が終了するまで待ってからフラグ
を‘0’に切換える。
The flag switching processing unit 22 sets the flag stored in the flag storage unit 23 to “1” or “0” when the element number matches one of “start” and “end”. Switch to. However, this is the process in the case where the element number 6 is stored as the end position in the above example, and in the case where the element number 5 is stored, the process waits until the process of the element number 5 ends. After that, the flag is switched to '0'.

【0028】範囲が複数指定されている場合には、フラ
グ格納部23には、例えば図3(d)に示すフラグ格納
テーブル60のように、各範囲毎に対応するフラグの格
納領域が設けられる。各フラグの格納領域は、対応する
割込範囲とリンクしており、これよりフラグ切替処理部
22は「開始」または「終了」のいずれかの要素番号と
一致した割込範囲に対応するフラグの格納領域を判別し
て、この格納領域のフラグの「0/1」切換え処理を行
う。
When a plurality of ranges are designated, the flag storage unit 23 is provided with a flag storage area corresponding to each range, for example, as in a flag storage table 60 shown in FIG. . The storage area of each flag is linked to the corresponding interrupt range, so that the flag switching processing unit 22 stores the flag corresponding to the interrupt range corresponding to one of the element numbers of “start” and “end”. The storage area is determined, and the “0/1” switching process of the flag of the storage area is performed.

【0029】尚、上述した説明では、「開始」のときフ
ラグは‘1’にセットされ、「終了」のときフラグは
‘0’にリセットされるものとしたが、勿論、これは逆
であってもよいし、また現在実行中の処理がある範囲内
にあるか否かを示す方法がフラグに限るものでもない。
In the above description, the flag is set to "1" at the time of "start", and the flag is reset to "0" at the time of "end". The method for indicating whether or not the currently executed process is within a certain range is not limited to the flag.

【0030】また、上記説明は、特定の範囲として割込
範囲を一例にして説明したが、これに限るものではな
く、例えば単純にユーザが注目したい範囲を別途指定す
るようにしてもよい。この場合、テーブル格納部21に
は単に各範囲の開始/終了を示す情報が格納される。
In the above description, the interrupt range has been described as an example of the specific range. However, the present invention is not limited to this. For example, the user may simply specify a range that he or she wants to pay attention to. In this case, the table storage unit 21 simply stores information indicating the start / end of each range.

【0031】図4は、本実施形態におけるモニタ画面の
一例を示す図である。同図に示す例では、サポート・ツ
ール10は、ステップ情報50を用いて、従来と同様
に、現在実行中の要素が分かるように、フローチャート
上の要素を示す図形(円)内を塗り潰す等の表示も行っ
ている。同図に示す例では、要素3の処理を実行中であ
ることが分かるように表示されている。また、更に、各
要素の要素番号を表示し、指定された範囲を示す枠線
(範囲指定図形)を表示している。
FIG. 4 is a diagram showing an example of a monitor screen according to the present embodiment. In the example shown in the figure, the support tool 10 uses the step information 50 to fill in the figure (circle) indicating the element on the flowchart so that the currently executing element can be identified, as in the related art. Is also displayed. In the example shown in the drawing, the display is performed so that it can be understood that the processing of the element 3 is being executed. Further, an element number of each element is displayed, and a frame line (range designation graphic) indicating a designated range is displayed.

【0032】そして、同図に示すようにPC側の処理が
範囲の「開始」位置にある要素3の処理に移ったときに
は、範囲指定図形の表示は、当該範囲内の処理を実行中
であることをユーザが一目で分かるような何等かの特定
の表示状態に切替えられる。例えば、通常時は範囲内
(枠内)が青色で表示されているが(あるいは枠線のみ
表示するが)、要素3の処理に移ったときには赤色の表
示に切替えられる。尚、色の種類はなんであってもよい
し、また色の種類を切換えるものに限るものでもない。
例えば、色は変えずに表示形態を変える(点滅表示にす
る等)ようにしてもよい。あるいは、枠内(指定範囲
内)の表示状態を変化させるものに限らず、枠外の所定
の位置に、枠と対応する特定の表示領域を設けておき、
この特定の表示領域の表示形態を変化させるようにして
もよい。要は、ユーザが、指定範囲内の処理を実行中で
あることが一目で分かるような特定の表示状態に切換え
るものであればよい。
When the processing on the PC side shifts to the processing of the element 3 located at the "start" position of the range as shown in the figure, the display of the range designation graphic is executing the processing within the range. It can be switched to any particular display state that allows the user to see at a glance. For example, the range (within the frame) is normally displayed in blue (or only the frame is displayed) in normal time, but is switched to red when the processing of the element 3 is started. It should be noted that the type of color may be any type, and is not limited to switching the type of color.
For example, the display form may be changed without changing the color (such as blinking display). Alternatively, a specific display area corresponding to the frame is provided at a predetermined position outside the frame, not limited to changing the display state within the frame (within the specified range),
The display mode of this specific display area may be changed. The point is that the user only needs to switch to a specific display state that allows the user to see at a glance that the processing within the specified range is being executed.

【0033】[0033]

【発明の効果】以上、詳細に説明したように、本発明の
PCのモニタシステム、及びモニタ方法によれば、ユー
ザが任意に指定する範囲や特に注目すべき処理を含む範
囲内の処理を実行中であることが、一目で分かるように
なる。
As described above in detail, according to the PC monitor system and the monitor method of the present invention, processing within a range arbitrarily designated by the user and a range including a particularly noticeable process is executed. You can tell at a glance that you are inside.

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

【図1】本実施形態のPC動作モニタシステムの構成の
一例を示すブロック図である。
FIG. 1 is a block diagram illustrating an example of a configuration of a PC operation monitoring system according to an embodiment.

【図2】割込範囲の指定に応じてプログラム中に埋め込
まれる割込情報の一例を示す図である。
FIG. 2 is a diagram illustrating an example of interrupt information embedded in a program according to designation of an interrupt range.

【図3】(a)はプログラム作成時の範囲指定の一例、
(b)はテーブル格納部、(c)はステップ情報、
(d)はフラグ格納部の格納内容の一例である。
FIG. 3A is an example of a range specification at the time of creating a program;
(B) is a table storage unit, (c) is step information,
(D) is an example of the contents stored in the flag storage unit.

【図4】本実施形態におけるモニタ画面の一例を示す図
である。
FIG. 4 is a diagram illustrating an example of a monitor screen according to the embodiment.

【図5】従来のサポート・ツールにおけるモニタ方法の
一例を示す図である。
FIG. 5 is a diagram showing an example of a monitoring method in a conventional support tool.

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

10 サポート・ツール 11 CPU 12 入力装置 13 RAM 14 表示装置 15 記憶装置 15b 記憶媒体 20 PC 21 テーブル格納部 22 フラグ切替処理部 23 フラグ格納部 30 通信回線 40 割込情報テーブル 41 監視数 42 割込範囲 50 ステップ情報 60 フラグ格納テーブル DESCRIPTION OF SYMBOLS 10 Support tool 11 CPU 12 Input device 13 RAM 14 Display device 15 Storage device 15b Storage medium 20 PC 21 Table storage unit 22 Flag switching processing unit 23 Flag storage unit 30 Communication line 40 Interruption information table 41 Monitoring number 42 Interruption range 50 Step information 60 Flag storage table

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 フローチャート図示表現プログラム上の
任意の範囲を指定する範囲指定手段と、 モニタ対象装置が前記図示表現プログラムを実行中、該
図示表現プログラムと任意の範囲を表示する表示手段
と、 モニタ対象装置において実行中の処理の実行位置が前記
範囲指定手段で指定された範囲内にある間、表示手段に
よる該範囲の表示を特定の表示状態にする表示制御手段
と、 を有することを特徴とするモニタシステム。
1. A range designating means for designating an arbitrary range on a flowchart graphic expression program, a display means for displaying the graphic expression program and an arbitrary range when a monitored device executes the graphic expression program, and a monitor. Display control means for setting the display of the range by the display means to a specific display state while the execution position of the process being executed in the target device is within the range specified by the range specifying means. Monitor system.
【請求項2】 前記モニタ対象装置は、各範囲の開始と
終了を示す情報を格納する格納手段と、該格納手段に格
納されている情報に基づいて実行中の処理の位置が前記
各範囲の開始または終了の位置にあるか否かを判定する
判定手段と、前記各範囲毎に前記実行中の処理の位置が
該範囲内にあるか否かを示すフラグを格納するフラグ格
納手段と、前記判定手段の判定結果に応じて前記フラグ
格納手段のフラグを切替えるフラグ切替え手段とを有
し、 前記表示制御手段は、前記モニタ対象装置のフラグ格納
手段のフラグが切替えられたとき、該フラグに対応する
範囲の表示状態を切替えることを特徴とする請求項1記
載のモニタシステム。
2. The monitoring target device according to claim 2, wherein the storage unit stores information indicating a start and an end of each range, and a position of a process being executed is determined based on the information stored in the storage unit. Determining means for determining whether or not the position is at a start or end position; flag storing means for storing a flag indicating whether or not the position of the process being executed is within the range for each of the ranges; Flag switching means for switching a flag of the flag storage means according to a determination result of the determination means, wherein the display control means corresponds to the flag when the flag of the flag storage means of the monitored device is switched. 2. The monitor system according to claim 1, wherein a display state of the range is switched.
【請求項3】 前記表示制御手段は、前記フラグが切替
えられたとき、該フラグに対応する範囲の表示色を切替
えることを特徴とする請求項2記載のモニタシステム。
3. The monitor system according to claim 2, wherein when the flag is switched, the display control means switches a display color in a range corresponding to the flag.
【請求項4】 フローチャート図示表現プログラム上で
指定された各範囲内に前記プログラムの処理の実行位置
があるか否かを判別し、 該判別結果に応じて前記プログラムの処理の実行位置が
前記範囲内にある間は該範囲の表示を特定の表示状態に
切替えることを特徴とするモニタ方法。
4. It is determined whether or not there is an execution position of the processing of the program within each range specified on the flowchart diagram expression program, and the execution position of the processing of the program is determined to be within the range according to the determination result. A display method for switching the display of the range to a specific display state while the range is within the range.
JP8230698A 1998-03-27 1998-03-27 System and method for monitoring Pending JPH11282727A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8230698A JPH11282727A (en) 1998-03-27 1998-03-27 System and method for monitoring

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8230698A JPH11282727A (en) 1998-03-27 1998-03-27 System and method for monitoring

Publications (1)

Publication Number Publication Date
JPH11282727A true JPH11282727A (en) 1999-10-15

Family

ID=13770882

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8230698A Pending JPH11282727A (en) 1998-03-27 1998-03-27 System and method for monitoring

Country Status (1)

Country Link
JP (1) JPH11282727A (en)

Similar Documents

Publication Publication Date Title
JP6006399B2 (en) Programmable display, its program
JPH07160462A (en) Screen display controller
JPH0553641A (en) Screen display method and man-machine interface device for process control system
JP2644917B2 (en) Process monitoring system and window display method
JPH10214171A (en) Information processor
JPH10283020A (en) Programmable display device
US7073124B1 (en) Display drafting apparatus and system therefor
JPH11282727A (en) System and method for monitoring
JP2009223471A (en) Simulation system
JP2003084811A (en) Ladder monitor device, and its program and recording medium
JPH1115583A (en) Icon display controller and icon display control method
KR20180071701A (en) Apparatus for displaying menu of HMI program
JP2005143163A (en) Apparatus and method for setting function of inverter device
JPH05150932A (en) Computer device with icon display functi0n
JP4780309B2 (en) Program monitor device for programmable controller and programmable controller system
JP2007252162A (en) Motor drive device
JPH1145103A (en) Programming device, interruption processing describing method, programmable controller and recording medium
JPH01191269A (en) Image controller
JPH0270129A (en) Controller for display screen
JP2003157105A (en) Control system, and its program and recording medium
JP3013907U (en) CAD drawing device
JPH01236309A (en) Display device for numerical controller
JPH0683405A (en) Programming device of programmable controller
JPH11108510A (en) Operating device
JPH06175772A (en) Soft key function display device for numerical controller

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Effective date: 20040218

Free format text: JAPANESE INTERMEDIATE CODE: A7422

A977 Report on retrieval

Effective date: 20050822

Free format text: JAPANESE INTERMEDIATE CODE: A971007

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050906

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060110