Siemens SINUMERIK 840D sl Commissioning Manual page 81

Commissioning cnc part 2 (hmi)
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

08/2005
An additional identifier indicating the generated version is inserted in the user
comment of the generated code in versions > 0.
Variables used previously may not be changed.
New variables are inserted in the existing (cycle) configuration in arbitrary
order.
It is not permissible to delete variables from a screen form from one version to
the next.
The screen form must contain all variables of all versions.
The newest screen form with all its variables is always displayed.
Example configuration with version identifiers:
;Version 0 (default)
//M(XXX)
DEF var100=(R//1)
DEF var101=(S//"Hello")
DEF TMP
VS8=("GC")
PRESS(VS8)
GC("NC1")
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)
GC("NC1")
END_PRESS
...
;Original
OUTPUT(NC1)
var100","var101
END_OUTPUT
...
;and the new version in addition
;Version 1
OUTPUT(NC1,1)
var100","var101"," var102
END_OUTPUT
© Siemens AG, 2005. All rights reserved
SINUMERIK 840D sl/840D/840Di/810D HMI Installation and Start-Up Guide (IAM) – 08/2005 Edition
Expanding the Operator Interface (BE1)
3 Syntax
BE1/3-75

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 810dSinumerik 840diSinumerik 840d

Table of Contents