Expanding the Operator Interface (BE1) 08/2005
3 Syntax
© Siemens AG, 2005. All rights reserved
BE1/3-24 SINUMERIK 840D sl/840D/840Di/810D HMI Installation and Start-Up Guide (IAM) – 08/2005 Edition
• Insertion of a space before or after the equals sign is optional.
• If a command is configured only with a file name, then the file search strategy is
as follows:
Table 3-1 Search method
Entry
Search in ...
No file name, no path name COM file of current screen form
File name User cycles directory
Manufacturer cycles directory
Standard cycles directory
(Flash file system as well in the case of HMI
Embedded)
File name and path name Specified path
File name and NC path name The system looks for the COM file on the
NC, copies it to the HMI and reads it there.
Example
A new screen form is called via start softkey "Example" from the Parameters
operating area.
//S(Start)
HS7=("Example", ac7, se1)
PRESS(HS7)
LM("Form1")
END_PRESS
//END
//M(Form1/"Cycles")
HS1=("")
HS2=("")
HS3=("")
HS4=("")
HS5=("")
HS6=("")
HS7=("")
HS8=("")
VS1=("")
VS2=("")
VS3=("")
VS4=("")
VS5=("")
VS6=("")
VS7=("")
VS8=("")
... ;Methods
//END