Unconditional Jumps - HEIDENHAIN ITNC 530 - CONVERSATIONAL PROGRAMMING User Manual

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

Advertisement

9.6 If-Then Decisions with Q
Parameters
Function
The TNC can make logical If-Then decisions by comparing a
Q parameter with another Q parameter or with a numerical value. If
the condition is fulfilled, the TNC continues the program at the label
that is programmed after the condition (for information on labels, see
"Labeling Subprograms and Program Section Repeats", page 276). If it
is not fulfilled, the TNC continues with the next block.
To call another program as a subprogram, enter a PGM CALL program
call after the block with the target label.

Unconditional jumps

An unconditional jump is programmed by entering a conditional jump
whose condition is always true. Example:
FN 9: IF+10 EQU+10 GOTO LBL1
304
Programming: Q Parameters

Advertisement

Table of Contents
loading

Table of Contents