The LM and LS commands to be executed upon activation of the relevant PLC softkeys are
configured in the easyscreen.ini file. The names of the sections that are used for the purpose
of configuration are structured as follows:
[areaname_dialogname]
The first part of the name "areaname" refers to the operating
area and the second part "dialogname" designates the dialog
to which the commands configured in this section apply.
[AreaParameter_SlPaDialog]
100.screen1 = LS("Softkey1","param.com")
101.screen3 = LM("Screen
form1","param.com")
The names given in the systemconfiguration.ini file for the op‐
erating area and dialog should be used. The dialog does not
have to be specified.
This is particularly true for operating areas which are only im‐
plemented by means of a single dialog. Please refer to the ex‐
ample on the left.
If "screen1" is displayed in the AreaParameter operating area
implemented by the SlPaDialog dialog, the "LS("Softkey1","par‐
am.com")" command will be executed when the "action" with
the value 100 occurs.
action.screen=Command
Both the "action" and "screen" attributes clearly indicate when
the specified command will be executed.
The "screen" information is optional.
The following commands are permissible:
LM (LoadMask)
LS (LoadSoftkeys)
Dialog selection
9.1 Dialog selection using PLC softkeys
SINUMERIK Integrate Run MyScreens (BE2)
282 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1