JPS62103709A - Robot control system by general compiler language - Google Patents

Robot control system by general compiler language

Info

Publication number
JPS62103709A
JPS62103709A JP24169885A JP24169885A JPS62103709A JP S62103709 A JPS62103709 A JP S62103709A JP 24169885 A JP24169885 A JP 24169885A JP 24169885 A JP24169885 A JP 24169885A JP S62103709 A JPS62103709 A JP S62103709A
Authority
JP
Japan
Prior art keywords
module
load module
robot
load
source module
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
JP24169885A
Other languages
Japanese (ja)
Inventor
Mitsuaki Matsuo
松尾 光晶
Shukaku Kura
修郭 久良
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.)
Yaskawa Electric Corp
Original Assignee
Yaskawa Electric Manufacturing 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 Yaskawa Electric Manufacturing Co Ltd filed Critical Yaskawa Electric Manufacturing Co Ltd
Priority to JP24169885A priority Critical patent/JPS62103709A/en
Publication of JPS62103709A publication Critical patent/JPS62103709A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To prevent a robot from performing unexpected operation by controlling the version numbers of a source module and an object module and making them coincident with each other, generating a table which contains the history of a load module in linking operation as information, and generating a contents display instruction for the load module. CONSTITUTION:A single or plural object modules 5 which are required by a robot operation program to operate are linked together by linking operation 3, thereby generating the load module 6. The names of the single or plural object modules 5 at this time and the version numbers recorded in the files are read out to generate the link information table 8. This link information table 8 corresponds to the load module 6 and represents the source module 6 corresponding to the load module 6. The link information table 8 is referred to generate an instruction which displays the corresponding source module 4, and an operator grasps the contents of the load module 6.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、編集によってソースモジュールが生成せされ
、コンパイル操作によりオブジェクトモジュールが生成
され、リンク操作により実行形式のロードモジュールか
生成される汎用的なコンパイラ言語を用いてロボット動
作を制御するロボット制御方式に間する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention is a general-purpose computer in which a source module is generated by editing, an object module is generated by a compiling operation, and an executable load module is generated by a linking operation. We develop a robot control method that uses a compiler language to control robot motion.

〔従来の技術〕[Conventional technology]

第2図は汎用的コンパイラ言語によるロボット制御方式
の従来例を示すブロック図である。
FIG. 2 is a block diagram showing a conventional example of a robot control method using a general-purpose compiler language.

ロボット動作プログラムは、編集操作]によってソース
モジュール4が生成され、コンパイル操作2によってオ
ブジェクトモジュール5か生成され、リンク操作3によ
って実行形式であるロードモジュール6か生成される。
In the robot motion program, a source module 4 is generated by the editing operation], an object module 5 is generated by the compiling operation 2, and a load module 6 in an executable format is generated by the linking operation 3.

これら編集操作]、コンパイル操作2、リンク操作3は
全てオペレータの操作である。オブジェクトモジュール
5、ロードモジュール6は、共にオペレータが理解でき
ない・非表示形式(2進形式)である。ロボットは実行
形式であるロードモジュール6に従って動作する。
These editing operations], compiling operation 2, and linking operation 3 are all operations performed by the operator. Both the object module 5 and the load module 6 are in a hidden format (binary format) that cannot be understood by the operator. The robot operates according to the load module 6, which is an executable format.

上記方式においで、オペレータは1.2および3の操作
を任意に実行することかできるため、例えば同一プログ
ラムに対して、リンク操作3を実行後、編集操作1を行
えばロードモジュール6に対応するソースモジュール4
は失われ、オペレータはロードモジュール6の内8を把
握できなくなり、非常に使いにくくかつ危険な状態が生
しる。
In the above method, since the operator can arbitrarily execute operations 1.2 and 3, for example, after executing link operation 3 for the same program, editing operation 1 corresponds to load module 6. source module 4
are lost, and the operator loses control of 8 of the load modules 6, creating a very difficult to use and dangerous situation.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した、汎用コンパイラ言語によるロボット制御方式
は、各モジュールはその経歴を示すバージョン番号で管
理されているが、編集、コンパイルおよびリンク操作や
、各モジュールの削除、複写およびバージョン番号のパ
ージ、変更が任意に行えるため、各モジュール間の対応
付けはオペレータの操作に委ねられ、必ずしも明らかで
なく、したがってロボットの動作状態を把握できない危
険な状態が主しるという欠点がある。
In the above-mentioned robot control method using a general-purpose compiler language, each module is managed with a version number that indicates its history, but editing, compiling, and linking operations, deleting, copying, and purging and changing the version number of each module are not possible. Since this can be done arbitrarily, the correspondence between each module is left to the operator's operation, which is not always clear, and therefore there is a drawback that there are mainly dangerous situations in which the operating state of the robot cannot be grasped.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の汎用コンパイラによるロボット制御方式は、ソ
ースモジュールとオブジェクトモジュールのバージョン
番号を管理し、かつ一致させ、リンク操作時ロードモジ
ュールの経歴を情報0ノンクされたオブジェクトモジュ
ール名と、そのバージョン番号)として持つテーブルを
作成し、ロードモジュールの内容表示命令を作成するこ
とを特徴とする。
The robot control method using the general-purpose compiler of the present invention manages and matches the version numbers of the source module and object module, and uses the history of the load module during link operation as information (0 non-linked object module name and its version number). The present invention is characterized in that it creates a table with the contents of the load module and creates a command to display the contents of the load module.

(作 用) オペレータは、ロードモジュール内容表示命令を実行す
るだけで、前記ロードモジュールに対応したソースモジ
ュールが表示されで、ロードモジュールの内容、すなわ
ちロボ・シトの動作内容を把握でき、予想外のロボット
動作を防止することが可能になる。
(Function) By simply executing the load module contents display command, the operator can display the source module corresponding to the load module, and can understand the contents of the load module, that is, the operation contents of the robot seat, and can avoid unexpected situations. It becomes possible to prevent robot movement.

〔実施例〕〔Example〕

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

第1図は本発明の汎用コンパイラ言語によるロボット制
御方式の一実施例を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of a robot control system using a general-purpose compiler language according to the present invention.

図中、符号1〜6は第2図と同じものであり、バージョ
ン管理部7とリンク情報テーブル8が第2図の従来例(
こ付加されている。
In the figure, numerals 1 to 6 are the same as those in FIG.
This is added.

本実施例では、ソースモジュール4とオブジェウドモジ
ュール5のバージョン番号をバージョン管理部7により
管理し、かつ一致させ、リンク操作時ロードモジュール
6の経歴を情報(リンクそれたオブジェクトモジュール
名と、そのバージョン番号)として持つリンク情報テー
ブル8が作成される。
In this embodiment, the version numbers of the source module 4 and the object module 5 are managed by the version management unit 7 and made to match, and when the link operation is performed, the history of the load module 6 is displayed as information (the name of the object module that is linked and its version). A link information table 8 having a number) is created.

次に、本実施例の動作についで説明する。ロボット動作
プログラムは編集操作1によってソースモジュール4か
作成される。このときソースモジュール4フアイル内の
、オペレータが操作できないエリア、例えば拡張データ
部にその履歴を表わすバージョン番号が記録され、編集
操作1が繰返される毎に+1され、他と区別される。
Next, the operation of this embodiment will be explained. A robot motion program is created as a source module 4 by editing operation 1. At this time, a version number representing the history is recorded in an area in the source module 4 file that cannot be operated by the operator, such as an extended data section, and is incremented by 1 each time editing operation 1 is repeated to distinguish it from others.

オブジェクトモジュール5は、ソースモジュール4に対
するコンパイル3に操作により作成される。このときソ
ースモジュール4の持つバージョン番号を読取り、ソー
スモジュール4と同様の手段にて、読取ったバージョン
番号をオブジェクトモジュール5に記録する。これらの
機能はバージョン管理部7にて実現され、ソースモジュ
ール4とオブジェクトモジュール5の対応が明確になる
The object module 5 is created by compiling 3 the source module 4 . At this time, the version number held by the source module 4 is read, and the read version number is recorded in the object module 5 using the same means as the source module 4. These functions are realized by the version management section 7, and the correspondence between the source module 4 and the object module 5 becomes clear.

次にロボット動作プログラムが動作するために必要な単
一もしくは複数のオブジェクトモジュール5は、リンク
操作3によりリンクされ、ロードモジュール6が作成さ
れる。このときの前記単一もしくは複数のオブジェクト
モジュール5の名前と、そのファイルに記録されたバー
ジョン番号を読取り、リンク情報テーブル8を作成する
。このリンク情報テーブル8は、ロードモジュール6に
対応し7:あり、ロードモジュール6に対応するソース
モジュール4を表わす、リンク情報テーブル8を参照し
、該当するソースモジョール4¥!表示できる命令を作
成することにより、オペレータはロー・トモジュール6
の内容を把握することができる。
Next, the single or plural object modules 5 necessary for the robot operation program to operate are linked by a link operation 3, and a load module 6 is created. At this time, the name of the single or plural object modules 5 and the version number recorded in the file are read and a link information table 8 is created. This link information table 8 corresponds to the load module 6 and refers to the link information table 8 which represents the source module 4 corresponding to the load module 6. By creating instructions that can be displayed, the operator can
be able to grasp the contents of

〔発明の効果〕 以上説明したように本発明は、ソースモジュールとオブ
ジェクトモジュールのバージョン番号を管理し、かつ一
致ざぜ、リンク操作時ロードモジュールの経歴を情報(
リンクされたオブジェクトモジュール名と、そのバージ
ョン番号)として持つテーブルを作成し、ロードモジュ
ールの内容表示命令を作成することにより、非表示形式
のロードモジュールの内容、すなわちロボットの動作内
容を、ロボット自身を動作させることなく、オペレータ
が把握でき、予想外のロボット動作を防止でき、その結
果、ロポ・ント制御システムの使い易さ、安全性が著し
く増すという効果がある。
[Effects of the Invention] As explained above, the present invention manages the version numbers of the source module and the object module, and when they match, the history of the load module is displayed as information (
By creating a table with the linked object module name and its version number and creating a command to display the content of the load module, you can display the content of the load module in hidden format, that is, the robot's operation content, and the robot itself. The operator can grasp the robot without having to move it, and can prevent unexpected robot movements.As a result, the ease of use and safety of the robot control system are significantly increased.

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

第1図は本発明の汎用コンパイラ言語によるロボット制
御方式の一実施例を示すフロック図、第2図は従来例を
示すブロック図である。 1・・・編集操作、     2・・・コンパイル操作
、3・・・リンク操作、 4・・・ソースモジュール、 5・・・オブジェクトモジュール、 6・・・ロードモジュール、 7・・・バージョン管理部、 8・・・リンク情報テーブル。
FIG. 1 is a block diagram showing an embodiment of a robot control system using a general-purpose compiler language according to the present invention, and FIG. 2 is a block diagram showing a conventional example. 1... Edit operation, 2... Compile operation, 3... Link operation, 4... Source module, 5... Object module, 6... Load module, 7... Version control section, 8...Link information table.

Claims (1)

【特許請求の範囲】 編集によってソースモジュールが生成され、コンパイル
操作によりオブジェクトモジュールが生成され、リンク
操作により実行形式のロードモジュールが生成される汎
用的なコンパイラ言語を用いてロボット動作を制御する
ロボット制御方式において、 ソースモジュールとオブジェクトモジュールのバージョ
ン番号を管理し、かつ一致させ、リンク操作時ロードモ
ジュールの経歴を情報として持つテーブルを作成し、ロ
ードモジュールの内容表示命令を作成することを特徴と
する汎用コンパイラ言語によるロボット制御方式。
[Claims] Robot control that controls robot motion using a general-purpose compiler language in which a source module is generated by editing, an object module is generated by compiling, and an executable load module is generated by linking. The general-purpose method is characterized in that the version numbers of the source module and the object module are managed and matched, a table having the history of the load module as information during link operation is created, and a command for displaying the contents of the load module is created. Robot control method using compiler language.
JP24169885A 1985-10-30 1985-10-30 Robot control system by general compiler language Pending JPS62103709A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP24169885A JPS62103709A (en) 1985-10-30 1985-10-30 Robot control system by general compiler language

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP24169885A JPS62103709A (en) 1985-10-30 1985-10-30 Robot control system by general compiler language

Publications (1)

Publication Number Publication Date
JPS62103709A true JPS62103709A (en) 1987-05-14

Family

ID=17078193

Family Applications (1)

Application Number Title Priority Date Filing Date
JP24169885A Pending JPS62103709A (en) 1985-10-30 1985-10-30 Robot control system by general compiler language

Country Status (1)

Country Link
JP (1) JPS62103709A (en)

Similar Documents

Publication Publication Date Title
KR100224379B1 (en) Process line control alogorithm automatic generation method
JP2005056415A (en) Online correction of cil code program for industrial automation
WO1991018343A1 (en) Production system
JP4257553B2 (en) Motion controller program creation and execution method
Smith An environment for more easily programming a robot
JPS62103709A (en) Robot control system by general compiler language
JP2672759B2 (en) Robot motion program generator
JPS6315322A (en) Acquiring and reclaiming system for command history
JPS6263305A (en) Off-line editor for robot working program
JPS63204405A (en) Back-up device for generation of program of programmable controller
KR100755788B1 (en) Robot control system using point file
JP2791126B2 (en) Programmable sequencer
JP2643932B2 (en) Robot motion control device
JP2700013B2 (en) Compiler for user program for programmable controller
JP3424216B2 (en) Robot controller
JP2002132307A (en) Motion controller and program editor
JPH0222719A (en) Automatic operation mechanism for electronic filing system
Mano et al. An intelligent multi-display terminal system towards: a better programming environment
JPH02197902A (en) Programmable controller
JPH07141158A (en) Data editing system
JPH06168011A (en) Program generating device
JPH03198127A (en) Developing process controller for computer program
JPS63311401A (en) Pmc control system
JPS6057437A (en) Compiler device
JPH0212526A (en) Software generating device