Delete Distance to Go

Command

DelDTG

Cancellation

End of block

DelDTG ( delete distance to go ) is activated block by block via the NC program. This command enables deleting of the residual distance of the current geometry from the PLC (TcNci.lib 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
Delete Distance to Go 1:

DelDTG must not be active with active cutter radius correction.
From TwinCAT V2.10 B1303 a zero offset shift may be active.