6 - 162
6 MOTION PROGRAMS FOR POSITIONING CONTROL
Difference point of the program call and program start
O0001 ;
%
CALL JXJY P10 ;
M02 ;
Program start
1)
2)
O0010 ;
%
M02 ;
3)
2)
O0001 ;
%
GOSUB JXJY P10 ;
M02 ;
Program call
1)
5)
O0010 ;
%
M02 ;
;
3)
2)
4)
This program is executed in parallel the started The following next block of GOSUB is
program and following the next block of CALL. executed after waiting the end of called
program.
(GOSUBE also is same.)
Содержание Q172HCPU
Страница 35: ...2 10 2 POSITIONING CONTROL BY THE MOTION CPU MEMO ...
Страница 79: ...3 44 3 MOTION DEDICATED PLC INSTRUCTION MEMO ...
Страница 373: ...6 186 6 MOTION PROGRAMS FOR POSITIONING CONTROL MEMO ...
Страница 453: ...7 80 7 AUXILIARY AND APPLIED FUNCTIONS MEMO ...