JPH0610767B2 - Robot language execution method - Google Patents

Robot language execution method

Info

Publication number
JPH0610767B2
JPH0610767B2 JP58228307A JP22830783A JPH0610767B2 JP H0610767 B2 JPH0610767 B2 JP H0610767B2 JP 58228307 A JP58228307 A JP 58228307A JP 22830783 A JP22830783 A JP 22830783A JP H0610767 B2 JPH0610767 B2 JP H0610767B2
Authority
JP
Japan
Prior art keywords
execution
instruction
robot
command
control
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
JP58228307A
Other languages
Japanese (ja)
Other versions
JPS60120437A (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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP58228307A priority Critical patent/JPH0610767B2/en
Publication of JPS60120437A publication Critical patent/JPS60120437A/en
Publication of JPH0610767B2 publication Critical patent/JPH0610767B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Numerical Control (AREA)
  • Executing Machine-Instructions (AREA)
  • Control By Computers (AREA)

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は、ロボット言語の処理に必須の言語実行装置
(インタプリタ)に係り、特に、命令の実行をフレキシ
ブルにオンライン(ロボット動作中)で制御することを
可能とするロボット言語実行方法に関するものである。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a language execution device (interpreter) essential for robot language processing, and in particular, flexibly controls instruction execution online (during robot operation). The present invention relates to a robot language execution method that makes it possible.

〔発明の背景〕 ロボット言語の実行制御は、汎用計算機の命令実行処理
と異なり、次のような特有な事項がある。
[Background of the Invention] Unlike the instruction execution processing of a general-purpose computer, execution control of a robot language has the following specific items.

第1に、ロボットの動作命令(例えば、ある点から他の
ある点まで動けという命令)と、入出力命令の実行と
は、同期をとる必要がある。すなわち、ロボットの動作
終了後に入出力処理を行なうべき場合(例えば、ロボッ
トが目標位置に達したのち、コンベアのリミットスイッ
チが入っているかどうかを確認するような場合)と、ロ
ボット動作中に入出力処理を行なうべき場合(例えば、
ロボット動作中にハンドを開くような場合)とがあるこ
とである。
First, the operation command of the robot (for example, the command to move from a certain point to another certain point) and the execution of the input / output command need to be synchronized. That is, when input / output processing should be performed after the robot operation is completed (for example, after confirming whether the limit switch of the conveyor is turned on after the robot reaches the target position), input / output during the robot operation. When to do something (for example,
If you open the hand while the robot is operating).

第2に、ロボットの動作は、実行ルーチンが動作に必要
となるデータを作成したのち、それらのデータをサーボ
処理することによって実現されることである。
Second, the operation of the robot is realized by creating data required for the operation by the execution routine and then servo-processing the data.

サーボ処理は、一定周期ごとに起動され、しかも処理時
間は非常に短いため、ロボット動作中にCPU(処理装
置)に空き時間が生ずる。
The servo processing is activated at regular intervals, and the processing time is very short, so that the CPU (processing device) has an idle time during the robot operation.

したがって、ロボット動作中に、この空き時間を利用し
て、次の命令の解釈・実行を行なうことが可能になる
が、この場合にも、ロボット動作中において実行可能な
命令(プログラム分岐,代入文など)と、そうでない命
令とを区別して処理することが必要である。
Therefore, it is possible to interpret and execute the next instruction during the robot operation by utilizing this idle time. In this case as well, the executable instruction (program branch, assignment statement) can be executed during the robot operation. Etc.) and instructions that are not.

以上で述べたように、ロボット言語の解釈・実行を行な
う場合には、動作命令とその他の命令の同期処理を中心
として、各命令の実行形式を制御しうることが必要であ
る。特に、ロボットの場合には、その適用対象に応じ
て、各命令の実行形式を変更したり、オンラインで命令
の実行形式を制御したいという要求が生ずる。
As described above, when interpreting and executing the robot language, it is necessary to control the execution form of each instruction centering on the synchronous processing of the operation instruction and other instructions. In particular, in the case of a robot, there is a demand for changing the execution form of each instruction or controlling the execution form of the instruction online according to the application target.

このような要求に対して、従来技術には、一例として次
に示すような問題があった。
In response to such a demand, the conventional technique has the following problems as an example.

まず、ロボットの各命令の実行形式は、命令を実行する
実行プログラムによって記述され、固定のものであっ
た。したがって、命令の実行形式を変更しようとする場
合には、実行プログラムを変更し、プログラムをコンパ
イルし、全体システムとリンケージするといった操作が
必要となり、多くの変更工数がかかった。
First, the execution form of each instruction of the robot is fixed and described by an execution program that executes the instruction. Therefore, in order to change the execution form of the instruction, it is necessary to change the execution program, compile the program, and link with the entire system, which requires a lot of change man-hours.

次に、ロボット制御中(プログラム実行中)に、対象作
業に応じて、命令実行形式を変更することができなかっ
た。
Next, during robot control (during program execution), the instruction execution format could not be changed according to the target work.

〔発明の目的〕[Object of the Invention]

本発明の目的は、上記した従来技術の欠点をなくし、ロ
ボット言語の各種の実行形式をフレキシブルにオンライ
ンで変更・制御することができるロボット言語実行方法
を提供することにある。
It is an object of the present invention to provide a robot language execution method that eliminates the above-mentioned drawbacks of the prior art and can flexibly change and control various execution formats of the robot language online.

〔発明の概要〕[Outline of Invention]

本発明に係るロボット言語実行方法は、メモリに格納さ
れた制御プログラムにより、同じくメモリに格納された
ロボット言語による動作プログラムに基づき、所望の各
実行ルーチンを処理装置が実行するようにしたロボット
言語実行装置において、ロボット制御命令を含むロボッ
ト言語の所定の命令について、少くも実行時期に関する
規定を含む命令実行形式を規定した命令実行制御テーブ
ルをメモリに設けておき、或るロボット制御命令に対す
る実行ルーチンについて処理が終了した後、該終了した
処理の結果に基づいてロボットを制御し、該制御と並行
して次に実行すべき第2の命令を読み出し、該第2の命
令について上記命令実行制御テーブルの命令実行形式を
参照し、該命令実行形式に適う時期に該第2の命令に対
する実行ルーチンの実行を行うようにしたものである。
A robot language execution method according to the present invention is a robot language execution method in which a processing device executes a desired execution routine based on a control program stored in a memory and an operation program in a robot language also stored in the memory. In a device, an instruction execution control table that defines an instruction execution format that includes at least an execution timing rule for a predetermined instruction in a robot language including a robot control instruction is provided in a memory, and an execution routine for a certain robot control instruction is provided. After the processing is completed, the robot is controlled based on the result of the completed processing, the second instruction to be executed next is read in parallel with the control, and the second instruction is stored in the instruction execution control table. An instruction execution form is referred to, and an execution routine for the second instruction at a time suitable for the instruction execution form It is obtained to perform the execution.

なお、これを補足すれば次のとおりである。In addition, it is as follows supplementing this.

一般に言語実行装置(インタプリタ)の主な機能は、命
令の読み出しと、命令に対応した実行ルーチンの起動と
のくり返しである。
Generally, the main function of a language execution device (interpreter) is to repeatedly read an instruction and start an execution routine corresponding to the instruction.

前述の従来方式では、実行ルーチンでの処理終了後、命
令読み出しを行なうまでの命令実行の同期処理を全てプ
ログラムで記述していた。
In the above-mentioned conventional method, the synchronous processing of instruction execution after the completion of the processing in the execution routine until the instruction is read is entirely described in the program.

本発明は、この同期処理規則をテーブルのデータとして
記述し、インタプリタの制御プログラムとは独立して管
理しうるようにしたものである。
The present invention describes this synchronization processing rule as table data so that it can be managed independently of the control program of the interpreter.

〔発明の実施例〕Example of Invention

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

第1図は、本発明に係るロボット言語実行装置の一実施
例の、ロボット言語による動作プログラムの一例の説明
図であって、ロボットの動作シーケンスと、それを記述
する際に用いられるロボット言語の命令とを合わせて、
フローチャートで示したものである。
FIG. 1 is an explanatory diagram of an example of an operation program in a robot language of an embodiment of a robot language execution apparatus according to the present invention, which shows an operation sequence of a robot and a robot language used to describe the operation sequence. Combined with the command,
It is shown in a flow chart.

第2図は、同じく、命令実行制御テーブルの説明図であ
って、ロボット言語の命令の名称と、各命令の実行形式
の対応とが記述されたものである。
Similarly, FIG. 2 is an explanatory diagram of the instruction execution control table, in which the names of instructions in the robot language and the correspondence of the execution format of each instruction are described.

第3図は、同じく、ブロック図であって、命令の解釈・
実行を行なうハードウエアの構成と、メモリ内の制御ソ
フトウエア・データの構成と、データの流れとを記述し
たものである。
Similarly, FIG. 3 is a block diagram showing the interpretation of instructions.
It describes the configuration of hardware for execution, the configuration of control software data in the memory, and the data flow.

ここで、10は、メモリ、11は、それに格納されてい
る制御プログラム、12は、同じく動作プログラム(ロ
ボット言語データ)、13は、同じく命令実行制御テー
ブル(第2図参照)、14〜16は、同じく各種の実行
ルーチン(ロボット言語の各命令に対応した処理を行な
うための制御ソフトウエア)、17は、同じく動作命令
実行ルーチン、18は、同じくサーボ処理ルーチン、2
0は、処理装置(CPU)、21Aは、制御プログラム
11からCPU20に対応するプログラム読み出し指
令、21Bは、同じく命令実行形式データ読み出し指
令、21Cは、同じく実行ルーチン読み出し指令、22
Aは、CPU20から制御プログラム11に対する動作
終了指令、22Bは、同じく実行終了指令、23は、C
PU20から動作プログラム12に対する読み出し信
号、24は、CPU20から各実行ルーチン14〜18
に対する起動命令、25は、各実行ルーチン14〜15
からCPU20に対する実行終了指令、26は、CPU
20から命令実行制御テーブル13に対する命令実行形
式データ読み出し信号、27は、サーボ処理実行ルーチ
ン18からCPU20に対する動作終了指令である。
Here, 10 is a memory, 11 is a control program stored therein, 12 is an operation program (robot language data), 13 is an instruction execution control table (see FIG. 2), and 14 to 16 are , Various execution routines (control software for performing processing corresponding to each instruction of the robot language), 17 is an operation instruction execution routine, 18 is a servo processing routine, 2
0 is a processing unit (CPU), 21A is a program read command corresponding to the CPU 20 from the control program 11, 21B is a command execution format data read command, 21C is an execution routine read command, 22
A is an operation end command from the CPU 20 to the control program 11, 22B is an execution end command, and 23 is C.
A read signal from the PU 20 to the operation program 12, 24 is the execution routines 14 to 18 from the CPU 20.
Is a start command for the execution routine, and 25 is each execution routine 14-15.
From CPU to the execution end command, 26 is the CPU
20 is an instruction execution format data read signal from the instruction execution control table 13, and 27 is an operation end command from the servo processing execution routine 18 to the CPU 20.

本発明は特に、各動作プログラムについてプログラムの
実行終了後、次の動作プログラムを読み出し、これによ
って示される命令について命令実行制御テーブル13の
命令実行形式を読出し、これに基づいて次の命令を実行
する点において特徴的である。次にこれらの動作を第4
図により具体的に示す。
In particular, the present invention reads the next operation program after completion of execution of the program for each operation program, reads the instruction execution form of the instruction execution control table 13 for the instruction indicated thereby, and executes the next instruction based on this. It is characteristic in terms. Next, these operations are
This is specifically shown in the figure.

第4図は、これらの動作に係る命令の解釈・実行のフロ
ーチャートである。
FIG. 4 is a flowchart of the interpretation / execution of instructions related to these operations.

プログラムの実行が指示されると、以下の手順でプログ
ラムの解釈・実行が進行する。
When the execution of the program is instructed, the interpretation / execution of the program proceeds in the following procedure.

(1)制御プログラム11からの命令読み出し指令21A
により、CPU20から動作プログラム12へ読み出し
信号23が出力され、その結果、動作プログラムの1ス
テートメント分のデータPDが読み出される。(第4図
のステップ101に対応)。
(1) Command read command 21A from the control program 11
As a result, the CPU 20 outputs the read signal 23 to the operation program 12, and as a result, the data PD for one statement of the operation program is read. (Corresponding to step 101 in FIG. 4).

(2)制御プログラム11は、読み出された命令が動作プ
ログラム12の終了を示すものかどうか判断し(第4図
のステップ102に対応)、終了であれば動作プログラ
ムの実行を終了する。
(2) The control program 11 determines whether the read instruction indicates the end of the operation program 12 (corresponding to step 102 in FIG. 4), and if the instruction is completed, the execution of the operation program is ended.

(3)さもなければ、命令の実行形式を求めるため、CP
U20に命令実行形式データ読み出し指令21Aを与え
る。CPU20は、命令実行制御テーブル13への読み
出し信号26を出力し、その結果、命令実行形式データ
ODが読み出される(第4図のステップ103に対
応)。
(3) Otherwise, in order to find the execution form of the instruction, CP
An instruction execution format data read command 21A is given to U20. The CPU 20 outputs the read signal 26 to the instruction execution control table 13, and as a result, the instruction execution format data OD is read (corresponding to step 103 in FIG. 4).

(4)制御プログラム11は、読み出された命令実行形式
が即時実行命令であるかどうか判断し(第4図のステッ
プ104に対応)、命令実行形式が動作終了待ち命令で
ある場合は、CPU20からの動作終了指令22Aを待
つ(第4図のステップ105に対応)。また、即時実行
命令の場合は、CPU20に実行ルーチン読み出し指令
21Cを出す。
(4) The control program 11 determines whether the read instruction execution format is an immediate execution instruction (corresponding to step 104 in FIG. 4), and if the instruction execution format is an operation end wait instruction, the CPU 20 Waits for the operation end command 22A from (corresponding to step 105 in FIG. 4). In the case of an immediate execution command, the CPU 20 issues an execution routine read command 21C.

(5)CPU20は、実行ルーチン読み出し指令21Cを
受け取ると、各命令に対応した実行ルーチン起動信号2
4を出力し、各実行ルーチン14〜18を起動する(第
4図のステップ106に対応)。
(5) When the CPU 20 receives the execution routine read command 21C, the execution routine start signal 2 corresponding to each instruction.
4 is output and each of the execution routines 14 to 18 is activated (corresponding to step 106 in FIG. 4).

(6)各実行ルーチン14〜16は、それぞれの処理終了
後、実行終了指令25をCPU20へ返す。特に動作命
令実行ルーチン17においては、そのサーボ処理実行ル
ーチン18が、サーボ処理終了後、動作終了指令27を
CPU20へ返す。
(6) Each of the execution routines 14 to 16 returns the execution end instruction 25 to the CPU 20 after the completion of each processing. Particularly in the operation command execution routine 17, the servo process execution routine 18 returns an operation end command 27 to the CPU 20 after the servo process is completed.

(7)CPU20は動作終了指令22A,実行終了指令2
2Bを制御プログラムへ返す(第4図のステップ107
に対応)。
(7) CPU 20 has operation end command 22A and execution end command 2
2B is returned to the control program (step 107 in FIG. 4).
Corresponding to).

(8)制御プログラム11は、実行終了指令22Bを受け
取ると、上記(1)にもどって動作プログラム12の読み
出しを継続する。
(8) Upon receiving the execution end command 22B, the control program 11 returns to the above (1) and continues to read the operation program 12.

以上で示したように、本実施例においては、ロボット言
語の各命令の実行形式は、命令実行制御テーブル13の
データによってのみ規定され、各命令実行ルーチン14
〜18には依存しない。
As described above, in the present embodiment, the execution format of each instruction in the robot language is defined only by the data in the instruction execution control table 13, and each instruction execution routine 14 is executed.
Do not depend on ~ 18.

したがって、本実施例において、命令の実行形式を変更
しようとする場合には、命令実行制御テーブル13のデ
ータのみを変更すればよく、各命令実行ルーチン14〜
18のプログラム本体を修正する必要はない。
Therefore, in the present embodiment, when it is desired to change the instruction execution format, only the data in the instruction execution control table 13 needs to be changed.
There is no need to modify 18 program bodies.

上記の実施例の説明では、命令実行制御テーブルのデー
タを用いて、ロボット言語の各命令の実行形式を規定す
る方法について説明した。
In the above description of the embodiments, the method of defining the execution format of each instruction in the robot language using the data of the instruction execution control table has been described.

以下では、命令実行制御テーブルのデータをオンライン
で(ロボットプログラム実行中に)変更し、命令の実行
形式を制御する場合を説明する。
In the following, a case will be described in which the data in the instruction execution control table is changed online (during the robot program execution) to control the instruction execution format.

第5図に、ロボット言語による動作プログラムの他の例
の説明図を示す。実行制御テーブルの構成と、命令の解
釈・実行のフローとは、上述のものと同様とする。
FIG. 5 shows an explanatory diagram of another example of the operation program in the robot language. The configuration of the execution control table and the flow of instruction interpretation / execution are the same as those described above.

第5図において、ATTR命令は、命令実行形式の変更
指示命令を表わす。
In FIG. 5, an ATTR instruction represents an instruction execution type change instruction instruction.

すなわち、「ATTR CLOSE,1」は、 CLOSE命令の命令実行形式を1にせよという意味を
持つ。
That is, "ATTR CLOSE, 1" means that the instruction execution form of the CLOSE instruction should be 1.

初期状態においては、CLOSE命令の実行形式は0
(動作終了待ち命令)であるから、CLOSE命令の前
に実行される動作が終了してからハンドが閉じられる。
In the initial state, the execution format of the CLOSE instruction is 0
Since it is the (operation end wait instruction), the hand is closed after the operation executed before the CLOSE instruction ends.

しかしながら、上記ATTR命令によって、その実行形
式が1(即時実行命令)に変更された後のCLOSE命
令の実行に際しては、その前のロボット動作が終了する
前にハンドが閉じられる。
However, when the CLOSE command is executed after the execution format is changed to 1 (immediate execution command) by the ATTR command, the hand is closed before the previous robot operation is completed.

すなわち、第5図の例では、MOVE P002でロボットが位
置P002へ移動しているときにハンドが閉じられるこ
とになる。
That is, in the example of FIG. 5, the hand is closed while the robot is moving to the position P002 with MOVE P002.

このように、ロボット言語の各命令の実行形式を変更す
る命令を設けることにより、各命令の実行形式をオンラ
インで自由に変更することが可能になる。
By providing an instruction to change the execution format of each instruction in the robot language, it becomes possible to freely change the execution format of each instruction online.

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

以上、詳細に説明したように、本発明によれば、ロボッ
ト言語実行装置において、そのメモリに命令実行制御テ
ーブルを設けることにより、従来では命令ごとに固定で
あった実行形式を、命令実行制御テーブルのデータの書
きかえのみで容易に変更することが可能になる。
As described above in detail, according to the present invention, in the robot language execution apparatus, the instruction execution control table is provided in the memory of the robot language execution apparatus. It is possible to easily change it only by rewriting the data of.

また、命令実行制御テーブルのデータをオンラインで変
更することにより、ロボット言語の各命令の実行形式を
オンラインで変更することが可能になる。
Further, by changing the data of the instruction execution control table online, it becomes possible to change the execution format of each instruction in the robot language online.

したがって、ロボット作業の機能向上,効率向上,運用
容易化に顕著な効果が得られる。
Therefore, remarkable effects can be obtained in improving the function of robot work, improving efficiency, and facilitating operation.

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

第1図は、本発明に係るロボット言語実行方法の一実施
例の、ロボット言語による動作プログラムの一例の説明
図、第2図は、同じく、命令実行制御テーブルの説明
図、第3図は、同じく、ブロック図、第4図は、同じ
く、命令の解釈・実行のフローチャト、第5図は、同じ
くロボット言語による動作プログラムの他の例の説明図
である。 10…メモリ、11…制御プログラム、12…動作プロ
グラム、13…命令実行制御テーブル、14,15,1
6…実行ルーチン、17…動作命令実行ルーチン、18
…サーボ処理実行ルーチン、20…CPU。
FIG. 1 is an explanatory view of an example of a robot language operation program of an embodiment of a robot language execution method according to the present invention, FIG. 2 is an explanatory view of an instruction execution control table, and FIG. Similarly, FIG. 4 is a block diagram, FIG. 4 is a flow chart of instruction interpretation / execution, and FIG. 5 is an explanatory diagram of another example of an operation program in the robot language. 10 ... Memory, 11 ... Control program, 12 ... Operation program, 13 ... Instruction execution control table, 14, 15, 1
6 ... Execution routine, 17 ... Operation instruction execution routine, 18
... Servo processing execution routine, 20 ... CPU.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】メモリに格納された制御プログラムによ
り、同じくメモリに格納されたロボット言語による動作
プログラムに基づき、所望の各実行ルーチンを処理装置
が実行するようにしたロボット言語実行装置において、
ロボット制御命令を含むロボット言語の所定の命令につ
いて、少くも実行時期に関する規定を含む命令実行形式
を規定した命令実行制御テーブルをメモリに設けてお
き、或るロボット制御命令に対する実行ルーチンについ
て処理が終了した後、該終了した処理の結果に基づいて
ロボットを制御し、該制御と並行して次に実行すべき第
2の命令を読み出し、該第2の命令について上記命令実
行制御テーブルの命令実行形式を参照し、該命令実行形
式に適う時期に該第2の命令に対する実行ルーチンの実
行を行うことを特徴とするロボット言語実行方法。
1. A robot language execution device in which a processing device executes each desired execution routine based on a control program stored in a memory and based on an operation program in the robot language also stored in the memory,
An instruction execution control table that defines the instruction execution format that includes at least the execution timing for a predetermined instruction in the robot language including the robot control instruction is provided in the memory, and the processing of the execution routine for a certain robot control instruction ends. After that, the robot is controlled based on the result of the completed processing, the second command to be executed next is read in parallel with the control, and the command execution format of the command execution control table for the second command is read. And executing an execution routine for the second instruction at a time suitable for the instruction execution format.
【請求項2】上記命令実行制御テーブルを上記命令実行
形式の参照に先立って変更することを特徴とする第1項
記載のロボット言語実行方法。
2. The robot language execution method according to claim 1, wherein the instruction execution control table is changed prior to referring to the instruction execution format.
【請求項3】上記命令実行テーブルに規定した命令実行
形式は上記ロボットの或る動作中に該命令を実行する
か、または該ロボットの上記或る動作の終了後に該命令
を実行するかを規定したものであることを特徴とする第
1項記載のロボット言語実行方法。
3. The instruction execution format defined in the instruction execution table defines whether the instruction is executed during a certain operation of the robot or after the certain operation of the robot. The robot language execution method according to claim 1, wherein the method is executed.
JP58228307A 1983-12-05 1983-12-05 Robot language execution method Expired - Lifetime JPH0610767B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58228307A JPH0610767B2 (en) 1983-12-05 1983-12-05 Robot language execution method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58228307A JPH0610767B2 (en) 1983-12-05 1983-12-05 Robot language execution method

Publications (2)

Publication Number Publication Date
JPS60120437A JPS60120437A (en) 1985-06-27
JPH0610767B2 true JPH0610767B2 (en) 1994-02-09

Family

ID=16874386

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58228307A Expired - Lifetime JPH0610767B2 (en) 1983-12-05 1983-12-05 Robot language execution method

Country Status (1)

Country Link
JP (1) JPH0610767B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6356707A (en) * 1986-08-28 1988-03-11 Matsushita Electric Ind Co Ltd Generating device for robot operation indication program

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
NL7703078A (en) * 1977-03-22 1978-09-26 Philips Nv DEVICE FOR GENERATING AND CORRECTING A USER PROGRAM.

Also Published As

Publication number Publication date
JPS60120437A (en) 1985-06-27

Similar Documents

Publication Publication Date Title
JPH0610767B2 (en) Robot language execution method
JPH0410081B2 (en)
JP2002073120A (en) Device and method for programming of programmable controller
JPH03288906A (en) Instruction executing system for pc
JPH0337719A (en) System for expanding master file on main storage device
JPS6249502A (en) Programmable controller
JPH05224711A (en) Control method for programmable controller
JP3413860B2 (en) Debug method
JPH0262639A (en) Interruption system for language debugger
JPS63189948A (en) Batch type debugging system in interactive debugger
JPH03172958A (en) Synchronous processing method, system and method for parallel processing, and parallel program generator
JPH05224713A (en) Display method for programmable controller
JPH04253253A (en) Method and device for executing application program
JPS63211037A (en) Program debugging method
JPH0371229A (en) Program controller
JPS6234204A (en) Controller
JPS62235641A (en) Control system for executing program
JPS61246838A (en) Job executing method under time-division processing environment
JPH03198104A (en) Numerical controller
JPH04357503A (en) Control condition display device for plural pc controllers
JPH04238564A (en) File input/output system for command procedure
JPH04117573A (en) Analytic simulation system
JPS62274343A (en) Type conversion and selection system
JPH02239326A (en) Designation system for input data in procedure
JPS63313235A (en) Operation system