
B-64663EN/01 LASER FUNCTION 7.THREE-DIMENSIONAL MACHINING SYSTEM
- 135 -
(K) Specified-block write
By specifying a program number, block number, block length,
and NC data, the NC data can be written into the block that
follows the specified block.
TB⇒CNC
DC2 K Program number
1st byte 2nd byte
Block number
3rd byte 4th byte
DC4
Block length NC data
CNC⇒TB
DC2 K DC4
CAUTION
1 If you want insert NC data as the nth block, specify
block number n-1. It will be inserted after the EOB
of the (n-1)th block.
2 More than one block can be inserted with one
instruction. One instruction can specify up to 99
characters.
(l) Specified-block deletion
Specifying a program number and block number can delete the
corresponding block.
TB⇒CNC
DC2 L Program number
1st byte 2nd byte
DC4 Block number
3rd byte 4th byte
CNC⇒TB
DC2 L DC4
(m) Sequence number search
By specifying a program number and sequence number, a search
can be performed for the sequence number while counting the
number of blocks from the beginning of the program. Once the
search has been completed, the program number and block
number can be read.
TB⇒CNC
DC2 M Program number
1st byte 2nd byte
DC4 Sequence number
3rd byte 4th byte
omp
et
on
omp
et
on
code