Programming commands
6.3 Functions
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)
DLGL("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)
END_PRESS
6.3.24
Load Softkey (LS)
Description
The LS function can be used to display another softkey menu.
Programming
Syntax:
Description:
136
; Interrupt screen form1 and open screen form2:
In doing this, variables POSX, POSY and DIAME-
TER are transferred.
; After returning from screen form2, the fol-
lowing text appears in the dialog line of
screen form1: Screen form2 ended.
; Hide screen form2 and continue screen form1:
In doing this, the changed variables POSX, POSY
and DIAMETER are transferred.
("Identifier"[, "File"][, Merge])
LS
Displays the softkey menu
SINUMERIK Integrate Run MyScreens
Programming Manual, 10/2015, 6FC5397-3DP40-5BA3