JPH0424804A - Robot controller - Google Patents

Robot controller

Info

Publication number
JPH0424804A
JPH0424804A JP12964690A JP12964690A JPH0424804A JP H0424804 A JPH0424804 A JP H0424804A JP 12964690 A JP12964690 A JP 12964690A JP 12964690 A JP12964690 A JP 12964690A JP H0424804 A JPH0424804 A JP H0424804A
Authority
JP
Japan
Prior art keywords
action
name
motion
robot
command
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.)
Pending
Application number
JP12964690A
Other languages
Japanese (ja)
Inventor
Hidetoshi Nogo
野吾 英俊
Nobuhiko Onda
信彦 恩田
Akihiko Yabuki
彰彦 矢吹
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP12964690A priority Critical patent/JPH0424804A/en
Publication of JPH0424804A publication Critical patent/JPH0424804A/en
Pending legal-status Critical Current

Links

Landscapes

  • Numerical Control (AREA)
  • Manipulator (AREA)

Abstract

PURPOSE:To easily incorporate a robot language by obtaining a converted action function by reference to an action conversion table when a subject ele ment name and an action name are registered in a subject element name table and an action name table respectively and obtaining a command by adding a parameter to the action function. CONSTITUTION:A command describing a robot action is converted into a relevant action function by reference to an action conversion table 3-7 in response to the input of the command 'subject element name (action name, parameter)' as long as a subject element name and an action name are registered in a subject element name table 3-5 and an action name table 3-6 respectively. Then a command 'action function (parameter)' is obtained by adding a parameter to the converted action function. As a result, the describing forms of the action commands which are described in each fixed state, i.e., the subject element names (action names, parameters) are integrated into an interpreter form under a teaching action. Thus a robot language is easily incorporated as a command (action function) with a taught job defined as a new action.

Description

【発明の詳細な説明】 〔概要〕 記述されたロボット言語を解析して実行し得るコマンド
に変換するロボット制m装置に関し、確定状態で記述す
る動作コマンドの記述形式を教示途中でのインクプリタ
形式に統一し、教示した作業を新しい動作としてロボッ
ト言語のコマンド(動作関数)としての組み込みを容易
にすることを目的とし、 ロボットの対象要素名(例えばa r m 1など)を
予め登録した対象要素名テーブルと、ロボットの動作名
(例えばmoveなど)を予め登録した動作名テーブル
と、上記対象要素名テーブルから見つけた対象要素名お
よび上記動作名テーブルから見つけた動作名をもとに、
動作関数(例えばmove  mvl)に変換する動作
変換テーブルとを備え、ロボットの動作を記述したコマ
ンド“対象要素名(動作名、パラメタ)”の入力に対応
して、対象要素名、動作名が上記対象要素名チーフルお
よび上記動作名テーブルにそれぞれ登録されているとき
に上記動作変換テーブルを参照して該当する動作関数に
変換し、この動作関数にパラメタを付加したコマンド“
動作関数(パラメタ)”にし、これをもとにロボットを
制御するように構成する。
[Detailed Description of the Invention] [Summary] Regarding a robot control device that analyzes written robot language and converts it into executable commands, the description format of motion commands written in a definite state is changed to an ink printer format during teaching. In order to unify the robot's target element names (for example, a r m 1, etc.) and make it easier to incorporate the taught tasks as new movements as commands (movement functions) in the robot language, Based on the table, the motion name table in which robot motion names (such as move) are registered in advance, the target element name found from the target element name table, and the motion name found from the motion name table,
It is equipped with a motion conversion table that converts into a motion function (for example, move mvl), and in response to input of the command "Target element name (motion name, parameter)" that describes the robot's motion, the target element name and motion name are changed to the above. When the target element name Chiful and the above action name table are registered respectively, the above action conversion table is referred to, the command is converted to the corresponding action function, and the parameter is added to this action function.
"motion function (parameter)" and configure the robot to be controlled based on this.

〔産業上の利用分野〕[Industrial application field]

本発明は、記述されたロボット言語を解析して実行し得
るコマンドに変換するロボット制御装置に関するもので
ある。
The present invention relates to a robot control device that analyzes a written robot language and converts it into executable commands.

〔従来の技術と発明が解決しようとする課題〕ロボット
に動作を教示する手段として、ロボット言語により記述
するものがある。ロボット言語は、通常のコンピュータ
プログラム用の言語構造に、ロボント動作用のコマンド
を付加したものである。このコマンドを用いてオフライ
ンで一連の動作を記述した後、実行する。
[Prior Art and Problems to be Solved by the Invention] As a means of teaching movements to a robot, there is a method of describing them in a robot language. A robot language is a language structure for normal computer programs with commands for robot operations added. Use this command to describe a series of actions offline and then execute them.

ロボットに動作を教示する段階では、コマンドを入力す
る毎にその動作を実行して直ぐに確認したり、コマンド
をまとめた一連の作業を新しい動作として登録して実行
したりするという、作成、実行、修正を短いサイクルで
実行可能なインタプリタが適している。
At the stage of teaching a robot a motion, each time a command is input, the motion is executed and confirmed immediately, or a series of commands is registered as a new motion and executed. An interpreter that can execute modifications in a short cycle is suitable.

動作が確定した段階では、これをコンパイルして新しい
動作としてロボット言語に組み込み、より高速に実行す
るために、インタプリタにより記述した動作シーケンス
を、ロボット言語の内部のコンパイラに対応した方法で
記述することが必要となる。
Once the motion is determined, it is compiled and incorporated into the robot language as a new motion, and in order to execute faster, the motion sequence written by the interpreter must be written in a way that is compatible with the robot language's internal compiler. Is required.

しかし、多数の構成要素を同時に制御するロボット言語
は、動作コマンドの増加を抑制するために、動作の記述
を 対象要素名 動作名 パラメタ という形式にしている。このため、それぞれの実際の動
作関数で作業シーケンスを記述しているロボット言語内
部に組み込むためには、実際に呼び出している関数を捜
す必要があり、動作コマンドの増加を抑制した効果がな
くなるという問題がある。
However, in order to suppress the increase in the number of motion commands, robot languages that control a large number of components simultaneously write motion descriptions in the form of target element name, motion name, and parameters. Therefore, in order to incorporate each actual movement function into a robot language that describes a work sequence, it is necessary to search for the function that is actually being called, which eliminates the effect of suppressing the increase in movement commands. There is.

本発明は、確定状態で記述する動作コマンドの記述形式
を教示途中でのインタプリタ形式に統一し、教示した作
業を新しい動作としてロボット言語のコマンド(動作関
数)としての組み込みを容品にすることを目的としてい
る。
The present invention unifies the description format of motion commands written in a definite state to an interpreter format during teaching, and easily incorporates the taught work as a new motion as a robot language command (motion function). The purpose is

〔課題を解決する手段〕[Means to solve problems]

第1図を参照して課題を解決する手段を説明する。 Means for solving the problem will be explained with reference to FIG.

第1図において、対象要素名テーブル3−5は、ロボッ
トの対象要素名(例えばarmlなど)を予め登録した
テーブルである。
In FIG. 1, the target element name table 3-5 is a table in which target element names (for example, arml, etc.) of the robot are registered in advance.

動作名テーブル3−6は、ロボットの動作名(例えば5
aveなど)を予め登録したテーブルである。
The motion name table 3-6 contains robot motion names (for example, 5
ave, etc.) are registered in advance.

動作変換テーブル3−7は、対象要素名テーブル3−5
から見つけた対象要素名(例えばar耐)および動作名
テーブル3−6から見つけた動作名をもとに、動作関数
(例えば−0νemvl)に変換するテーブルである。
The behavior conversion table 3-7 is the target element name table 3-5.
This is a table for converting into an operation function (for example -0vemvl) based on the target element name (for example, ar resistance) found from the operation name table 3-6 and the operation name found from the operation name table 3-6.

〔作用〕[Effect]

本発明は、第1図に示すように、ロボ7)の動作を記述
したコマンド“対象要素名(動作名、パラメタ)”の入
力に対応して、対象要素名、動作名が対象要素名テーブ
ル3−5および動作名テーブル3−6に登録されている
ときに動作変換テーブル3−7を参照して該当する動作
関数に変換し、この動作関数にパラメタを付加したコマ
ンド“動作関数(パラメタ)”にするようにしている。
As shown in FIG. 1, in response to the input of the command "target element name (motion name, parameter)" that describes the motion of the robot 7), the target element name and motion name are displayed in the target element name table. 3-5 and action name table 3-6, refer to the action conversion table 3-7, convert it to the corresponding action function, and add a parameter to this action function. ”

従って、確定状態で記述する動作コマンドの記述形式(
対象要素名(動作名、パラメタ))を教示途中でのイン
タプリタ形式に統一することにより、教示した作業を新
しい動作としてロポ7)言語のコマンド(動作関数)と
しての組み込みを容易に行うことが可能となる。
Therefore, the description format (
By unifying the target element names (action names, parameters) in the interpreter format during teaching, it is possible to easily incorporate the taught work as a new action as a command (action function) in the Lopo7) language. becomes.

〔実施例〕〔Example〕

次に、第1図から第3図を用いて本発明の1実施例の構
成および動作を順次詳細に説明する。
Next, the configuration and operation of one embodiment of the present invention will be explained in detail using FIGS. 1 to 3.

第1図(イ)はロボットシステムを示す。ここで、制御
装置1は、コンソール5からの指示に対応して、ロボッ
ト装置6を制御して部品の組立などを行うものである。
Figure 1 (a) shows the robot system. Here, the control device 1 controls the robot device 6 in response to instructions from the console 5 to assemble parts and the like.

入力1/F2は、入力インタフェースであって、コンソ
ール5から入力された指令、コマンドなどを取り込むも
のである。
Input 1/F2 is an input interface that takes in instructions, commands, etc. input from console 5.

ロボット言語解析部3は、ロボット言語を解析し、実行
し得るコマンド(動作関数)に変換などするものである
The robot language analysis unit 3 analyzes robot language and converts it into executable commands (action functions).

サーボ制御部4は、ロボット装置6をサーボ制御するも
のである。
The servo control unit 4 servo-controls the robot device 6.

コンソール5は、コマンドを入力したりなどする入出力
装置である。
The console 5 is an input/output device for inputting commands and the like.

ロホン)!16は、アーム7、アーム8、ハンド9から
なるロボットである。これらアーム7.8、ハンド9は
、駆動するモータ、当該モータによる駆動位置を検出す
るエンコーダ、モータの駆動信号を増幅するアンプなど
からそれぞれ構成されている。
Rohon)! 16 is a robot consisting of an arm 7, an arm 8, and a hand 9. The arm 7.8 and the hand 9 each include a motor to drive, an encoder to detect the position driven by the motor, an amplifier to amplify the drive signal of the motor, and the like.

第1図(ロ)は、第1図(イ)ロボット言語解析部3の
詳細構成図を示す。ここで、コマンド入力部3−1は、
コンソール5などから入力された本実施例に係るコマン
ド(対象要素名(動作名、パラメタ))を受は取るもの
である。
FIG. 1(B) shows a detailed configuration diagram of the robot language analysis section 3 shown in FIG. 1(A). Here, the command input section 3-1 is
It receives commands (target element names (operation names, parameters)) according to this embodiment that are input from the console 5 or the like.

コマンド解析部3−2は、本実施例に係るコマンド(対
象要素名(動作名、パラメタ))を解析し、実行可能な
コマンド(動作関数)に変換するものである(第2図を
用いて11を述する)。
The command analysis unit 3-2 analyzes the command (target element name (action name, parameter)) according to this embodiment and converts it into an executable command (action function) (using FIG. 2). 11).

動作関数実行部3−3は、コマンド解析部3−2によっ
て解析・変換された実行可能な動作関数を実行するもの
である。
The motion function execution section 3-3 executes the executable motion function analyzed and converted by the command analysis section 3-2.

演算結果出力部3−4は、演算した結果を第1図(イ)
サーボ制御部4に出力し、ロボット装置6を制御するも
のである。
The calculation result output unit 3-4 outputs the calculation result as shown in FIG.
It outputs to the servo control section 4 and controls the robot device 6.

対象要素名テーブル3−5は、対象要素名を予め登録し
たテーブルである(第2図(イ)参照)。
The target element name table 3-5 is a table in which target element names are registered in advance (see FIG. 2(a)).

動作名テーブル3−6は、動作名を予め登録したテーブ
ルである(第2図(イ)参照)。
The action name table 3-6 is a table in which action names are registered in advance (see FIG. 2(a)).

動作変換テーブル3−7は、本実施例に係るコマンド中
の対象要素名、動作名をもとに、実行可能なコマンド(
動作関数)に変換するものである(第2図(イ)参照)
The operation conversion table 3-7 converts executable commands (
(see Figure 2 (a))
.

次に、第2図を用いて本発明の1実施例の構成の動作を
具体的に説明する。
Next, the operation of the configuration of one embodiment of the present invention will be specifically explained using FIG.

第2図(イ)は、第1図(ロ)ロボット言語解析部3の
具体例を示す。
FIG. 2(A) shows a specific example of the robot language analysis unit 3 shown in FIG. 1(B).

コマンド入力部3−1は、図中に示す下記コマンド(1
1を受は付ける。これは、教示を終了したので、新しい
動作としてロボット言語のコマンド(動作関数)で組み
込むために記述した本実施例に係るコマンドである。
The command input section 3-1 inputs the following command (1) shown in the figure.
Accept 1. This is a command according to this embodiment that was written to be incorporated as a new action as a robot language command (movement function) after the teaching has been completed.

arml(”move’、100,100,0,0.2
)  ・ ・ ・ ・ ・ ・ ・ filここで、a
rmlは対象要素名であって、ここでは関数名として記
述している。カッコ内はパラメタであって、先頭のmo
veは動作名を表し、これに続く100、100,0,
0.2はx、、ySz、θ、tの値をそれぞれ表す。
arml("move", 100, 100, 0, 0.2
) ・ ・ ・ ・ ・ ・ fil Here, a
rml is the target element name, and is described here as a function name. Parameters are in parentheses, and the first mo
ve represents the operation name, followed by 100, 100, 0,
0.2 represents the values of x, ySz, θ, and t, respectively.

コマンド解析部3−2は、コマンド入力部31が受は付
けたコマンド(11について解析する。
The command analysis unit 3-2 analyzes the command (11) accepted by the command input unit 31.

第1に、コマンド(1)のarml”について、対象要
素名テーブル3−5を参照して登録されていることを見
つけ、対象要素名“ar耐″であると判明する。
First, it is found that the command (1) "arml" is registered by referring to the target element name table 3-5, and the target element name is found to be "ar resistant".

第2に、コマンドfl)のパラメタの先頭の“move
について、動作名テーブル3−6を参照して登録されて
いることを見つけ、動作名“move”であると判明す
る。
Second, “move” at the beginning of the parameter of command fl)
is found to be registered by referring to the action name table 3-6, and it is determined that the action name is "move".

第3に、閣。νe”に続< 100.100,0,0.
2をパラメタとする。
Thirdly, the Cabinet. νe” followed by < 100.100,0,0.
2 as a parameter.

コマンド変換部3−3は、コマンド解析部3−2によっ
て解析された結果をもとに、内部で実行可能な動作関数
に変換する。
The command converter 3-3 converts the result of the analysis by the command analyzer 3-2 into an internally executable operation function.

第1に、ここでは、■に示すように、対象要素名ara
+1より、arllll用動作変換テーブルを選択する
First, here, as shown in ■, the target element name ara
Select the operation conversion table for arllll from +1.

第2に、ここでは、■に示すように、arml用動作変
換テーブル内で動作moveより、動作関数arm1m
vlを選択する。
Second, here, as shown in (■), from the action move in the arml action conversion table, the action function arm1m
Select vl.

第3に、パラメータを関数に引き渡す。これにより、 ar憚l1v1(100,100,0,0,2)・・・
・・・・・・(2)を生成し、実行可能な動作関数に変
換されたこととなる。
Third, pass parameters to the function. As a result, ar1v1(100,100,0,0,2)...
...(2) is generated and converted into an executable operation function.

動作間数実行部3−4は、生成された(2)の動作関数
を実行する。
The motion interval execution unit 3-4 executes the generated motion function (2).

また、対象要素名テーブル3−5は、図示のように、対
象要素名ar+ml、arm2、handlなどを予め
登録したテーブルである。
Further, the target element name table 3-5 is a table in which target element names ar+ml, arm2, handl, etc. are registered in advance, as shown in the figure.

動作名テーブル3−6は、図示のように、動作名mov
e、 open、 circleなどを予め登録したテ
ーブルである。
The operation name table 3-6 includes the operation name mov as shown in the figure.
This is a table in which e, open, circle, etc. are registered in advance.

動作変換テーブル3−7は、図示のように、対象要素名
毎に動作名に対応する動作関数を予め登録したものであ
る。例えば図示のように、arml用テーブルには、対
象要素名ar耐の動作名IlOνeの動作関数がarm
l  mvl として登録するものである。
As shown in the figure, the motion conversion table 3-7 is a table in which motion functions corresponding to motion names are registered in advance for each target element name. For example, as shown in the figure, in the arml table, the operation function with the operation name IlOνe of the target element name
It is registered as l mvl.

第2図(ロ)は、第2図(イ)■の動作を説明するフロ
ーチャートを示す。これは、第2図(イ)対象要素名に
対応する動作変換テーブルを選択する処理である。
FIG. 2(B) shows a flowchart for explaining the operation of FIG. 2(A) (2). This is the process of selecting the motion conversion table corresponding to the target element name in FIG. 2(a).

第2回(ロ)において、■は1、対象要素名を入力する
。これは、第2図(イ)コマンド解析部32で解析した
対象要素名として、例えばar!111を入力する。
In the second step (b), 1. Enter the target element name. This is, for example, ar! as the target element name analyzed by the command analysis unit 32 in FIG. 2(a). Enter 111.

@は、名前= armlか否かを判別する。YESの場
合には、■でar+zl用テーブルを選択する。一方、
NOの場合には、[相]を行う。
@ determines whether name=arml. If YES, select the ar+zl table with ■. on the other hand,
If NO, perform [phase].

[相]は、名前=arm2か否かを判別する。YESの
場合には、■でar+m2用テーブルを選択する。一方
、Noの場合には、[相]を行う。
[Phase] determines whether name=arm2. If YES, select the table for ar+m2 with ■. On the other hand, in the case of No, perform [phase].

[相]は、名前= handlか否かを判別する。YE
Sの場合には、Oでhandl用テーブルを選択する。
[Phase] determines whether name=handl. YE
In the case of S, select O to select the handle table.

第2図(ハ)は、第2図(イ)■の動作を説明するフロ
ーチャートを示す。これは、第2図(ロ)フローチャー
トによって選択された動作変換テーブルを参照し、動作
名に対応する動作関数を選択する処理である。
FIG. 2(C) shows a flowchart explaining the operation of FIG. 2(A) (2). This is a process of referring to the motion conversion table selected according to the flowchart of FIG. 2(b) and selecting the motion function corresponding to the motion name.

第2図(ハ)において、■は、動作名を入力する。これ
は、第2図(イ)コマンド解析部3−2で解析した動作
名、例えばmoveを入力する。
In FIG. 2(C), ■ inputs the name of the operation. This is done by inputting the action name analyzed by the command analysis unit 3-2 in FIG. 2(a), for example, move.

0は、動作” moveか否かを判別する。YESの場
合には、■で動作関数名arI11111vlを選択す
る。
0 determines whether the action is "move" or not. If YES, the action function name arI11111vl is selected using ■.

一方、Noの場合には、[相]を行う。On the other hand, in the case of No, perform [phase].

[相]は、動作=circleか否かを判別する。YE
Sの場合には、[相]で動作関数名ar+*1  ci
rを選択する。以下同様に行う。
[Phase] determines whether the motion=circle. YE
In the case of S, the operation function name ar+*1 ci in [phase]
Select r. Do the same below.

そして、例えば0で選択した動作関数名arIIl1m
vlに、パラメタを付加し、既述した(2)の動作関数
を生成し、これを実行する。
Then, for example, the action function name arIIl1m selected with 0
Parameters are added to vl, the operation function (2) described above is generated, and this is executed.

次に、第3図を用いて本発明の全体の動作を説明する。Next, the overall operation of the present invention will be explained using FIG.

第3図において、[相]は、インタプリタ形式のロボッ
ト言語で動作シーケンスを記述する。これは、例えばロ
ボットシステムをロボットアーム2台およびハンド1台
から構成し、対象要素名を、A12M1、ARM2、H
ANDとする。このときインタプリタ形式のロボット言
語で下記のように記述する。
In FIG. 3, [phase] describes an operation sequence in an interpreted robot language. For example, if a robot system is configured with two robot arms and one hand, the target element names are A12M1, ARM2, H.
Use AND. At this time, write the following in an interpreted robot language.

ARMI MOVE 100100002  ・・・・
・・= ・f31AR門2 ?l0VE 100100
002 − ・・・・−−・+41)IANDMOVE
IO102・・・・・・・・−−[5)このように、対
象要素名を変えれば、同じ動作は同じ動作名で記述でき
、ロボットの動作シーケンスを記述、即実行して動作確
認を行うのムこ非常に都合がよい。
ARMI MOVE 100100002...
...= ・f31AR gate 2? l0VE 100100
002 −・・・・−−・+41)IANDMOVE
IO102・・・・・・・・・- [5] In this way, by changing the target element name, the same motion can be described with the same motion name, and the robot's motion sequence can be described and immediately executed to check the motion. It's very convenient.

■は、動作OKか否かを判別する。これは、■でインタ
プリタ形式のロボット言語(上述した(3)ないしく5
))で記述して即実行し、その動作結果がOKか否かを
判別する。YESの場合には、[相]を行う、NOの場
合には、0を繰り返し行う。
(2) determines whether the operation is OK or not. This is an interpreted robot language ((3) or 5 above).
)), execute it immediately, and determine whether the operation result is OK or not. If YES, perform [phase]; if NO, repeat 0.

Qは、インタプリタ形式と同一のロボット言語の内部表
現で動作シーケンスを記述する。これは、上述した(3
)ないしく5)のインタプリタ形式のロボット言語の形
式と同一である、既述した下記口ボット言語α湯ないし
aつに書き換える。
Q describes the motion sequence in the internal representation of the robot language, which is the same as the interpreted format. This is explained above (3
) to 5), which is the same as the format of the interpreted robot language, is rewritten to the following mouth bot language α or a as described above.

ar+ml (’move’、100,100.0,0
.2)  ・・・・・・Qmars+2  (’mov
e”、100,100.0,0.2)   ・ ・ −
−・ −α荀hand  (’move”、10,10
.2)   ・ ・ ・ ・ ・ ・ ・ ・ ・ (
5)[相]は、解析・変換する。これは、第2図を用い
て既述したように、(2)ないしく財)を下記αeない
しQl動作関数に変換する。
ar+ml ('move', 100,100.0,0
.. 2) ...Qmars+2 ('mov
e", 100, 100.0, 0.2) ・ ・ -
-・ -α荀hand ('move', 10,10
.. 2) ・ ・ ・ ・ ・ ・ ・ ・ ・ (
5) [Phase] is analyzed and converted. As described above using FIG. 2, this converts (2) or (2) into the following αe or Ql operating function.

arIIll  鴎ν1(100,100,0,0,2
)・ ・ ・ ・ ・ ・ ・ ・ O1訂lI2愕v
1(100,100,0,0,2)・・・・・・・・a
ηhnd  move(10,10,2)  ・・・・
・・・・・・α匂これらの変換した後の動作関数αeな
いしQlを登録し、これを実行してロボットを制御する
arIIll seagull ν1 (100,100,0,0,2
)・ ・ ・ ・ ・ ・ ・ ・ O1 revision lI2 shock v
1 (100, 100, 0, 0, 2)...a
ηhnd move(10,10,2)...
The motion functions αe to Ql after these conversions are registered and executed to control the robot.

また、ある台上の物体を取り上げる4つのコマンドから
なる作業を、下記に示すように、PICKとしてインタ
プリタ形式のロボット言語におけるマクロコマンドとし
て確定したとする。
Further, suppose that a task consisting of four commands for picking up an object on a certain table is determined as a macro command in an interpreted robot language as PICK, as shown below.

PIGに: ARMI MOVE 00−5001 WAIT 0.5 11AND MOVE 001 ARMI  MOVE OO5001 これを、内部表現の動作関数picKOとして登録する
には、 arml  picko arml(”move”、0.0.−50.0.1)w
ait(0,5) hand(”move”、O+O+1)armlじmo
ve”+o+o、50+O+1)と記述すればよい。こ
の記述について、既述した第2図処理によって動作関数
に変換し、登録する。
In PIG: ARMI MOVE 00-5001 WAIT 0.5 11AND MOVE 001 ARMI MOVE OO5001 To register this as the internal representation action function picKO, arml picko arml("move", 0.0.-50.0. 1)w
ait(0,5) hand(“move”, O+O+1) armljimo
ve"+o+o, 50+O+1). This description is converted into a motion function by the process shown in FIG. 2 and registered.

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

以上説明したように、本発明によれば、確定状態で記述
する動作コマンドの記述形式(対象要素名(動作名、パ
ラメタ))を教示途中でのインタプリタ形式に統一する
構成を採用しているため、教示した作業を新しい動作と
してロボット言語のコマンド(動作関数)として組み込
むことを容易に行うことができる。
As explained above, according to the present invention, a configuration is adopted in which the description format (target element name (action name, parameter)) of the motion command described in the determined state is unified to the interpreter format during teaching. , it is possible to easily incorporate the taught work as a new action as a command (action function) in the robot language.

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

第1図は本発明の1実施例構成図、第2図は本発明の動
作説明図、第3図は本発明の詳細な説明フローチャート
を示す。 図中、3はロボット言語解析部、3−1はコマンド入力
部、3−2はコマンド解析部、3−3は動作関数実行部
、3−4は演算結果出力部、35は対象要素名テーブル
、3−6は動作名チーフル、3−7は動作変換テーブル
、4はサーボ制御部、6はロボット装置、7.8はアー
ム、9はノ\ンドを表す。
FIG. 1 is a configuration diagram of one embodiment of the present invention, FIG. 2 is an explanatory diagram of the operation of the present invention, and FIG. 3 is a detailed explanatory flowchart of the present invention. In the figure, 3 is a robot language analysis section, 3-1 is a command input section, 3-2 is a command analysis section, 3-3 is a motion function execution section, 3-4 is a calculation result output section, and 35 is a target element name table , 3-6 is an operation name, 3-7 is an operation conversion table, 4 is a servo control unit, 6 is a robot device, 7.8 is an arm, and 9 is a node.

Claims (1)

【特許請求の範囲】 記述されたロボット言語を解析して実行し得るコマンド
に変換するロボット制御装置において、ロボットの対象
要素名(例えばarmlなど)を予め登録した対象要素
名テーブル(3−5)と、ロボットの動作名(例えばm
oveなど)を予め登録した動作名テーブル(3−6)
と、 上記対象要素名テーブル(3−5)から見つけた対象要
素名および上記動作名テーブル(3−6)から見つけた
動作名をもとに、動作関数(例えばmove_mvl)
に変換する動作変換テーブル(3−7)とを備え、 ロボットの動作を記述したコマンド“対象要素名(動作
名、パラメタ)”の入力に対応して、対象要素名、動作
名が上記対象要素名テーブル(3−5)および上記動作
名テーブル(3−6)にそれぞれ登録されているときに
上記動作変換テーブル(3−7)を参照して該当する動
作関数に変換し、この動作関数にパラメタを付加したコ
マンド“動作関数(パラメタ)”にし、これをもとにロ
ボットを制御するように構成したことを特徴とするロボ
ット制御装置。
[Scope of Claims] In a robot control device that analyzes a written robot language and converts it into an executable command, there is provided a target element name table (3-5) in which target element names of the robot (for example, arml, etc.) are registered in advance. and the robot's action name (e.g. m
action name table (3-6) in which actions such as "ove" are registered in advance
Based on the target element name found from the target element name table (3-5) and the motion name found from the motion name table (3-6), create a motion function (for example, move_mvl).
It is equipped with a motion conversion table (3-7) that converts the robot's motion into a motion conversion table (3-7), and in response to the input of the command "Target element name (motion name, parameter)" that describes the robot's motion, the target element name and motion name are converted to the above target element. When the action name table (3-5) and the action name table (3-6) are registered respectively, refer to the action conversion table (3-7) and convert it to the corresponding action function. A robot control device characterized in that a command is made into a "motion function (parameter)" with parameters added, and the robot is controlled based on this command.
JP12964690A 1990-05-20 1990-05-20 Robot controller Pending JPH0424804A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12964690A JPH0424804A (en) 1990-05-20 1990-05-20 Robot controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12964690A JPH0424804A (en) 1990-05-20 1990-05-20 Robot controller

Publications (1)

Publication Number Publication Date
JPH0424804A true JPH0424804A (en) 1992-01-28

Family

ID=15014667

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12964690A Pending JPH0424804A (en) 1990-05-20 1990-05-20 Robot controller

Country Status (1)

Country Link
JP (1) JPH0424804A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2019244342A1 (en) * 2018-06-22 2021-07-08 株式会社テクニカ 2-needle lockstitch sewing machine

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2019244342A1 (en) * 2018-06-22 2021-07-08 株式会社テクニカ 2-needle lockstitch sewing machine

Similar Documents

Publication Publication Date Title
Peterson et al. A language for declarative robotic programming
Sanfilippo et al. Controlling Kuka industrial robots: Flexible communication interface JOpenShowVar
JP2013134786A (en) Execution of numerical control program by robot
Campa et al. Windows-based real-time control of direct-drive mechanisms: platform description and experiments
JPH06309011A (en) Production-cell controller of fa system
Maurtua et al. FourByThree: Imagine humans and robots working hand in hand
Pettinger et al. Reducing the teleoperator’s cognitive burden for complex contact tasks using affordance primitives
JP3168682B2 (en) Numerical control unit
Vistein et al. Interfacing industrial robots using realtime primitives
JPH0424804A (en) Robot controller
CN116096534A (en) Method and system for programming a robot
KR101263487B1 (en) Teaching device for robot
JPH0944219A (en) Robot simulator device
JP2002268896A (en) Method and device for generating control program
JPH0991022A (en) Robot controller
Eriksen Implementation and evaluation of movement primitives and a graphical user interface for a collaborative robot
JPH08106320A (en) Automatic machine and control method for automatic machine
JPH07104695B2 (en) Robot controller
JPH01147611A (en) Conversion system for robot action program
JP2528878B2 (en) Robot operation sequence diagram output method
JPS62103710A (en) Robot controller
Fuchizawa et al. A robot work system equipped with the self-improvement function
Arnold et al. A graphical interface based on grafcet for programming industrial robots off-line
JPS6260006A (en) Interference checking method for robot control program
Kazi et al. From research to products: the KUKA perspective on European research projects