● Graphic position
●
Attributes
① Machine status display ("header")
② Dialog element
③ 8 vertical softkeys
④ 8 horizontal softkeys
⑤ Output of diagnostic messages
⑥ Graphic
⑦ Dialog
⑧ Header line of the dialog with header and long text
Figure 4-1 Structure of the dialog
Overview
The definition of a dialog (definition block) is basically structured as follows:
Definition block Comment Chapter reference
//M... ;Dialog start identifier
DEF Var1=...
...
;Variables See chapter "Variables"
HS1=(...)
...
;Softkeys See chapter "Softkey menus"
PRESS(HS1)
LM...
END_PRESS
;Method start identifier
;Actions
;Method end identifier
See chapter "Methods"
//END ;Dialog end identifier
Dialogs
4.1 Structure and elements of a dialog
SINUMERIK Integrate Run MyScreens
40 Programming Manual, 10/2015, 6FC5397-3DP40-5BA3