G60 Modal activation of the exact stop (deactivate blending)

Activates exact stop, which causes the kinematic model to stop precisely on the target after executing the last block. This occurs in the SRL program by deactivating blending. The command takes effect for all the following blocks until the exact stop is deactivated with G-code G64. To deactivate the exact stop and restore path control operation (activate blending), the G64 command must be executed.

Syntax: Observe Note on the syntax explanation.

G60

Example:

G60

Implementation in the SRL program:

SET_BLENDING_PARA Blending_On:= FALSE