Constant variables (c registers) -13 – Yaskawa MotionSuite Series Machine Controller Programming Manual User Manual

Page 185

Advertising
background image

MotionSuite™ Series Machine Controller Programming Manual

Chapter 5: Variables (Registers)

5-13

5.2.5

Constant Variables (C Registers)

!

!

!

! Outline

The constant variables (C registers) are only capable of referring to the data created by a
parameter list within a program. The write function is disabled.

!

!

!

! Detailed Explanation

The C register command method is shown as follows:

!

!

!

! Program Example

When using the variables in the calculations

CW0000 ~

CW4095

• Bit designation

MB001000=CB001001;

• Integer number designation

MWC00100=CW00100;

• 32-bit integer number designation

MLC00100=CL00100;

• Real number designation

MF00100=CF00100;

Advertising