Programming Q Parameters | Entering formulas directly
10
440
HEIDENHAIN | TNC 620 | Conversational Programming User's Manual | 10/2017
Soft key
Linking function
Arc tangent
Inverse function of the tangent; determine the
angle from the ratio of the opposite side to the
adjacent side
e.g.,
Q12 = ATAN Q50
Powers of values
e.g.,
Q15 = 3^3
Constant Pl (3,14159)
e.g.,
Q15 = PI
Calculate the natural logarithm of a number
Base 2,7183
e.g.,
Q15 = LN Q11
Logarithm of a number, Base 10
e.g.,
Q33 = LOG Q22
Exponential function, 2.7183 to the power of
n
e.g.,
Q1 = EXP Q12
Negate values (multiply by -1)
e.g.,
Q2 = NEG Q1
Remove digits after the decimal point
Calculate an integer
e.g.,
Q3 = INT Q42
Absolute value of a number
e.g.,
Q4 = ABS Q22
Remove digits before the decimal point
Calculate a fraction
e.g.,
Q5 = FRAC Q23
Check algebraic sign of a number
e.g.,
Q12 = SGN Q50
When return value Q12 = 0, then Q50 = 0
When return value Q12 = 1, then Q50 > 0
When return value Q12 = -1, then Q50 < 0
Calculate modulo value (division remainder)
e.g.,
Q12 = 400 % 360
result: Q12 = 40
Содержание TNC 620 E
Страница 4: ......
Страница 5: ...Fundamentals...
Страница 34: ...Contents 34 HEIDENHAIN TNC 620 Conversational Programming User s Manual 10 2017...
Страница 63: ...1 First Steps with the TNC 620...
Страница 86: ......
Страница 87: ...2 Introduction...
Страница 123: ...3 Operating the Touchscreen...
Страница 139: ...4 Fundamentals File Management...
Страница 199: ...5 Programming Aids...
Страница 228: ......
Страница 229: ...6 Tools...
Страница 271: ...7 Programming Contours...
Страница 323: ...8 Data Transfer from CAD Files...
Страница 344: ......
Страница 345: ...9 Subprograms and Program Section Repeats...
Страница 364: ......
Страница 365: ...10 Programming Q Parameters...
Страница 467: ...11 Miscellaneous Functions...
Страница 489: ...12 Special Functions...
Страница 532: ......
Страница 533: ...13 Multiple Axis Machining...
Страница 596: ......
Страница 597: ...14 Pallet Management...
Страница 610: ......
Страница 611: ...15 Batch Process Manager...
Страница 619: ...16 Manual Operation and Setup...
Страница 693: ...17 Positioning with Manual Data Input...
Страница 698: ......
Страница 699: ...18 Test Run and Program Run...
Страница 737: ...19 MOD Functions...
Страница 774: ......
Страница 775: ...20 Tables and Overviews...
Страница 839: ...HEIDENHAIN TNC 620 Conversational Programming User s Manual 10 2017 839 To the datum table 661 Z ZIP archive 189...