Commands in the deleted contour

If additional NC commands are programmed in the deleted contour, they are executed at the point of interrupt.

Output of M functions

M functions programmed in the same NC line as the end of the short cut (Case A) are output at the interruption point just like M functions within the omitted range (Case B).

If the M function is moved into the range to be omitted by presetting it, it is also output at the interruption point (Case C).

(Case A: Excerpt from the NC program)

N200 X100 (Delete single distance to go)

N210 Y70 M7

(Case B:Excerpt from the NC program)

N200 X100 (Delete single distance to go)

N210 M7

N220 Y70

(Case C: Excerpt from the NC program)

N200 X100 (Delete single distance to go)

(M7 should be output before Y70 is output)

N210 Y70

N220 M7 (With M function preset)

Programing Example

prg_example

Additional command within a short cut.

%ddtg8

N00 …

N10 X100 ;interrupt and delete distance to go

N15 M48

N16 P1=1

N17 #TIME 10

N20 Y100

N30 X90 Y110

M30

Additional command within a deleted distance to go
Additional command within a deleted distance to go