JPH0534684B2 - - Google Patents

Info

Publication number
JPH0534684B2
JPH0534684B2 JP58040389A JP4038983A JPH0534684B2 JP H0534684 B2 JPH0534684 B2 JP H0534684B2 JP 58040389 A JP58040389 A JP 58040389A JP 4038983 A JP4038983 A JP 4038983A JP H0534684 B2 JPH0534684 B2 JP H0534684B2
Authority
JP
Japan
Prior art keywords
variable
instruction
editing
storage section
area
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP58040389A
Other languages
Japanese (ja)
Other versions
JPS59167751A (en
Inventor
Shunji Mori
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP4038983A priority Critical patent/JPS59167751A/en
Publication of JPS59167751A publication Critical patent/JPS59167751A/en
Publication of JPH0534684B2 publication Critical patent/JPH0534684B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Numerical Control (AREA)

Description

【発明の詳細な説明】 本発明はロボツトの制御プログラムのデーター
構造及びプログラム編集のうち特に変数の追加、
補正及び抹消を容易にする制御部を組込んだロボ
ツトの制御装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to the data structure and program editing of a robot control program, particularly the addition of variables,
The present invention relates to a robot control device incorporating a control unit that facilitates correction and deletion.

マイクロコンピユーター等を使用し、ロボツト
の制御プログラムを作成するに際しては、従来そ
の領域を確保する命令例えばデクレア
(DECLARE)XYZのように宣言し、その領域を
確保する必要があつた。このためプログラムの作
成が煩雑となり、プログラム作成時に誤りも生じ
易いのみならず、ロボツトの使用者がプログラム
の追加、補正等を行なうことも容易でなかつた。
When creating a robot control program using a microcomputer or the like, it has conventionally been necessary to declare a command to secure the area, such as DECLARE XYZ, to secure the area. For this reason, creating a program is complicated, and not only is it easy for errors to occur when creating a program, but it is also difficult for the robot user to add to, correct, etc. the program.

本発明はロボツトの制御プログラムを追加、補
正、抹消するときには、移動命令と移動命令の引
数として位置変数名あるいは位置変数を引数とす
る命令を制御言語群(プログラム)に追加すると
自動的に位置変数の領域を確保し;位置変数領域
内のすでに登録されている位置変数の名称及び数
値を補正したとき、制御言語群内のその位置変数
を参照している移動命令の位置変数名及び数値も
自動的に補正し;さらに位置変数領域内にすでに
登録されている位置変数を抹消したとき、その位
置変数を参照している命令が存在している場合
は、位置変数の数値のみ抹消し、その位置変数名
と領域はそのまま残留するという制御部を有し、
ロボツトの制御プログラムの追加、補正、抹消処
理を容易にかつ正確に行い得るようにしたロボツ
トの制御装置を提供することを目的としたもので
ある。次に本発明のロボツト制御装置の構成を説
明する。第1図は本発明のロボツト制御装置の全
体構成図である。
When adding, correcting, or deleting a robot control program, the present invention automatically adds a position variable name or a command that takes a position variable as an argument to the control language group (program) as a movement command and a movement command argument. When correcting the name and value of a position variable that has already been registered in the position variable area, the position variable name and value of the movement command that references that position variable in the control language group will also be automatically updated. Furthermore, when a position variable that has already been registered in the position variable area is deleted, if there is an instruction that references that position variable, only the numerical value of the position variable is deleted and the position It has a control section that allows the variable name and area to remain as they are.
The object of the present invention is to provide a robot control device that can easily and accurately add, correct, and delete robot control programs. Next, the configuration of the robot control device of the present invention will be explained. FIG. 1 is an overall configuration diagram of a robot control device according to the present invention.

本発明のロボツト制御装置はキー入力受付処理
部1、編集処理部2、命令コード表示記憶部3、
命令記憶部及び変数記憶部からなる編集記憶部
4、データー処理記憶部7、プログラム実行手段
5および表示装置6を含んでいる。
The robot control device of the present invention includes a key input reception processing section 1, an editing processing section 2, an instruction code display storage section 3,
It includes an editing storage section 4 consisting of an instruction storage section and a variable storage section, a data processing storage section 7, a program execution means 5, and a display device 6.

編集記憶部4は命令コード、引数名又は引数の
アドレスを記憶している命令記憶部及び位置変数
名参照カウンタ、定義済フラグ、及びデーターを
記憶している変数記憶部から構成している。
The editing storage section 4 includes an instruction storage section that stores instruction codes, argument names, or argument addresses, and a variable storage section that stores position variable name reference counters, defined flags, and data.

キー入力受付処理部1はキー入力手段からの信
号を受けて命令、位置変数の編集モードを切換
え、命令及び位置変数を指示し、さらに命令及び
位置変数の追加、補正、および抹消の各処理を指
示する。
The key input reception processing unit 1 receives a signal from the key input means, switches the editing mode of commands and position variables, instructs commands and position variables, and further processes adding, correcting, and deleting commands and position variables. Instruct.

編集処理部2はキー入力受付処理部1からの信
号により命令を編集し、編集した命令を命令コー
ド表記憶部3と比較確認する。命令の編集終了
後、位置変数名の編集を行ない、さらに編集記憶
部4と信号の授受を行ない、編集記憶部4の命令
記憶部に記憶している命令コード等及び変数記憶
部に記憶している位置変数名等の追加、補正、抹
消を行なう。
The editing processing section 2 edits the command based on the signal from the key input reception processing section 1, and compares and confirms the edited command with the instruction code table storage section 3. After editing the command, the position variable name is edited, and signals are exchanged with the editing storage section 4, and the instruction code, etc. stored in the instruction storage section of the editing storage section 4 and stored in the variable storage section are stored. Add, correct, or delete existing position variable names, etc.

データー処理記憶部7は、編集記憶部4の変数
記憶部に外部からの入力信号によりデーターを与
える。
The data processing storage unit 7 provides data to the variable storage unit of the editing storage unit 4 by input signals from the outside.

プログラム実行手段5はCPU、位置決め制御
部等を有し、編集記憶部4と信号を授受し、ロボ
ツト8の動作を制御する。表示装置6はプログラ
ムを追加、補正、抹消する際、これらの処理の対
象となる命令、位置変数、データーを表示する。
The program execution means 5 includes a CPU, a positioning control section, etc., and sends and receives signals to and from the editing storage section 4 to control the operation of the robot 8. The display device 6 displays instructions, position variables, and data to be processed when adding, correcting, or deleting a program.

次に本発明を実施例で説明する。 Next, the present invention will be explained with examples.

プログラムは編集記憶部4に以下に述べる構造
で記憶されている。
The program is stored in the editing storage section 4 in the structure described below.

第2図は編集記憶部4の変数記憶部のデーター
構造を示す。1個の引数部の領域は変数名、参照
カウンター、定義済フラグ、その他のフラグ、及
びデーターより構成され、n個の引数部の領域が
含まれている。参照カウンターは変数名が命令に
よつて参照されている回数を示す。例えば変数名
ABCが命令MOVによつて2回参照されていると
きは、参照カウンタは2となる。データー1乃至
データNは回転を含めた位置ぎめの数字を示し、
このデーターはデーター処理記憶部7から与えら
れる。定義済フラグはデーター1乃至データーN
までいくつ定義されているかを示す。
FIG. 2 shows the data structure of the variable storage section of the editing storage section 4. One argument part area is composed of variable names, reference counters, defined flags, other flags, and data, and includes n argument part areas. A reference counter indicates the number of times a variable name is referenced by an instruction. For example, variable name
If ABC is referenced twice by instruction MOV, the reference counter will be 2. Data 1 to data N indicate positioning numbers including rotation,
This data is given from the data processing storage section 7. Defined flags are data 1 to data N.
Indicates how many have been defined.

第3図は編集記憶部4の命令記憶部のデーター
構造を示す。1個の命令の記憶は命令コードと引
数又は引数のアドレスにより構成され、m個の命
令が記憶される。
FIG. 3 shows the data structure of the instruction storage section of the editing storage section 4. Storage of one instruction is made up of an instruction code and an argument or the address of the argument, and m instructions are stored.

引数名としては、前記変数記憶部の変数名例え
ば変数名がABCの場合はABCが記憶される。こ
の変数名が変数記憶部の何個目に記憶されている
かを示すのが引数のアドレスである。
As the argument name, if the variable name in the variable storage section is ABC, for example, ABC is stored. The address of the argument indicates where in the variable storage unit this variable name is stored.

第4図はキー入力受付処理部1の構成のブロツ
ク図を示す。
FIG. 4 shows a block diagram of the configuration of the key input reception processing section 1. As shown in FIG.

命令を追加等する場合は編集モードを命令とし
た後キー操作を行ない、変数を追加等する場合は
編集モードを変数とした後にキー操作を行なう。
When adding a command, etc., set the edit mode to a command, and then perform a key operation; when adding a variable, etc., set the edit mode to a variable, and then perform a key operation.

キーボードから任意のアルフアベツト又は数字
が1文字づつキー入力受付処理部1に入力され
る。この入力された文字はバツフアに書き込まれ
る。文字例えばM、O、Vの3文字が入力された
のみでは処理はわからないが、次にキーボードの
コード確定のキーを押すことにより入力した信号
は命令信号となり、さらにコード確定のコマンド
フラグがONとなり、命令信号例えばMOVを編
集処理部2へ送る。
Arbitrary alphanumeric characters or numbers are inputted one character at a time into the key input reception processing section 1 from the keyboard. This input character is written into the buffer. If only three characters, for example M, O, and V, are input, the processing cannot be determined, but by pressing the code confirmation key on the keyboard, the input signal becomes a command signal, and the code confirmation command flag turns ON. , a command signal such as MOV is sent to the editing processing section 2.

第5図は編集処理部2の命令編集処理のブロツ
ク図を示す。
FIG. 5 shows a block diagram of command editing processing by the editing processing section 2. As shown in FIG.

編集処理部2に入力された命令信号例えば
MOVは命令チエツク部で命令コード表記憶部3
に記憶してある命令コードと比較され、正、不正
が判断され、不正の場合は表示装置6にエラー表
示を行ない、正の場合は表示装置6に引数表示が
される。第7A図に正しい命令信号がキー入力さ
れ、引数表示がされた場合の表示信号6の表示を
示す。キー入力例えばMOVが正の場合は表示部
にMOV及び括弧が表示され、操作者に括弧内に
命令の引数となる位置変数名のキー入力をうなが
す。
For example, the command signal input to the editing processing section 2
MOV is an instruction check section and an instruction code table storage section 3.
It is compared with the instruction code stored in , and it is determined whether it is correct or incorrect. If it is incorrect, an error is displayed on the display device 6, and if it is positive, an argument is displayed on the display device 6. FIG. 7A shows the display of the display signal 6 when a correct command signal is keyed in and an argument is displayed. Key input For example, if MOV is positive, MOV and parentheses are displayed on the display, prompting the operator to key in the name of the positional variable that will be the argument of the command in the parentheses.

第7B図は位置変数名をキー入力した場合の表
示装置6の表示を示す。位置変数名がキー入力さ
れると表示部の括弧内に位置変数名ABCが表示
され、同時にデーター処理記憶部7に記憶してあ
る位置変数名の数値D1乃至Doが表示装置6の下
部欄に表示される。位置変数名をキー入力した後
に追加、補正、抹消の処理をキー入力する。これ
らの処理のキー入力がされると、処理モードが切
換わり、各処理に入る。
FIG. 7B shows the display on the display device 6 when the position variable name is entered by key. When the position variable name is entered by key, the position variable name ABC is displayed in parentheses on the display section, and at the same time, the numerical values D 1 to D o of the position variable name stored in the data processing storage section 7 are displayed at the bottom of the display device 6. displayed in the field. After key-in the position variable name, key-in the addition, correction, and deletion processing. When a key input for one of these processes is made, the processing mode is switched and each process is entered.

第9A図に編集記憶部4へのプログラムの追加
処理手順を示す。
FIG. 9A shows a processing procedure for adding a program to the editing storage section 4.

命令が追加される場合は命令、位置変数名及び
追加をキー入力し、編集記憶部4の変数記憶部を
表査し、引数部の領域がすでに確保済みか否かを
調べる。
When an instruction is to be added, the instruction, position variable name, and add are keyed in, and the variable storage section of the editing storage section 4 is viewed to check whether the area for the argument section has already been reserved.

この引数部の領域が未確保の場合は変数記憶部
は満杯か否かを調べ、変数記憶部が満杯の場合は
エラー表示を行なう。変数記憶部が満杯でない場
合には変数記憶部の引数部領域を確保し、位置変
数名を記録し、さらに、参照カウンターを1とす
る。なお参照カウンターが零でかつ定義済フラグ
が零の場合その引数部領域は空となる。
If the area for this argument part is not secured, it is checked whether the variable storage part is full or not, and if the variable storage part is full, an error message is displayed. If the variable storage section is not full, the argument section area of the variable storage section is secured, the position variable name is recorded, and the reference counter is set to 1. Note that if the reference counter is zero and the defined flag is zero, the argument area will be empty.

変数記憶部の引数部の領域が確保済みの場合
は、該当する変数名の参照カウンタをプラス1す
る。変数記憶部の変数領域を確保後、命令対応コ
ードと引数のアドレスを組合せて命令記憶部へ格
納し、プログラムの追加処理は終了する。
If the area for the argument section of the variable storage section has been secured, the reference counter for the corresponding variable name is incremented by one. After securing the variable area of the variable storage section, the instruction corresponding code and the address of the argument are combined and stored in the instruction storage section, and the program addition process is completed.

第6図は編集処理部2の変数編集処理のブロツ
ク図を示す。
FIG. 6 shows a block diagram of variable editing processing by the editing processing section 2.

第9B図は編集処理部2における変数の追加手
順を示す。
FIG. 9B shows the procedure for adding variables in the editing processing section 2.

キー入力手段のモード切換を変数とし、変数例
えばBCDをキー入力し、追加キーを操作すると
変数編集処理は追加となり、変数はすでに定義済
みか否かを調べ定義済みの場合はエラー表示を行
なう。
If the mode switching of the key input means is set as a variable, and a variable such as BCD is input by key, and the add key is operated, the variable editing process becomes an addition.It is checked whether the variable has already been defined or not, and an error message is displayed if the variable has already been defined.

定義済みでない場合は、変数記憶部が満杯か否
かを調べ、変数記憶部が満杯の場合もエラー表示
を行なう。
If it has not been defined, it is checked whether the variable storage section is full or not, and an error is displayed even if the variable storage section is full.

変数記憶部が満杯でない場合には、変数領域を
確保し変数名を登録し、定義済フラグをON(=
1)とする。この場合変数記憶部の参照カウンタ
ーは零のままとする。
If the variable storage is not full, reserve a variable area, register the variable name, and turn on the defined flag (=
1). In this case, the reference counter in the variable storage remains at zero.

第7C図に変数を追加した場合の表示装置6の
表示を示す。
FIG. 7C shows the display on the display device 6 when variables are added.

第7C図では命令MOV ABCがプログラムさ
れているところへ変数BCDを追加した場合を示
す。変数BCDが追加されると表示装置6の下部
欄にBCDが表示され、データー処理記憶部より
数値D1乃至Doが記憶される。
FIG. 7C shows the case where the variable BCD is added to the place where the instruction MOV ABC is programmed. When the variable BCD is added, the BCD is displayed in the lower column of the display device 6, and the numerical values D 1 to D o are stored from the data processing storage section.

第8A図、第8B図に例えば命令MOV、ABC
があるところへ命令MOV、BCDが追加された場
合の表示装置6の表示を示す。命令MOV、BCD
が追加されるとカーソルが移動し命令MOV、
ABCの下部に命令MOV、BCDが表示される。
For example, instructions MOV, ABC are shown in FIGS. 8A and 8B.
The display on the display device 6 is shown when the commands MOV and BCD are added to the location where the command MOV and BCD are added. Instruction MOV, BCD
The cursor moves when the command MOV is added,
Instructions MOV and BCD are displayed below ABC.

次にプログラムの抹消処理の手順を示す。 Next, the procedure for erasing a program will be described.

第10図に編集記憶部4のプログラム抹消処理
手順を示す。命令、位置変数名及び抹消キーを操
作すると、編集記憶部4の変数記憶部の引数部領
域が確保されているか否かを調べ、引数部の領域
が確保されていない場合は、命令記憶の該当する
部分を抹消する。引数部の領域が確保されている
場合は該当する位置変数の参照カウンタを零と
し、さらに編集記憶部4の命令記憶部の該当する
部分を抹消する。
FIG. 10 shows the program deletion processing procedure of the editing storage section 4. When the command, position variable name, and delete key are operated, it is checked whether the argument part area of the variable storage part of the edit storage part 4 is secured, and if the argument part area is not secured, the corresponding instruction memory is Delete that part. If the area for the argument section is secured, the reference counter of the corresponding position variable is set to zero, and the corresponding section of the instruction storage section of the editing storage section 4 is deleted.

変数の数値のみを抹消する場合は、該当する変
数の定義済みプラグを零とする。
If you want to delete only the numerical value of a variable, set the defined plug of the relevant variable to zero.

第11図にプログラムの補正処理の手順を示
す。
FIG. 11 shows the procedure of program correction processing.

プログラムの補正処理は前記抹消、追加を行な
うことにより行なわれる。
Program correction processing is performed by performing the deletion and addition described above.

前記の手順より追加、補正、抹消等の行なわれ
たプログラムが編集記憶部4に記憶され、この内
容がプログラム実行手段5に転送されロボツトの
制御が行なわれる。
The program that has been added, corrected, deleted, etc. through the above procedure is stored in the editing storage section 4, and its contents are transferred to the program execution means 5 to control the robot.

以上述べたように、本発明によれば変数名のみ
定義されていれば、命令、変数名のみを追加する
ことによりロボツトの制御プログラムの追加が行
なわれ、又、制御プラグラムの補正、抹消も容易
に行なうことができる。さらにロボツトの制御プ
ログラムの変更する際に、プログラムの誤りも容
易に確認でき、実際にロボツトを操作してから誤
を訂正することによる製造ラインの停滞を防止す
ることができる。
As described above, according to the present invention, if only variable names are defined, robot control programs can be added by adding only commands and variable names, and control programs can be easily corrected and deleted. can be done. Furthermore, when changing the robot control program, errors in the program can be easily confirmed, and production line stagnation caused by correcting errors after actually operating the robot can be prevented.

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

第1図は本発明のロボツト制御装置の全体構成
図、第2図は編集記憶部中の変数記憶部のデータ
ー構成図、第3図は編集記憶部中の命令記憶部の
データー構造図、第4図はキー入力受付処理部の
構成のブロツク図、第5図は編集処理中の命令編
集処理のブロツク図、第6図は編集処理部中の変
数編集処理のブロツク図、第7A図、第7B図は
命令が入力された場合の表示装置の表示図、第7
C図は変数を追加した場合の表示装置の表示図、
第8A図、第8B図は命令が追加された場合の表
示装置の表示図、第9A図は命令追加処理手順
図、第9B図は変数追加処理手順図、第10図は
命令抹消処理手順図、第11図は命令補正処理手
順図を示す。 1……キー入力受付処理部、2……編集処理
部、3……命令コード表記憶部、4……編集記憶
部、5……プログラム実行手段、6……表示装
置、7……データー処理記憶部、8……ロボツ
ト。
FIG. 1 is an overall configuration diagram of a robot control device of the present invention, FIG. 2 is a data configuration diagram of a variable storage section in an editing storage section, FIG. 3 is a data structure diagram of an instruction storage section in an editing storage section, and FIG. Figure 4 is a block diagram of the configuration of the key input reception processing unit, Figure 5 is a block diagram of command editing processing during editing processing, Figure 6 is a block diagram of variable editing processing in the editing processing unit, and Figures 7A and 7A. Figure 7B is a display diagram of the display device when a command is input.
Figure C is the display diagram of the display device when variables are added.
Figures 8A and 8B are diagrams of the display device when an instruction is added, Figure 9A is a procedure diagram of the instruction addition process, Figure 9B is a procedure diagram of the variable addition process, and Figure 10 is a diagram of the instruction deletion process procedure. , FIG. 11 shows a procedure diagram of the instruction correction process. DESCRIPTION OF SYMBOLS 1...Key input acceptance processing unit, 2...Editing processing unit, 3...Instruction code table storage unit, 4...Editing storage unit, 5...Program execution means, 6...Display device, 7...Data processing Memory department, 8...Robot.

Claims (1)

【特許請求の範囲】 1 キー入力手段からの出力に応じて命令/位置
変数の編集モードを切り換え、命令及び位置変数
の追加、補正、抹消の指示を行うキー入力受付処
理部と; 該キー入力受付処理部からの出力により命令及
び位置変数の追加、補正、抹消の処理を行う編集
処理部と; 外部から入力される位置変数のデータを処理す
るデータ処理部と; 前記編集処理部からの出力により命令コード、
位置変数のアドレスを記憶する命令記憶部と、前
記編集処理部からの出力と前記データ処理部から
の出力によつて位置変数名、該位置変数が定義済
であることを示すフラグ、該位置変数名が命令に
よつて参照されている回数及びデータを記憶する
変数記憶部とからなる編集記憶部と; 該編集記憶部からの出力により、命令及び位置
変数の追加、補正、抹消の処理中に内容を表示す
る表示手段と; 前記編集記憶部から転送されたプログラムによ
りロボツトを制御するプログラム実行手段とを備
え、かつ、 前記編集処理部は、追加、補正(抹消+追加)、
抹消を以下のA〜Dの条件を満たすように行うこ
とを特徴とするロボツト制御装置。 (A) 命令の追加を行う場合には、前記変数記憶部
に位置変数の領域が確保するされているか否か
調べ、未確保の場合は更に変数記憶部が満杯か
否かを調べる。満杯の場合にはエラー表示を行
い、満杯でない場合は位置変数の領域を確保し
て前記参照回数を+1とする。 (B) 命令を抹消する場合には、前記変数記憶部に
位置変数領域が確保されているか否かを調べ、
位置変数領域が確保されていない場合には前記
命令記憶部の該当部分を抹消し、位置変数領域
が確保されている場合には位置変数名の参照回
数を零として前記命令記憶部の該当部部分を抹
消する。 (C) 変数を追加する場合には、変数がすでに定義
されているか否かを調べ、定義済の場合はエラ
ー表示を行う。未定義の場合は変数記憶部が満
杯か否かを調べ、満杯の場合にはエラー表示を
行い、満杯でない場合は変数領域を確保して変
数名を登録し、定義済フラグをON(=1)と
する。 (D) 変数を抹消する場合には、その変数を参照し
ている命令が存在している場合には、位置変数
の数値のみ抹消して位置変数名と領域は確保し
たままとし、定義済フラグを零とする。
[Scope of Claims] 1. A key input reception processing unit that switches the command/position variable editing mode according to the output from the key input means and instructs addition, correction, and deletion of commands and position variables; an editing processing section that processes addition, correction, and deletion of commands and positional variables based on output from the reception processing section; a data processing section that processes positional variable data input from the outside; output from the editing processing section; According to the instruction code,
an instruction storage unit that stores the address of the position variable; and a position variable name, a flag indicating that the position variable has been defined, and a flag indicating that the position variable has been defined, based on the output from the editing processing unit and the output from the data processing unit. an editing storage section that stores data and the number of times a name is referenced by an instruction; and an editing storage section that stores data and the number of times the name is referenced by an instruction; a display means for displaying contents; and a program execution means for controlling the robot by a program transferred from the editing storage section; and the editing processing section is configured to perform addition, correction (deletion + addition),
A robot control device characterized in that erasure is performed so as to satisfy the following conditions A to D. (A) When adding an instruction, it is checked whether an area for a position variable is secured in the variable storage section, and if it is not secured, it is further checked whether the variable storage section is full. If it is full, an error is displayed, and if it is not full, an area for the position variable is secured and the number of references is increased by +1. (B) When deleting an instruction, check whether a position variable area is secured in the variable storage section,
If the position variable area is not secured, delete the corresponding part of the instruction storage unit, and if the position variable area is secured, set the reference count of the position variable name to zero and delete the corresponding part of the command storage unit. Delete. (C) When adding a variable, check to see if the variable has already been defined, and if so, display an error message. If it is undefined, check whether the variable storage is full or not. If it is full, display an error message. If it is not full, reserve the variable area, register the variable name, and turn on the defined flag (= 1). ). (D) When deleting a variable, if an instruction that references the variable exists, only the numerical value of the positional variable is deleted, the positional variable name and area are retained, and the defined flag is Let be zero.
JP4038983A 1983-03-11 1983-03-11 Controller for robot Granted JPS59167751A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4038983A JPS59167751A (en) 1983-03-11 1983-03-11 Controller for robot

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4038983A JPS59167751A (en) 1983-03-11 1983-03-11 Controller for robot

Publications (2)

Publication Number Publication Date
JPS59167751A JPS59167751A (en) 1984-09-21
JPH0534684B2 true JPH0534684B2 (en) 1993-05-24

Family

ID=12579296

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4038983A Granted JPS59167751A (en) 1983-03-11 1983-03-11 Controller for robot

Country Status (1)

Country Link
JP (1) JPS59167751A (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6376947U (en) * 1986-11-06 1988-05-21
JPS63201702A (en) * 1987-02-17 1988-08-19 Fanuc Ltd Robot control program generating device
JPS63273906A (en) * 1987-05-06 1988-11-11 Honda Motor Co Ltd Production system for teaching data on industrial robot

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57114361A (en) * 1981-11-07 1982-07-16 Toyoda Mach Works Ltd Numerical control for machine tool
JPS57121443A (en) * 1981-01-20 1982-07-28 Okuma Mach Works Ltd Data input method for numerical control system
JPS57169813A (en) * 1981-04-13 1982-10-19 Mitsubishi Electric Corp Numerical controller
JPS57189206A (en) * 1981-05-18 1982-11-20 Fanuc Ltd Numerical control system
JPS5825872A (en) * 1981-08-07 1983-02-16 Mitsubishi Electric Corp Controller for robot
JPS5829576A (en) * 1981-08-12 1983-02-21 Mitsubishi Electric Corp Controller for arc welding robot

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57121443A (en) * 1981-01-20 1982-07-28 Okuma Mach Works Ltd Data input method for numerical control system
JPS57169813A (en) * 1981-04-13 1982-10-19 Mitsubishi Electric Corp Numerical controller
JPS57189206A (en) * 1981-05-18 1982-11-20 Fanuc Ltd Numerical control system
JPS5825872A (en) * 1981-08-07 1983-02-16 Mitsubishi Electric Corp Controller for robot
JPS5829576A (en) * 1981-08-12 1983-02-21 Mitsubishi Electric Corp Controller for arc welding robot
JPS57114361A (en) * 1981-11-07 1982-07-16 Toyoda Mach Works Ltd Numerical control for machine tool

Also Published As

Publication number Publication date
JPS59167751A (en) 1984-09-21

Similar Documents

Publication Publication Date Title
US4204253A (en) Device for generating and correcting a user program
US4455619A (en) Interactive equipment for computer programming by linkage of labeled block representations of arithmetic/logical subprograms
JPH0534684B2 (en)
JPH07120285B2 (en) How to use the syntax checker and text editor
JPS627592B2 (en)
JPS6162106A (en) Method for making nc data
JP2002268711A (en) Programmable display unit and plotting program for the same and recording medium with its plotting program recorded
JPH0580814A (en) Programming device for programmable controller
JPS58105302A (en) Illustrating programming device of programmable controller
JPS6330976A (en) Macrocommand editing system
JPS58163036A (en) Automatic numbering device
JP2596945B2 (en) Character processor
JP3209555B2 (en) Angle dimension creation device
JP2513606B2 (en) Display controller
JPH11259508A (en) Material management control system
JPH02206805A (en) System for executing part program
JP5028644B2 (en) Electronic computer and computer control program
JP2943177B2 (en) Drawing device for XY coordinate axes with scale numerical value
JPH077839U (en) Numerical control device
JPH05250425A (en) Method and device for generating angle dimensions
JPH05313708A (en) Sequence program editing system
JPH05242080A (en) Character processor
JPS60201406A (en) Data input device of numerical control device
JPH02135516A (en) Data processor
JPS60220407A (en) Cursor shift controller of display for numerical controller