You can use the <RECALL> key to close new user interfaces if you have not configured this
key for any other task.
Note
Calling dialogs in the PLC user program
Dialogs can be selected from the PLC as well as via softkeys: An interface signal is available
in DB19.DBB10 for signal exchange between the PLC → HMI.
3.3 Definition and functions for start softkeys
3.3.1 Defining the start softkey
Dialog-independent softkey
Start softkeys are dialog-independent softkeys which are not called from a dialog, but which
have been configured before the first new dialog. In order to access the start dialog or a start
softkey menu, the start softkey must be defined.
Programming
The definition block for a start softkey is structured as follows:
//S(Start) ; Start identifier of start softkey
HS1=(...) ; Define the start softkey: Horizontal SK 1
PRESS(HS1) ; Method
LM... ; LM or LS function
END_PRESS ; End of method
//END ; End identifier of start softkey
Permissible positions for start softkeys
The following positions for "Run MyScreens" start softkeys are permissible in the operating
areas:
Operating area Position
Machine HSK6
Parameter HSK7
Program HSK6 and HSK15
Measuring cycles: HSK13 and HSK14
Program manager HSK2-8 and HSK12-16, if not assigned to drives.
Fundamentals
3.3 Definition and functions for start softkeys
SINUMERIK Integrate Run MyScreens
28 Programming Manual, 10/2015, 6FC5397-3DP40-5BA3