JP2002066967A - Structuring method of robot motion descriptive language, and indicating method and editing method of structured robot motion descriptive language - Google Patents

Structuring method of robot motion descriptive language, and indicating method and editing method of structured robot motion descriptive language

Info

Publication number
JP2002066967A
JP2002066967A JP2000254816A JP2000254816A JP2002066967A JP 2002066967 A JP2002066967 A JP 2002066967A JP 2000254816 A JP2000254816 A JP 2000254816A JP 2000254816 A JP2000254816 A JP 2000254816A JP 2002066967 A JP2002066967 A JP 2002066967A
Authority
JP
Japan
Prior art keywords
robot
data
program
robot motion
description language
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
JP2000254816A
Other languages
Japanese (ja)
Inventor
Takashi Takatori
隆志 高取
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.)
Kawasaki Heavy Industries Ltd
Original Assignee
Kawasaki Heavy Industries 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 Kawasaki Heavy Industries Ltd filed Critical Kawasaki Heavy Industries Ltd
Priority to JP2000254816A priority Critical patent/JP2002066967A/en
Publication of JP2002066967A publication Critical patent/JP2002066967A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To structure a robot motion descriptive language while maintaining the interchangeability with an existing robot motion descriptive language, to display a large volume of the program data in an easily observing manner, to convert the data by the intuitive operation, and to change the program step order by the intuitive operation. SOLUTION: The main-sub relationship is set in various kinds of data of a robot and managed by introducing an object management structure. Regarding the display, readability of the data is improved based on the tree structure. By enabling the drag-and-drop in each object, the value set in a different coordinate system by the intuitive operation, and the order of the program step can be changed.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ロボット関係のマ
ンマシンインタフェース製品を対象とするソフトウエア
に適用されるものであり、ロボット動作記述言語の構造
化方法並びに構造化したロボット動作記述言語の表示方
法及び編集方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention is applied to software for a robot-related man-machine interface product, and comprises a method for structuring a robot motion description language and displaying the structured robot motion description language. Method and editing method.

【0002】[0002]

【従来の技術】従来、ロボットの動作プログラムを作成
・編集する手法としては、(1)文字を主体とした動作
記述言語を用いて記述するもの、(2)プログラムステ
ップごとに各種情報を設定して順次登録していくもの、
の2種類の手法が一般的であった。 (1)の動作記述言語による記述では、操作者が当該言
語に習熟する必要があった。また、文字を主体とする表
示であるため、データ構造や相互関係が把握しづらかっ
た。さらに、言語自体が構造化を意識していないため、
すべてのデータが大域的に扱われるので、操作者に対す
るデータ管理の負担が大きかった。 (2)のプログラムステップを追ってデータを作成する
手法では、1ステップごとに情報を設定するため、動作
プログラム作成時の見通しが悪かった。また、ステップ
間の移動は1ステップごと前後により行うため、プログ
ラムステップ数が増えると、編集時に目標とするプログ
ラムステップに到達するのに手間がかかり、操作性が悪
かった。
2. Description of the Related Art Conventionally, as a method of creating and editing an operation program of a robot, (1) an operation description language mainly composed of characters is described, and (2) various information is set for each program step. Are registered sequentially,
The two types of techniques were common. In the description in the operation description language (1), the operator needs to be proficient in the language. In addition, since the display is mainly composed of characters, it is difficult to grasp the data structure and the mutual relationship. Furthermore, since the language itself is not aware of structuring,
Since all data is handled globally, the burden of data management on the operator is large. In the method of (2) for creating data following program steps, information is set for each step, so that the prospect of creating an operation program is poor. In addition, since movement between steps is performed before and after each step, if the number of program steps increases, it takes time and effort to reach a target program step at the time of editing, resulting in poor operability.

【0003】[0003]

【発明が解決しようとする課題】上述したように、従
来、ロボットの動作プログラムを作成、編集する手法と
しては、以下の2種類の方法が一般的であった。 1.文字を主体とした動作記述言語を用いて記述するも
の 2.プログラムステップごとに各種情報を設定していく
もの 1.の動作記述言語を用いて記述されたプログラム例を
下記の数1のリストに示す。
As described above, conventionally, the following two types of methods have been generally used as methods for creating and editing a robot operation program. 1. 1. Description using a behavior description language mainly composed of characters Set various information for each program step. An example of a program described by using the above behavior description language is shown in the following list of Expression 1.

【0004】[0004]

【数1】 (Equation 1)

【0005】ここで、.PROGRAM prog1〜.ENDの間に記述
されているのが動作プログラムprog1の内容であり、.TR
ANS〜.ENDの間に記述されているのが登録されている変
換値(位置データ)である。prog1の動作は以下のよう
になる。 1ステップ目:ロボットの座標系において設定されたp0
01という変換値へ動作させる。 2ステップ目:work_baseというワーク座標系において
設定されたp002という変換値へ動作させる。 3ステップ目:work_baseというワーク座標系において
設定されたp003という変換値へ動作させる。 このように記述することにより、ワークが移動した場合
でも、ワーク座標系work_baseを修正しただけでp002、p
003を修正しなくても、意図した位置にロボットを動作
させることができる。しかしながら、p001、p002、p003
がどの座標系において定義された値かは明示的に示され
ていないため、操作者自身が注意して記述しなければな
らず、煩雑でかつミスが多かった。
[0005] The contents of the operation program prog1 are described between .PROGRAM prog1 and .END.
The registered conversion value (position data) is described between ANS and .END. The operation of prog1 is as follows. 1st step: p0 set in the robot coordinate system
Operate to a conversion value of 01. Second step: Operate to the conversion value of p002 set in the work coordinate system of work_base. Third step: Operate to the conversion value of p003 set in the work coordinate system of work_base. By describing in this way, even if the work moves, just by modifying the work coordinate system work_base, p002, p
The robot can be moved to the intended position without correcting 003. However, p001, p002, p003
However, since it is not explicitly shown in which coordinate system the value is defined, the operator himself has to be careful in describing the value, which is complicated and often involves errors.

【0006】2.の手法でプログラムステップを登録し
ていく際のインタフェースの概略を図5に示す。プログ
ラムステップごとに各種情報を設定していく手法は、例
えば、特開平10−254527号公報のロボット教示
装置に開示されている。操作者はロボットを動作させ、
ステップ情報(補間方法、速度、精度、タイマなど)を
設定した後、そのステップを登録するという操作を行
う。そのため、動作記述言語を知らなくてもロボットの
動作プログラムを作成できるという特長があるが、ステ
ップごとに情報を設定するため、プログラム作成時の見
通しが悪いという欠点があった。また、データが大量に
なると、目的とするステップに到達するために時間がか
かり、作業効率が悪いという欠点もあった。本発明は、
これらの欠点を改良するものである。
[0006] 2. FIG. 5 shows an outline of an interface when registering a program step by the method of (1). A method of setting various information for each program step is disclosed in, for example, a robot teaching device disclosed in Japanese Patent Application Laid-Open No. 10-254527. The operator operates the robot,
After setting the step information (interpolation method, speed, accuracy, timer, etc.), an operation of registering the step is performed. Therefore, there is a feature that the operation program of the robot can be created without knowing the operation description language. However, since information is set for each step, there is a drawback that the visibility at the time of creating the program is poor. Further, when the amount of data is large, it takes time to reach a target step, and there is a disadvantage that work efficiency is poor. The present invention
It is to improve these disadvantages.

【0007】また、特開平9−44219号公報には、
ロボットシミュレータ装置として、教示位置、動作速度
などロボットの教示に必要なデータをオブジェクトとし
て管理・表示し、これらのオブジェクトを適切に組み合
わせることにより、ロボットコントローラ言語を生成さ
せるものが記載されている。本発明は、既存のロボット
動作記述言語を構造化し、表示・編集方法を改良するも
のであるので、既存のロボット動作記述言語で記述され
たものも扱える、すなわち、過去に蓄積されたデータの
活用という点が優れている。
[0007] Japanese Patent Application Laid-Open No. 9-44219 discloses that
A robot simulator device that manages and displays data necessary for teaching a robot, such as a teaching position and an operating speed, as objects, and generates a robot controller language by appropriately combining these objects. Since the present invention is to structure an existing robot operation description language and to improve the display / editing method, it can also handle an existing robot operation description language, that is, utilize data accumulated in the past. That is excellent.

【0008】本発明は上記の諸点に鑑みなされたもの
で、本発明の目的は、従来のロボットシステムに、オブ
ジェクト管理構造体というオブジェクトの親子関係を管
理する仕組みを導入することにより、ロボットの各種デ
ータに親子関係を設定して管理し、従来からの互換性を
保ちつつ、ロボット動作記述言語を構造化できる方法を
提供することにある。また、本発明の目的は、オブジェ
クト管理構造体を用いた木構造に基づくデータ表示によ
り、大量のプログラムデータを見やすく表示でき、デー
タ構造や相互関係を把握しやすい表示方法を提供するこ
とにある。また、本発明の目的は、各オブジェクトでド
ラッグアンドドロップを可能とすることにより、直感的
な操作で異なる座標系で設定した値を自動的に変換した
り、プログラムステップの順序を変更することを可能と
する編集方法を提供することにある。
The present invention has been made in view of the above points. An object of the present invention is to introduce a mechanism for managing the parent-child relationship of objects, called an object management structure, into a conventional robot system. An object of the present invention is to provide a method capable of setting and managing a parent-child relationship in data and structuring a robot operation description language while maintaining the conventional compatibility. It is another object of the present invention to provide a display method in which a large amount of program data can be easily viewed and displayed, and the data structure and the interrelation can be easily grasped by a data display based on a tree structure using an object management structure. It is another object of the present invention to automatically convert values set in different coordinate systems and change the order of program steps by intuitive operation by enabling drag and drop for each object. An object of the present invention is to provide an editing method that can be used.

【0009】[0009]

【課題を解決するための手段】上記の目的を達成するた
めに、本発明のロボット動作記述言語の構造化方法は、
ロボットの各種データに親子関係を設定し管理するオブ
ジェクト管理構造体を用いた木構造データ管理手法によ
り、既存のロボット動作記述言語と互換性を保ちつつ、
ロボット動作記述方法を構造化するように構成されてい
る。また、本発明の構造化したロボット動作記述言語の
表示方法は、上記の方法を適用した木構造に基づくデー
タ表示方法により、ロボットの各種データを見やすく表
示することを特徴としている。
In order to achieve the above object, a method for structuring a robot motion description language according to the present invention comprises:
A tree structure data management method using an object management structure that sets and manages parent-child relationships for various types of robot data while maintaining compatibility with existing robot motion description languages.
It is configured to structure the robot motion description method. Further, the method for displaying a structured robot motion description language according to the present invention is characterized in that various data of a robot are displayed in an easily viewable manner by a data display method based on a tree structure to which the above method is applied.

【0010】また、本発明の構造化したロボット動作記
述言語の編集方法は、上記の方法を適用した木構造に基
づいて表示された座標データを、ポインティングデバイ
ス(マウスなど)を用いた直感的な操作を行うことによ
り、自動的に座標変換を行うことを特徴としている。ま
た、本発明の構造化したロボット動作記述言語の編集方
法は、上記の方法を適用した木構造に基づいて表示され
たプログラムステップを、ポインティングデバイスを用
いた直感的な操作を行うことにより、ステップ順序を変
更することを特徴としている。
Further, the editing method of the structured robot motion description language according to the present invention is an intuitive method for converting coordinate data displayed based on a tree structure to which the above method is applied, using a pointing device (mouse or the like). It is characterized in that coordinate conversion is automatically performed by performing an operation. The method for editing a structured robot motion description language according to the present invention includes the steps of: displaying a program step displayed based on a tree structure to which the above method is applied, by performing an intuitive operation using a pointing device. The order is changed.

【0011】[0011]

【発明の実施の形態】以下、本発明の実施の形態につい
て説明するが、本発明は下記の実施の形態に何ら限定さ
れるものではなく、適宜変更して実施することが可能な
ものである。図1に本発明を適用したロボット用ソフト
ウエアユーザインタフェースの一例を示す。本発明を適
用した際のロボット用ソフトウエアは、図1に示される
ように、「オブジェクト管理構造体」を用いた木構造デ
ータ管理手法により、既存のロボット動作記述言語と互
換性を保ちつつ、ロボット動作記述方法を構造化する手
法を備えたロボット用ソフトウエアである。また、図1
に示す木構造に基づくデータ表示方法により、ロボット
の各種データを見やすく表示する方法を備えたロボット
用ソフトウエアである。また、図1で示す木構造に基づ
いて表示された座標データを、マウス等のポインティン
グデバイスを用いた直感的な操作を行うことにより、自
動的に座標変換を行う方法を備えたロボット用ソフトウ
エアである。また、図1で示す木構造に基づいて表示さ
れたプログラムステップを、ポインティングデバイスを
用いた直感的な操作を行うことにより、ステップ順序を
変更する方法を備えたロボット用ソフトウエアである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described below, but the present invention is not limited to the following embodiments and can be implemented with appropriate modifications. . FIG. 1 shows an example of a software user interface for a robot to which the present invention is applied. As shown in FIG. 1, the software for a robot when the present invention is applied uses a tree structure data management method using an “object management structure” while maintaining compatibility with an existing robot operation description language. Robot software with a method for structuring a robot motion description method. FIG.
Is software for a robot provided with a method for displaying various data of a robot in an easy-to-view manner by a data display method based on a tree structure shown in FIG. Also, a software for a robot having a method of automatically performing coordinate conversion on coordinate data displayed based on the tree structure shown in FIG. 1 by performing an intuitive operation using a pointing device such as a mouse. It is. Further, the robot software includes a method of changing the order of steps by performing intuitive operations using a pointing device on program steps displayed based on the tree structure shown in FIG.

【0012】図1の例では、作業空間内には、ロボット
が2台、ワークが1個存在する。「ロボットR1」におい
て登録されている各軸値は、「各軸値R1-J1」、「各軸
値R1-J2」…であり、登録されている変換値は、「変換
値R1-T1」、「変換値R1-T2」…である。「ロボットR1」
において登録されている動作プログラムは、「プログラ
ムR1-P1」、「プログラムR1-P2」…であり、「プログラ
ムR1-P1」はプログラムステップ「S1」、「S2」…から
構成され、「プログラムR1-P2」はプログラムステップ
「S1」、「S2」…から構成されている。同様に、「ロボ
ットR2」においても、各軸値、変換値、動作プログラム
などが登録されている。「ワークW1」においては、「変
換値W1-T1」…と、「座標系W1-X1」が登録されており、
「座標系W1-X1」においては「変換値W1X1-T1」…が登録
されている。
In the example of FIG. 1, there are two robots and one work in the work space. Each axis value registered in “robot R1” is “each axis value R1-J1”, “each axis value R1-J2”, and the registered conversion value is “conversion value R1-T1”. , “Converted value R1-T2”. "Robot R1"
Are registered as "program R1-P1", "program R1-P2"... "Program R1-P1" is composed of program steps "S1", "S2". -P2 "is composed of program steps" S1 "," S2 ",... Similarly, in the “robot R2”, each axis value, conversion value, operation program, and the like are registered. In “Work W1”, “Conversion value W1-T1” and “Coordinate system W1-X1” are registered.
In the “coordinate system W1-X1”, “converted values W1X1-T1” are registered.

【0013】(1)本発明を適用したソフトウエアの操
作イメージ 今、「ワークW1」に登録されている「変換値W1-T1」
を、「ロボットR1」に変換値として追加登録する操作を
考える。従来の動作記述言語によるものだと、動作先の
点をロボット座標系へ手動で変換する必要があり、具体
的には、-(ロボットR1の設置位置R1-P)+(ワークW1の設
置位置W1-P)+(変換値W1-T1)と記述する必要があった。
本発明を適用したソフトウエアによれば、「変換値W1-T
1」を「ロボットR1」の登録変換値へドラッグアンドド
ロップすれば、この操作により「ワークW1」において登
録された変換値「変換値W1-T1」を「ロボットR1」にお
ける値に変換して「ロボットR1」に登録するという処理
を自動的に行う。
(1) Operation image of software to which the present invention is applied “Conversion value W1-T1” registered in “Work W1”
Is added to "robot R1" as a conversion value. According to the conventional operation description language, it is necessary to manually convert the operation destination point to the robot coordinate system.Specifically,-(installation position R1-P of robot R1) + (installation position of work W1) W1-P) + (conversion value W1-T1) had to be described.
According to the software to which the present invention is applied, the “converted value W1-T
If you drag and drop `` 1 '' to the registered conversion value of `` Robot R1 '', this operation converts the conversion value `` Conversion value W1-T1 '' registered in `` Work W1 '' to the value in `` Robot R1 '' The process of registering with "Robot R1" is performed automatically.

【0014】また、「ロボットR2」に登録されている
「各軸値R2-J1」を、「ロボットR1」に変換値として追
加登録する操作を考える。従来の動作記述言語によるも
のだと 、 (一時的な変換値TMP1)=(ロボットR2の各軸値R2-J1)… (一時的な変換値TMP1)=(一時的な変換値TMP1)+(ロボットR2のツール変換値R2- T1)… -(ロボットR1の設置位置R1-P)+(ロボットR2の設置位置R2-P)+(一時的な変換値 TMP1)… と記述する必要があった。で各軸値を変換値に順変換
し、でツール変換値の補正を行い、で「ロボットR
1」における変換値に変換している。本発明を適用した
ソフトウエアによれば、「各軸値R2-J1」を「ロボットR
1」の登録変換値へドラッグアンドドロップすれば、こ
の操作により「ロボットR2」において登録された各軸値
「各軸値R2-J1」を一旦変換値に変換し、「ロボットR
1」における変換値に変換して「ロボットR1」に登録す
るという処理を自動的に行う。
[0014] Also, consider an operation of additionally registering "each axis value R2-J1" registered in "robot R2" as a conversion value in "robot R1". According to the conventional operation description language, (temporary conversion value TMP1) = (each axis value R2-J1 of robot R2) ... (temporary conversion value TMP1) = (temporary conversion value TMP1) + ( Tool conversion value of robot R2 R2-T1)…-(Installation position R1-P of robot R1) + (Installation position R2-P of robot R2) + (temporary conversion value TMP1)… . Use to convert each axis value to converted value in order, correct the tool converted value with, and use `` Robot R
1 ”. According to the software to which the present invention is applied, “each axis value R2-J1” is replaced with “robot R
By dragging and dropping to the registered conversion value of “1”, this operation temporarily converts each axis value “each axis value R2-J1” registered in “Robot R2” to a conversion value,
The process of converting into the conversion value in "1" and registering it in "robot R1" is automatically performed.

【0015】今、「ロボットR1」に登録されている動作
プログラム「プログラムR1-P1」を編集する作業を考え
る。ステップ追加・編集時には、一時的に前述した図6
のような情報設定ウインドウを表示し、操作者に情報を
設定させる。プログラムステップは動作順に表示されて
おり、その順序はドラッグアンドドロップにより自由に
変更可能である。ステップが増えて表示しきれない場合
には、画面をスクロールして必要な領域をすばやく表示
することができる。ステップには、ステップ番号、ステ
ップ情報(補間方法、速度、精度、タイマなど)、動作
目標点などが表示されており、見通しよく作業を行うこ
とができる。
Now, consider the operation of editing the operation program “program R1-P1” registered in “robot R1”. At the time of step addition / editing, the above-mentioned FIG.
Is displayed, and the operator sets information. The program steps are displayed in the order of operation, and the order can be freely changed by drag and drop. If the number of steps is too large to be displayed, the screen can be scrolled to quickly display the necessary area. The step displays a step number, step information (interpolation method, speed, accuracy, timer, etc.), an operation target point, and the like, so that work can be performed with good visibility.

【0016】(2)オブジェクト管理構造体 上述した操作を可能とするために、新たに「オブジェク
ト」と言う概念と「オブジェクト管理構造体」と言うも
のを導入する。「オブジェクト」とは、ロボットの各種
データを抽象化したもので、図1中に登場する各項目で
ある。具体的には、「ロボット」、「ツール」、「ワー
ク」などの実在する物体だけでなく、「座標系」、「各
軸値」、「変換値」などのデータや、「ロボット動作プ
ログラム」、「プログラムステップ」などがある。「オ
ブジェクト」には親子関係があり、例えば、「ロボッ
ト」に装着された「ツール」と言う関係では、「ロボッ
ト」が親で「ツール」が子の関係となる。
(2) Object Management Structure In order to enable the above-described operations, a new concept called "object" and a new object management structure are introduced. The “object” is an abstraction of various data of the robot, and is an item appearing in FIG. Specifically, not only real objects such as "robot", "tool", and "work", but also data such as "coordinate system", "each axis value", "conversion value", and "robot operation program" , "Program steps" and the like. The "object" has a parent-child relationship. For example, in the relationship of "tool" mounted on "robot", "robot" is a parent and "tool" is a child.

【0017】各オブジェクトには、そのオブジェクト間
の相互関係を管理するために必要なデータを保持してい
る「オブジェクト管理構造体」というものを1対1に対
応させる。図2はオブジェクト管理構造体の構成を示し
ている。「オブジェクト管理構造体」には、「データへ
のポインタ群」、「親構造体へのポインタ」、「子構造
体へのポインタ群」などのポインタと、オブジェクトの
性質を示す「データ識別子」などが含まれる。各オブジ
ェクトは、それが管理する1個以上のデータへのポイン
タ群を持つ。オブジェクトが管理するデータ数はそのオ
ブジェクトの性質により変化する。例えば、「変換値」
の場合はそれを表すベクトルデータのみを管理すればよ
いが、「ロボット」の場合は機種名やロボット固有のパ
ラメータなどの「機種データ」、「設置位置」など多数
の情報を管理する必要がある。このオブジェクト管理構
造体により、ロボットのシステムが必要とする各種デー
タの相互関係を設定し、木構造データとして取り扱う。
Each object has a one-to-one correspondence with an "object management structure" which holds data necessary for managing the mutual relationship between the objects. FIG. 2 shows the configuration of the object management structure. "Object management structure" includes pointers such as "pointers to data", "pointers to parent structure", and "pointers to child structures", and "data identifiers" indicating the properties of objects. Is included. Each object has a group of pointers to one or more data managed by the object. The number of data managed by an object changes depending on the nature of the object. For example, "conversion value"
In the case of, only the vector data representing that need be managed, but in the case of "robot", it is necessary to manage a lot of information such as "model data" such as model name and robot-specific parameters, "installation position" . With this object management structure, the mutual relation of various data required by the robot system is set and handled as tree structure data.

【0018】(3)ドラッグアンドドロップによる自動
変換の実現方法 前述した「ワークW1」に登録されている「変換値W1-T
1」を、「ロボットR1」に変換値として追加登録する操
作について考える。図3はドラッグアンドドロップによ
る変換手順を示している。この操作を実現するには、一
旦作業空間の座標系(基準座標系)での値に変換して、
ロボットの座標系に変換すればよい。具体的な手順は以
下の通りである。変換元と変換先は既知であるので、ま
ず変換元から親オブジェクトのポインタを順次辿って基
準座標系まで遡る。その際に、必要に応じて変換作業を
行うことで、変換元の値を基準座標系における値に変換
できる。また、同様に変換先から親オブジェクトのポイ
ンタを順次辿って基準座標系まで遡る。その際に、必要
に応じて変換行列を計算していくことにより、基準座標
系から変換先への変換行列が求まる。最後に基準座標系
の値に変換行列を作用させて、変換先の値を得る。前述
した「ロボットR2」に登録されている「各軸値R2-J1」
を、「ロボットR1」に変換値として追加登録する操作も
同様の方法で変換を行うことができる。変換元が各軸値
の場合には、一旦変換値に変換する作業が必要になる
が、オブジェクト識別子により判断して必要に応じて変
換作業を行えばよい。
(3) Method for Realizing Automatic Conversion by Drag and Drop The “conversion value W1-T” registered in the “work W1” described above.
Consider an operation of additionally registering “1” as a conversion value in “robot R1”. FIG. 3 shows a conversion procedure by drag and drop. In order to realize this operation, once convert to a value in the coordinate system of the working space (reference coordinate system),
What is necessary is just to convert into the coordinate system of a robot. The specific procedure is as follows. Since the conversion source and the conversion destination are known, first, the pointer of the parent object is sequentially traced from the conversion source to the reference coordinate system. At this time, by performing a conversion operation as needed, the value of the conversion source can be converted to a value in the reference coordinate system. Similarly, the pointer of the parent object is sequentially traced from the conversion destination to the reference coordinate system. At this time, a conversion matrix from the reference coordinate system to the conversion destination is obtained by calculating a conversion matrix as needed. Finally, the value of the reference coordinate system is applied to the transformation matrix to obtain the value of the transformation destination. "Each axis value R2-J1" registered in "Robot R2" described above
The operation of additionally registering as a conversion value in “robot R1” can be converted in the same manner. When the conversion source is each axis value, it is necessary to perform a work of temporarily converting to the converted value. However, the conversion work may be performed as necessary by judging from the object identifier.

【0019】(4)プログラムステップ編集の実現方法 プログラムの編集について考える。プログラム及びプロ
グラムステップをオブジェクト管理構造体を用いて、図
4のような関係を構築する。今、ステップnとステップ
n+1の間にステップを挿入する際には、挿入ステップ
をステップnの子にして同時にステップn+1の親に設
定し、ステップnとステップn+1の親子関係を断てば
よい。ステップの並び替えも同様の手順で対応できる。
また、プログラムに対して、各軸値、変換値等がドラッ
グアンドドロップされた際には、その値への移動命令を
追加するようにしておけば、プログラムの作成が容易と
なり、操作者の負担を低減できる。このようなデータ構
造を構築しておけば、操作者が行った操作に対して、親
子のポインタを辿りながらオブジェクト識別子により必
要とされる作業を判断して自動的に作業を実施すること
により、操作者の負担を軽減できる。
(4) Method of realizing program step editing Consider editing a program. The relationship as shown in FIG. 4 is constructed using the object management structure for the program and the program step. Now, when inserting a step between step n and step n + 1, the insertion step may be set as a child of step n and set as the parent of step n + 1 at the same time, and the parent-child relationship between step n and step n + 1 may be cut off. The rearrangement of steps can be dealt with by the same procedure.
Also, when each axis value, conversion value, etc. is dragged and dropped into the program, adding a move command to that value facilitates the creation of the program, and burdens the operator. Can be reduced. By constructing such a data structure, in response to the operation performed by the operator, the operation required by the object identifier is determined while tracing the pointer of the parent and child, and the operation is automatically performed. The burden on the operator can be reduced.

【0020】従来のプログラム言語に作成された動作プ
ログラムは、前述した数1のリストに示されているよう
に、各データの親子関係が明記されていない。このよう
な動作プログラムを読み込む際には、ロボットを基準座
標系原点に配置し、ロボット座標系を基準座標系に一致
させた状態で読み込み、その後、任意の設置位置に設定
し直せばよい。ロボットの動作プログラムとオブジェク
ト管理のためのデータを分離して保存し、ポインタによ
り参照するため、従来のロボットシステムのソフトウエ
アの修正は不要であり、オブジェクト管理プログラムを
追加すればよい。また、出力する動作プログラムにはオ
ブジェクト管理のためのデータを含まないようにして、
別途管理データを出力するようにすれば、従来のロボッ
トシステムでそのまま実行させることができる。
In the operation program created in the conventional programming language, the parent-child relationship of each data is not specified, as shown in the above-mentioned list of Expression 1. When reading such an operation program, the robot may be arranged at the origin of the reference coordinate system, read in a state where the robot coordinate system matches the reference coordinate system, and then reset to an arbitrary installation position. Since the operation program of the robot and the data for object management are separately stored and referred to by the pointer, it is not necessary to modify the software of the conventional robot system, and the object management program may be added. Also, make sure that the output operation program does not include data for object management,
If the management data is output separately, it can be directly executed by the conventional robot system.

【0021】[0021]

【発明の効果】本発明は上記のように構成されているの
で、つぎのような効果を奏する。 (1) 従来のロボットシステムに、オブジェクトの親
子関係を管理する仕組みを導入することにより、従来か
らの互換性を保ちつつ、ロボット動作記述方法を構造化
できる。 (2) データが木構造に基づき一覧表示されているた
め、データ構造や相互関係を把握しやすい。 (3) 異なる座標系で定義されたデータを直感的な操
作で容易に変換できる。 (4) 直感的な操作でプログラムステップ順を変更す
ることができる。 (5) 大量のデータであっても、必要な部分のみを表
示することができ、表示が見やすい。
As described above, the present invention has the following effects. (1) By introducing a mechanism for managing the parent-child relationship of objects into a conventional robot system, a robot operation description method can be structured while maintaining the conventional compatibility. (2) Since the data is displayed in a list based on the tree structure, it is easy to grasp the data structure and the interrelationship. (3) Data defined in different coordinate systems can be easily converted by intuitive operation. (4) The program step order can be changed by intuitive operation. (5) Even for a large amount of data, only necessary parts can be displayed, and the display is easy to see.

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

【図1】本発明を適用したロボット用ソフトウエアユー
ザインタフェースの一例である。
FIG. 1 is an example of a software user interface for a robot to which the present invention is applied.

【図2】本発明のオブジェクト管理構造体の一例を示す
概略構成図である。
FIG. 2 is a schematic configuration diagram illustrating an example of an object management structure according to the present invention.

【図3】本発明のドラッグアンドドロップによる自動変
換の手順の一例を示す説明図である。
FIG. 3 is an explanatory diagram showing an example of a procedure of automatic conversion by drag and drop according to the present invention.

【図4】本発明のプログラムステップの挿入手順の一例
を示すフローチャートである。
FIG. 4 is a flowchart showing an example of a procedure for inserting a program step according to the present invention.

【図5】従来のプログラムステップごとに情報を登録し
ていく際のインタフェースの一例である。
FIG. 5 is an example of a conventional interface for registering information for each program step.

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 3F059 AA00 FC14 5B076 DE06 5E501 AC02 AC10 AC34 BA03 BA05 CB07 DA04 EA08 EA12 FA13 FA23 FB32 5H269 AB33 BB07 CC09 QC03 QD03 ──────────────────────────────────────────────────続 き Continued on the front page F term (reference) 3F059 AA00 FC14 5B076 DE06 5E501 AC02 AC10 AC34 BA03 BA05 CB07 DA04 EA08 EA12 FA13 FA23 FB32 5H269 AB33 BB07 CC09 QC03 QD03

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 ロボットの各種データに親子関係を設定
し管理するオブジェクト管理構造体を用いた木構造デー
タ管理手法により、既存のロボット動作記述言語と互換
性を保ちつつ、ロボット動作記述方法を構造化すること
を特徴とするロボット動作記述言語の構造化方法。
1. A tree structure data management method using an object management structure that sets and manages a parent-child relationship for various data of a robot, while maintaining compatibility with an existing robot movement description language and constructing a robot movement description method. A method for structuring a robot motion description language, characterized in that:
【請求項2】 請求項1記載の方法を適用した木構造に
基づくデータ表示方法により、ロボットの各種データを
見やすく表示することを特徴とする構造化したロボット
動作記述言語の表示方法。
2. A method for displaying a structured robot operation description language, characterized in that various data of a robot are displayed in an easily viewable manner by a data display method based on a tree structure to which the method according to claim 1 is applied.
【請求項3】 請求項1記載の方法を適用した木構造に
基づいて表示された座標データを、ポインティングデバ
イスを用いた直感的な操作を行うことにより、自動的に
座標変換を行うことを特徴とする構造化したロボット動
作記述言語の編集方法。
3. A coordinate transformation is automatically performed on coordinate data displayed based on a tree structure to which the method according to claim 1 is applied by performing an intuitive operation using a pointing device. How to edit a structured robot motion description language.
【請求項4】 請求項1記載の方法を適用した木構造に
基づいて表示されたプログラムステップを、ポインティ
ングデバイスを用いた直感的な操作を行うことにより、
ステップ順序を変更することを特徴とする構造化したロ
ボット動作記述言語の編集方法。
4. A program step displayed based on a tree structure to which the method according to claim 1 is applied, by performing an intuitive operation using a pointing device,
A method for editing a structured robot operation description language, characterized by changing a step order.
JP2000254816A 2000-08-25 2000-08-25 Structuring method of robot motion descriptive language, and indicating method and editing method of structured robot motion descriptive language Pending JP2002066967A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000254816A JP2002066967A (en) 2000-08-25 2000-08-25 Structuring method of robot motion descriptive language, and indicating method and editing method of structured robot motion descriptive language

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000254816A JP2002066967A (en) 2000-08-25 2000-08-25 Structuring method of robot motion descriptive language, and indicating method and editing method of structured robot motion descriptive language

Publications (1)

Publication Number Publication Date
JP2002066967A true JP2002066967A (en) 2002-03-05

Family

ID=18743696

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000254816A Pending JP2002066967A (en) 2000-08-25 2000-08-25 Structuring method of robot motion descriptive language, and indicating method and editing method of structured robot motion descriptive language

Country Status (1)

Country Link
JP (1) JP2002066967A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1301455C (en) * 2004-04-21 2007-02-21 腾讯科技(深圳)有限公司 Subitem drag and drop method for tree structure
JP2012033062A (en) * 2010-07-30 2012-02-16 Kyocera Mita Corp Program for electronic apparatus and electronic apparatus system
WO2018181229A1 (en) * 2017-03-29 2018-10-04 日本電産サンキョー株式会社 Work description creating device for industrial robot, and work description creating method for industrial robot
WO2019064918A1 (en) * 2017-09-26 2019-04-04 日本電産株式会社 Robot teaching device
WO2019064914A1 (en) * 2017-09-26 2019-04-04 日本電産株式会社 Robot teaching device

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1301455C (en) * 2004-04-21 2007-02-21 腾讯科技(深圳)有限公司 Subitem drag and drop method for tree structure
JP2012033062A (en) * 2010-07-30 2012-02-16 Kyocera Mita Corp Program for electronic apparatus and electronic apparatus system
WO2018181229A1 (en) * 2017-03-29 2018-10-04 日本電産サンキョー株式会社 Work description creating device for industrial robot, and work description creating method for industrial robot
JPWO2018181229A1 (en) * 2017-03-29 2020-02-20 日本電産株式会社 Industrial robot work description creation device and industrial robot work description creation method
JP7074057B2 (en) 2017-03-29 2022-05-24 日本電産株式会社 Work description creation device for industrial robots and work description creation method for industrial robots
WO2019064918A1 (en) * 2017-09-26 2019-04-04 日本電産株式会社 Robot teaching device
WO2019064914A1 (en) * 2017-09-26 2019-04-04 日本電産株式会社 Robot teaching device
JPWO2019064918A1 (en) * 2017-09-26 2020-10-15 日本電産株式会社 Robot teaching device
JPWO2019064914A1 (en) * 2017-09-26 2020-10-15 日本電産株式会社 Robot teaching device
JP7024795B2 (en) 2017-09-26 2022-02-24 日本電産株式会社 Robot teaching device
JP7099470B2 (en) 2017-09-26 2022-07-12 日本電産株式会社 Robot teaching device

Similar Documents

Publication Publication Date Title
JP6676286B2 (en) Information processing method and information processing apparatus
US7096454B2 (en) Method for gesture based modeling
JP3660366B2 (en) Programming system using figures
JP3441309B2 (en) How to display functional objects in graphical programming
Sharp et al. Interactive exploration of UML sequence diagrams
JP2002066967A (en) Structuring method of robot motion descriptive language, and indicating method and editing method of structured robot motion descriptive language
CN111596824B (en) Drawing standardization compilation method and system and electronic equipment
JPH08249170A (en) Graphical user interface design/manufacture support device
JPH06215095A (en) Object attribute expressing/changing system
JP4902567B2 (en) Work procedure manual creation system and work procedure manual creation program
JP3498733B2 (en) Tree structure display editing device
JPH10291183A (en) Robot language processing device
JP2002503842A (en) Dynamic interface synthesizer
JP2000259228A (en) Monitoring controller
JPH06348499A (en) Object directional programming support device and its method
CN115270251B (en) BIM-based dynamic association method, system and medium for in-situ labeling of longitudinal ribs
JP3353470B2 (en) Work process display device
JPH02202620A (en) System for generating and editing tree structure graphic
JPH06202841A (en) Display method for icon
JPS61249172A (en) Cad system
JPH03231335A (en) Display system for error message
JPH07306776A (en) Visual programming method
JPH02143325A (en) Window displaying system
JPH05204621A (en) Device and method for automatically generating software
WO2019064918A1 (en) Robot teaching device

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040302