JPH041804A - Monitoring device for programmable controller - Google Patents

Monitoring device for programmable controller

Info

Publication number
JPH041804A
JPH041804A JP2104074A JP10407490A JPH041804A JP H041804 A JPH041804 A JP H041804A JP 2104074 A JP2104074 A JP 2104074A JP 10407490 A JP10407490 A JP 10407490A JP H041804 A JPH041804 A JP H041804A
Authority
JP
Japan
Prior art keywords
block
monitor
active
designated
screen
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
JP2104074A
Other languages
Japanese (ja)
Other versions
JP2526704B2 (en
Inventor
Yasunobu Iwata
岩田 恭伸
Noboru Sakamoto
昇 坂本
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2104074A priority Critical patent/JP2526704B2/en
Publication of JPH041804A publication Critical patent/JPH041804A/en
Application granted granted Critical
Publication of JP2526704B2 publication Critical patent/JP2526704B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Testing And Monitoring For Control Systems (AREA)
  • Digital Computer Display Output (AREA)
  • Programmable Controllers (AREA)

Abstract

PURPOSE:To quickly display an active block by switching automatically a display screen to a monitor screen of a designated block when this clock becomes active. CONSTITUTION:A new active block monitor designation table 112 is provided for the display monitor, and a user is instructed to previously designate his/her desired starting block to be monitored. At the same time, a block start detection means 122 is provided together with an active block monitor designation means 123. So that the start of the designated block is detected and a displayed screen is automatically switched to the monitor screen of the relevant block. Thus a desired monitor can be automatically monitored concurrently with its start as long as a desired active block to be monitored is previously and automatically designated. As a result, the active block is quickly displayed on a monitor screen.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、SFC言語に基づくプログラムを実行する
プログラマブルコントローラに対シテ、その実行状態を
モニタするプログラマブルコントローラ用モニタ装置に
関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a programmable controller monitor device that monitors the execution state of a programmable controller that executes a program based on the SFC language.

〔従来の技術〕[Conventional technology]

最近、プログラム作成手段として周辺装置によりSFC
言語にて作成されたプログラム(以下、SFCプログラ
ムという)をプログラマブルコントローラにロードして
実行させ、モニタ装置により、その実行状態をモニタす
る方法が実用化されている。
Recently, SFC has been used as a means of creating programs using peripheral devices.
A method has been put into practical use in which a program created in a language (hereinafter referred to as an SFC program) is loaded into a programmable controller and executed, and the execution state of the program is monitored using a monitor device.

第4図はSFCプログラムの一例を示すものである。FIG. 4 shows an example of an SFC program.

ここで、上記SFCプログラムとは、制御の流れをフロ
ー形式にて表現したもので、あるまとまった動作を示す
「ステップ」と、該ステップの実行を移行するための条
件を示す「移行」との組合せからなる。実行中のステッ
プは「活性ステップ」と呼ばれ、それに付随する移行の
条件が成立すると非活性となり、次に続(ステップへ実
行が移行する。
Here, the above SFC program is a control flow expressed in a flow format, and consists of "steps" indicating a certain group of actions and "transitions" indicating conditions for shifting the execution of the steps. Consists of combinations. A step that is being executed is called an "active step," and when the associated transition conditions are met, it becomes inactive and execution shifts to the next (step).

第4図において、401は「ステップ」を、402はス
テップの「移行」を示す。また、同じステップにあって
も、400はイニシャルステップ、403はエンドステ
ップと呼ばれ、上記イニシャルステップからエンドステ
ップまでのフローが1つのまとまりとしてブロックと呼
ばれる。
In FIG. 4, 401 indicates a "step" and 402 indicates a "transition" of the step. Further, even if the steps are the same, 400 is called an initial step, and 403 is called an end step, and the flow from the initial step to the end step is called a block.

このブロックは複数作成することができ、各々のブロッ
クは起動が駆けられることにより、並列に実行される。
Multiple blocks can be created, and each block is executed in parallel by being activated.

この起動が駆かったブロックは、上記の如く、「活性ブ
ロック」と呼ばれ、イニシャルステップから実行され、
エンドステップにてブロックの処理を終了する。
The block triggered by this activation is called an "active block" as described above, and is executed from the initial step.
Block processing ends at the end step.

第4図のSFCプログラム画面において、モニタモード
にすることにより、SFCプログラムの実行状態をモニ
タすることができる。活性ステップは(ロ)の表示を反
転表示させることによりモニタすることができる。
By setting the SFC program screen in FIG. 4 to monitor mode, the execution status of the SFC program can be monitored. The active step can be monitored by highlighting the display in (b).

第5図は従来のプログラマブルコントローラ用モニタ装
置の構成を示すブロック図である。図において、501
は各種演算処理を実行するCPU、506は上記CPU
501を制御するオペレーティングシステム(以下O8
という)としてのマイクロプログラムを格納するマイク
ロプログラムROM、507はモニタに必要な情報のテ
ーブルを格納するO5用ワークRAM、504はプログ
ラマブルコントローラ(図示せず)とデータの入出力処
理を実行する入出力インタフェース、505はCR7表
示用インタフェース、505aはCRTである。
FIG. 5 is a block diagram showing the configuration of a conventional programmable controller monitor device. In the figure, 501
is a CPU that executes various arithmetic processing, and 506 is the above CPU.
The operating system (hereinafter referred to as O8) that controls the 501
507 is a work RAM for O5 that stores a table of information necessary for the monitor, and 504 is an input/output unit that executes data input/output processing with a programmable controller (not shown). The interface 505 is a CR7 display interface, and 505a is a CRT.

第6図は、第5図に示したO8用ワークRAM507の
内容を示し、図において、510はブロックが活性か、
或いは、非活性かを示す活性ブロックテーブルであり、
ブロックNOに対応したアドレスのメモリに各ブロック
の情報を示す。511はブロック毎に活性ステップのス
テップNo、を格納する活性ステップテーブルである。
FIG. 6 shows the contents of the O8 work RAM 507 shown in FIG. 5. In the figure, 510 indicates whether the block is active or not.
Alternatively, it is an active block table indicating whether it is inactive,
Information about each block is shown in the memory at the address corresponding to the block number. 511 is an active step table that stores step numbers of active steps for each block.

また、第5図中、521は上記マイクロプログラムRO
M506に格納されている上記ブロック活性ステップN
oを検出し、そのステップを反転表示する活性ステップ
反転表示手段である。
In addition, in FIG. 5, 521 is the microprogram RO
The block activation step N stored in M506
This is active step inversion display means that detects o and displays that step in inversion.

次に動作を、SFCプログラムモニタモードの処理ルー
チンを示す第7図のフローチャートを用いて説明する。
Next, the operation will be explained using the flowchart of FIG. 7 showing the processing routine in the SFC program monitor mode.

SFCプログラムにおいて、ブロックの活性ステップを
ブロックのフローチャート(第4図に示したフローチャ
ートで、以下SFC図という)にてモニタする場合、モ
ニタ装置としては指定ブロックのSFC図を画面表示し
た後、これに対してモニタモード指定を行う。
In an SFC program, when monitoring the activation steps of a block using a block flowchart (the flowchart shown in Figure 4, hereinafter referred to as SFC diagram), the monitor device displays the SFC diagram of the specified block on the screen, and then displays the SFC diagram of the specified block. Specify the monitor mode for the

SFCプログラムにてブロックの活性ステップをモニタ
するモニタモードを開始すると、モニタ装置は既に表示
されたブロックのSFC図に対して画面表示されている
指定ブロックNo.をリードしくステップS1)、次に
、活性ステップ反転表示手段521により上記ブロック
の活性ステップNo.を第6図に示した活性ステップテ
ーブル511から検出し、該ステップを反転表示する(
ステップS2)。その後、モニタモードを続行するか否
かを判断しくステップS3)、モニタモードを続行する
と判断した場合には、上記ステップS2に戻り、モニタ
モードを続行しないと判断するまで、上記ステップS2
及びステップS3を繰り返し実行する。反対に、モニタ
モードを続行しないと判断した場合には一連のモニタモ
ードの処理動作は終了する。
When the monitor mode for monitoring the activation steps of blocks is started in the SFC program, the monitor device monitors the specified block No. displayed on the screen for the SFC diagram of the already displayed block. Next, the active step inversion display means 521 displays the active step number of the block. is detected from the active step table 511 shown in FIG. 6, and the step is highlighted (
Step S2). Thereafter, it is determined whether or not to continue the monitor mode (step S3). If it is determined that the monitor mode is to be continued, the process returns to step S2, and the process continues in step S2 until it is determined that the monitor mode is not to be continued.
and step S3 are repeatedly executed. On the other hand, if it is determined not to continue the monitor mode, the series of monitor mode processing operations ends.

また、予め所望の画面を予約し、所定の表示プログラム
に従い、自動的に表示画面を選択して切換え表示できる
手段ついて開示している参考技術文献として特開昭63
−3222号公報がある。
In addition, Japanese Patent Application Laid-Open No. 63-1999 discloses a means for reserving a desired screen in advance and automatically selecting and switching the display screen according to a predetermined display program.
There is a publication No.-3222.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

しかしながら、従来のプログラマブルコントローラ用モ
ニタ装置は以上のように構成されているので、SFCプ
ログラムが複数ブロックからなる場合、ブロックのSF
C図を表示した後、そのモニタ表示を行うため、活性ブ
ロックのモニタを実行しようとする場合、そのブロック
が活性ブロックか否かを判断するのに、各ブロック毎に
モニタを実行して調査するか、ブロックの一覧リストを
モニタして、活性中のブロックを指定して該ブロックを
モニタする必要がある等、活性ブロックのモニタ表示に
余分な操作が必要なうえ、特定複数のブロックが活性に
なっても迅速に上記ブロックをモニタできないという問
題点があった。
However, since the conventional programmable controller monitor device is configured as described above, when the SFC program consists of multiple blocks, the SF of the block is
After displaying Diagram C, if you want to monitor active blocks in order to display the monitor, run the monitor for each block and investigate to determine whether the block is an active block or not. Or, it is necessary to monitor a list of blocks, specify an active block, and monitor that block. In addition, extra operations are required to display active blocks on the monitor, and if multiple specific blocks are active. However, there was a problem in that the blocks could not be monitored quickly even if the block was changed.

この発明は上記のような問題点を解決するためになされ
たもので、指定ブロックが活性になった時点で自動的に
そのブロックのモニタ画面に切り換わるようにして、活
性ブロックの迅速なるモニタ表示を実現するプログラマ
ブルコントローラ用モニタ装置を得ることを目的とする
This invention was made in order to solve the above-mentioned problems, and when a specified block becomes active, the monitor screen of that block is automatically switched to, so that the monitor display of the active block can be quickly displayed. The purpose of this invention is to obtain a monitor device for a programmable controller that realizes the following.

〔課題を解決するための手段〕[Means to solve the problem]

この発明に係るプログラマブルコントローラ用モニタ装
置は、ブロックが活性或いは非活性かを示す活性ブロッ
クテーブルと、活性ステップのステップNo.を格納す
る活性ステップテーブルと、前記ブロックの自動モニタ
指定の有無を示す活性ブロックモニタ指定テーブルと、
指定ブロックの前記活性ステップNo、を検出し、該ス
テップを反転表示する活性ステップ反転表示手段と、前
記ブロックが活性になったことを検出するブロック起動
検出手段と、前記ブロックが自動モニタ指定されている
か否かを検出する活性ブロックモニタ指定検出手段とを
備えたものである。
The monitor device for a programmable controller according to the present invention includes an active block table indicating whether a block is active or inactive, and a step number of an active step. an active block monitor designation table that indicates whether automatic monitoring is designated for the block;
active step inversion display means for detecting the active step No. of the designated block and displaying the step in reverse video; block activation detection means for detecting that the block has become active; active block monitor designation detection means for detecting whether or not there is an active block monitor.

〔作用〕[Effect]

この発明における活性ステップ反転表示手段は指定ブロ
ックの実行状態をモニタするのにプロ・νりの活性ステ
ップNo、を活性ステップテーブルより検出し、ブロッ
ク起動検出手段は活性ブロックテーブルにおける各ブロ
ックの状態変化を見て、ブロックが起動したのを、換言
すると、非活性から活性への変化を検出する。また、活
性ブロックモニタ指定手段は上記ブロックが自動モニタ
指定されているか否かを活性ブロックモニタ指定テーブ
ルより検出し、指定されていればモニタするブロックを
切り換える。この動作によって自動モニタ指定されてい
るブロックに起動がかかったとき、自動的にそのブロッ
クのモニタ画面に切り換わる。
The active step inversion display means in this invention detects the active step number of the specified block from the active step table in order to monitor the execution state of the designated block, and the block start detection means detects the state change of each block in the active block table. It detects when a block is activated, in other words, when it changes from inactive to active. Further, the active block monitor designation means detects from the active block monitor designation table whether or not the above-mentioned block is designated for automatic monitoring, and if so, switches the block to be monitored. By this operation, when a block designated as automatic monitor is activated, the monitor screen for that block is automatically switched.

〔実施例〕〔Example〕

以下、この発明の一実施例を図について説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第1図は、プログラマブルコントローラ用モニタ装置の
構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of a programmable controller monitor device.

図において、101は各種演算を実行するCPU、10
2は上記CPUI 01を制御するO3としてのマイク
ロプログラムを格納するマイクロプログラムROM、1
03はモニタに必要な情報のテーブルを格納するO3用
ワークRAM、104はプログラマブルコントローラ(
図示せず)とデータの入出力処理を実行する入出力イン
ターフェース、105はCR7表示用インターフェース
、105aはCRTである。
In the figure, 101 is a CPU that executes various calculations;
2 is a microprogram ROM that stores a microprogram as O3 that controls the CPU 01;
03 is a work RAM for O3 that stores a table of information necessary for the monitor, and 104 is a programmable controller (
105 is a CR7 display interface, and 105a is a CRT.

第2図は、第1図に示したO8用ワークRAM103の
内容で、モニタに必要な情報のテーブルを格納する。
FIG. 2 shows the contents of the O8 work RAM 103 shown in FIG. 1, which stores a table of information necessary for monitoring.

図において、110はブロックが活性か、或いは非活性
かを示す活性ブロックテーブルであり、ブロックNo.
に対応したアドレスのメモリに各ブロックの情報を示す
In the figure, reference numeral 110 is an active block table indicating whether a block is active or inactive.
The information of each block is shown in the memory at the address corresponding to the block.

111はブロック毎に活性ステップのステップNo、を
格納する活性ステップテーブルである。
Reference numeral 111 is an active step table that stores step numbers of active steps for each block.

112はブロックの自動モニタ指定の有無をブロック毎
に示す活性ブロックモニタ指定テーブルである。
Reference numeral 112 is an active block monitor designation table that indicates whether or not automatic monitoring is designated for each block.

また、第1図中、121はマイクロプログラムROM1
02に格納されており、指定ブロックの活性ステップN
o、を検出し、そのステップを画面上にて反転表示する
活性ステップ反転表示手段であり、122は同様にマイ
クロプログラムROM102に格納されており、ブロッ
クが起動するのを、換言すると、ブロックが非活性から
活性に変化するのを検出するブロック起動検出手段であ
り、123は同様にマイクロプログラムROM102に
格納されており、上記ブロックが自動モニタ指定されて
いるか否かを検出し、指定されていればモニタするブロ
ックを切り換える活性ブロックモニタ指定検出手段であ
る。
In addition, in FIG. 1, 121 is a micro program ROM1.
02, and the active step N of the specified block
122 is also stored in the microprogram ROM 102, and 122 is also stored in the microprogram ROM 102, and 122 is an active step inversion display means that detects the step o and displays the step in inverse video on the screen. Block activation detection means 123 detects a change from active to active, and 123 is also stored in the microprogram ROM 102, and detects whether or not the above block is designated as automatic monitor, and if so, This is active block monitor designation detection means for switching blocks to be monitored.

次に動作を、SFCプログラムモニタモードの処理ルー
チンを示す第3図のフローチャートを用いて説明する。
Next, the operation will be explained using the flowchart of FIG. 3 showing the processing routine in the SFC program monitor mode.

第1図において、CPUl0IはマイクロプログラムR
OM102の格納マイクロプログラムに従って動作し、
OSワーク用RAM103内の各テーブルを監視しなが
ら必要なデータを検出し、CR7表示用インターフェー
ス105を介してCRT105aに表示する。
In FIG. 1, CPUl0I is a microprogram R
Operates according to the stored microprogram of OM102,
Necessary data is detected while monitoring each table in the OS work RAM 103 and displayed on the CRT 105a via the CR7 display interface 105.

ユーザはモニタ装置にて、まずブロックのSFC図を画
面表示した後、これに対してモニタモード指定をするが
、このとき予めキー操作等によりブロックが起動した場
合自動的にモニタ表示させたいブロックを指定していれ
ば、活性ブロックモニタ指定が実行される。
The user first displays the SFC diagram of the block on the screen on the monitor device, and then specifies the monitor mode for it. At this time, if the block is started by key operation etc., the user can select the block that he wants to automatically display on the monitor. If specified, active block monitor specification is executed.

第3図のフローチャートにおいて、モニタ装置は、既に
表示されたブロックのSFC図に対して指定ブロック階
をリードしくステップ5IO)、活性ステップ反転表示
手段121にて、上記指定ブロックの活性ステップを第
2図に示した活性ステップテーブル111よりリードし
、該活性ステップを画面上にて反転表示する(ステップ
S11)。
In the flowchart of FIG. 3, in step 5IO), the monitor device displays the active step of the specified block in step 5IO) in order to lead the specified block floor with respect to the SFC diagram of the already displayed block. The active step is read from the active step table 111 shown in the figure, and the active step is displayed in reverse video on the screen (step S11).

また、ブロック起動検出手段122にて、ブロックが起
動するのを、換言すると、非活性から活性へ変化するの
を第2図に示した活性ブロックテーブル110により各
ブロックの状態変化を監視して検出する(ステップ51
2)。
Further, the block activation detection means 122 detects the activation of a block, in other words, the change from inactive to active, by monitoring the state change of each block using the active block table 110 shown in FIG. (Step 51
2).

更に、活性ブロックモニタ指定検出手段123にて、上
記起動ブロックが予めユーザより自動モニタ指定されて
いるか否かを第2図に示した活性ブロックモニタ指定テ
ーブル112より検出し、モニタ指定されている場合、
モニタするブロックを切り換える(ステップ813)。
Furthermore, the active block monitor designation detecting means 123 detects whether or not the activation block has been previously designated as automatic monitor by the user from the active block monitor designation table 112 shown in FIG. ,
The block to be monitored is switched (step 813).

最後に、モニタモード続行か否かを判断しくステップ5
14)、続行であれば、再度ステップS11からステッ
プS13までの各処理を繰り返す。
Finally, decide whether to continue with monitor mode or not in step 5.
14) If the process is to be continued, each process from step S11 to step S13 is repeated again.

これにより、SFC図のモニタにて自動モニタ指定され
ているブロックが起動したとき、自動的にモニタ画面の
切り換えを実行することができる。
Thereby, when a block designated as automatic monitor is activated on the monitor of the SFC diagram, it is possible to automatically switch the monitor screen.

反対に上記ステップS14にてモニタモードを続行しな
いという判断に到れば、一連のモニタモード処理動作は
終了する。
On the other hand, if it is determined in step S14 that the monitor mode is not to be continued, the series of monitor mode processing operations ends.

上記実施例においては、ブロックのモニタに対する自動
モニタ指定に関して説明したが、モニタはブロックのモ
ニタとは別に、ステップの動作出力を示すラダー回路に
対してその動作状態をモニタする画面もあり、本実施例
と同様の方法で活性ステップモニタ指定テーブルを設け
、そのステップの起動検出手段を設けることにより指定
ステップの自動モニタが可能となる。
In the above embodiment, the automatic monitor specification for the block monitor was explained, but in addition to the block monitor, the monitor also has a screen that monitors the operating status of the ladder circuit that indicates the operation output of the step. By providing an active step monitor designation table in the same manner as in the example and providing activation detection means for that step, automatic monitoring of the designated step becomes possible.

また、活性ブロックモニタ指定テーブルと活性ステップ
モニタ指定テーブルとを共存させることにより、指定ブ
ロックの指定ステップを自動モニタすることも可能とな
る。
Further, by coexisting the active block monitor designation table and the active step monitor designation table, it is also possible to automatically monitor the designated step of the designated block.

その他、上記実施例においては活性ブロックのモニタ画
面にすばやく移行できるように自動モニタ方式を採用し
ているが、従来方式でブロックのモニタ画面上にて活性
ブロック情報をモニタできるように構成することにより
、簡単に指定の活性ブロックにモニタ画面を切り換える
ことが可能となる。
In addition, in the above embodiment, an automatic monitoring method is adopted so that the screen can quickly shift to the active block monitor screen, but by configuring the conventional method so that active block information can be monitored on the block monitor screen, , it becomes possible to easily switch the monitor screen to a designated active block.

〔発明の効果〕〔Effect of the invention〕

以上のように、この発明によればモニタ表示用に新たに
活性ブロックモニタ指定テーブルを設け、予めユーザに
自動モニタさせたい起動ブロックを指定させ、また、ブ
ロック起動検出手段と、活性ブロックモニタ指定検出手
段を設け、上記指定ブロックが起動したのを検出し、そ
のブロックのモニタ画面に自動的に切り換えるられるの
で、モニタしたい活性ブロックに対して、予め自動モニ
タ指定をしておくことにより起動と同時に自動的にモニ
タでき、活性ブロックの迅速なるモニタ表示を実現する
ことができる。
As described above, according to the present invention, an active block monitor specification table is newly provided for monitor display, the user is allowed to specify in advance the activated block that the user wants to automatically monitor, and the block activation detection means and the active block monitor designation detection table are provided. By providing a means to detect the activation of the specified block mentioned above and automatically switch to the monitor screen for that block, by specifying automatic monitor in advance for the active block you want to monitor, it will be automatically activated at the same time as the activation. It is possible to monitor the active blocks and quickly display the active blocks on the monitor.

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

第1図はこの発明の一実施例によるプログラマブルコン
トローラ用モニタ装置の構成を示すブロック図、第2図
は第1図に示したRAM103の内容を示す説明図、第
3図はこの発明のモニタモードでの処理を示すフローチ
ャート、第4図はSFCプログラムの一例を示す説明図
、第5図は従来のプログラマブルコントローラ用モニタ
装置の構成を示すブロック図、第6図は第1図に示した
RAM507の内容を示す説明図、第7図は従来のモニ
タ装置のモニタモードでの処理を示すフローチャートで
ある。 図において、 101−CP U 102−マイクロプログラムROM 103−、OS用ワークRAM 110−活性ブロックテーブル 11L−m−活性ステップテーブル 112・−活性ブロックモニタ指定テーブル121−m
−活性ステップ反転表示手段122−ブロック起動検出
手段 123−活性ブロックモニタ指定検出手段なお、各図中
、同一符号は同一、又は相当部分を示す。 代 理 人 大 石 増 雄 第2 :活性ブロックモニタ指定テーブル 第3 図 第5図 505゜ 第4 図 第6 図
FIG. 1 is a block diagram showing the configuration of a monitor device for a programmable controller according to an embodiment of the present invention, FIG. 2 is an explanatory diagram showing the contents of the RAM 103 shown in FIG. 1, and FIG. 3 is a monitor mode of the present invention. 4 is an explanatory diagram showing an example of an SFC program, FIG. 5 is a block diagram showing the configuration of a conventional programmable controller monitor device, and FIG. An explanatory diagram showing the contents, FIG. 7 is a flowchart showing processing in the monitor mode of a conventional monitor device. In the figure, 101-CPU 102-Micro program ROM 103-, OS work RAM 110-Active block table 11L-m-Active step table 112-Active block monitor specification table 121-m
- Active step inversion display means 122 - Block activation detection means 123 - Active block monitor designation detection means In each figure, the same reference numerals indicate the same or equivalent parts. Agent Masuo Oishi 2: Active block monitor specification table 3 Figure 5 505゜ Figure 4 Figure 6

Claims (1)

【特許請求の範囲】 ブロックが活性或いは非活性かを示す活性ブロックテー
ブルと、 活性ステップのステップNo.を格納する活性ステップ
テーブルと、 前記ブロックの自動モニタ指定の有無を示す活性ブロッ
クモニタ指定テーブル 指定ブロックの前記活性ステップNo.を検出し、該ス
テップを反転表示する活性ステップ反転表示手段と、 前記ブロックが活性になったことを検出するブロック起
動検出手段と、 前記ブロックが自動モニタ指定されているか否かを検出
する活性ブロックモニタ指定検出手段とを備えたことを
特徴とするプログラマブルコントローラ用モニタ装置。
[Claims] An active block table indicating whether a block is active or inactive, and a step number of an active step. an active step table that stores the active step number of the designated block; and an active block monitor designation table that indicates whether or not automatic monitoring is designated for the block; active step inversion display means for detecting and displaying the step in reverse; block activation detection means for detecting that the block has become active; and active block detecting whether the block has been designated as automatic monitor. A monitor device for a programmable controller, comprising: monitor designation detection means.
JP2104074A 1990-04-19 1990-04-19 Programmable controller monitor control method and monitor control device Expired - Lifetime JP2526704B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2104074A JP2526704B2 (en) 1990-04-19 1990-04-19 Programmable controller monitor control method and monitor control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2104074A JP2526704B2 (en) 1990-04-19 1990-04-19 Programmable controller monitor control method and monitor control device

Publications (2)

Publication Number Publication Date
JPH041804A true JPH041804A (en) 1992-01-07
JP2526704B2 JP2526704B2 (en) 1996-08-21

Family

ID=14371008

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2104074A Expired - Lifetime JP2526704B2 (en) 1990-04-19 1990-04-19 Programmable controller monitor control method and monitor control device

Country Status (1)

Country Link
JP (1) JP2526704B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5368249A (en) * 1992-07-10 1994-11-29 Daiwa Seiko, Inc. Handle collapsing mechanism for fishing reel
JP2005038260A (en) * 2003-07-16 2005-02-10 Omron Corp Program development support device for programmable controller and programmable controller system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6130107U (en) * 1984-07-26 1986-02-22 オムロン株式会社 Flowchart programmable controller
JPH0296802A (en) * 1988-10-04 1990-04-09 Toshiba Corp Programmable controller

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6130107U (en) * 1984-07-26 1986-02-22 オムロン株式会社 Flowchart programmable controller
JPH0296802A (en) * 1988-10-04 1990-04-09 Toshiba Corp Programmable controller

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5368249A (en) * 1992-07-10 1994-11-29 Daiwa Seiko, Inc. Handle collapsing mechanism for fishing reel
JP2005038260A (en) * 2003-07-16 2005-02-10 Omron Corp Program development support device for programmable controller and programmable controller system

Also Published As

Publication number Publication date
JP2526704B2 (en) 1996-08-21

Similar Documents

Publication Publication Date Title
US6570594B1 (en) User interface with non-intrusive display element
JP2762893B2 (en) Programmable controller and method of executing SFC program using the programmable controller
KR102265126B1 (en) Organizing user interface elements
JP2796160B2 (en) Industrial robot teaching device
JPH07160462A (en) Screen display controller
KR20050078690A (en) Method for displaying partial window screen
JP3704243B2 (en) VDT work monitoring apparatus and monitoring method
JPH041804A (en) Monitoring device for programmable controller
JPH07200239A (en) Screen scrawling method
JP3746969B2 (en) Start condition display method and apparatus, and start condition display program
JP3941524B2 (en) Electronic device operation device
JP3313583B2 (en) Cursor display method and cursor display device
JPH10207678A (en) Display switching method for window, and system for the same
JP2019008635A (en) Screen display device, engineering device, and screen display method
JPS63159927A (en) Information processor
JPH04168482A (en) Window display system
JPH08320777A (en) Processor and method for information processing
JPS61184637A (en) Data processing device
JPH0594438A (en) Document display device
JPH0675608A (en) Monitoring device for programmable controller
JPH06139037A (en) Window display control method and window display system
JPH06236204A (en) Device retrieved result display method for programming device
JPH1069365A (en) Multiwindow display management system
JPH04104321A (en) User interface method and its device
JPH01236309A (en) Display device for numerical controller

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080614

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20080614

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20090614

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20100614

Year of fee payment: 14

EXPY Cancellation because of completion of term