Expanding the Operator Interface (BE1) 08/2005
7 Configuring and Working Environment
© Siemens AG, 2005. All rights reserved
BE1/7-158 SINUMERIK 840D sl/840D/840Di/810D HMI Installation and Start-Up Guide (IAM) – 08/2005 Edition
Example of COMMON.COM
[MMC_DOS]
sc101=tooth.com ; MACHINE
; Files are located in the
; Flash memory of the HMI
sc111=mda.com
sc122=auto.com
sc207=param.com ; PARAMETER
sc314=aeditor.com ; PROGRAM, Editor
sc315=aeditor.com
sc316=aeditor.com
sc407=dienste.com ; SERVICES
sc507=diagnose.com ; DIAGNOSTICS
sc607=inbetrn.com ; Start-up
sc826=cmm.com ; ShopMill, Machine, AUTO
sc857=cmm.com ; Messages/
sc858=cmm.com ; Alarms
sc867=cmm.com ; Tools, ZO
LAN1=stdlan1.com ; Configured form texts
; are in stdlan1.com in the
; Flash memory
LAN2=_N_stdlan2_com ; Background language on NC
CHK_COMMON.COM=1 ; faster processing
; by HMI
LOGSIZE=30 ; 30 kB for LOG of errors in
: the screen forms
[PLC_SELECT] ; declaration of
; displays that can be called from
; the PLC, see below.
PC1= CYC82, drilling.com ; display 1
PC2= CYCLE90, millthre.com ; display 2
Displays, which can be called from the PLC
If displays are to be called from the PLC on the basis of Expand user interface,
then it is necessary to create a section [PLC_SELECT].
This section is for assigning the display numbers to the configured displays. In
general, the syntax of an assignment line is:
PCi = display name, file ;Comment
i Number of the display in the interface
Screen name Display (screen form) identifier
File File in which the display is configured
Example:
[PLC_SELECT] ;Fixed section introduction
PC1= CYC82, drilling.com ;Assignment line
PC2= CYCLE90, millthre.com
PC3=..., etc.
In the complete example shown above, the section [PLC_SELECT] is at the end of
Common.com.