Expanding the Operator Interface (BE1) 08/2005
3 Syntax
© Siemens AG, 2005. All rights reserved
BE1/3-36 SINUMERIK 840D sl/840D/840Di/810D HMI Installation and Start-Up Guide (IAM) – 08/2005 Edition
Attributes: None
Help display: None
System or user variable: $R[1] (R-Parameter 1)
Position, short text: Default position relative to the I/O field
Position of the I/O field:
Distance from left: 300
Distance from the top: 10
Width: 200
Colors: No data, i.e., default setting
Help: In the Help.pdf file, the Help with the Help text
"Help1" is called on the page with index 1
when the Help key is pressed.
Example 4:
Various entries in the toggle field:
DEF Var1 = (I/* 0,1,2,3)
DEF Var2 = (S/* "In", "Out")
DEF Var3 = (B/* 1="In", 0="Out")
;1 and 0 are values, "In" and "Out"
;are displayed
DEF Var4 = (R/* ARR1) ;ARR1 is the name of an array
Example 5:
Several Help calls per screen form element (HMI Advanced only):
DEF Var1 = (R//////////"Help1.pdf",1,"Help1",
,2,"Help2","Help3.pdf",3,)
;1. Entry in the Help loop
Help file: HELP1.PDF
Index: 1
Help text: Help1
2. Entry in the Help loop
Help file: HELP1.PDF
Index: 2
Help text: Help2
3. Entry in the Help loop
Help file: HELP3.PDF
Index: 3
Help text: Help2
Example 6: Displaying an image instead of a short text
DEF VAR1(V///,"\\image1.bmp" ////160,40,50,50)
The size and position of the image is defined under Position I/O field (left, top,
width, height).