Programming
Syntax: RETURN
Description: Returns to the branch point
Parameters: - None -
Example
//B(PROG1) ; Block start
SUB(UP2) ; Start of subprogram
IF VAR1.val=="Otto"
VAR1.val="Hans"
RETURN ; If the variable value = Otto, the value "Hans" is as-
signed to the variable, and the subprogram ends at this
point.
ENDIF
VAR1.val="Otto" ; If the variable value ≠ Otto, the value "Otto" is as-
signed to the variable.
END_SUB ; End of subprogram
//END ; Block end
6.3.33 Recompile
Description
In the programming support system, it is possible to recompile NC code that has been
generated with the GC function and to display the variable values in the input/output field of
the associated entry dialog again.
Programming
Variables from the NC code are transferred to the dialog. At the same time, the variable values
from the NC code are compared with the calculated variable values from the configuration file.
If the values do not coincide, an error message is written to the log book because values have
been changed during NC code generation.
If the NC code contains the same variable several times, it is evaluated at the point where it
last occurs during recompilation. A warning is also written to the log book.
Programming commands
6.3 Functions
SINUMERIK Integrate Run MyScreens (BE2)
176 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1