JP3358759B2 - Data trace method for programmable controller - Google Patents

Data trace method for programmable controller

Info

Publication number
JP3358759B2
JP3358759B2 JP15158694A JP15158694A JP3358759B2 JP 3358759 B2 JP3358759 B2 JP 3358759B2 JP 15158694 A JP15158694 A JP 15158694A JP 15158694 A JP15158694 A JP 15158694A JP 3358759 B2 JP3358759 B2 JP 3358759B2
Authority
JP
Japan
Prior art keywords
program
variable
programmable controller
data
trace
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 - Fee Related
Application number
JP15158694A
Other languages
Japanese (ja)
Other versions
JPH07334211A (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.)
Yaskawa Electric Corp
Original Assignee
Yaskawa 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 Yaskawa Electric Corp filed Critical Yaskawa Electric Corp
Priority to JP15158694A priority Critical patent/JP3358759B2/en
Publication of JPH07334211A publication Critical patent/JPH07334211A/en
Application granted granted Critical
Publication of JP3358759B2 publication Critical patent/JP3358759B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、デバッグ割り込み機能
を有するプロセッサを使用したプログラマブルコントロ
ーラのデータトレース方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data trace method for a programmable controller using a processor having a debug interrupt function.

【0002】[0002]

【従来の技術】従来、プログラマブルコントローラのデ
ータトレース方法によるタイミングチャートは図4に示
すようになっている。図に示すように、プログラム(以
下、特にことわらないかぎり利用者プログラムのことを
いう)はオペレーティングシステムによって、定周期時
間TS毎に繰り返し実行される。プログラムで使用され
る変数へのアクセスは、例えばP1〜P4で示すタイミ
ングで、プログラムの開始から終了までの間に複数回実
行される。データトレース処理は、利用者が指定した変
数の値を読み出しトレースバッファに記録するもので、
記録された変数値の履歴は、モニター装置等に表示され
る。ここで、変数値を読み出してトレースバッファに記
録するタイミング、すなわちデータトレース処理のタイ
ミングは、オペレーティングシステムによって固定さ
れ、一般にプログラムの終了後、図では2のシステムプ
ログラム実行時に処理される。
2. Description of the Related Art Conventionally, a timing chart of a data trace method of a programmable controller is shown in FIG. As shown in the drawing, a program (hereinafter, a user program unless otherwise specified) is repeatedly executed by the operating system at regular time intervals TS. Access to variables used in the program is executed a plurality of times from the start to the end of the program, for example, at timings indicated by P1 to P4. The data trace process reads the value of the variable specified by the user and records it in the trace buffer.
The history of the recorded variable values is displayed on a monitor device or the like. Here, the timing at which the variable values are read and recorded in the trace buffer, that is, the timing of the data tracing process, is fixed by the operating system, and is generally processed after the end of the program when executing the system program 2 in FIG.

【0003】[0003]

【発明が解決しようとする課題】プログラマブルコント
ローラの利用者がプログラムのデバッグあるいは保守作
業を行なう場合、プログラムで使用されている変数の値
が予期した値をとらないことがある。この場合、プログ
ラムのどの部分に原因があるかを知るには、変数へアク
セスしているプログラムのアドレス(すなわちプログラ
ム番号とプログラムステップ番号)と、アクセスした時
点の変数の値を確認することが有効である。ところが、
従来技術では、データトレース処理の実行が特定のタイ
ミングに固定されているため、ある時点のデータトレー
ス処理から次回のデータトレース処理までに、プログラ
ムによる変数へのアクセスが複数回ある場合、その間の
変数の変化を把握することができないという問題があっ
た。本発明は、このような問題を解消するためになされ
たもので、プログラムによる変数へのアクセスが発生す
る度に、それを実行したプログラムのアドレスとその時
の変数の値を自動的に記録することが可能なプログラマ
ブルコントローラのデータトレース方法を提供すること
を目的とする。
When a user of a programmable controller performs debugging or maintenance work on a program, the value of a variable used in the program may not take an expected value. In this case, it is effective to check the address of the program accessing the variable (that is, the program number and the program step number) and the value of the variable at the time of access in order to know which part of the program has the cause. It is. However,
In the prior art, the execution of the data trace processing is fixed at a specific timing. Therefore, when a program accesses a variable more than once from a data trace processing at a certain time to the next data trace processing, the variable during that time is used. There was a problem that it was not possible to grasp the change of. The present invention has been made in order to solve such a problem. Each time a program accesses a variable, the address of the program that executed the program and the value of the variable at that time are automatically recorded. It is an object of the present invention to provide a data tracing method for a programmable controller capable of performing the above.

【0004】この問題を解決するため、本発明は、デバ
ッグ割り込み機能を有するプロセッサと、利用者プログ
ラム・変数・トレースデータを格納するメモリと、メモ
リの内容を表示するモニター装置とを備え、繰り返し演
算を実行するプログラマブルコントローラのデータトレ
ース方法において、利用者がトレースをするために指定
した変数のアドレスをプロセッサのデバッグレジスタ
設定し、前記アドレスへのアクセスで発生するデバッグ
割り込みの度に利用者プログラム番号と利用者プログラ
ムステップ番号と変数の値をトレースバッファへ格納
し、前記トレースバッファの内容を読み出して前記モニ
ター装置へ表示するものである。
[0004] In order to solve this problem, the present invention comprises a processor having a debug interrupt function, a memory for storing user programs, variables, and trace data, and a monitor device for displaying the contents of the memory. Specified by the user for tracing in the data trace method of a programmable controller that executes
The address of the variables in the debug registers of the processor
Set and store the user program number, the user program step number, and the value of the variable in the trace buffer each time a debug interrupt occurs upon access to the address, read the contents of the trace buffer, and display the contents on the monitor device. Is what you do.

【0005】[0005]

【作用】このような手段を用いることにより、プログラ
マブルコントローラの利用者は、プログラムによる変数
のアクセス毎に、それを実行したプログラムのアドレス
とその時の変数の値を把握することが可能となる。
By using such means, the user of the programmable controller can grasp the address of the program executing the variable and the value of the variable at that time every time the variable is accessed by the program.

【0006】[0006]

【実施例】以下、本発明の実施を図に基づいて説明す
る。図1は、本発明の実施例を示すブロック図で、プロ
グラマブルコントローラ10はプロセッサ11、メモリ
13によって構成され、モニター装置20と接続されて
いる。モニター装置20は、プログラマブルコントロー
ラ10のデータの設定や表示のために使用される。プロ
セッサ11は、メモリ13と接続されている。プロセッ
サ11は、例えばインテル社製の80486のようにデ
バッグ割り込み機能を有するものであり、デバッグレジ
スタ12を内蔵する。デバッグレジスタ12は、データ
の任意のアドレスを設定しておけば、そのアドレスがア
クセスされた直後にデバッグ割り込みを発生させること
ができる。メモリ13には、プログラム14と変数15
とトレースバッファ16が格納されている。次に図2と
図3を参照して本発明の動作を説明する。図2は、モニ
ター装置20の表示画面例である。PN1〜PN4はプ
ログラム番号、PS1〜PS4はステップ番号、D1〜
D4は変数の値である。図では1つの変数名AAAAの
トレースデータが4つ(トレース番号で1〜4で示す)
ある場合を例示している。プログラマブルコントローラ
の利用者は、モニター装置20の画面を見ながら変数名
を設定する。設定された変数は、オペレーティングシス
テムによってプロセッサ11の認識可能な絶対アドレス
に変換された後、デバッグレジスタ12に設定される。
図3は、本発明の動作を表すタイミングチャートであ
る。プログラムはオペレーティングシステムによって定
周期時間TS毎に繰り返し実行される。プログラム実行
中に、P1〜P4のタイミングでデバッグレジスタ12
に設定されたアドレスをアクセスすると、プロセッサ1
1はデバッグ割り込みを発生する。オペレーティングシ
ステムは、デバッグ割り込みハンドラの中で、現在実行
中のプログラムのプログラム番号(PN1〜PN4)と
プログラムステップ番号(PS1〜PS4)およびアク
セスした変数の値(D1〜D4)を読み出し、トレース
バッファ16に格納する。モニター装置20は、メモリ
13からトレースバッファ16のデータを読み出してモ
ニター装置の画面に表示する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of the present invention. A programmable controller 10 includes a processor 11 and a memory 13, and is connected to a monitor device 20. The monitor device 20 is used for setting and displaying data of the programmable controller 10. The processor 11 is connected to the memory 13. The processor 11 has a debug interrupt function like 80486 manufactured by Intel Corporation, for example, and incorporates a debug register 12. If an arbitrary address of data is set in the debug register 12, a debug interrupt can be generated immediately after the address is accessed. The memory 13 has a program 14 and a variable 15
And the trace buffer 16 are stored. Next, the operation of the present invention will be described with reference to FIGS. FIG. 2 is an example of a display screen of the monitor device 20. PN1 to PN4 are program numbers, PS1 to PS4 are step numbers, D1 to
D4 is the value of the variable. In the figure, there are four trace data with one variable name AAAA (indicated by trace numbers 1-4)
An example is shown. The user of the programmable controller sets a variable name while viewing the screen of the monitor device 20. The set variables are converted into absolute addresses recognizable by the processor 11 by the operating system, and then set in the debug register 12.
FIG. 3 is a timing chart showing the operation of the present invention. The program is repeatedly executed by the operating system at regular time intervals TS. During execution of the program, the debug register 12
When the address set to is accessed, the processor 1
1 generates a debug interrupt. The operating system reads the program number (PN1 to PN4) and the program step number (PS1 to PS4) of the program currently being executed and the values (D1 to D4) of the accessed variables in the debug interrupt handler, and reads the trace buffer 16 To be stored. The monitor device 20 reads the data of the trace buffer 16 from the memory 13 and displays the data on the screen of the monitor device.

【0007】[0007]

【発明の効果】以上述べたように、本発明によれば、プ
ログラムによる変数のアクセス毎に、それを実行したプ
ログラムのアドレスとその時の変数の値を把握すること
が可能となるため、プログラムのデバッグ作業などの際
にプログラムの実行状態を容易に監視できる。
As described above, according to the present invention, each time a variable is accessed by a program, the address of the program executing the variable and the value of the variable at that time can be ascertained. The execution status of a program can be easily monitored during debugging or the like.

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

【図1】本発明の実施例を示すブロック図FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】モニター装置の表示画面例FIG. 2 is an example of a display screen of a monitor device.

【図3】本発明の動作を示すタイミングチャートFIG. 3 is a timing chart showing the operation of the present invention.

【図4】従来技術の動作を示すタイミングチャートFIG. 4 is a timing chart showing the operation of the conventional technique.

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

10 プログラマブルコントローラ 20 モニター装置 11 プロセッサ 12 デバッグレジスタ 13 メモリ 14 プログラム 15 変数 16 トレースバッファ DESCRIPTION OF SYMBOLS 10 Programmable controller 20 Monitoring device 11 Processor 12 Debug register 13 Memory 14 Program 15 Variable 16 Trace buffer

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G05B 19/04 - 19/05 G06F 11/28 ──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 7 , DB name) G05B 19/04-19/05 G06F 11/28

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】デバッグ割り込み機能を有するプロセッサ
と、利用者プログラム・変数・トレースデータを格納す
るメモリと、メモリの内容を表示するモニター装置とを
備え、繰り返し演算を実行するプログラマブルコントロ
ーラのデータトレース方法において、利用者がトレース
をするために指定した変数のアドレスをプロセッサのデ
バッグレジスタに設定し、前記アドレスへのアクセスで
発生するデバッグ割り込みの度に利用者プログラム番号
と利用者プログラムステップ番号と変数の値をトレース
バッファへ格納し、前記トレースバッファの内容を読み
出して前記モニター装置へ表示することを特徴とするプ
ログラマブルコントローラのデータトレース方法。
1. A data tracing method for a programmable controller, comprising: a processor having a debug interrupt function; a memory for storing user programs, variables, and trace data; and a monitor device for displaying the contents of the memory; User traces
Set the address of the specified variable in the debug register of the processor, and store the user program number, user program step number and the value of the variable in the trace buffer each time a debug interrupt occurs when accessing the address. And reading the contents of the trace buffer and displaying the contents on the monitor device.
JP15158694A 1994-06-08 1994-06-08 Data trace method for programmable controller Expired - Fee Related JP3358759B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP15158694A JP3358759B2 (en) 1994-06-08 1994-06-08 Data trace method for programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP15158694A JP3358759B2 (en) 1994-06-08 1994-06-08 Data trace method for programmable controller

Publications (2)

Publication Number Publication Date
JPH07334211A JPH07334211A (en) 1995-12-22
JP3358759B2 true JP3358759B2 (en) 2002-12-24

Family

ID=15521760

Family Applications (1)

Application Number Title Priority Date Filing Date
JP15158694A Expired - Fee Related JP3358759B2 (en) 1994-06-08 1994-06-08 Data trace method for programmable controller

Country Status (1)

Country Link
JP (1) JP3358759B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2672348A4 (en) * 2011-03-15 2015-08-26 Omron Tateisi Electronics Co Control device, control system, tool device, and collection instruction program
US10437226B2 (en) 2015-04-23 2019-10-08 Mitsubishi Electric Corporation Positioning control apparatus

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5896536A (en) * 1996-05-01 1999-04-20 International Business Machines Corp. Data triggered trace support for debugging object oriented programs
JP3496466B2 (en) * 1997-07-09 2004-02-09 豊和工業株式会社 Programmable controller
JP2000250779A (en) * 1999-02-25 2000-09-14 Toshiba Corp Programmable controller
JP2001236244A (en) * 2000-02-23 2001-08-31 Mitsubishi Electric Corp Debug system for robot program
JP2003005999A (en) * 2001-06-22 2003-01-10 Nec Microsystems Ltd Debugging device and method for processing the same
JP3892873B2 (en) * 2005-01-11 2007-03-14 株式会社東芝 Programmable controller
JP5071072B2 (en) * 2007-11-28 2012-11-14 横河電機株式会社 Development support equipment and semiconductor test equipment
JP2010020494A (en) * 2008-07-09 2010-01-28 Mitsubishi Electric Corp Protection controller
JP6812637B2 (en) * 2016-01-20 2021-01-13 富士電機株式会社 Programmable controller system, its development support device, target device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2672348A4 (en) * 2011-03-15 2015-08-26 Omron Tateisi Electronics Co Control device, control system, tool device, and collection instruction program
US9921560B2 (en) 2011-03-15 2018-03-20 Omron Corporation Control device, control system, tool device, and collection instruction program
US10437226B2 (en) 2015-04-23 2019-10-08 Mitsubishi Electric Corporation Positioning control apparatus

Also Published As

Publication number Publication date
JPH07334211A (en) 1995-12-22

Similar Documents

Publication Publication Date Title
US5297274A (en) Performance analysis of program in multithread OS by creating concurrently running thread generating breakpoint interrupts to active tracing monitor
JP3358759B2 (en) Data trace method for programmable controller
KR20010085997A (en) Thread-oriented debugging
CN114610557B (en) Method and device for testing equipment driving unit
KR970703564A (en) METHOD AND APPARATUS FOR ACCESSING A DISTRIBUTED DATA BUFFER
JPS60159951A (en) Tracing system in information processing device
US6992644B1 (en) Peripheral device of a programmable controller and monitoring method of the peripheral device
CN100474262C (en) Fixed cycle operation method and system
JP3404730B2 (en) Program update detection method for programming device
JP3083012B2 (en) Programmable controller
JPH04217034A (en) Display system for program trace
JPH0581087A (en) Processor monitoring system
JPH1091477A (en) Control microcomputer device and maintenance tool for the same
JP2906382B2 (en) Trace method of user program in programmable controller
JPS60252959A (en) On-line trace controlling system
JPH05189277A (en) Program execution time measuring instrument for programmable controller
JP4527419B2 (en) Program trace method and trace processing system
JP2000315166A (en) Software debugging device
JP2000222243A (en) Device and method for debugging
JPH0465729A (en) Symbolic debugger
JPH02150931A (en) Information processor
JP2001265619A (en) Data tracing system
JPH02128243A (en) Cpu history circuit for parallel computer
JPH07281924A (en) Trace device and emulator using the trace device
JPH10207737A (en) Emulator and emulation system

Legal Events

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

Free format text: PAYMENT UNTIL: 20081011

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20081011

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20091011

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees