Calculus Instruction - Adtech ADTECH9 Series Programming Manual

Table of Contents

Advertisement

4.6 Calculus instruction

The variables allow various calculus expressions.
Format:
#i=[expression]
The variables allow various calculus expressions.
In the table below, #j, #k can be replaced with constants.
Calculation
#i=#j
method
#i=#j+#k
Addition
and
#i=#j-#k
subtraction
#i=#j OR #k or #i=#j|#k
#i=#j XOR #k or #i=#j^#k
#i=#j*#k
Multiplication
#i=#j/#k
and division
#i=#j MOD #k
#i=#j AND #k or #i=#j & #k
#i=SIN[#k]
#i=COS[#k]
Function
#i=TAN[#k]
calculation
#i=ASIN[#k]
#i=ATAN[#k]
ADTECH9 Series CNC Programming Manual
Definition/replacement
Addition
Subtraction
32-bit OR calculation (logical AND)
32-bit XOR calculation
Multiplication
Division
Remainder
32-bit AND calculation (logical product)
Sine
Cosine
Tangent tanθ equals to sinθ/cosθ
Arcsine
Arctangent

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ADTECH9 Series and is the answer not in the manual?

This manual is also suitable for:

Cnc seriesCnc9640Cnc9650Cnc9960Cnc9810Cnc9810e

Table of Contents