JP2544960B2 - Programmable controller - Google Patents

Programmable controller

Info

Publication number
JP2544960B2
JP2544960B2 JP63120458A JP12045888A JP2544960B2 JP 2544960 B2 JP2544960 B2 JP 2544960B2 JP 63120458 A JP63120458 A JP 63120458A JP 12045888 A JP12045888 A JP 12045888A JP 2544960 B2 JP2544960 B2 JP 2544960B2
Authority
JP
Japan
Prior art keywords
task
measurement
storage unit
execution
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.)
Expired - Lifetime
Application number
JP63120458A
Other languages
Japanese (ja)
Other versions
JPH01291303A (en
Inventor
直久 川原
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 JP63120458A priority Critical patent/JP2544960B2/en
Publication of JPH01291303A publication Critical patent/JPH01291303A/en
Application granted granted Critical
Publication of JP2544960B2 publication Critical patent/JP2544960B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、マルチプロセッサシステムで構成される
プログラマブル制御装置に関するものである。
The present invention relates to a programmable controller including a multiprocessor system.

〔従来の技術〕[Conventional technology]

第5図は例えば特開昭61−262858号公報に示された従
来のプログラマブル制御装置の演算プロセッサ部及びメ
ンテナンスツールを示すブロック図であり、図におい
て、1はプログラムデバッグ装置であり、このプログラ
ムデバッグ装置1の内部において、1aは演算プロセッサ
部とのインタフェース、1bはタスク毎の実行時間、実行
レベル、終了ステータス等の履歴情報を読み出すタスク
実行トレースメモリ読出部、1cはそのタスク実行トレー
スメモリ読出部1bにより読み出された情報をタイムチャ
ート形式にて表示するタスク実行トレース表示部であ
る。
FIG. 5 is a block diagram showing an arithmetic processor unit and a maintenance tool of a conventional programmable control device disclosed in, for example, Japanese Patent Application Laid-Open No. 61-262858. In FIG. 5, reference numeral 1 is a program debug device. Inside the apparatus 1, 1a is an interface with the arithmetic processor section, 1b is a task execution trace memory reading section for reading history information such as execution time, execution level, end status for each task, and 1c is the task execution trace memory reading section. It is a task execution trace display unit that displays the information read by 1b in a time chart format.

2は操作部、3は処理結果を表示する表示部、4はプ
ログラムの処理を行うプロセッサ部であり、このプロセ
ッサ部4の内部において、4aはCPU、4bは複数のタスク
の処理手順が記憶されたプログラムメモリ、4cはプログ
ラムデバック装置とのインタフェース、4dは複数のタス
クの実行スケジュールが格納され、CPU4aに対し実行す
るタスクの制御を行う実行管理部、4eはタスクの実行時
間の計数を行う実行時間計数部、4fは実行したタスク毎
に実行時間、実行レベル、終了ステータス等の情報を実
行順序に従って複数点履歴情報として収納する実行トレ
ースメモリである。
2 is an operation unit, 3 is a display unit for displaying processing results, 4 is a processor unit for processing a program. Inside the processor unit 4, 4a is a CPU and 4b is a processing procedure for a plurality of tasks. Program memory, 4c is an interface with the program debugging device, 4d is an execution management unit that stores the execution schedule of multiple tasks and controls the CPU 4a to execute the task, 4e is an execution time counting task The time counting unit 4f is an execution trace memory that stores information such as execution time, execution level, and end status for each executed task as multipoint history information according to the execution order.

次に動作について説明する。CPU4aが、実行管理部4d
からのタスク実行要求に従ってタスク実行を行う場合に
は、実行時間計数部4eにより、実行されるタスクが切換
るまでの時間が計数されている。
Next, the operation will be described. CPU4a is the execution management unit 4d
When the task execution is performed according to the task execution request from, the execution time counting unit 4e counts the time until the task to be executed is switched.

次に、CPU4aは実行するタスクが切換った場合には、
切換前に実行していたタスクNoとともにタスクの実行時
間、実行レベル、終了ステータス等の情報をタスク実行
トレースメモリ4fに格納する。
Next, when the CPU 4a switches the task to be executed,
Information such as the task execution time, the execution level, and the end status is stored in the task execution trace memory 4f together with the task number that was executed before the switching.

このタスク実行トレースメモリ4fには、複数点の実行
タスク切換時の情報が実行順序に従って格納される構成
となっており、メモリが一杯になると順次、最も古い情
報が捨てられ、最新の実行タスク切換時の情報が格納さ
れる。
The task execution trace memory 4f is configured to store information at the time of switching execution tasks at multiple points according to the execution order. When the memory becomes full, the oldest information is discarded and the latest execution task switching is performed. The time information is stored.

一方、プログラムデバッグ装置1側の操作部2から要
求があれば、タスク実行トレースメモリ読出部1bは、イ
ンタフェース1aを介してストアードプログラム式演算制
御装置4側のタスク実行トレースメモリ4fの内容を読み
出し、タスク実行トレース表示部1cは、その情報をタイ
ムチャート形式の表現に変換し、表示部3に表示する。
On the other hand, if there is a request from the operation unit 2 on the program debug device 1 side, the task execution trace memory reading unit 1b reads the contents of the task execution trace memory 4f on the stored program operation control device 4 side via the interface 1a, The task execution trace display unit 1c converts the information into a time chart format representation and displays it on the display unit 3.

〔発明が解決しようとする課題〕[Problems to be Solved by the Invention]

従来のプログラマブル制御装置は以上のように構成さ
れているので、1つのプロセッサ上のタスクについての
み実行時間が計測でき、マルチプロセッサにて並列処理
されたプログラムタスク群(タスクグループ)の処理実
行時間については測定できないという問題点があった。
Since the conventional programmable controller is configured as described above, it is possible to measure the execution time only for the tasks on one processor, and for the processing execution time of the program task group (task group) processed in parallel by multiple processors. There was a problem that could not be measured.

この発明は上記のような問題点を解消するためになさ
れたもので、複数のマイクロプロセッサにて並列処理さ
れる一連のプログラムタスクの実行時間を直接的に計測
できるプログラマブル制御装置を得ることを目的とす
る。
The present invention has been made to solve the above problems, and an object thereof is to obtain a programmable controller capable of directly measuring the execution time of a series of program tasks processed in parallel by a plurality of microprocessors. And

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

この発明に係るプログラマブル制御装置は、各々のプ
ロセッサがタスクの開始時及び終了時にアクセスするIO
プロセッサ上に、実行時間を計測するための計測タイ
マ、入出力タスクNOを格納するタスクNO格納部、実行時
間を計測したいタスクグループの先頭タスクNO及び最終
タスクNOを格納する。スタート/エンドタスクNO格納
部、及び計測結果を格納する計測値格納部を具備したも
のである。
The programmable controller according to the present invention is an IO which each processor accesses at the start and end of a task.
On the processor, a measurement timer for measuring the execution time, a task NO storage unit for storing the input / output task NO, a head task NO and a final task NO of the task group whose execution time is to be measured are stored. It is provided with a start / end task NO storage section and a measurement value storage section for storing measurement results.

〔作用〕[Action]

この発明における計測タイマはスタート/エンドタス
クNO格納部より読み出した先頭タスクNOとタスクNO格納
部より読み出したタスクNOが一致した場合に起動して計
数を始め、スタート/エンドタスクNO格納部より読み出
した最終タスクNOとタスクNO格納部より読み出したタス
クNOが一致した場合に停止し、その計測値を計測値格納
部へ格納する。
The measurement timer according to the present invention is activated and starts counting when the first task NO read from the start / end task NO storage unit matches the task NO read from the task NO storage unit, and is read from the start / end task NO storage unit. When the final task NO and the task NO read from the task NO storage unit match, the process is stopped and the measured value is stored in the measured value storage unit.

〔実施例〕〔Example〕

以下、この発明の一実施例を図について説明する。第
1図において、11a〜11cは各々プログラムの実行処理を
行うマイクロプロセッサ、12はプログラマーがプログラ
ムの作成を実施したり、システムの監視を行うプログラ
ミングメンテナンスツール、13は表示部でプログラミン
グメンテナンスツールと接続されている。15はマイクロ
プロセッサ11a〜11cとプロセス入出力装置(以下、プロ
セスI/Oと略称する)14とのインタフェース(以下、I/F
と略称する)を司どる入出力プロセッサ(以下、I/Oプ
ロセッサと略称する)、16は各々のマイクロプロセッサ
11a〜11cが共通にアクセスできる共有メモリであり、上
記マイクロプロセッサ11a〜11c、プログラミングメンテ
ナンスツール12、IOプロセッサ15、共有メモリ16はシス
テムバス17を介して接続されている。
An embodiment of the present invention will be described below with reference to the drawings. In FIG. 1, 11a to 11c are microprocessors for executing program execution processes, 12 is a programming maintenance tool for programmers to create programs and monitor the system, and 13 is a display unit for connection with programming maintenance tools. Has been done. Reference numeral 15 denotes an interface (hereinafter, I / F) between the microprocessors 11a to 11c and a process input / output device (hereinafter, abbreviated as process I / O) 14.
I / O processor (hereinafter abbreviated as I / O processor) that controls the
11a to 11c are shared memories that can be commonly accessed, and the microprocessors 11a to 11c, the programming maintenance tool 12, the IO processor 15, and the shared memory 16 are connected via a system bus 17.

IOプロセッサ15の内部において、15aは制御部であ
り、この制御部15aはプロセスI/Oへの入出力及びタスク
グループの実行時間計測の制御を行う。15bは入出力デ
ータを一時格納しておく入出力バッファメモリであり、
この入出力バッファメモリ15bは各々システムバス17を
介してマイクロプロセッサ11a〜11cに、またIOバス18を
介してプロセスIO14に接続されている。15cは計測すべ
きタスクグループの先頭タスクNO及び最終タスクNOを格
納するスタート/エンドタスクNO格納部であり、このス
タート/エンドタスクNO格納部15cへの入力はプログラ
ミングメンテナンスツール12よりシステムバス17を介し
て行われ、制御部15aに出力される。
Inside the IO processor 15, 15a is a control unit, and this control unit 15a controls input / output to / from the process I / O and execution time measurement of the task group. 15b is an input / output buffer memory for temporarily storing input / output data,
The input / output buffer memory 15b is connected to the microprocessors 11a to 11c via the system bus 17 and to the process IO14 via the IO bus 18, respectively. Reference numeral 15c is a start / end task NO storage section for storing the first task NO and the last task NO of the task group to be measured. The input to this start / end task NO storage section 15c is from the programming maintenance tool 12 to the system bus 17. And is output to the control unit 15a.

15dはタスクNO格納部であり、このタスクNO格納部15d
はマイクロプロセッサ11a〜11cからの入出力要求メッセ
ージのうちタスクNO30を挿出して格納する。
15d is a task NO storage unit, and this task NO storage unit 15d
Inserts and stores task NO30 in the input / output request message from the microprocessors 11a to 11c.

15eはタスクグループの実効時間を計測する計測タイ
マであり、スタート/ストップの制御は制御部15aによ
って行われ、計測結果は計測値格納部15fに一時格納さ
れる。該計測結果はプログラミングメンテナンスツール
12によって吸い上げられ、決められたフォーマットで表
示部13に表示される。
Reference numeral 15e is a measurement timer that measures the effective time of the task group, the start / stop control is performed by the control unit 15a, and the measurement result is temporarily stored in the measurement value storage unit 15f. The measurement result is a programming maintenance tool
It is sucked up by 12 and displayed on the display unit 13 in a predetermined format.

次に動作について説明する。まず、操作者は例えば表
示部13の操作キーにより実行時間を測定したいタスクグ
ループNOおよびその測定回数を入力する。その入力デー
タによりプログラミングメンテナンスツール12は指定さ
れたタスクグループの先頭タスクNO及び最終タスクNOを
IOプロセッサ15内のスタート/エンドタスクNO格納部15
cへ、また、測定回数が制御部15aへ格納される。
Next, the operation will be described. First, the operator inputs the task group NO whose execution time is desired to be measured and the number of times of measurement, for example, using the operation keys of the display unit 13. Based on the input data, the programming maintenance tool 12 determines the first task NO and the last task NO of the specified task group.
Start / end task NO storage section 15 in IO processor 15
The number of measurements is stored in c and the number of measurements is stored in the controller 15a.

第2図はタスクグループの一例を示すブロック図であ
り、タスク「#1」〜タスク「#5」20〜24は、例えば
タスクグループの実行時間を計測する場合、「#1」が
先頭タスクNO、「#5」が最終タスクNOとなる。
FIG. 2 is a block diagram showing an example of a task group. For example, when measuring the execution time of a task “# 1” to task “# 5” 20 to 24, “# 1” is the first task NO. , "# 5" is the final task NO.

マイクロプロセッサ11a〜11cは、プログラムタスクの
開始時にプロセスI/O 14のデータを入力し、プログラム
タスクの終了時に演算結果をプロセスI/O 14に出力す
る。この時、マイクロプロセッサ11a〜11cは、IOプロセ
ッサ15に対し、例えば第3図に示すような入出力要求メ
ッセージを出力する。この入出力要求メッセージに付加
されているタスクNo30はタスクNO格納部15dに、コマン
ド31は制御部15aに格納される。
The microprocessors 11a to 11c input the data of the process I / O 14 at the start of the program task and output the calculation result to the process I / O 14 at the end of the program task. At this time, the microprocessors 11a to 11c output the input / output request message as shown in FIG. 3 to the IO processor 15, for example. The task No. 30 added to this input / output request message is stored in the task No. storage unit 15d, and the command 31 is stored in the control unit 15a.

制御部15aは受け取ったコマンド31を解読し、入力要
求ならばプロセスI/O 14よりデータを入力すると共にス
タート/エンドタスクNO格納部15cより先頭タスクNO及
びタスクNO格納部15dより入力要求を行ったタスクNOを
読み出し、各々のタスクNOが一致した場合は計測タイマ
15eを起動し、計測を開始する。
The control unit 15a decodes the received command 31, and if it is an input request, inputs data from the process I / O 14 and issues an input request from the start / end task NO storage unit 15c and the head task NO and task NO storage unit 15d. Read out the task NOs that have been read, and if the task NOs match, the measurement timer
Start 15e and start measurement.

次にコマンド31が出力要求の場合は、プロセスI/O 14
へのデータ出力を実施すると共にスタート/エンドタス
クNO格納部15cより最終タスクNO及びタスクNO格納部15d
より出力要求を行ったタスクNOを読み出し、各々のタス
クNOが一致した場合は、計測タイマ15eを停止させると
共にその計測値を計測値格納部15fへ格納する。これに
より、タスクグループの開始から終了までの実行時間が
計測できる。例えば、第2図のようなタスクグループの
場合、タスクNO#1の入力時に計数を開始し、タスクNO
#5の出力時に計測を終了する。
Next, if command 31 is an output request, process I / O 14
Output data to the start / end task NO storage unit 15c and the final task NO and task NO storage unit 15d.
The task NO that has issued the output request is read, and if the task NOs match, the measurement timer 15e is stopped and the measured value is stored in the measured value storage unit 15f. Thereby, the execution time from the start to the end of the task group can be measured. For example, in the case of the task group shown in FIG. 2, counting is started when the task NO # 1 is input and the task NO # 1 is input.
The measurement ends when # 5 is output.

制御部15aは、以上のような測定を測定回数分実施
し、計測値格納部15fへ測定結果を順次格納し、終了後
測定データ群をプログラミングメンテナンスツール12へ
送る。プログラミングメンテナンスツール12は受け取っ
たデータを例えば第4図のように表示部13に表示するこ
とにより、操作者はタスクグループの実行時間を知るこ
とができる。
The control unit 15a performs the above measurement for the number of times of measurement, sequentially stores the measurement results in the measurement value storage unit 15f, and sends the measurement data group to the programming maintenance tool 12 after completion. The programming maintenance tool 12 displays the received data on the display unit 13 as shown in FIG. 4, for example, so that the operator can know the execution time of the task group.

なお、上記実施例では、IOプロセッサ15上に計数タイ
マ15e等を設けて計数処理を実施するようにしたが、IO
プロセッサ15と同様に、タスク処理の開始時と終了時に
アクセスされる共有メモリ16上に計数タイマー15e等を
設け、計数処理を実施するようにしても同様の効果が得
られる。
In the above embodiment, the counting timer 15e or the like is provided on the IO processor 15 to perform the counting process.
Similar to the processor 15, the counting timer 15e and the like are provided on the shared memory 16 accessed at the start and end of the task processing, and the same effect can be obtained by performing the counting processing.

また、計数を開始する先頭タスクNOと計数を終了する
最終タスクNOは、操作者がタスクグループNOを入力する
ことにより、プログラミングメンテナンスツール12が指
定されたタスクグループの先頭のタスクNO及び最終のタ
スクNOを代入するとしたが、操作者が表示部13より先頭
タスクNO及び最終タスクNOを設定できるようにしてもよ
い。これによって、複数のタスク間の実効時間計測がフ
レキシブルに実施できるようになる。
In addition, the leading task NO that starts counting and the final task NO that finishes counting are the leading task NO and the last task of the task group specified by the programming maintenance tool 12 when the operator inputs the task group NO. Although it is assumed that NO is substituted, the operator may be allowed to set the first task NO and the last task NO from the display unit 13. As a result, it becomes possible to flexibly measure the effective time between a plurality of tasks.

〔発明の効果〕〔The invention's effect〕

以上のように、この発明によれば、各マイクロプロセ
ッサが実行するプログラムタスクNOが先頭タスクNOと一
致したとき実行時間の計測を開始する一方、当該プログ
ラムタスクNOが最終タスクNOと一致したとき実行時間の
計測を停止するように構成したので、複数のマイクロプ
ロセッサにて並列処理される一連のプログラムタスクの
実行時間を直接的に計測できるとともに、その計測結果
を容易にプログラミングメンテナンスツールに表示で
き、その結果、精度計算等を容易に実施できるようにな
るとともに、プログラムのメンテナンス性が向上する効
果がある。
As described above, according to the present invention, the measurement of the execution time is started when the program task NO executed by each microprocessor matches the first task NO, while the execution time is started when the program task NO matches the last task NO. Since it is configured to stop measuring time, it is possible to directly measure the execution time of a series of program tasks processed in parallel by multiple microprocessors and easily display the measurement results in the programming maintenance tool. As a result, accuracy calculation and the like can be easily performed, and the maintainability of the program is improved.

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

第1図はこの発明の一実施例によるプログラマブル制御
装置の構成を示すブロック図、第2図はタスクグループ
の一例を示すブロック図、第3図は入出力要求メッセー
ジの構成図、第4図は表示器に表示された計測結果の表
示図、第5図は従来のプログラマブル制御装置の演算プ
ロセッサ部およびメンテナンスツールを示すブロック図
である。 11a〜11cはマイクロプロセッサ、12はプログラミングメ
ンテナンスツール、14はプロセス入出力装置(プロセス
I/O)、15は入出力プロセッサ(I/Oプロセッサ)、16は
共有メモリ、17はシステムバス、15cはスタート/エン
ドタスクNO格納部、15dはタスクNO格納部、15eは計測タ
イマ、15fは計測値格納部。
FIG. 1 is a block diagram showing a configuration of a programmable controller according to an embodiment of the present invention, FIG. 2 is a block diagram showing an example of a task group, FIG. 3 is a block diagram of an input / output request message, and FIG. FIG. 5 is a block diagram showing a measurement result displayed on the display unit, and FIG. 5 is a block diagram showing an arithmetic processor unit and a maintenance tool of a conventional programmable controller. 11a to 11c are microprocessors, 12 are programming maintenance tools, 14 are process input / output devices (process
I / O), 15 is an input / output processor (I / O processor), 16 is a shared memory, 17 is a system bus, 15c is a start / end task NO storage section, 15d is a task NO storage section, 15e is a measurement timer, 15f Is a measurement value storage unit.

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.6 識別記号 庁内整理番号 FI 技術表示箇所 G06F 11/34 7313−5B G06F 11/34 D 15/16 450 15/16 450D ─────────────────────────────────────────────────── ─── Continuation of the front page (51) Int.Cl. 6 Identification code Internal reference number FI Technical display location G06F 11/34 7313-5B G06F 11/34 D 15/16 450 15/16 450D

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】互いに異なる複数のプログラムタスクに応
じて動作する複数のマイクロプロセッサと、前記複数の
マイクロプロセッサが実行するプログラムタスクNOを格
納するタスクNO格納部と、実行時間を計測するタスクグ
ループの先頭タスクNO及び最終タスクNOを格納するスタ
ート/エンドタスクNO格納部と、前記タスクNO格納部に
格納されたプログラムタスクNOが前記先頭タスクNOと一
致したとき実行時間の計測を開始する一方、当該プログ
ラムタスクNOが前記最終タスクNOと一致したとき実行時
間の計測を停止する計測タイマーと、前記計測タイマー
の計測結果を格納する計測値格納部と、前記計測値格納
部に格納された計測結果を表示するプログラミングメン
テナンスツールとを備えたプログラマブル制御装置。
1. A plurality of microprocessors that operate according to a plurality of different program tasks, a task NO storage unit that stores program task NOs that the plurality of microprocessors execute, and a task group that measures the execution time. A start / end task NO storage unit that stores the first task NO and the last task NO, and the execution time measurement is started when the program task NO stored in the task NO storage unit matches the first task NO. A measurement timer that stops measuring the execution time when the program task NO matches the final task NO, a measurement value storage unit that stores the measurement result of the measurement timer, and a measurement result stored in the measurement value storage unit. A programmable controller with a programming maintenance tool for displaying.
JP63120458A 1988-05-19 1988-05-19 Programmable controller Expired - Lifetime JP2544960B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63120458A JP2544960B2 (en) 1988-05-19 1988-05-19 Programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63120458A JP2544960B2 (en) 1988-05-19 1988-05-19 Programmable controller

Publications (2)

Publication Number Publication Date
JPH01291303A JPH01291303A (en) 1989-11-22
JP2544960B2 true JP2544960B2 (en) 1996-10-16

Family

ID=14786673

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63120458A Expired - Lifetime JP2544960B2 (en) 1988-05-19 1988-05-19 Programmable controller

Country Status (1)

Country Link
JP (1) JP2544960B2 (en)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10909137B2 (en) 2014-10-06 2021-02-02 Fisher-Rosemount Systems, Inc. Streaming data for analytics in process control systems
US9665088B2 (en) 2014-01-31 2017-05-30 Fisher-Rosemount Systems, Inc. Managing big data in process control systems
US10649424B2 (en) 2013-03-04 2020-05-12 Fisher-Rosemount Systems, Inc. Distributed industrial performance monitoring and analytics
US10678225B2 (en) 2013-03-04 2020-06-09 Fisher-Rosemount Systems, Inc. Data analytic services for distributed industrial performance monitoring
US9558220B2 (en) 2013-03-04 2017-01-31 Fisher-Rosemount Systems, Inc. Big data in process control systems
US10649449B2 (en) 2013-03-04 2020-05-12 Fisher-Rosemount Systems, Inc. Distributed industrial performance monitoring and analytics
US10866952B2 (en) 2013-03-04 2020-12-15 Fisher-Rosemount Systems, Inc. Source-independent queries in distributed industrial system
US10223327B2 (en) 2013-03-14 2019-03-05 Fisher-Rosemount Systems, Inc. Collecting and delivering data to a big data machine in a process control system
US10282676B2 (en) 2014-10-06 2019-05-07 Fisher-Rosemount Systems, Inc. Automatic signal processing-based learning in a process plant
US10386827B2 (en) 2013-03-04 2019-08-20 Fisher-Rosemount Systems, Inc. Distributed industrial performance monitoring and analytics platform
US10296668B2 (en) 2013-03-15 2019-05-21 Fisher-Rosemount Systems, Inc. Data modeling studio
US10649413B2 (en) 2013-03-15 2020-05-12 Fisher-Rosemount Systems, Inc. Method for initiating or resuming a mobile control session in a process plant
US10168691B2 (en) 2014-10-06 2019-01-01 Fisher-Rosemount Systems, Inc. Data pipeline for process control system analytics
US10503483B2 (en) 2016-02-12 2019-12-10 Fisher-Rosemount Systems, Inc. Rule builder in a process control network

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5533288A (en) * 1978-08-31 1980-03-08 Fujitsu Ltd Hysteresis recording control system of multi-processor system
JPS61262858A (en) * 1985-05-15 1986-11-20 Mitsubishi Electric Corp Program debugging device
JPS62194516A (en) * 1986-02-21 1987-08-27 Toshiba Corp Plant supervisory and control system
JP2538897B2 (en) * 1987-01-14 1996-10-02 富士通株式会社 Data processing device

Also Published As

Publication number Publication date
JPH01291303A (en) 1989-11-22

Similar Documents

Publication Publication Date Title
JP2544960B2 (en) Programmable controller
US4263647A (en) Fault monitor for numerical control system
JP3358759B2 (en) Data trace method for programmable controller
JP2663540B2 (en) Programmable controller
JPS60159951A (en) Tracing system in information processing device
JPS63163932A (en) System monitoring system for control computer
JP3015793B1 (en) Programmable controller
JP2799009B2 (en) Programmable controller
JPS59208661A (en) Method for measuring load of computer
JP2624798B2 (en) Processing unit debugging mechanism
JP2667449B2 (en) Digital protection relay
JPS61262858A (en) Program debugging device
JP2906382B2 (en) Trace method of user program in programmable controller
JPS638946A (en) Program debug supporting system
JPS6186846A (en) Program debugging device
JP2690937B2 (en) Multitask monitoring method in PMC device
JPH0465729A (en) Symbolic debugger
JP2000259213A (en) Programmable controller
JPS62109140A (en) Tracing circuit for program processor
JP2684966B2 (en) I / O processor debug device
JPS5981739A (en) Information processor
JPH05197408A (en) Numerical controller
JPS59188702A (en) Programmable controller
JPS6353653A (en) Scheduler for text program
JPH05297933A (en) Execution time monitoring device for programmable controller

Legal Events

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

Free format text: PAYMENT UNTIL: 20070725

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20080725

Year of fee payment: 12

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080725

Year of fee payment: 12