The following options are available for configuring the start softkey:
1.
To replace a softkey label with a language-dependent text, the following must be entered
in the [Custom] section:
TextId=MY_TEXT_ID
TextFile=mytextfile
TextContext=mycontext
In this example, the softkey shows the language-dependent text which was saved with the
text ID "MY_TEXT_ID" in text file mytextfile_xxx.qm under "MyContext" (xxx stands for
language code).
2. To replace a softkey label with a language-neutral text, the following must be entered in
the [Custom] section:
TextId=HELLO
TextFile=<empty>
TextContext=<empty>
In this example, the softkey for the "Custom" operating area displays the text "HELLO" for
every language.
3. An icon can also be displayed on the softkey in addition to the text.
To do this, the following must be entered in the [Custom] section:
Picture=mypicture.png
The softkey then displays the icon from the file mypicture.png. Graphics and bitmaps are
stored at the following path:
[System oem directory]
/ico/ico<Resolution>. The directory that
corresponds to the display resolution must be used.
4. The position of the softkey can also be set. The following entry in the [Custom] section
makes this setting:
SoftkeyPosition=12
The default is position 12. This corresponds to the HSK4 on the menu continuation bar of
the operating area's menu. Positions 1 - 8 correspond to HSK1 to HSK8 on the menu bar,
positions 9 - 16 to HSK1 to HSK8 on the menu continuation bar.
8.3 How to configure the "Custom" operating area
Configuring the softkey for the "Custom" operating area
You need the easyscreen.ini and custom.ini files to configure the operating area. Templates
for both these files are available in the
[System Siemens directory]
/templates/cfg directory.
1. First copy the files to the
[System oem directory]
/cfg directory and make your changes from
there.
2. File easyscreen.ini already contains a definition line for the "Custom" operating area:
;StartFile02 = area := Custom, dialog := SlEsCustomDialog,
startfile := custom.com
The ";" at the start of the line represents the comment character. This means the line is
commented out and, as such, not active. To change this, the ";" must be deleted.
The "startfile" attribute in this line defines that the entry will refer to the custom.com project
file when the "Custom" operating area is selected.
"Custom" operating area
8.3 How to configure the "Custom" operating area
SINUMERIK Integrate Run MyScreens
186 Programming Manual, 10/2015, 6FC5397-3DP40-5BA3