User stock removal programs
15.7 Deactivate contour preparation (EXECUTE)
Job planning
Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
707
15.7 Deactivate contour preparation (EXECUTE)
Function
The command EXECUTE is used to deactivate the contour preparation and at the same time
the system returns to the normal execution mode.
Syntax
EXECUTE(<ERROR>)
Significance
EXECUTE
Command to terminate contour preparation
Variable for the fault feedback signal
Type: INT
The value of the variable indicates whether the contour was able to be
prepared error-free:
0 Errors
<FAULT>
1 No error
Example
Program code
...
N30 CONTPRON(...)
N40 G1 X... Z...
...
N100 EXECUTE(...)
...