Delete Distance to Go

Command

DelDTG

Cancellation

End of block

The DelDTG (delete distance to go) command is activated block by block via the NC program. This command enables deleting of the residual distance of the current geometry from the PLC with the function block ItpDelDtgEx. In other words, if the command is issued while the block is processed, the motion is stopped with the usual deceleration ramps. The NC program then processes the next block. An error message is generated if the PLC command is not issued during the execution of a block with "delete distance to go" selected.

The "delete distance to go" command always effects an implicit decoding stop, i.e. an exact positioning always occurs at the end of the block.

Sample:

N10 G01 X0 Y0 F6000
N20 DelDTG G01 X2000
N30 G01 X0

Notice DelDTG must not be active when cutter radius compensation is active.