Yaskawa MotionSuite Series Machine Controller Programming Manual User Manual

Page 168

Advertising
background image

MotionSuite™ Series Machine Controller Motion Programming Manual

Chapter 4: Sequence Commands

4-36

Example:

MW00100=SQT(MW00102);

(01448)

(00064)

When an integer is input:

• Real Number Data

MF00100=SQT(MF00102);

(8.0)

(64.0)

• Integer Number Data

When a negative number is input:

MW00100=SQT(MW00102);

(-01448)

(-00064)

When an integer is input:

When a negative number is input:

MF00100=SQT(MF00102);

(-8.0)

(-64.0)

64 ×

32768 = 1448

64 ×

32768 = 1448

(8)

(181)

(8)

(181)

Advertising