Expanding the Operator Interface (BE1) 08/2005
3 Syntax
© Siemens AG, 2005. All rights reserved
BE1/3-68 SINUMERIK 840D sl/840D/840Di/810D HMI Installation and Start-Up Guide (IAM) – 08/2005 Edition
Assigning access level
The meanings of the different protection levels are as follows:
Table 3-6 Protection levels
Protection
level
Locked by Area
ac0 Password Siemens
ac1 Password Machine manufacturer
ac2 Password Servicing
ac3 Password User
ac4 Key switch position 3 Programmer, machine setter
ac5 Key switch position 2 Qualified operator
ac6 Key switch position 1 Trained operator
ac7 Key switch position 0 Semi-skilled operator
ac0 is the highest protection level and ac7 the lowest. The operator can only
access information on the level for which he is authorized and all lower levels.
Example
//S(Start)
HS7=("Example", ac7, se1)
PRESS(HS7)
LM("Form3")
END_PRESS
//END
//M(Form3/"Example 3 : Graphics and softkeys"/"MST.BMP")
HS1=("")
HS2=("")
HS3=("")
HS4=("")
HS5=("")
HS6=("")
HS7=("")
HS8=("")
VS1=("")
VS2=("")
VS3=("")
VS4=("")
VS5=("")
VS6=("")
VS7=("")
VS8=("OK", AC7, SE1)
PRESS(VS8)
EXIT
END_PRESS
//END