Siemens SINUMERIK Commissioning Manual page 411

Sinumerik 840di sl/840d sl/840dbase software and hmi advanced
Hide thumbs Also See for SINUMERIK:
Table of Contents

Advertisement

If the start softkey definition is designated as a comment (semicolon (;) at beginning of line)
or the configuration file removed, the start softkey will not function.
//S(Start)
HS6=("1st screen form")
PRESS(HS6)
LM("Screen form1")
END_PRESS
HS7=("2nd screen form")
PRESS(HS7)
LM("Screen form2")
END_PRESS
//END
Example
HS1 = ("new softkey menu")
HS2=("no function")
PRESS(HS1)
LS("Menu1")
END_PRESS
PRESS (HS2)
END_PRESS
See also
Load Softkey (LS) (Page 2-88)
Load Mask (LM) (Page 2-87)
Expanding the user interface
Commissioning Manual, 11/2006, 6FC5397-0DP10-0BA0
; Start identifier
; horizontal SK 6 labeled "1st screen form"
; PRESS method for horizontal SK 6
; Load screen form1 function, where screen form
1 must be defined within the same file.
; End of PRESS method
; horizontal SK 7 labeled "2nd screen form"
; PRESS method for horizontal SK 7
; Load screen form2 function, where screen form
2 must be defined within the same file.
; End of PRESS method
; End identifier of entry block
; load new softkey menu
; empty PRESS method
Programming
2.5 Softkey menus
2-61

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents