If-Then Decisions With Q Parameters; Application; Unconditional Jumps; Abbreviations Used - HEIDENHAIN TNC 620 User Manual

Conversational programming cnc control; nc software 817600-03; 817601-03; 817605-03
Hide thumbs Also See for TNC 620:
Table of Contents

Advertisement

9
Programming: Q Parameters
9.6

If-then decisions with Q parameters

9.6
If-then decisions with Q parameters

Application

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.
Further Information:
repeats, page 280
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 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

Abbreviations used:

IF
:
EQU
:
NE
:
GT
:
LT
:
GOTO
:
UNDEFINED
:
DEFINED
:
310
Labeling subprograms and program section
If
Equal to
Not equal to
Greater than
Less than
Go to
Undefined
Defined
HEIDENHAIN | TNC 620 | Conversational Programming User's Manual | 10/2015

Advertisement

Table of Contents
loading

Table of Contents