JPS6356707A - Generating device for robot operation indication program - Google Patents

Generating device for robot operation indication program

Info

Publication number
JPS6356707A
JPS6356707A JP61202213A JP20221386A JPS6356707A JP S6356707 A JPS6356707 A JP S6356707A JP 61202213 A JP61202213 A JP 61202213A JP 20221386 A JP20221386 A JP 20221386A JP S6356707 A JPS6356707 A JP S6356707A
Authority
JP
Japan
Prior art keywords
robot
production rule
state memory
operation indication
instruction program
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
JP61202213A
Other languages
Japanese (ja)
Inventor
Masayuki Tanaka
田中 昌行
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP61202213A priority Critical patent/JPS6356707A/en
Publication of JPS6356707A publication Critical patent/JPS6356707A/en
Pending legal-status Critical Current

Links

Landscapes

  • Numerical Control (AREA)
  • Manipulator (AREA)

Abstract

PURPOSE:To improve the efficiency of programming by generating source codes of a robot operation indication program described in robot language by a production rule wherein operations of a robot are described by execution conditions. CONSTITUTION:A state memory is initialized first and Start which indicates the generation start of the robot operation indication program is stored in the state memory 3. Then the production rule which has a condition part matching with the current state memory 3 is searched and read in. If the production rule having the matching condition part is not present, the generation of the robot operation indication program is finished, but when there is the rule, the state memory is updated according to the processing part of the production rule whose condition part matches. Then, the source codes of the robot operation indication program are generated according to the processing part of the production rule and stored in another storage device 8.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、ロボットの教示手段であるロボット言語によ
る動作指示プログラムを生成する装置に関するものであ
る。ロボット言語は、複雑な動作を正確かつコンパクト
に表現でき、パーソナル・コンピュータの主要言語であ
るBASICに似ていることから比較的簡単なため、ロ
ボットの教示手段として広く用いられている。
DETAILED DESCRIPTION OF THE INVENTION Field of the Invention The present invention relates to an apparatus for generating a motion instruction program in a robot language, which is a teaching means for a robot. Robot languages are widely used as a means of teaching robots because they can accurately and compactly express complex movements and are relatively simple as they are similar to BASIC, the main language for personal computers.

従来の技術 従来の構成を第3図、第4図により説明する。Conventional technology A conventional configuration will be explained with reference to FIGS. 3 and 4.

M3図は、ロボットに動作教示をする手順を示すもので
ある。第4図はソフトウェアの構成を示したものである
。まず、ロボット言語エディタ1゜で動作指示プログラ
ムを作成する(17)。つぎに、コンパイラ12及びシ
ミュレータ13を用いてプ「2グラム・デバッグを行な
う(18)。コンパイラ12は動作指示プログラムのソ
ース・コードより中間コードを生成し、通信プログラム
11でコントローラへ送られる。コントローラII+の
インタープリタ14は動作指示プログラムの中間コード
を逐次実行し、実機を用いたチェックが行なわれる(1
9)。ホスト側でのプログラム・デバッグ及びコントロ
ーラ側での実機チェックが完了すれば本稼働になる(2
o)。
Diagram M3 shows the procedure for teaching the robot to move. FIG. 4 shows the configuration of the software. First, a motion instruction program is created using robot language editor 1° (17). Next, two-gram debugging is performed using the compiler 12 and simulator 13 (18). The compiler 12 generates intermediate code from the source code of the operation instruction program, and sends it to the controller via the communication program 11. The interpreter 14 of II+ sequentially executes the intermediate code of the operation instruction program, and a check is performed using the actual machine (1
9). Once the program debugging on the host side and the actual machine check on the controller side are completed, the actual operation begins (2
o).

発明が解決しようとする問題点 従来、ロボット言語による教示方法は、専用のハンディ
型教示装置などによる方法に比べ、複雑な動作を記述で
きるという利点はあるが、BASICなどの高級言語に
よるプログラミング作業と同様の欠点を持っている。即
ち、プログラムが大規模になれば、モジュール化などの
プログラミング作業上のテクニックを要し、プログラミ
ング効率及びデバッグ効率が悪くなる。以上のように、
ロボット言語による動作教示手段は、製造部門の教示担
当者にとっては一般的な方法とは言えない。それを回避
する手段として、ロボット言語で記述された動作指示プ
ログラムを事前にオフラインでシ、ミュレーションする
装置が存在するものの、プログラミング作業そのものめ
大巾な工数短縮にはならない。
Problems to be Solved by the Invention Traditionally, teaching methods using robot languages have the advantage of being able to describe complex movements compared to methods using dedicated hand-held teaching devices, but they are difficult to perform when programming using high-level languages such as BASIC. have similar drawbacks. That is, when a program becomes large-scale, programming techniques such as modularization are required, which deteriorates programming efficiency and debugging efficiency. As mentioned above,
Motion teaching means using robot language is not a common method for teaching personnel in manufacturing departments. As a means to avoid this, there is a device that simulates motion instruction programs written in a robot language offline in advance, but this does not significantly reduce the amount of man-hours required for the programming process itself.

問題点を解決するための手段 本発明は、上記欠点を解消するもので、ロボットの動作
の実行条件を記述した条件部及び条件が成立した時の処
理を記述した処理部で表現されるプロダクションルール
より、ロボット言語で記述された動作指示プログラムの
ソース・コードを生成するロボット動作指示プログラム
生成装置を提供するものである。
Means for Solving the Problems The present invention solves the above-mentioned drawbacks, and uses a production rule expressed by a condition section that describes the execution conditions for robot motion and a processing section that describes the processing when the conditions are met. Accordingly, the present invention provides a robot motion instruction program generation device that generates source code of a motion instruction program written in a robot language.

本発明の構成を第1図、第2図により説明する。The configuration of the present invention will be explained with reference to FIGS. 1 and 2.

本発明は、ロボットの動作の実行条件を記述した条件部
及び前記実行条件が成立した時の処理を記述した処理部
で表現されるプロダクションルール1を記憶するための
記憶装置2と、プロダクションルール1の処理部が動作
するに従って変化するロボットの動作状態に関するデー
タを記憶するための状態メモリ3と、状態メモリ3の内
容とプロダクションルール1の条件部とマツチングする
プロダクションルール1を探索し確定するマツチング機
能4及びこのプロダクションルールの処理部に従って状
態メモリ3を更新する機能5並びにこのプロダクション
ルールの処理部よりロボット言語で記述された動作指示
プログラムのソース・コードを生成する機能6とを有す
るプログラム(ジェネレータ7)と、動作指示プログラ
ムのソース・コードを記憶するだめの記憶装置8とから
構成される。
The present invention includes a storage device 2 for storing a production rule 1 expressed by a condition part that describes execution conditions for a robot's motion and a processing part that describes a process when the execution condition is satisfied; a state memory 3 for storing data regarding the operating state of the robot that changes as the processing unit operates, and a matching function that searches for and determines a production rule 1 that matches the contents of the state memory 3 with the condition part of the production rule 1. A program (generator 7 ) and a storage device 8 for storing the source code of the operation instruction program.

作  用 本発明の作用を第6〜7図により説明する。第7図はプ
ロダクションルール1のフォーマツ)f示す。ロボット
の動作の実行条件が条件部21に記述され、条件部21
が成立した時の処理が処理部22に記述されている。第
6図はプロダクションルールの処理部22が動作するに
従って変化し条件部21の成立を判定するためのデータ
を記憶するための状態メモリ3のマツプの一部を示す。
Function The function of the present invention will be explained with reference to FIGS. 6 and 7. FIG. 7 shows the format of production rule 1). Execution conditions for the robot's movements are written in the condition section 21.
Processing when the following is established is described in the processing unit 22. FIG. 6 shows a part of the map of the state memory 3 for storing data that changes as the production rule processing section 22 operates and is used to determine whether the condition section 21 is met.

大きく分類すると、ロボットの位置状態を示すデータ、
ロボット動作指示プログラム中で取り扱える変数を示す
データ、他の特性データに分けられる。第7図は本発明
の基本の作用を示す。まず、状態メモリを初期化(クリ
ア)する(23)。つぎK、ロボット動作指示プログラ
ムの生成開始を指示する5tart  を状態メモリに
入れる(24)。
Broadly classified, data indicating the position status of the robot;
It is divided into data indicating variables that can be handled in the robot operation instruction program and other characteristic data. FIG. 7 shows the basic operation of the invention. First, the state memory is initialized (cleared) (23). Next, 5tart, which instructs the start of generation of the robot motion instruction program, is stored in the state memory (24).

26では、現在の状態メモリにマツチする条件部をもつ
プロダクションルールを探索・確定し読み込む。条件部
がマツチするプロダクションルールが存在しなければロ
ボット動作指示プログラム生成は終了し、そうでなけれ
ば条件部がマツチしたプロダクションルールの処理部に
従って状態メモリを更新する(26.27)。28.2
9では、条件部がマツチしたプロダクションルールの処
理部に従ってロボット動作指示プログラムのソース・コ
ードを・生成し別の記憶装置に収納する。以下、26に
戻って上記手順を繰り返す。
In step 26, a production rule having a condition part that matches the current state memory is searched for, determined, and read. If there is no production rule that matches the condition part, the robot motion instruction program generation ends, and if not, the state memory is updated according to the processing part of the production rule that matches the condition part (26.27). 28.2
In step 9, the source code of the robot motion instruction program is generated according to the processing section of the production rule whose condition section matches, and is stored in another storage device. Thereafter, return to step 26 and repeat the above procedure.

実施例 以下に、本発明の実施例を第8〜10図にもとついて説
明する。第8図は本発明の実施例におけるロボットの動
作を示す。動作内容は、A点にある部品をつかんでB点
の判別機に移載し、判別機にて良品/不良品の判別を行
ない良品なら0点へ、不良品ならD点へ移載する。
EXAMPLES Below, examples of the present invention will be explained based on FIGS. 8 to 10. FIG. 8 shows the operation of the robot in the embodiment of the present invention. The operation is as follows: grab the part at point A, transfer it to the discriminator at point B, use the discriminator to determine whether it is a good product or a defective product, and if it is a good product, it is transferred to point 0, and if it is defective, it is transferred to point D.

第9図は実行条件別のプロダクションルールの一例を示
す。第10図は、第9図に示すプロダクションルールの
実行過程及び状態メモリの遷移を示すものである。この
結果、以下の様なシーケンシャルなロボット動作指示プ
ログラムが自動生成される。
FIG. 9 shows an example of production rules for each execution condition. FIG. 10 shows the execution process of the production rule shown in FIG. 9 and the transition of the state memory. As a result, the following sequential robot motion instruction program is automatically generated.

1 5PEED、1o0.100   ・・・・・・ス
ピードの設定2   As1=−30・・・・・・アー
チ舎モー/ヨンZ軸上昇位置3   A32=100 
       ・・・・・・アーチ・モーyMン水平方
向移動開始率4   A33=fOO・・・・−・アー
チ壷モー/llン下降開始率s     ARCH・・
・・・・コメントe  hio’/E F Z Pl 
    ・・・・・・Plへのアーチ・モーシヨン7 
  ON  0UT2(s)      ・・・・・・
部品把持a   DELAY 0.1      ・・
・・・・0.1秒待ち9 MつVE F Z P2  
   ・・曲P2へのアーチ・モーション1o   O
FF  0UT2(5)     ・・・・・・部品解
放11   DRAW Z(10)      −・・
−=Z軸10.上昇12   ON  0UT3(4)
0.1   ・・・・・・判別機へスタート信号送る。
1 5PEED, 1o0.100...Speed setting 2 As1=-30...Archisha mo/yon Z-axis ascending position 3 A32=100
・・・・・・Arch・MoyM・Horizontal movement start rate 4 A33=fOO・・・・・Arch・MoyM・・・・・・・・・・・Arch・・・・・・・・・・・・・・・・・・Archi・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・ for a fork for the arch, ・・・・・・・・・・・・・・・・・・・・・・・・・Arch・・・・・.
...Comment e hio'/E F Z Pl
・・・・・・Arch motion to Pl 7
ON 0UT2(s) ・・・・・・
Part gripping a DELAY 0.1...
...Wait for 0.1 seconds 9 M VE F Z P2
・・Arch motion 1o O to song P2
FF 0UT2 (5) ...... Parts release 11 DRAW Z (10) -...
-=Z-axis 10. Rise 12 ON 0UT3 (4)
0.1...Sends a start signal to the discriminator.

13  WAIτINP2(5)=1   ・・・・・
・判別終了まで待ち14   I、RAW  Z (−
10)     −−−−−−Z軸10箇下降1s  
 ON 0UT2(5)      ・・・・・・部品
把持16  シERAY  o、1      ・・・
・・・0.1秒待ち17  rF工NP3(2)=OT
HENGoTOL1・・・・・・不良品なら乏ベルL1
へ飛ぶ。
13 WAIτINP2(5)=1 ・・・・・・
・Wait until the determination is completed 14 I, RAW Z (-
10) -------Z-axis 10 steps down for 1 s
ON 0UT2 (5) ... Parts gripping 16 SERAY o, 1 ...
...Wait for 0.1 seconds 17 rF engineering NP3 (2) = OT
HENGoTOL1...If it's a defective product, it's poor quality L1
fly to

18)イOVE  F  Z  P3    ・・・・
・・P3へのアーチ◆モーシヲン19   GOTOL
2        ・・・・・・ラヘルL2へ飛フ。
18) I OVE F Z P3...
・・Arch to P3 ◆ Mosion 19 GOTOL
2 ...Fly to Rahel L2.

20L1NOP             ・・・・・
・何もしない。
20L1NOP・・・・・・
·do nothing.

21   MOVE  F  Z  Pa    ・・
・・・・P4へのアーチ・モーション22L2NOP 
           ・・・・・・何もしない。
21 MOVE FZ Pa...
...Arch motion 22L2NOP to P4
······do nothing.

23   OFF  0UT2(5)     ・・・
・・・部品解放24   DELAY  O,1・−−
−0,1秒待ち25   DRAW Z(1o)   
  −−−−−−Z軸10フ上昇26   END  
         ・・・・・・終了発明の効果 以上のように本発明は、ロボットの動作を実行条)−ト
別に記述したプロダクションルールよりロボット言語で
記述されたロボット動作指示プログラムのソース・コー
ドと自動生成することができるため、プログラミング効
率及びデバッグ効率が向上し、製造部門の教示担轟者に
とって平易な教示手段を提供するなど実用的効果は極め
て大きい。
23 OFF 0UT2(5)...
...Parts release 24 DELAY O, 1・--
-0, 1 second wait 25 DRAW Z (1o)
--------Z-axis 10 feet up 26 END
・・・・・・End Effect of the Invention As described above, the present invention provides the automatic generation of the source code of a robot movement instruction program written in a robot language from production rules written separately for execution of robot movements. As a result, programming efficiency and debugging efficiency are improved, and practical effects such as providing a simple teaching means for instructors in manufacturing departments are extremely large.

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

第1図は本発明の一実施例のハードウェアとの関連図、
第2図は同実施例のソフトウェア構成図、第3図は従来
例のロボットに動作教示をする手順を示す図、第4図は
同従来例のソフトウェア構成図、第6図は同実施例のプ
ロダクションルールのフォーマットの説明図、第6図は
同実施例の状態メモリのマツプの説明図、第7図は同実
施例のロボット動作指示プログラム生成の動作フローチ
ャート、第8図は同実箔例のロボットの動作を示す!、
第9図は同実施例の実行条件別のプロダクションルール
の説明図、第1Q図は同実施例のプロダクションルール
の実行過程及び状態メモリの遷移金示す説明図である。 1・・・・・グロダクンヨンルール、2・・・・・・記
憶装置、3・・・・・・状態メモリ、4・・・・・・マ
ツチング機能、5・・・・・・状態メモリを更新する機
能、6・・・・・・ロボット言語で記述された動作指示
プログラムのソース・コードを生成する機能、7・・・
・・・ジェネレータ、8・・・・ ロボット動作指示プ
ログラムのソース・コードを記憶するための記憶装置。 代理人の氏名 弁理士 中 尾 敏 男 ほか1名@1
図 第 2 図 第3図 第4図 第 5 図 もhen 第 6 図 第 8 図 手続補正書は式) 昭和61年11月−夕日 昭和61年特許願第202213 ’;’72つ′d明
の名称 ロボット動作指示プログラム生成装置 3 il“′工をする各 ”I l’lとの関係      特  許  出  
願  人(ト 所  大阪府門真市大字門真1006番
地名 称 (582)松下電器産業株式会社代表番  
     谷   井   昭   雄4代理人 〒5
71 住 所  大阪府門真市大字門真1006番地松下電器
産業株式会社内
FIG. 1 is a diagram related to hardware of an embodiment of the present invention;
Fig. 2 is a software configuration diagram of the same embodiment, Fig. 3 is a diagram showing the procedure for teaching motion to the robot of the conventional example, Fig. 4 is a software configuration diagram of the same conventional example, and Fig. 6 is a diagram of the same embodiment. FIG. 6 is an explanatory diagram of the format of the production rule, FIG. 6 is an explanatory diagram of the state memory map of the same embodiment, FIG. 7 is an operation flowchart of generating the robot motion instruction program of the same embodiment, and FIG. 8 is an illustration of the same actual foil example. Show the robot in action! ,
FIG. 9 is an explanatory diagram of production rules according to execution conditions in the same embodiment, and FIG. 1Q is an explanatory diagram showing the execution process of the production rule and the transition amount of the state memory in the same embodiment. 1... Grodakunyong rules, 2... Storage device, 3... Status memory, 4... Matching function, 5... Status memory 6... A function to generate source code for a motion instruction program written in a robot language, 7...
... Generator, 8... Storage device for storing the source code of the robot operation instruction program. Name of agent: Patent attorney Toshio Nakao and 1 other person @1
Figure 2 Figure 3 Figure 4 Figure 5 Figure 6 Figure 8 Figure 8 Procedural Amendment Form) November 1985 - Sunset 1985 Patent Application No. 202213';'72 Name Robot operation instruction program generation device 3 il "'Relationship with each machine"Il'l Patent issued
Address: 1006 Kadoma, Kadoma City, Osaka Name (582) Matsushita Electric Industrial Co., Ltd. Main number
Akio Tanii 4 agents 〒5
71 Address: Matsushita Electric Industrial Co., Ltd., 1006 Kadoma, Kadoma City, Osaka Prefecture

Claims (1)

【特許請求の範囲】[Claims] ロボットの動作の実行条件を記述した条件部及び前記実
行条件が成立した時の処理を記述した処理部で表現され
るプロダクションルールを記憶するための記憶装置と、
前記プロダクションルールの処理部が動作するに従って
変化するロボットの動作状態に関するデータを記憶する
ための状態メモリと、前記状態メモリの内容と前記プロ
ダクションルールの条件部とマッチングするプロダクシ
ョンルールを探索し確定するマッチング機能及びこのプ
ロダクションルールの処理部に従って前記状態メモリを
更新する機能並びにこのプロダクションルールの処理部
よりロボット言語で記述された動作指示プログラムのソ
ース・コードを生成する機能とを有するジェネレータと
、前記の動作指示プログラムのソース・コードを記憶す
るための記憶装置とを備えたロボット動作指示プログラ
ム生成装置。
a storage device for storing production rules expressed by a condition section that describes execution conditions for the robot's actions and a processing section that describes processing when the execution conditions are met;
a state memory for storing data regarding the operating state of the robot that changes as the production rule processing unit operates; and a matching unit that searches for and determines a production rule that matches the contents of the state memory and the condition part of the production rule. a generator having a function, a function of updating the state memory according to a processing section of this production rule, and a function of generating a source code of a motion instruction program written in a robot language from a processing section of this production rule, and the above-mentioned operation. A robot operation instruction program generation device comprising a storage device for storing source code of an instruction program.
JP61202213A 1986-08-28 1986-08-28 Generating device for robot operation indication program Pending JPS6356707A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61202213A JPS6356707A (en) 1986-08-28 1986-08-28 Generating device for robot operation indication program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61202213A JPS6356707A (en) 1986-08-28 1986-08-28 Generating device for robot operation indication program

Publications (1)

Publication Number Publication Date
JPS6356707A true JPS6356707A (en) 1988-03-11

Family

ID=16453832

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61202213A Pending JPS6356707A (en) 1986-08-28 1986-08-28 Generating device for robot operation indication program

Country Status (1)

Country Link
JP (1) JPS6356707A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02207302A (en) * 1989-02-07 1990-08-17 Omron Tateisi Electron Co Fuzzy control system development supporting device
JPH05150821A (en) * 1991-11-26 1993-06-18 Yaskawa Electric Corp Robot controller
KR200465752Y1 (en) 2009-09-28 2013-03-07 여기선 Anti-rolling apparatus for floating structure on water

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59223852A (en) * 1983-06-01 1984-12-15 Hitachi Ltd Reasoning system
JPS6024645A (en) * 1983-07-20 1985-02-07 Hitachi Ltd Backward inferring system
JPS6068435A (en) * 1983-09-22 1985-04-19 Hitachi Ltd Retreiving system of software parts
JPS60120437A (en) * 1983-12-05 1985-06-27 Hitachi Ltd Executing device of robot language
JPS60151716A (en) * 1984-01-18 1985-08-09 Fujitsu Ltd Robot controller
JPS60173635A (en) * 1984-02-20 1985-09-07 Hitachi Ltd Control system of installation group

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59223852A (en) * 1983-06-01 1984-12-15 Hitachi Ltd Reasoning system
JPS6024645A (en) * 1983-07-20 1985-02-07 Hitachi Ltd Backward inferring system
JPS6068435A (en) * 1983-09-22 1985-04-19 Hitachi Ltd Retreiving system of software parts
JPS60120437A (en) * 1983-12-05 1985-06-27 Hitachi Ltd Executing device of robot language
JPS60151716A (en) * 1984-01-18 1985-08-09 Fujitsu Ltd Robot controller
JPS60173635A (en) * 1984-02-20 1985-09-07 Hitachi Ltd Control system of installation group

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02207302A (en) * 1989-02-07 1990-08-17 Omron Tateisi Electron Co Fuzzy control system development supporting device
JPH05150821A (en) * 1991-11-26 1993-06-18 Yaskawa Electric Corp Robot controller
KR200465752Y1 (en) 2009-09-28 2013-03-07 여기선 Anti-rolling apparatus for floating structure on water

Similar Documents

Publication Publication Date Title
JP7087316B2 (en) Information processing equipment, information processing methods and programs
CN112621758B (en) Method for modifying teaching points in real time on line and robot control equipment
JPS6356707A (en) Generating device for robot operation indication program
Busemann et al. Interactive planning of manual assembly operations: from language to motion
JP2011059801A (en) Program creation/instruction device and method
JPH0747209B2 (en) Welding condition automatic setting device
JP2754533B2 (en) Flow chart creation device
JPH08137532A (en) Generating method for operation program of robot and teaching method for robot
Rao Extended Reality based Digital Twin of Arc Welding
JPH05134732A (en) Method for generating interference evasion route
JP2753555B2 (en) Programmable controller
CN101438240B (en) The method and apparatus that graphic package and robot program are carried out synchronizing
JPH03126103A (en) Program generating device for robot
JPH0756723A (en) Compiler device
JPH06238580A (en) Formation of operation program for robot
WO1987001476A1 (en) Method of confirming a robot program
JPH09167007A (en) Automatic generation device for operation program
JPH05233241A (en) Program forming device
JP2007011680A (en) Cycle time simulation device
JP3283055B2 (en) Program editing device
JPH05108359A (en) Interactive expert system construction method
Choi et al. Object-oriented knowledge-based automatic cell programming environment
JPS62159220A (en) Backward reasoning system
JPH0264735A (en) Control program preparing device by expert system
JPS62103710A (en) Robot controller