Starting Up HMI Embedded (IM2) 08/2005
5 Creating In-House Alarm Texts
© Siemens AG, 2005. All rights reserved
IM2/5-104 SINUMERIK 840D sl/840D/840Di/810D HMI Installation and Start-Up Guide (IAM) – 08/2005 Edition
The user icons have to meet the following requirements:
• Colors: 16-color mode
• Size: OP010/OP010C/OP010S: 16 x 16 pixel (height x width)
OP012: 20 x 20 pixel
OP015: 27 x 26 pixel
• File name: 8 characters
• Format: BMP
Configuring
The cross-channel status display is allocated and configured with user icons in the
HEADER.INI file.
HEADER.INI is located on the CompactFlash card in directory
siemens/sinumerik/hmi/cfg/
Copy the HEADER.INI file to directory oem\sinumerik\hmi\cfg.
Use the editor to open the file and assign the user icons to the desired positions.
Enter the names of the user icons and the signal for controlling symbol selection in
the HEADER.INI file, section "UserIcons".
[UserIcons]
UI_0= <Ikone_00.bmp>, <position>
UI_0:
Identifier
Ikone_00.bmp: Name of user icon
Position: Display position (1 to 16)
...
UI_31= <Ikone_31.bmp>, <position>
USER_ICON_BASE = DBx.DBBy
DBx.DBBy: Signal for controlling icon selection, defined by
the user.
User icons are addressed bit-by-bit, i.e., if bit n is set in signal DBx.DBBy, the user
icon with identifier UI_n is displayed.
If the bit is reset by the PLC, the assigned user icon in the program status display
is deleted.
If several user icons are assigned to the same position, the user icon with the
highest identifier number is displayed. Empty positions do not have to be entered.