Programming Qparameters | Part families—Q parameters in place of numerical values
9.2 Part families—Q parameters in place of
numerical values
Application
The Q parameter function FN 0: Assign allows you to assign
numerical values to Q parameters. You then use a Q parameter in
place of the numerical value in the NC program.
Example
15 FN 0: Q10=25
Assign
...
Q10 is assigned the value 25
25 L X +Q10
Means L X +25
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 values
to the individual Q parameters.
Example: Cylinder with Q parameters
Cylinder radius: R = Q1
Cylinder height: H = Q2
Cylinder Z1: Q1 = +30
Q2 = +10
Cylinder Z2: Q1 = +10
Q2 = +50
9
HEIDENHAIN | TNC620 | Klartext Programming User's Manual | 01/2022
273