![Fagor CNC 8070 Скачать руководство пользователя страница 504](http://html1.mh-extra.com/html/fagor/cnc-8070/cnc-8070_programming-manual_3212158504.webp)
Programming manual
486
CNC 8070
15.
STATEMENTS AND
IN
STRUCTI
O
NS
Pr
ogr
am
m
ing st
at
em
ent
s
(S
OFT
V02.0
X
)
470
Operation
Programming the same instruction in each channel, all of them are
synchronized at that point and the execution resumes from there on.
It works as follows.
1.
It activates the mark selected in its own channel.
2.
It waits for the mark to be activated in all the indicated channels.
3.
After synchronizing the channels, it deletes the mark from its own
channel and goes on executing the program.
Each channel stops on its
#MEET
. When the last one of them reaches
the command and checks that all the marks are active, the process
unlocks for all of them at the same time.
In the following example, it waits for mark ·5· to be active in channels
·1·, ·2· and ·3· to synchronize the channels and resume the execution.
#WAIT
It waits for the mark to be activated in the indicated channel
The
#WAIT
instruction waits for the indicated mark to be active in the
specified channels. If the mark is already active when executing the
command, the execution is not interrupted and the program keeps
running.
Each channel has 10 marks that are numbered from 1 to 10.
The programming format is:
#WAIT [<mark>, <channel>,...]
As opposed to the
#MEET
instruction, it does not activate the indicated
mark of its own channel. The marks of the channel are activated using
the instruction
#SIGNAL
.
CHANNEL 1
CHANNEL 2
CHANNEL 3
%PRG_1
···
···
#MEET [5,1,2,3]
···
···
M30
%PRG_2
···
#MEET [5,1,2,3]
···
···
···
M30
%PRG_3
···
···
···
···
#MEET [5,1,2,3]
M30
Parameter
Meaning
<mark>
Synchronization mark waited for to be activated.
<channel>
Channel or channels that must activate the mark.
Содержание CNC 8070
Страница 1: ...CNC 8070 REF 0504 SOFT V02 0X PROGRAMMING MANUAL Soft V02 0x Ref 0504...
Страница 2: ......
Страница 4: ......
Страница 6: ......
Страница 12: ......
Страница 14: ......
Страница 16: ......
Страница 22: ......
Страница 26: ......
Страница 28: ......
Страница 30: ......
Страница 32: ......
Страница 34: ......
Страница 54: ...Programming manual 20 CNC 8070 1 CREATING A PROGRAM Parameters constants and expressions SOFT V02 0X 20...
Страница 62: ...Programming manual 28 CNC 8070 2 MACHINE OVERVIEW Home search SOFT V02 0X 28...
Страница 154: ...Programming manual 120 CNC 8070 6 TOOL PATH CONTROL Manual intervention G200 G201 G202 SOFT V02 0X 120...
Страница 178: ...Programming manual 144 CNC 8070 7 GEOMETRY ASSISTANCE General scaling factor SOFT V02 0X 144...
Страница 188: ...Programming manual 154 CNC 8070 8 ADDITIONAL PREPARATORY FUNCTIONS Probing G100 SOFT V02 0X 154...
Страница 360: ...Programming manual 326 CNC 8070 12 CYCLE EDITOR Random multiple machining SOFT V02 0X 326...
Страница 446: ...Programming manual 412 CNC 8070 14 CNC VARIABLES Alphabetical listing of variables SOFT V02 0X 412...
Страница 556: ...CNC 8070 16 PROBING CANNED CYCLES SOFT V02 0X 522 Programming manual...