Programming
2.5 Softkey menus
Expanding the user interface
Commissioning Manual, 11/2006, 6FC5397-0DP10-0BA0
2-61
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) ; Start
identifier
HS6=("1st screen form")
; horizontal SK 6 labeled "1st screen form"
PRESS(HS6)
; PRESS method for horizontal SK 6
LM("Screen form1")
; Load screen form1 function, where screen form
1 must be defined within the same file.
END_PRESS
; End of PRESS method
HS7=("2nd screen form")
; horizontal SK 7 labeled "2nd screen form"
PRESS(HS7)
; PRESS method for horizontal SK 7
LM("Screen form2")
; Load screen form2 function, where screen form
2 must be defined within the same file.
END_PRESS
; End of PRESS method
//END
; End identifier of entry block
Example
HS1 = ("new softkey menu")
HS2=("no function")
PRESS(HS1)
LS("Menu1")
; load new softkey menu
END_PRESS
PRESS (HS2)
; empty PRESS method
END_PRESS
See also
Содержание SINUMERIK
Страница 6: ...Preface Base software and HMI Advanced 6 Commissioning Manual 03 2009 6FC5397 0DP10 3BA0 ...
Страница 24: ...Introduction 1 5 Limits of data management HMI Advanced IM4 18 Commissioning Manual 03 2009 6FC5397 0DP10 3BA0 ...
Страница 96: ......
Страница 338: ...List of Abbreviations B 1 Abbreviations HMI Advanced IM4 332 Commissioning Manual 03 2009 6FC5397 0DP10 3BA0 ...
Страница 464: ...Programming 2 8 Operators Expanding the user interface 2 114 Commissioning Manual 11 2006 6FC5397 0DP10 0BA0 ...
Страница 562: ...Index Expanding the user interface Index 4 Commissioning Manual 11 2006 6FC5397 0DP10 0BA0 ...
Страница 566: ...Table of contents Online Help HE1 4 Commissioning Manual 11 2006 6FC5397 0DP10 0BA0 ...
Страница 598: ...Online Help HE1 Commissioning Manual 11 2006 6FC5397 0DP10 0BA0 36 ...
Страница 638: ...References for text generation Generating target language texts TX2 40 Commissioning Manual 11 2006 6FC5397 0DP10 0BA0 ...
Страница 672: ...Commissioning a system 1 4 BIOS settings PCU Basesoftware IM8 32 Commissioning Manual 03 2009 6FC5397 1DP10 4BA0 ...