Application – HEIDENHAIN TNC 640 (34059x-01) User Manual
Page 251

HEIDENHAIN TNC 640
251
8.2 P
a
rt
F
a
milies—Q P
a
ra
met
e
rs in Place of Numer
ical V
a
lues
8.2 Part Families—Q Parameters in
Place of Numerical Values
Application
The Q parameter function FN 0: ASSIGN assigns numerical values to
Q parameters. This enables you to use variables in the program
instead of fixed numerical values.
Example NC blocks
You need write only one program for a whole family of parts, entering
the characteristic dimensions as Q parameters.
To program a particular part, you then assign the appropriate numerical
values to the individual Q parameters.
Example
Cylinder with Q parameters
15 FN O: Q10=25
Assignment
...
Q10 is assigned the value 25
25 L X +Q10
Means L X +25
Z1
Q1
Q2
Z2
Q1
Q2
Cylinder radius
R = Q1
Cylinder height
H = Q2
Cylinder Z1
Q1 = +30
Q2 = +10
Cylinder Z2
Q1 = +10
Q2 = +50