Programming
2.3 Variables
Expanding the user interface
2-30
Commissioning Manual, 11/2006, 6FC5397-0DP10-0BA0
Syntax:
CLRHTX (Identifier)
Description:
Deletes the Help loop
Parameters:
Identifier
Name of the variable whose Help loop is to be deleted
Help file:
Index:
Help text:
Path specification of the file (PDF format)
Index in the Help text file to the Help text
Help text for display in the Help text file
Example
CLRHTX(VAR1)
2.3.8
Application examples
Help variables
Help variables are internal arithmetic variables. Arithmetic variables are defined like other
variables, but have no other properties apart from variable value and status, i.e., Help
variables are not visible in the dialog. Help variables are of the VARIANT type.
Programming
Syntax:
DEF
Identifier
Description:
Internal arithmetic variables of the VARIANT type
Parameters:
Identifier:
Name of Help variables
Example
DEF OTTO ;Definition of a Help variable
Syntax:
Identifier.val =
Help variable value
Identifier =
Help variable value
Description:
A value is assigned to a Help variable in a method.
Parameters:
Identifier:
Name of Help variables
Help variable value: Content of the Help variables
Example
LOAD
OTTO = "Test"
END_LOAD
;
Assign the value "Test" to the Otto Help variable
LOAD
OTTO = REG[9].VAL
END_LOAD
;
Assign value of register to the Help variable
Содержание 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 ...