10 Programming: Q Parameters
1
0
.9 Ent
er
ing F
o
rm
ulas Dir
e
ctly
Rules for formulas
Mathematical formulas are programmed according to the following
rules:
Higher-level operations are performed first (multiplication and
division before addition and subtraction)
1st
step 5 * 3 = 15
2nd
step 2 * 10 = 20
3rd
step 15 + 20 = 35
Arc tangent
Inverse of the tangent. Determine the angle from the
ratio of the opposite to the adjacent side.
Example:
Q12 = ATAN Q50
Powers of values
Example:
Q15 = 3^3
Constant “pi” (3.14159)
Example:
Q15 = PI
Natural logarithm (LN) of a number
Base 2.7183
Example:
Q15 = LN Q11
Logarithm of a number, base 10
Example:
Q33 = LOG Q22
Exponential function, 2.7183 to the power of n
Example:
Q1 = EXP Q12
Negate (multiplication by -1)
Example:
Q2 = NEG Q1
Truncate decimal places
(form an integer)
Example:
Q3 = INT Q42
Absolute value of a number
Example:
Q4 = ABS Q22
Truncate places before the decimal point
(form a fraction)
Example:
Q5 = FRAC Q23
Mathematical function
Soft key
12
Q1 = 5 * 3 + 2 * 10 = 35
Summary of Contents for TNC 426
Page 3: ......
Page 4: ......
Page 8: ...IV...
Page 10: ...VI...
Page 26: ......
Page 27: ...1 Introduction...
Page 41: ...2 Manual Operation and Setup...
Page 54: ......
Page 55: ...3 Positioning with Manual Data Input MDI...
Page 59: ...4 Programming Fundamentals of NC File Management Programming Aids Pallet Management...
Page 122: ......
Page 123: ...5 Programming Tools...
Page 153: ...6 Programming Programming Contours...
Page 201: ...7 Programming Miscellaneous functions...
Page 226: ......
Page 227: ...8 Programming Cycles...
Page 366: ......
Page 367: ...9 Programming Subprograms and Program Section Repeats...
Page 381: ...10 Programming Q Parameters...
Page 424: ......
Page 425: ...11 Test run and Program Run...
Page 443: ...12 MOD Functions...
Page 472: ......
Page 473: ...13 Tables and Overviews...
Page 496: ......