6.2.9 OUTPUT
Description
The
OUTPUT method is executed if the "GC" function is called. Variables and Help variables
are configured as an NC code in an OUTPUT method. The individual elements in a code line
are linked by means of blanks.
Note
The NC code can be generated in an extra file by means of file functions and transferred to
the NC.
Programming
Syntax: OUTPUT
(Identifier)
...
END_OUTPUT
Description: Outputs variables in the NC program.
Parameters: Identifier Name of OUTPUT method
Block numbers and skip identifiers
The
OUTPUT method must not contain line numbers or skip identifiers if you wish to keep the
line numbers and skip identifiers directly set with active program support in the parts program
in case of recompilations.
Editor changes in the parts program produce the following response:
Condition Response
Number of blocks remains unchanged. Block numbers are retained.
Number of blocks is reduced. The highest block numbers are canceled.
Number of blocks is increased. New blocks are not numbered.
Example
OUTPUT(CODE1)
"CYCLE82(" Var1.val "," Var2.val "," Var3.val ","Var4.val "," Var5.val ","
Var6.val ")"
END_OUTPUT
Programming commands
6.2 Methods
SINUMERIK Integrate Run MyScreens
102 Programming Manual, 10/2015, 6FC5397-3DP40-5BA3