ADTECH9 Series CNC Programming Manual
#i=ACOS[#k]
#i=SQRT[#k]
#i=ABS[#k]
#i=ROUND[#k]
#i=FIX[#k]
#i=FUP[#k]
#i=LN[#k]
#i=EXP[#k]
Arc cosine
Square root
Absolute value
Rounding
Abandon the decimal point
Carry the decimal point
Natural logarithm
e(=2.718ā¦) is exponent of the base
ļ Note:
The values without decimal point are considered same as the values with decimal point (1=1.000)
The expression after the function must be bracketed with [ ].
Expression calculation priority:
Smaller number indicates higher priority
Function (SIN,COS,EXPā¦)
ļ Note:
The calculation expression of the same level follows the sequence from left to right.
The calculation expression has more priorities; if the expression is too long, please enforce the priority with
[ ].
[ ] can be embedded in the calculation for up to five levels. As below:
ļ Example of calculation commands: