JPH03161848A - Program checking device - Google Patents

Program checking device

Info

Publication number
JPH03161848A
JPH03161848A JP1300711A JP30071189A JPH03161848A JP H03161848 A JPH03161848 A JP H03161848A JP 1300711 A JP1300711 A JP 1300711A JP 30071189 A JP30071189 A JP 30071189A JP H03161848 A JPH03161848 A JP H03161848A
Authority
JP
Japan
Prior art keywords
program
subroutine
controller
check
downloaded
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
JP1300711A
Other languages
Japanese (ja)
Other versions
JP2547874B2 (en
Inventor
Masahiko Sato
昌彦 佐藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP1300711A priority Critical patent/JP2547874B2/en
Publication of JPH03161848A publication Critical patent/JPH03161848A/en
Application granted granted Critical
Publication of JP2547874B2 publication Critical patent/JP2547874B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To shorten a check time and to improve the productivity of software by down-loading a part of a program to a controller in each task to check it, and when an unregistered subroutine exists, deciding the driving state of the controller to process the unregistered subroutine. CONSTITUTION:The controller 1 capable of partially down-loading a program formed by a user in each task is used for executing the program check of only the partially down-loaded task subroutine. When a task subroutine using an unregistered subroutine is down-loaded, the driving state of the controller 1 is decided, and when the state is in an OFF line state, the down-loaded object is made effective and a warning text is transmitted to a tool 3. Consequently the time required for the program check is shortened, program resources are uniformly controlled and the productivity of software is improved.

Description

【発明の詳細な説明】 [発明の目的] 〔産業上の利用分野〕 本発明は、プログラム作或に利用するマイクロコントロ
ーラ用エンジニアリングツール(以下、「ツール」と略
称する)からマイクロコントローラ(以下、「コントロ
ーラ」と略称する)へプログラムをダウンローディング
したときにプログラムチェックを行うプログラムチェッ
ク装置の改良に関する。
[Detailed Description of the Invention] [Object of the Invention] [Field of Industrial Application] The present invention is directed to a microcontroller (hereinafter referred to as "tool") from an engineering tool for a microcontroller (hereinafter referred to as "tool") used for program creation. This invention relates to an improvement in a program check device that checks a program when it is downloaded to a controller (abbreviated as a "controller").

〔従来の技術〕[Conventional technology]

従来、かかる装置は、プログラム作成に利用するツール
から全てのタスクを一度にコントローラへダウンローデ
ィングし、そこで全てのタスクに関するプログラムチェ
ックを実施していた。そして、プログラムチェックの結
果、エラーがあればローディングされたそのオブジェク
トを無効にする。また、正常であればさらに各タスクの
サブルーチンネスティングチェック,サブルーチン登録
状態チェックを実施し、エラーがあったり未登録のサブ
ルーチンがあるとローディングされたそのオブジェクト
を無効とする。このような処理を全てのタスクに対して
行っていた。
Conventionally, such a device downloads all tasks from a tool used for program creation to a controller at once, and then performs a program check on all tasks. Then, if there is an error as a result of the program check, the loaded object is invalidated. Further, if normal, a subroutine nesting check and a subroutine registration status check are performed for each task, and if there is an error or an unregistered subroutine, the loaded object is invalidated. Such processing was performed for all tasks.

ところで、最近ではタスク単位で部分的にダウンローデ
ィングできるコントローラや、稼働中であってもダウン
ローディングできるコントローラが開発されている。し
かし、このようなコント、ローラに必要としないタスク
まで全てダウンローディングして全てのタスクに対して
プログラムチェックを実施していたので、コントローラ
の機能を十分に使い切れずに、プログラムチェックに長
時間を要することとなっていた。また、各タスクの使用
するサブルーチンが登録されていない場合には上記した
ようにエラーとなり、ダウンローデイングできないか、
或いはサブルーチン登録チェックを実施せずにローディ
ングしなければならなかった。
By the way, recently, controllers that can perform partial downloading on a task-by-task basis and controllers that can perform downloading even during operation have been developed. However, because we had to download all the tasks that were not needed for the controller and roller and check the program for all tasks, we were not able to fully utilize the functions of the controller and it took a long time to check the program. It was necessary. Also, if the subroutines used by each task are not registered, an error will occur as described above and downloading may not be possible.
Alternatively, it was necessary to load the subroutine without performing a registration check.

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

したがって、従来のプログラムチェック装置は、全ての
タスクをダウンローディングしていたのでプログラムチ
ェックに長時間を要し、しかもサブルーチンが登録され
ていない場合にはプログラムチェックエラーとなってロ
ーディングできないので、ソフトウェアの生産性が悪く
なるという問題があった。
Therefore, since conventional program checking devices download all tasks, it takes a long time to check the program.Moreover, if a subroutine is not registered, a program check error will occur and loading will not be possible, so software There was a problem that productivity deteriorated.

本発明は、以上のような実情に鑑みて成されたもので、
プログラムチェックに要する時間を短縮化でき、未登録
のサブルーチンであっても部分ローディング可能で、プ
ログラム資源の一元管理を行うことができ、ソフトウエ
アの生産性を向上し得るプログラムチェック装置を提供
することを1」的とする。
The present invention was made in view of the above circumstances, and
To provide a program check device capable of shortening the time required for program check, allowing partial loading of even unregistered subroutines, performing unified management of program resources, and improving software productivity. Let 1 be the target.

[発明の構成] 〔課題を解決するための手段〕 グして、そのプログラムチェックを行うプログラムチェ
ック装置において、前記作成されたプログラムの一部を
タスク単位で前記コントローラヘダウンローディングす
る手段と、現在のサブルーチン登録状態が記述されたサ
ブルーチン登録表を作れたプログラムに関連のあるサブ
ルーチンを検索し、かつその登録状態を判断する手段と
、この手段によって未登録のサブルーチンが検索された
ならば、前記コントローラの稼働状態を判断して、前記
コントローラがオンライン状態であれば前記ローディン
グされたプログラムのオブジェクトを無効とし、かつ前
記コントローラがオフライン状態であれば前記ローディ
ングされたプログラムのオブジェクトを有効とする手段
とを備えた構成と5 した。
[Structure of the Invention] [Means for Solving the Problems] In a program check device that performs a program check by checking the program, there is provided a means for downloading a part of the created program to the controller in units of tasks; means for searching for subroutines related to the program and determining the registration status thereof, and when an unregistered subroutine is searched by this means, the controller means for determining the operating state of the controller and invalidating the loaded program object if the controller is online, and validating the loaded program object if the controller is offline. The configuration was as follows.

〔作用〕[Effect]

本発明は、以上のような手段を講じたことにより、作成
されたプログラムの一部がタスク単位でコントローラヘ
ダウンローディングされ、そのプログラムに関してのみ
プログラムチェックが裏行されるので、プログラムチェ
ックに要する時間が短縮化される。
In the present invention, by taking the above-described measures, a part of the created program is downloaded to the controller in units of tasks, and the program check is performed only on that program, thereby reducing the time required for the program check. is shortened.

また、コントローラへダウンローディングされたプログ
ラムに関連のあるサブルーチンが、現在のサブルーチン
の登録状態が記述されているサブルーチン登録表から検
索され。、その登録状態が判断される。そして、未登録
サブルーチンがあると、さらにコントローラの稼働状態
が判断され、コントローラがオンライン状態であればそ
のプログラムのオブジェクトが無効にされ、かつコント
ローラがオフライン状態であればそのプログラムのオブ
ジエクトが有効とされる。よって、未登録のサブルーチ
ンがあってもコントローラの稼働状態によってはダウン
ローディングが可能となり、フン6 トローラでプログラム資源の一元管理が行えるものとな
る。
Further, subroutines related to the program downloaded to the controller are searched from the subroutine registration table in which the current registration status of subroutines is described. , its registration status is determined. If there is an unregistered subroutine, the operational status of the controller is further determined, and if the controller is online, the objects of that program are invalidated, and if the controller is offline, the objects of that program are validated. Ru. Therefore, even if there are unregistered subroutines, they can be downloaded depending on the operating state of the controller, and program resources can be centrally managed by the controller.

〔実施例〕〔Example〕

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

第1図は実施例となるプログラムチェック装置の概略的
なハードウェア構成を示す図である。このプログラムチ
ェック装置は、コントローラ1が通信ライン2を介して
ツール3に接続されていて、ツール3からタスク単位の
プログラム部分をコントローラ1ヘダウンローディング
してプログラムチェックを行うものである。
FIG. 1 is a diagram showing a schematic hardware configuration of a program check device according to an embodiment. In this program check device, a controller 1 is connected to a tool 3 via a communication line 2, and a program portion in units of tasks is downloaded from the tool 3 to the controller 1 to perform a program check.

コントローラ1内部には、動作の異なる二つのCPU,
A−CPUI1,B−CPU12がある。
Inside the controller 1, there are two CPUs with different operations.
There is an A-CPUI1 and a B-CPU12.

A−CPUIIは第2図および第3図に示すフローチャ
ートに基づいて動作し、ツール3からのダウンローディ
ングに対してテキストを受信し、ステータスメモリ13
に格納されているコントローラステータス(稼働状態)
を参照しながらプログラムチェックを実行し、正常なら
ばプログラムメモリ14にそのダウンローデイングされ
たオブジェクトを格納する。B−CPU12は、コント
ローラ1の稼働状態をステータスメモリ13にセットし
、プログラムメモリ14内のオブジェクトを逐次実行し
て入出力メモリ15との交信を行う。
The A-CPU II operates based on the flowcharts shown in FIGS. 2 and 3, receives text for downloading from the tool 3, and stores the text in the status memory 13.
Controller status (operating status) stored in
A program check is executed while referring to , and if it is normal, the downloaded object is stored in the program memory 14. The B-CPU 12 sets the operating state of the controller 1 in the status memory 13, sequentially executes objects in the program memory 14, and communicates with the input/output memory 15.

次に、本実施例の具体的な動作について第2図および第
3図を参照して説明する。第2図に示すように、ツール
3からコントローラ1ヘプログラムがタスク単位でダウ
ンローディングされると、ダウンローディングされたタ
スクまたはサブルーチンのプログラム単体チェックを実
行する(ステップSl)。このチェックでエラーがあれ
ばエラー情報の書き込まれたエラーテキストをツール3
へ送信し、ダウンローディングされたオブジェクトを無
効とする。プログラム単体チェックが正常であれば、次
に、ダウンローディングされたオブジェクトがサブルー
チンか否か判断する(ステップS2)。その結果、ダウ
ンローデイングされたオブジェクトがサブルーチンの場
合は、サブルーチンネスティングチェツクを実行する(
ステップS3)。このチェックでエラーがあればエラー
テキストをツール3へ送信しダウンローディングされた
オブジェクトを無効にする。また、ローディグされたオ
ブジェクトがタスクであるとステップS2の処理で判断
された場合には、サブルーチン登録状態チェックを実行
する(ステップS4)。
Next, the specific operation of this embodiment will be explained with reference to FIGS. 2 and 3. As shown in FIG. 2, when a program is downloaded from the tool 3 to the controller 1 in units of tasks, a program unit check of the downloaded task or subroutine is executed (step Sl). If there is an error in this check, send the error text containing the error information to Tool 3.
and invalidate the downloaded object. If the individual program check is normal, then it is determined whether the downloaded object is a subroutine (step S2). As a result, if the downloaded object is a subroutine, perform a subroutine nesting check (
Step S3). If there is an error in this check, the error text is sent to the tool 3 and the downloaded object is invalidated. Furthermore, if it is determined in step S2 that the loaded object is a task, a subroutine registration status check is executed (step S4).

以下、サブルーチン登録状態チェックについて詳述する
。第3図はサブルーチン登録状態チェツクの具体的な処
理内容を示すフローチャートである。サブルーチン登録
状態チェックは、第4図に示すサブルーチン登録表を使
って行なわれる。このサブルーチン登録表は、コントロ
ーラー内部のプログラムメモリー4に記憶されていて、
現在登録されているサブルーチンFNI〜FNnの状態
が、「サブルーチン番号」,「サブルーチン登録」の有
無,「コール文使用」の有無,「上位レベルタスク本数
」,「上位レベルサブルーチン本数」,「ワーニング」
の有無として書かれている。
The subroutine registration status check will be described in detail below. FIG. 3 is a flowchart showing the specific processing contents of the subroutine registration status check. The subroutine registration status check is performed using the subroutine registration table shown in FIG. This subroutine registration table is stored in the program memory 4 inside the controller.
The status of currently registered subroutines FNI to FNn is "Subroutine number", "Subroutine registration", "Call statement used", "Number of upper level tasks", "Number of upper level subroutines", and "Warning".
It is written as the presence or absence of.

サブルーチン登録状態チェックは、先ずダウンローディ
ングされたタスクまたはサブルーチンが9 旧内容の変更であるのか、或いは新規登録であるのかを
チェックする(ステップS11)。その結果、旧内容の
変更の場合には、ダウンローデイングされたオブジェク
トのコール文をサーチし、使用しているサブルーチンが
あれば、サブルーチン登録表内のその使用しているサブ
ルーチン番号に対応するエリアの「上位レベル本数」を
1つ減算し、サブルーチン登録表を書替える(ステップ
S12)。すなわち、旧オブジェクトがタスクの時は、
「上位レベルタスク本数」を減算し、旧オブジェクトが
サブルーチンの時は、「上位レベルサブルーチン本数」
を減算する。
In the subroutine registration status check, first, it is checked whether the downloaded task or subroutine is a modification of the old content or a new registration (step S11). As a result, in the case of a change to the old contents, the call statement of the downloaded object is searched, and if there is a subroutine in use, the area corresponding to the subroutine number in the subroutine registration table is searched. The "upper level number" is subtracted by one and the subroutine registration table is rewritten (step S12). In other words, when the old object is a task,
Subtract the "Number of upper level tasks", and if the old object is a subroutine, "Number of upper level subroutines"
Subtract.

次に、新たにダウンローディングされたオブジェクトの
コール文をサーチし、使用しているサブルーチンがあれ
ば、サブルーチン登録表内のその使用しているサブルー
チン番号に対応するエリアの「上位レベル本数」を一つ
加算するといった、サブルーチン登録表の書替えを行う
(ステップS13)。すなわち、新たにダウンローディ
ングされたオブジェクトがタスクの時は、「土位レベ1
0 ルタスク本数」を加算する。また、新オブジェクトがサ
ブルーチンの時には、対応するサブルーチン番号の「上
位レベルサブルーチン本数」を加算し、さらに「サブル
ーチン登録」を“有″とし、コール文を使用している場
合には「コール文使用」を“有”とする。
Next, search for the call statement of the newly downloaded object, and if there is a subroutine in use, check the "upper level number" in the area corresponding to the subroutine number in the subroutine registration table. The subroutine registration table is rewritten (step S13). In other words, when the newly downloaded object is a task,
0 number of tasks. Also, when the new object is a subroutine, add the "Number of upper level subroutines" of the corresponding subroutine number, set "Subroutine registration" to "Yes", and if a call statement is used, "Use call statement". is “exist”.

次に、サブルーチン登録表で「上位レベルタスク本数」
と「上位レベルサブルーチン本数」の和が“O”でなく
、かつ「サブルーチン登録」が“無“のサブルーチンは
、「ワーニング」を“有”とし、それ以外のサブルーチ
ンは「ワーニング」を“無”とする。すなわち、そのサ
ブルーチンを使用する上位タスクまたは上位サブルーチ
ンがあるにも拘らず「サブルーチン登録」がなされてい
ない場合(未登録サブルーチンがある場合)には、「ワ
ーニング」が“有”となる。そこで、ダウンローディン
グされたオブジェクトの使用する全てのサブルーチンを
サブルーチン登録表で検索し、「ワーニング」が“有”
となっているサブルーチンがなければ未登録のサブルー
チンはないと判断11 し、一つでも「ワーニング」が“有”となっていれば未
登録のサブルーチンが有ると判断する(ステップS14
)。
Next, in the subroutine registration table, select "Number of upper level tasks"
For subroutines where the sum of "Number of Upper Level Subroutines" is not "O" and "Subroutine Registration" is "No", "Warning" is set to "Yes", and for other subroutines, "Warning" is set to "No". shall be. That is, if "subroutine registration" has not been performed even though there is a higher-level task or higher-level subroutine that uses the subroutine (if there is an unregistered subroutine), "warning" becomes "present". Therefore, we searched the subroutine registration table for all subroutines used by the downloaded object, and checked if "warning" was "present".
If there is no subroutine that is , it is determined that there is no unregistered subroutine 11, and if even one "warning" is "present", it is determined that there is an unregistered subroutine (step S14).
).

検索した全てのサブルーチンとも「ワーニング」が“無
”ならば、ダウンローディングしたオブジェクトをプロ
グラムメモリ14に登録し(ステップS15)、ツール
3へ正常テキストを送信する(ステップS16)。
If "warning" is "absent" for all subroutines searched, the downloaded object is registered in the program memory 14 (step S15), and normal text is sent to the tool 3 (step S16).

一方、検索したサブルーチンのうち一つでも「ワーニン
グ」が有ならばサブルーチン未登録有として、コントロ
ーラ1の稼働状態がチェックされる(ステップS17)
。その結果、コントローラ1の稼働状態がオンラインの
場合には、ツール3ヘエラーテキストを送信し、ダウン
ローディングされたオブジェクトを無効とする(ステッ
プS18)。また、コントローラ1の稼働状態がオフラ
インの場合には、ただちに無効とせずに、ダウンローデ
ィングされたオブジェクトをプログラムメモリ14に登
録し(ステップ819)、ツール3ヘワーニングテキス
トを送信する(ステップ12 S 20)。
On the other hand, if there is a "warning" in even one of the searched subroutines, it is assumed that the subroutine has not been registered, and the operating state of the controller 1 is checked (step S17).
. As a result, if the operating state of the controller 1 is online, an error text is sent to the tool 3 to invalidate the downloaded object (step S18). Furthermore, if the operating state of the controller 1 is offline, the downloaded object is not immediately invalidated but is registered in the program memory 14 (step 819), and a warning text is sent to the tool 3 (step 12 S20). ).

このような本実施例によれば、ユーザが作成したプログ
ラムを部分的にタスク単位でダウンローディングできる
コントローラを用いて、部分的にダウンローディングし
たタスク,サブルーチンのみのプログラムチェックを行
なうようにしたので、従来のように全タスクの使用する
サブルーチンの登録状態をチェックするのに比べ、プロ
グラムチェックに要する時間を大幅に短縮できる。
According to this embodiment, a controller that can partially download a user-created program in units of tasks is used to check the program only for partially downloaded tasks and subroutines. Compared to the conventional method of checking the registration status of subroutines used by all tasks, the time required for program checking can be significantly reduced.

また、未登録のサブルーチンを使用するタスク.サブル
ーチンがダウンローディングされた場合に、コントロー
ラ1の稼働状態を判断して、オフライン状態であれば、
そのダウンローディングされたオブジェクトを有効とし
、ワーニングテキストをツール3へ送信するようにした
ので、不完全なプログラム構成でもオフライン時にはコ
ントローラ1内でプログラム資源の一元化を図ることが
できる。よって、複数のオペレータが複数のツールを使
ってオブジェクトのダウンローディングが随時可能とな
るため、ソフトウエアの生産性を向上さ13 せることかできる。
Also, tasks that use unregistered subroutines. When the subroutine is downloaded, the operating state of controller 1 is determined, and if it is offline,
Since the downloaded object is enabled and the warning text is sent to the tool 3, even if the program configuration is incomplete, program resources can be unified within the controller 1 when offline. Therefore, since multiple operators can download objects at any time using multiple tools, software productivity can be improved.

[発明の効果] 以上詳記したように本発明によれば、プログラムチェッ
クに要する時間を短縮化でき、未登録のサブルーチンが
あっても部分ダウンローディング可能で、プログラム資
源の一元管理を行うことができ、ソフトウェアの生産性
を向上し得るプログラムチェック装置を提供できる。
[Effects of the Invention] As detailed above, according to the present invention, the time required for program checking can be shortened, partial downloading is possible even if there are unregistered subroutines, and program resources can be centrally managed. It is possible to provide a program check device that can improve software productivity.

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

第1図は実施例のハードウェア構成を示すブロック図、
第2園はプログラムチェックの処即を示すフロー図、第
3図はサブルーチン登録状態チェックの処理を示すフロ
ー図、第4図はプログラムメモリ内に配置されるサブル
ーチン登録表を示す図である。 1・・・コントローラ、2・・・通信ライン、3・・・
ツール、11.12・・・CPU,13・・・ステータ
スメモリ、14・・・プログラムメモリ、15・・・入
出力メモリ。
FIG. 1 is a block diagram showing the hardware configuration of the embodiment.
2 is a flowchart showing the process of checking the program, FIG. 3 is a flowchart showing the process of checking the subroutine registration status, and FIG. 4 is a diagram showing the subroutine registration table arranged in the program memory. 1... Controller, 2... Communication line, 3...
Tools, 11.12... CPU, 13... Status memory, 14... Program memory, 15... Input/output memory.

Claims (1)

【特許請求の範囲】 作成されたプログラムをコントローラへダウンローディ
ングして、そのプログラムチェックを行うプログラムチ
ェック装置において、 前記作成されたプログラムの一部をタスク単位で前記コ
ントローラへダウンローディングする手段と、 現在のサブルーチン登録状態が記述されたサブルーチン
登録表を作成する手段と、 前記コントローラへタスク単位でダウンローディングさ
れたプログラムに関連のあるサブルーチンを前記サブル
ーチン登録表から検索し、かつその登録状態を判断する
手段と、 この手段によって未登録のサブルーチンが検索されたな
らば、前記コントローラの稼働状態を判断して、前記コ
ントローラがオンライン状態であれば前記コントローラ
へダウンローディングされたプログラムのオブジェクト
を無効とし、かつ前記コントローラがオフライン状態で
あれば前記ダウンローディングされたプログラムのオブ
ジェクトを有効とする手段と、 を具備したことを特徴とするプログラムチェック装置。
[Claims] A program check device that downloads a created program to a controller and checks the program, comprising means for downloading a part of the created program to the controller in units of tasks; means for creating a subroutine registration table in which a subroutine registration state of the subroutine is described; and means for searching the subroutine registration table for a subroutine related to a program downloaded to the controller in units of tasks, and determining the registration state thereof. If an unregistered subroutine is retrieved by this means, the operating state of the controller is determined, and if the controller is online, the object of the program downloaded to the controller is invalidated; A program checking device comprising: means for validating the downloaded program object if the controller is in an offline state.
JP1300711A 1989-11-21 1989-11-21 Program check device Expired - Lifetime JP2547874B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1300711A JP2547874B2 (en) 1989-11-21 1989-11-21 Program check device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1300711A JP2547874B2 (en) 1989-11-21 1989-11-21 Program check device

Publications (2)

Publication Number Publication Date
JPH03161848A true JPH03161848A (en) 1991-07-11
JP2547874B2 JP2547874B2 (en) 1996-10-23

Family

ID=17888173

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1300711A Expired - Lifetime JP2547874B2 (en) 1989-11-21 1989-11-21 Program check device

Country Status (1)

Country Link
JP (1) JP2547874B2 (en)

Also Published As

Publication number Publication date
JP2547874B2 (en) 1996-10-23

Similar Documents

Publication Publication Date Title
JPH0664538B2 (en) A method for interrupting batch task processing in a virtual machine data processing system
JPS60136833A (en) Switching method of operating system
EP2005300A1 (en) Apparatus and method for capabilities verification and restriction of managed applications in an execution environment
KR20010050518A (en) Method, system and program products for operationally migrating a cluster through emulation
JPH03229352A (en) Program changing method
JPH03161848A (en) Program checking device
JP2006178818A (en) Motion controller, engineering tool, and c language execution system
JPH0410081B2 (en)
JP2006318197A (en) Controller support device and program
US20200041982A1 (en) Numerical controller
JP2003076558A (en) Method and program for controlling program execution
JPH11110250A (en) Method for switching software execution mode
JPS5835648A (en) Program execution controlling system
JP3260788B2 (en) Robot control device and method
JPS61156339A (en) Trace processing system
JPS63128442A (en) Control device for cyclic start task
CN110532037A (en) A kind of Java operation method, system and terminal
JP2003271207A (en) Execution method of program and program development support device
JPH02190904A (en) Method for controlling inference
JPH0588878A (en) Lisp instruction executing system
JPH04205422A (en) Automatic program translation connecting and selecting method
JPH03233703A (en) Sequence controller
JPS63282525A (en) Correction system for execution type program file
KR20010003246A (en) Feature code management method using shared memory in HLR
JPH06119162A (en) Function correcting method for information processor

Legal Events

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

Free format text: PAYMENT UNTIL: 20070808

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20080808

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20090808

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20090808

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20100808

Year of fee payment: 14

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

Free format text: PAYMENT UNTIL: 20100808

Year of fee payment: 14