Aborting Current Function
abort
The interpreter mode offers a mechanism to abort limited number of script functions, even if they are called from the main program. Currently only movej
and movel
can be aborted.
Aborting a movement will result in a controlled stop if no blend radius is defined.
If a blend radius is defined then a blend with the next movement will be initiated right away if not already in an initial blend, otherwise the command is ignored.
Return value should be ignored
Note: abort
must be sent in a line by itself, and thus cannot be combined with other commands or statements.