Programming Q Parameters | If-then decisions with Q parameters
10
HEIDENHAIN | TNC 620 | Conversational Programming User's Manual | 10/2017
377
Programming if-then decisions
Possibilities for jump inputs
The following inputs are possible for the condition
IF
:
Numbers
Texts
Q, QL, QR
QS
(string parameter)
You have three possibilities for entering the jump address
GOTO
:
LBL NAME
LBL NUMBER
QS
Press the
JUMP
soft key to call the if-then conditions. The control
then displays the following soft keys:
Soft key
Function
FN 9
: IF EQUAL, JUMP
e. g.
FN 9: IF +Q1 EQU +Q3 GOTO LBL
"UPCAN25"
If both values or parameters are equal, jump to
specified label
FN 9
: IF UNDEFINED, JUMP
e. g.,
FN 9: IF +Q1 IS UNDEFINED GOTO LBL
“UPCAN25“
If the specified parameter is undefined, then a
jump is made to the specified label
FN 9
: IF DEFINED, JUMP
e. g.,
FN 9: IF +Q1 IS DEFINED GOTO LBL
“UPCAN25“
If the specified parameter is defined, then a jump
is made to the specified label
FN 10
: IF UNEQUAL, JUMP
e. g.
FN 10: IF +10 NE –Q5 GOTO LBL 10
If both values or parameters are unequal, jump to
specified label
FN 11
: IF GREATER, JUMP
g. g.
FN 11: IF+Q1 GT+10 GOTO LBL QS5
If the first value or parameter is greater than the
second value or parameter, jump to specified
label
FN 12
: IF LESS, JUMP
e. g.
FN 12: IF+Q5 LT+0 GOTO LBL "ANYNAME"
If the first value or parameter is smaller than the
second value or parameter, jump to specified
label
Содержание TNC 620 E
Страница 4: ......
Страница 5: ...Fundamentals...
Страница 34: ...Contents 34 HEIDENHAIN TNC 620 Conversational Programming User s Manual 10 2017...
Страница 63: ...1 First Steps with the TNC 620...
Страница 86: ......
Страница 87: ...2 Introduction...
Страница 123: ...3 Operating the Touchscreen...
Страница 139: ...4 Fundamentals File Management...
Страница 199: ...5 Programming Aids...
Страница 228: ......
Страница 229: ...6 Tools...
Страница 271: ...7 Programming Contours...
Страница 323: ...8 Data Transfer from CAD Files...
Страница 344: ......
Страница 345: ...9 Subprograms and Program Section Repeats...
Страница 364: ......
Страница 365: ...10 Programming Q Parameters...
Страница 467: ...11 Miscellaneous Functions...
Страница 489: ...12 Special Functions...
Страница 532: ......
Страница 533: ...13 Multiple Axis Machining...
Страница 596: ......
Страница 597: ...14 Pallet Management...
Страница 610: ......
Страница 611: ...15 Batch Process Manager...
Страница 619: ...16 Manual Operation and Setup...
Страница 693: ...17 Positioning with Manual Data Input...
Страница 698: ......
Страница 699: ...18 Test Run and Program Run...
Страница 737: ...19 MOD Functions...
Страница 774: ......
Страница 775: ...20 Tables and Overviews...
Страница 839: ...HEIDENHAIN TNC 620 Conversational Programming User s Manual 10 2017 839 To the datum table 661 Z ZIP archive 189...