Programming If-Then Decisions; Abbreviations Used - HEIDENHAIN ITNC 530 - CONVERSATIONAL PROGRAMMING User Manual

Conversational programming
Hide thumbs Also See for ITNC 530 - CONVERSATIONAL PROGRAMMING:
Table of Contents

Advertisement

Programming If-Then decisions

There are 3 possibilities to enter the jump address:
Label number, selectable via LBL NUMBER soft key
Label number, selectable via LBL NAME soft key
String number, selectable via QS soft key
Press the JUMP soft key to call the If-Then conditions. The TNC then
displays the following soft keys:
Function
FN 9: IF EQUAL, JUMP
Example: FN 9: IF +Q1 EQU +Q3 GOTO LBL "UPCAN25"
If the two values or parameters are equal, jump to the
given label.
FN 10: IF UNEQUAL, JUMP
Example: FN 10: IF +10 NE –Q5 GOTO LBL 10
If the two values or parameters are unequal, jump to
the given label.
FN 11: IF GREATER, JUMP
Example: FN 11: IF+Q1 GT+10 GOTO QS5
If the first value or parameter is greater than the
second, jump to the given label.
FN 12: IF LESS, JUMP
Example: FN 12: IF+Q5 LT+0 GOTO LBL "ANYNAME"
If the first value or parameter is less than the second,
jump to the given label.

Abbreviations used:

IF
:
If
EQU
:
Equals
NE
:
Not equal
GT
:
Greater than
LT
:
Less than
GOTO
:
Go to
HEIDENHAIN iTNC 530
Soft key
305

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ITNC 530 - CONVERSATIONAL PROGRAMMING and is the answer not in the manual?

Questions and answers

Table of Contents

Save PDF