Yaskawa MP940 Reference Manual User Manual

Page 80

Advertising
background image

Register

MotionSuite™ MP940 Machine Controller Reference Manual

3-38

3. Double-length Integers

Used in numerical calculations and logical calculations.

• Sample motion program

ML00104=ML00100+ML00102;
ML00110=ML00106

∗ML00108/18000;

ML00114=BIN (ML00112);

4. Real Numbers

Used in numerical calculations with floating points.

• Sample motion program

DF00100=1.23456;
DF00104=SIN (DF00102);
DF00202=TAN (DF00200);

ML00100

+

ML00102

ML00104

ML00106

×

ML00108 ÷÷18000

ML00110

ML00112 BIN

ML00114

DF00102 SIN

DF00104

(30.0)

(0.5)

DF00200 TAN

DF00202

(45.0)

(1.0)

1.23456

DF00100

(1.23456)

Advertising