Siemens SINUMERIK 828D Commissioning Manual page 1037

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

OUTPUT(NC1,1)
The OUTPUT method for the original does not need a version identifier, however you can
specify it with 0. OUTPUT(NC1) is equivalent to OUTPUT(NC1,0). Version identifier n in the
OUTPUT method includes all variables of the originals 0, 1, 2, ... up to and including n.
Programming with version identifier
//M(XXX)
DEF var100=(R//1)
DEF var101=(S//"Hello")
DEF TMP
VS8=("GC")
PRESS(VS8)
END_PRESS
OUTPUT(NC1)
var100",,"var101
END_OUTPUT
; ************ Version 1, extended definition ***************
//M(XXX)
DEF var100=(R//1)
DEF var101=(S//"Hello")
DEF var102(1)=(V//"HUGO")
DEF TMP
VS8=("GC")
PRESS(VS8)
END_PRESS
...
OUTPUT(NC1)
var100","var101
END_OUTPUT
...
OUTPUT(NC1,1)
var100","var101"," var102
END_OUTPUT
SINUMERIK Integrate Run MyScreens
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3
GC("NC1")
GC("NC1")
; The variables of the original and the extensions
with version identifier 1 are offered in the OUTPUT
method.
Version 0 (default)
Original and the new version in addition
Version 1
Programming commands
6.2 Methods
107

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents