Programming fundamental operations – HEIDENHAIN TNC 128 (77184x-01) User Manual

Page 185

Advertising
background image

HEIDENHAIN TNC 128

185

8.3 Descr

ibing cont

ours thr

ough mathematical oper

ations

Programming fundamental operations

Example:

Call the Q parameter functions by pressing the Q key

Select the mathematical functions: Press the BASIC
ARITHMETIC soft key

Select the Q parameter function ASSIGN: Press the
FN0 X = Y soft key

Enter the number of the Q parameter, e.g. 5

Assign the value 10 to Q5

Select the Q parameter functions: Press the Q key

Select the mathematical functions: Press the BASIC
ARITHMETIC soft key

Select the Q parameter function MULTIPLICATION:
Press the FN3 X * Y soft key

Enter the number of the Q parameter, e.g. 12

Enter Q5 for the first value

Enter 7 for the second value

Example: Program blocks in the TNC

16 FN 0: Q5 = +10

17 FN 3: Q12 = +Q5 * +7

PARAMETER NO. FOR RESULT?

1ST VALUE OR PARAMETER?

PARAMETER NO. FOR RESULT?

1ST VALUE OR PARAMETER?

2ND VALUE OR PARAMETER?

5

10

12

Q5

7

Advertising