Programming manual
486
CNC 8070
15.
STATEMENTS AND INSTRUCTIONS
Programming statements
(SOFT V02.0X)
426
#EXBLK Executes a block in the indicated channel
With this instruction, it is possible to execute a block in the indicated
channel. If the channel where it is to be executed is busy, it will issue
the relevant error message. After executing the block, the channel
goes back to the previous work mode.
The programming format is:
#EXBLK [<block>,<channel>]
If the channel is not indicated and the instruction is executed from the
program, the block is executed in its own channel. If the channel is not
indicated and the instruction is executed in MDI, the block is executed
in the active channel.
Parameter Meaning
<block> Block to be executed.
<channel> Optional. Channel where the block is to be executed.
#EXBLK [G01 X100 F550, 2]
(The block is executed in channel 2)
#EXBLK [T1 M6]
(The block is executed in the current channel)