Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual

Page 263

Advertising
background image

12Ć11

12.2.3

Defining the Amount of I/O Data to Write

To write:

In the Option

field, enter:

In the Register/

address field, enter:

Result:

byte

1

data's location

a byte is written

double byte
Note: Use this option to

write data to modules

that only support an

8Ćbit Multibus access.

2

data's location

The low byte is written

first and then the high

byte.

integer (16Ćbits)
Note: Use this option to

write data from

modules that support

AutoMax addressing

and data conventions.

3

data's location as an even

address

A 16Ćbit word is

written from the

designated address.

double integer (32Ćbits) 4

data's location as an even

address

A 32Ćbit word is

written from the

designated address in

this order:
D MS 16Ćbit word
D LS 16Ćbit word

Advertising