Configure hotkeys and PLC keys
4.4 Selecting dialog/softkey menus
Expanding the user interface
4-18 Commissioning Manual, 11/2006, 6FC5397-0DP10-0BA0
...
[MachineMDI]
4.4.2 Configuring "Expand user interface" functions
Description
One or more states (according to the State list) can be configured for each action (≥ 100)
and you can also specify which "Expand user interface" function is to be initiated. If nothing
is configured in these INI files, no screen forms or softkey menus will appear.
Programming Action.State
Syntax: Action.State = Dialog/softkey menu to be loaded, configuration file
Parameters: Action The action is Action ≥ = 100 configured in KEYS.INI.
State State in which the application is presently in
Configuration file File in which the configuration is stored.
LS/LM "Expand user interface" commands for loading
softkeys/dialogs
Examples
[KeyConfiguration]
100.10=LS("Softkey1","param.com")
100.30=LM("Form1","param.com")
101.10=LS("Softkey1","param.com")
101.30=LM("Form2","param.com")
102=LM("Form2","param1.com")
Explanations:
● For the first line, for example, this means:
If an Action 100 is initiated when in state (status/screen) 10, the softkey menu configured
in the param.com file will be displayed with the name Softkey1.
● For the last line, for example, this means:
If Action 102 is initiated, the dialog with the name Screen form2 will be called in the
current dialog. This dialog is configured in the param1.com file.