Example
SCREEN FORM1 (master dialog): Jump to the sub-dialog SCREEN FORM2 with variable
transfer
PRESS(HS1)
LM("SCREEN FORM2","CFI.COM",1, POSX, POSY, DIAMETER)
; Interrupt screen form1 and open screen form2:
In doing this, variables POSX, POSY and DIAME-
TER are transferred.
DLGL("Screen form2 ended") ; After returning from screen form2, the fol-
lowing text appears in the dialog line of
screen form1: Screen form2 ended.
END_PRESS
SCREEN FORM2 (sub-dialog): Return to master dialog SCREEN FORM1 with transfer of the
variable contents
PRESS(VS8)
EXIT(POSX, POSY, DIAMETER)
; Hide screen form2 and continue screen form1:
In doing this, the changed variables POSX, POSY
and DIAMETER are transferred.
END_PRESS
6.3.24 Load Softkey (LS)
Description
The LS function can be used to display another softkey menu.
Programming
Syntax: LS
("Identifier"[, "File"][, Merge])
Description: Displays the softkey menu
Programming commands
6.3 Functions
SINUMERIK Integrate Run MyScreens (BE2)
166 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1