JP3166831B2 - Simultaneous execution of motion programs - Google Patents

Simultaneous execution of motion programs

Info

Publication number
JP3166831B2
JP3166831B2 JP17435497A JP17435497A JP3166831B2 JP 3166831 B2 JP3166831 B2 JP 3166831B2 JP 17435497 A JP17435497 A JP 17435497A JP 17435497 A JP17435497 A JP 17435497A JP 3166831 B2 JP3166831 B2 JP 3166831B2
Authority
JP
Japan
Prior art keywords
program
motion
parallel
programs
instruction
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 - Fee Related
Application number
JP17435497A
Other languages
Japanese (ja)
Other versions
JPH1124714A (en
Inventor
賀須男 藤野
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 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 Yaskawa Electric Corp filed Critical Yaskawa Electric Corp
Priority to JP17435497A priority Critical patent/JP3166831B2/en
Publication of JPH1124714A publication Critical patent/JPH1124714A/en
Application granted granted Critical
Publication of JP3166831B2 publication Critical patent/JP3166831B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Programmable Controllers (AREA)

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、1つの順序制御を
行うモーションプログラムで同タイミングに複数のプロ
グラムを実行し、同タイミングに1つのプログラムに合
流するモーションプログラムの同時実行方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for simultaneously executing a motion program that executes a plurality of programs at the same timing with a motion program that performs one sequence control and joins one program at the same timing.

【0002】[0002]

【従来の技術】従来公知の多数軸の制御機能を有する位
置決め制御システムとしては、例えば、特開平8−44
411号に開示された「位置決め制御システム」が知ら
れている。図6はその位置決め制御システムの構成図で
ある。図6に示した従来の位置決め制御システムでは、
プログラマブルコントローラ116は、各位置決め装置
PM1、PM2〜PMnに接続されたサーボモータ11
3を制御するために、通信バス117を介して所定の位
置決め制御装置PMnの何れかにデータを送信する。
又、その位置決め制御装置PMnからのデータ等を受信
する。一方、プロラマブルコントローラ116から所定
のデータを受信した位置決め制御装置PMn内の通信コ
ントローラ111は、受信データをサーボモータコント
ローラ112に渡す。サーボモータコントローラ112
は、渡されたデータに従がって位置検出器114からの
フィードバックパルスを元にサーボモータ113を制御
することによって、プログラマブルコトローラ116に
よる位置決め制御が行われる。こうした多数軸制御の場
合に行われる並列運転の制御は、例えば、図5に示すよ
うなプログラムによってそれぞれ実行される。すなわ
ち、図5はプログラム1とプログラム2とが並列に存在
し、プログラム1はプログラム2と同期をとるために、
IB0001をONし、プログラム2ではIOWIB0
001=ONで信号がONになるのを待って次のプログ
ラム(すなわち、MVSA0.B0)に進む。これによ
って、プログラム1とプログラム2のMVSは同時にス
タートすることとなる。このように、各プログラム1、
プログラム2は独立して実行されているため、複数のモ
ーションプログラム(位置決め制御装置のプログラム)
間で同期をとる場合は、I/O信号を互いのプログラム
で監視することによって待ち合わせを行いながら、プロ
グラムを実行する方法がとられていた。しかし、実際に
は信号の伝達時間を要するので、プログラム2のMVS
は若干遅れを生じることになる。また、1つのモーショ
ンプログラムに続く演算プログラムについては、モーシ
ョンプログラムを実行している間に先読み実行されてい
たために、演算プログラムで実行できる個数を限定して
実行する方法がとられていた。これによってモーション
プログラムの遅れを解消して同期をとっていた。
2. Description of the Related Art Conventionally known positioning control systems having a multi-axis control function include, for example, JP-A-8-44.
A "positioning control system" disclosed in Japanese Patent No. 411 is known. FIG. 6 is a configuration diagram of the positioning control system. In the conventional positioning control system shown in FIG.
The programmable controller 116 includes a servo motor 11 connected to each of the positioning devices PM1, PM2 to PMn.
3 is transmitted to any one of the predetermined positioning control devices PMn via the communication bus 117.
Also, it receives data and the like from the positioning control device PMn. On the other hand, the communication controller 111 in the positioning control device PMn that has received the predetermined data from the programmable controller 116 passes the received data to the servo motor controller 112. Servo motor controller 112
By controlling the servo motor 113 based on the feedback pulse from the position detector 114 in accordance with the passed data, the positioning control by the programmable controller 116 is performed. The control of the parallel operation performed in the case of the multi-axis control is executed by, for example, a program as shown in FIG. That is, in FIG. 5, program 1 and program 2 exist in parallel, and program 1 synchronizes with program 2 so that
IB0001 is turned ON, and in program 2 IOWIB0
001 = ON and waits for the signal to turn on before proceeding to the next program (ie, MVSA0.B0). As a result, the MVSs of the program 1 and the program 2 start simultaneously. Thus, each program 1,
Since the program 2 is executed independently, a plurality of motion programs (positioning control device programs)
When synchronizing between the programs, a method has been adopted in which the programs are executed while waiting for each other by monitoring the I / O signals with each other's programs. However, since the transmission time of the signal is actually required, the MVS
Will cause a slight delay. Further, as for the operation program following one motion program, since the look-ahead execution was performed during the execution of the motion program, a method of executing the operation program with a limited number of executions by the operation program was adopted. This eliminates the delay in the motion program and achieves synchronization.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、上述し
た従来例においては、並列運転ではプログラム間で同期
をとるために、それぞれのプログラムに待ち合わせプロ
グラムを格納しておく必要があって、分かりにくく、プ
ログラムもそれぞれに管理する必要があった。また、1
つのプログラムの中で分岐し、並列運転を行い、合流す
ることは不可能であった。更に、1つのモーションプロ
グラムに続く演算プログラムは、先読みで実行していた
ためにタイミングを考慮しにくく、実行できるプログラ
ムにも制限があった、等の問題点があった。そこで、本
発明は、1つのプログラムの中で同タイミングで並列運
転を行って合流することが可能であり、且つモーション
プログラムとモーションプログラムの間に演算プログラ
ムがあっても遅れを生じないモーションプログラムの同
時実行方法を提供することを目的とする。
However, in the conventional example described above, in parallel operation, in order to synchronize programs, it is necessary to store a waiting program in each program, which is difficult to understand. Had to be managed individually. Also, 1
It was impossible to branch, execute parallel operation, and merge in one program. Further, the operation program following one motion program has a problem that it is difficult to consider the timing because it is executed in advance and that the executable program is limited. Thus, the present invention provides a motion program that can perform parallel operation at the same timing and merge in one program, and does not cause a delay even if there is an arithmetic program between motion programs. It is intended to provide a concurrent execution method.

【0004】[0004]

【課題を解決するための手段】上記目的を達成するた
め、本発明は、プログラムのステップ番号毎に並列番号
を示す並列番号テーブルと、ステップ番号に対応したモ
ーションプログラムの格納部と、並列テーブルとプログ
ラム格納部によりモーションプログラムの歩進を管理す
る歩進管理部と、歩進管理部からの複数のプログラム指
令を実行する並列演算部と、並列演算部からの払い出し
データをサーボアンプに出力するサーボ制御部を有し、
歩進管理部は、プログラムの同時分岐指令により複数の
プログラムを並列演算部へ伝達する命令と、同時合流指
令により並列演算部の全並列演算の完了を監視する命令
と、1つのモーションプログラムとそれに続く論理演算
および算術演算プログラムを1ステップとして並列演算
部へ指令し、モーションプログラムの完了タイミングで
それに続く演算プログラムを実行することでモーション
プログラムと次のモーションプログラムとの遅れを解消
することによって、1つのモーションプログラムの中で
同タイミングに複数のプログラムを実行し、再び1つの
プログラムに合流させ、モーションプログラムの同時実
行を行うものである。同時分岐命令によって同タイミン
グで並列運転を開始し、同時合流命令で並列運転の待ち
合わせを行って、再び1つのプログラムに戻って実行を
継続することが可能になり、またモーションプログラム
と次のモーションプログラムは遅れなく実行することが
できる。
In order to achieve the above object, the present invention provides a parallel number table showing a parallel number for each step number of a program, a storage section for a motion program corresponding to the step number, and a parallel table. A step management unit that manages the progress of a motion program by a program storage unit, a parallel operation unit that executes a plurality of program commands from the step management unit, and a servo that outputs payout data from the parallel operation unit to a servo amplifier. Having a control unit,
The step management unit includes an instruction to transmit a plurality of programs to the parallel operation unit by a simultaneous branch instruction of the program, an instruction to monitor completion of all parallel operations of the parallel operation unit by a simultaneous merge instruction, and one motion program and The subsequent logical operation and arithmetic operation program are commanded as one step to the parallel operation unit, and the subsequent operation program is executed at the completion timing of the motion program, thereby eliminating the delay between the motion program and the next motion program. A plurality of programs are executed at the same timing in one motion program, merged into one program again, and the motion programs are simultaneously executed. The parallel operation starts at the same timing with the simultaneous branch instruction, the parallel operation waits with the simultaneous merge instruction, and it is possible to return to one program and continue the execution. Can be executed without delay.

【0005】[0005]

【発明の実施の形態】以下、本発明の実施の形態につい
て図を参照して説明する。図1は本発明の実施の形態に
係るモーションコントロールモジュールの概念ブロック
図である。図2は図1に示す並列番号テーブルの図であ
る。図3は図1に示すプログラム格納部の図である。図
4は図1に示すモーションコントロールモジュールで動
作する並列運転プログラムの1例を示す図である。図1
において、プログラム歩進部1は並列番号テーブル2と
プログラム格納部3を参照して、並列1演算部4、並列
2演算部5、並列3演算部6へ並列演算を指令し、完了
を監視する。演算部の結果データにより所定の軸1サー
ボ制御部7〜軸5サーボ制御部11を制御して、サーボ
制御部7〜11より各サーボモーター7b〜11bを駆
動する。また、PG7c〜11cの検出データをフィー
ドバックする。図2において、並列番号テーブル2は、
左側からステップ番号12、次ステップ番号13、ステ
ップ番号に対応する並列演算部の番号(1〜3)を示す
並列番号14とで構成されている。図3において、プロ
グラム格納部3には、ステップ番号12と対応するモー
ションプログラム15が書き込まれている。図中の、
[MOV:位置決め]、[MVS:直線補間]、[PF
ORK:同時分岐命令]、[JOINTO:合流先指定
命令]、[PJOINT:同時合流命令]、等はモーシ
ョンプログラムの各種命令を表す。[X、Y]、[A、
B]、等は座標点を表わしている。ここで、前記合流先
指定命令というのは、合流点を指定できるようにするた
めの命令であり、1つの同時分岐命令で分岐して合流す
るための命令(C言語での{}のようなもの)であるこ
とは勿論、他の分岐部分からも強制的に合流することを
可能にするための命令である。これにより柔軟性を向上
させることができることとなる。図4は、並列運転のプ
ログラムを表したものであって、[L1:MOV X2
00.Y300〜JOINTO L4]は並列演算部
(1)に、[L2:MVSZ100.S200.F10
00−JOINTO L4]は並列演算部(2)に、
[L3:MVS A100.B200−JOINTO
L4]は並列演算部(3)に割り当てることを表してい
る。つぎに動作について説明する。プログラム歩進管理
部1は、図2の並列番号テーブル2の先頭データ(ステ
ップ番号:0)をリードし、次に図3のプログラム格納
部3からステップ番号0に対応する命令[MOV X1
00 Y200]をリードして、並列番号テーブル2の
並列番号14の中で、ステップ番号0に対応する並列番
号は1であるから、並列1演算部4に命令を指令する。
指令を受けた並列1演算部は、時分割したデータを命令
で指令された軸のサーボ制御部(例えば、軸1のサーボ
制御部7)へ出力し、サーボアンプ(例えば、サーボア
ンプ7a)を制御する。ここで並列1演算部4は命令の
完了をプログラム歩進管理部1へ返して、ステップ0は
終了する。プログラム歩進管理部1は、時分割で演算部
の完了を監視して、完了を受けたら並列番号テーブル2
の次のステップ番号に示されるステップ(図2では、ス
テップ1)をリードし、同様に並列演算部へ指令する手
順となる。この場合、ステップ1に対応する図3の命令
は、同時分岐命令、[PFORK 2,4,6]である
から、先ずステップ番号2、4、6に相当する、[MO
V X200、Y300 MW100=MW100+
100]、[MVS Z100.S200.F100
0]、[MVS A100.B200]、という複数の
命令をリードすることになる。実行する命令が図4の4
aに示される[PFORK:同時分岐命令]の場合、プ
ログラム歩進管理部1は、PFORK命令に示される複
数のステップ番号をリードし、そのステップ番号に対応
する複数の命令をリードして、それぞれの並列1演算
部、並列2演算部、並列3演算部へ命令を指令すること
になる。この場合のプログラミングされた並列運転プロ
グラムは図4に示すように、4aの[PFORK L1
L2 L3]より、4bでL1、L2、L3の演算を
各並列演算部の並列実行1、並列実行2、並列実行3で
実行する構造となる。並列運転は図4の4bに示す、
[JOINTO:合流先指定命令]をL1:並列実行
1、L2:並列実行2、L3:並列実行3でそれぞれ実
行することで終了する。[JOINTO]の完了を受け
たプログラム歩進管理部1は、次ステップの図4の4c
に示す、L4の[PJOINT:同時合流命令]を実行
し、並列運転のプログラムが全て完了していることを確
認して、次のステップへ歩進する。ここで並列運転は終
了し合流して、再び1列のプログラム運転を実行する。
また、これら並列運転を行うモーションプログラム間の
同期については、例えば、図4のL1では、モーション
プログラム[MOV X200 Y300]、それに続
く演算命令[MW100=MW100+100]が1つ
のステップに格納されて同一ステップ処理となっている
が、モーションプログラムの最終時分割データを払い出
しするタイミングで解読を行い、プログラム間の遅れが
ないようにしている。このように、本実施の形態によれ
ば、1つのプログラムの中でフレキシブルに同時実行を
開始し、また再び合流する同時実行のプログラム構造に
よって、従来のような制御制限が無くなり制御可能な軸
数も増加して、多軸構成の制御についてのモーションコ
ントロールモジュールの機能を大幅に拡張できる。従っ
て、図1にはシステムとして並列演算部を3ステージ、
軸サーボ制御部5ステージを図示しているが、この数に
限定するものではなく、各ステージ数の増減は自由であ
る。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a conceptual block diagram of a motion control module according to an embodiment of the present invention. FIG. 2 is a diagram of the parallel number table shown in FIG. FIG. 3 is a diagram of the program storage unit shown in FIG. FIG. 4 is a diagram showing an example of a parallel operation program operated by the motion control module shown in FIG. FIG.
, The program increment unit 1 refers to the parallel number table 2 and the program storage unit 3 to instruct the parallel 1 operation unit 4, the parallel 2 operation unit 5, and the parallel 3 operation unit 6 to perform parallel operation, and monitors completion. . The predetermined axis 1 servo control section 7 to axis 5 servo control section 11 are controlled by the result data of the calculation section, and the servo control sections 7 to 11 drive the respective servo motors 7b to 11b. The detection data of the PGs 7c to 11c is fed back. In FIG. 2, the parallel number table 2 is
It is composed of a step number 12, a next step number 13, and a parallel number 14 indicating the number (1-3) of the parallel operation unit corresponding to the step number from the left side. In FIG. 3, a motion program 15 corresponding to the step number 12 is written in the program storage 3. In the figure,
[MOV: Positioning], [MVS: Linear interpolation], [PF
ORK: simultaneous branch instruction], [JOINT: merge destination designation instruction], [PJOINT: simultaneous merge instruction], etc. represent various instructions of the motion program. [X, Y], [A,
B], etc. represent coordinate points. Here, the merge destination designation instruction is an instruction for enabling designation of a merge point, and is an instruction for branching and merging with one simultaneous branch instruction (such as {} in C language). This is an instruction for enabling the forcible merging from other branch portions. Thereby, the flexibility can be improved. FIG. 4 shows a program for parallel operation, in which [L1: MOV X2
00. Y300 to JOINTO L4] are sent to the parallel operation unit (1) by [L2: MVSZ100. S200. F10
00-JOINTO L4] is transmitted to the parallel operation unit (2).
[L3: MVS A100. B200-JOINTO
L4] indicates that the assignment is made to the parallel operation unit (3). Next, the operation will be described. The program step management unit 1 reads the leading data (step number: 0) of the parallel number table 2 of FIG. 2 and then reads the instruction [MOV X1 corresponding to the step number 0 from the program storage unit 3 of FIG.
00 Y200], and the parallel number corresponding to the step number 0 in the parallel number 14 of the parallel number table 2 is 1, so an instruction is issued to the parallel 1 operation unit 4.
Upon receiving the instruction, the parallel 1 operation unit outputs the time-divided data to the servo control unit (for example, the servo control unit 7 for the axis 1) of the axis instructed by the instruction, and controls the servo amplifier (for example, the servo amplifier 7a). Control. Here, the parallel 1 operation unit 4 returns the completion of the instruction to the program step management unit 1, and step 0 ends. The program progress management unit 1 monitors the completion of the arithmetic unit in a time-division manner, and upon receiving the completion, the parallel number table 2
The step (step 1 in FIG. 2) indicated by the next step number is read, and a command is similarly sent to the parallel operation unit. In this case, since the instruction in FIG. 3 corresponding to step 1 is a simultaneous branch instruction [PFORK 2,4,6], [MO] first corresponds to step numbers 2, 4, and 6.
V X200, Y300 MW100 = MW100 +
100], [MVS Z100. S200. F100
0], [MVS A100. B200]. The instruction to be executed is 4 in FIG.
In the case of [PFORK: simultaneous branch instruction] shown in a, the program step management unit 1 reads a plurality of step numbers shown in the PFORK instruction, reads a plurality of instructions corresponding to the step numbers, and respectively reads the instructions. Of the parallel 1 operation unit, the parallel 2 operation unit, and the parallel 3 operation unit. In this case, the programmed parallel operation program is as shown in FIG.
L2 L3], the structure is such that the operations of L1, L2, and L3 are executed by parallel execution 1, parallel execution 2, and parallel execution 3 of each parallel operation unit in 4b. The parallel operation is shown in FIG.
[JOINTO: merge destination designation command] is executed by L1: parallel execution 1, L2: parallel execution 2, L3: parallel execution 3, and the processing ends. Upon receiving the completion of [JOINTO], the program progress management unit 1 proceeds to the next step, 4c in FIG.
[PJOINT: Simultaneous merging instruction] of L4 shown in (1) is executed, and it is confirmed that all the parallel operation programs have been completed, and the process proceeds to the next step. At this point, the parallel operation is completed and merged, and the one-row program operation is executed again.
Regarding the synchronization between the motion programs that perform the parallel operation, for example, in L1 of FIG. Although processing is performed, decoding is performed at the timing of dispensing the final time-sharing data of the motion program so that there is no delay between programs. As described above, according to the present embodiment, the simultaneous execution is flexibly started in one program, and the number of controllable axes is eliminated by the simultaneous execution program structure that joins again without the conventional control limitation. The function of the motion control module for controlling the multi-axis configuration can be greatly expanded. Therefore, FIG. 1 shows a system in which three stages of parallel operation units are provided,
Although five stages of the axis servo control unit are illustrated, the number is not limited to this, and the number of stages can be freely increased or decreased.

【0006】[0006]

【発明の効果】以上説明したように、本発明によれば、
同時分岐命令により同タイミングで並列運転を開始し、
同時合流命令で並列運転の待ち合わせを行い、再び1つ
のプログラムに戻って実行を継続することが可能にな
り、モーションコントロールモジュールのフレキシブル
な運転が実現できる。また、モーションプログラムと次
のモーションプログラムは遅れなく実行することが可能
になり、先読みによる不明確なタイミングを考えずにプ
ログラムすることができる。
As described above, according to the present invention,
Parallel operation starts at the same timing by simultaneous branch instruction,
It is possible to wait for the parallel operation by the simultaneous joining instruction, return to one program again and continue the execution, and realize the flexible operation of the motion control module. In addition, the motion program and the next motion program can be executed without delay, and can be programmed without considering unclear timing due to prefetching.

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

【図1】本発明の実施の形態に係るモーションコントロ
ールモジュールの概念ブロック図である。
FIG. 1 is a conceptual block diagram of a motion control module according to an embodiment of the present invention.

【図2】図1に示す並列番号テーブルの図である。FIG. 2 is a diagram of a parallel number table shown in FIG. 1;

【図3】図1に示すプログラム格納部の図である。FIG. 3 is a diagram of a program storage unit shown in FIG. 1;

【図4】図1に示すモーションコントロールモジュール
で動作する並列運転プログラムの1例を示す図である。
FIG. 4 is a diagram showing an example of a parallel operation program operated by the motion control module shown in FIG.

【図5】従来のモーションプログラムの1例を示す図で
ある。
FIG. 5 is a diagram showing an example of a conventional motion program.

【図6】従来の多数軸制御用の位置決め制御システムの
構成図である。
FIG. 6 is a configuration diagram of a conventional positioning control system for multi-axis control.

【符号の説明】[Explanation of symbols]

1 プロクラム歩進管理部 2 並列番号テーブル 3 プログラム格納部 4 並列1演算部 5 並列2演算部 6 並列3演算部 7 軸1サーボ制御部 8 軸2サーボ制御部 9 軸3サーボ制御部 10 軸4サーボ制御部 11 軸5サーボ制御部 7a〜11a サーボアンプ 7b〜11b モーター 7c〜11c 回転検出器 DESCRIPTION OF SYMBOLS 1 Program progress management part 2 Parallel number table 3 Program storage part 4 Parallel 1 operation part 5 Parallel 2 operation part 6 Parallel 3 operation part 7 Axis 1 servo control part 8 Axis 2 servo control part 9 Axis 3 servo control part 10 Axis 4 Servo control unit 11 Axis 5 servo control unit 7a-11a Servo amplifier 7b-11b Motor 7c-11c Rotation detector

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 プログラムのステップ番号毎に並列番号
を示す並列番号テーブルと、 ステップ番号に対応したモーションプログラムの格納部
と、 前記並列テーブルとプログラム格納部によりモーション
プログラムの歩進を管理する歩進管理部と、 前記歩進管理部からの複数のプログラム指令を実行する
並列演算部と、 前記並列演算部からの払い出しデータをサーボアンプに
出力するサーボ制御部と、を有することにより、1つの
モーションプログラムの中で同タイミングに複数のプロ
グラムを実行し、再び1つのプログラムに合流する同時
実行を行うことを特徴とするモーションプログラムの同
時実行方法。
1. A parallel number table indicating a parallel number for each step number of a program, a storage section for a motion program corresponding to the step number, and a step for managing a step of the motion program by the parallel table and the program storage section. A management unit; a parallel operation unit that executes a plurality of program commands from the step management unit; and a servo control unit that outputs payout data from the parallel operation unit to a servo amplifier. A simultaneous execution method of a motion program, wherein a plurality of programs are executed at the same timing in a program, and are simultaneously executed so as to merge into one program again.
【請求項2】 前記モーションプログラムの同時実行方
法において、 前記歩進管理部が、 プログラムの同時分岐指令により複数のプログラムを並
列演算部へ伝達する命令と、 同時合流指令により並列演算部の全並列演算の完了を監
視する命令と、を有して同時実行のプログラミングを行
うことを特徴とする請求項1記載のモーションプログラ
ムの同時実行方法。
2. The method for simultaneously executing motion programs, wherein the step management unit includes: an instruction for transmitting a plurality of programs to a parallel operation unit according to a simultaneous branch instruction of the program; 2. The simultaneous execution method of a motion program according to claim 1, wherein the simultaneous execution programming is performed by including an instruction for monitoring completion of the operation.
【請求項3】 前記モーションプログラムの同時実行
方法において、 前記歩進管理部が、1つのモーションプログラムとそれ
に続く論理演算および算術演算プログラムを1ブロック
として並列演算部に指令し、モーションプログラムの完
了タイミングでそれに続く演算プログラムを実行するこ
とでモーションプログラムと次のモーションプログラム
との遅れを解消することを特徴とする請求項1記載のモ
ーションプログラムの同時実行方法。
3. The simultaneous execution method of the motion programs, wherein the step management unit instructs a parallel operation unit as one block of one motion program and a subsequent logical operation and arithmetic operation program, and completes the timing of the motion program. 2. The simultaneous execution method of a motion program according to claim 1, wherein a delay between the motion program and the next motion program is eliminated by executing the subsequent operation program.
【請求項4】 前記モーションプログラムの同時実行方
法において、 前記歩進管理部が、 プログラムの合流先指定により複数のプログラムの合流
点を指定できるようにする命令を有して同時実行のプロ
グラミングを行うことを特徴とする請求項1〜3のいず
れか1項記載のモーションプログラムの同時実行方法。
4. The simultaneous execution method of the motion programs, wherein the step management unit performs simultaneous programming by including an instruction to specify a merging point of a plurality of programs by specifying a merging destination of the programs. 4. The method according to claim 1, wherein the motion programs are simultaneously executed.
JP17435497A 1997-06-30 1997-06-30 Simultaneous execution of motion programs Expired - Fee Related JP3166831B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP17435497A JP3166831B2 (en) 1997-06-30 1997-06-30 Simultaneous execution of motion programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP17435497A JP3166831B2 (en) 1997-06-30 1997-06-30 Simultaneous execution of motion programs

Publications (2)

Publication Number Publication Date
JPH1124714A JPH1124714A (en) 1999-01-29
JP3166831B2 true JP3166831B2 (en) 2001-05-14

Family

ID=15977169

Family Applications (1)

Application Number Title Priority Date Filing Date
JP17435497A Expired - Fee Related JP3166831B2 (en) 1997-06-30 1997-06-30 Simultaneous execution of motion programs

Country Status (1)

Country Link
JP (1) JP3166831B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004005302A (en) * 2002-06-03 2004-01-08 Yaskawa Electric Corp Motion program execution device and motion program debugging device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004005302A (en) * 2002-06-03 2004-01-08 Yaskawa Electric Corp Motion program execution device and motion program debugging device

Also Published As

Publication number Publication date
JPH1124714A (en) 1999-01-29

Similar Documents

Publication Publication Date Title
JP3504222B2 (en) Robot controller
US5889924A (en) Industrial robots controller
US20040173590A1 (en) Multi-axis laser machine, method for machining with the same, and recording medium recording computer program for controlling the same
US5301308A (en) Method for synchronizing redundant operation of coupled data processing systems following an interrupt event or in response to an internal command
JPS63181005A (en) Parallel processing method for numerical controller
JP3166831B2 (en) Simultaneous execution of motion programs
JP5009625B2 (en) Method and apparatus for operating different devices operating in conjunction
JP2735209B2 (en) Numerical control unit
JPH0720915A (en) Synchronism control method for robot
JP2007515003A5 (en)
JPH05137183A (en) Servo control system
JPH0890468A (en) Teaching device for robot
WO1989002103A1 (en) Spindle control method
JPH0775357A (en) Method and equipment for simultaneously start of slave stations
JPH0619660B2 (en) Distributed numerical controller
JPS60193012A (en) Tool post synchronizing method for numerical controller
JPH10301608A (en) Controller for work machine
JP2646026B2 (en) Control method for multi-system machine tools
JP2887176B2 (en) Numerical control unit
JPH09205793A (en) Motor controller
JPH08328663A (en) Drive controller for robot
WO1989005483A1 (en) Cnc control system
KR100221491B1 (en) Method for controlling dual robot
JPH0969007A (en) Multi-robot reproduction control system
JPH0217509A (en) Cad cam device

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090309

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090309

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100309

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110309

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120309

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120309

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130309

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130309

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140309

Year of fee payment: 13

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150309

Year of fee payment: 14

LAPS Cancellation because of no payment of annual fees