Rockwell Automation 1757-ABRIO Process Remote I/O (RIO) Communication Interface Module User Manual
Page 41

Publication 1757-UM007D-EN-P - December 2008
39
Creating Generic Modules in AbRioCfg Software Chapter 3
The offset is the offset into the block transfer and ranges from 0 to the
block transfer length - 1. For example, if the block transfer is 10 words
long, the allowed offsets range from 0 to 9.
The value can be in one of the following formats:
Binary values start with a leading “0b”. Hexadecimal values start with
a leading “0x”. It's usually easier and less prone to error to enter the
values in binary or hexadecimal.
Format
Range
Binary
0b0000000000000000 to 0b1111111111111111
Hexadecimal
0x0000 to 0xFFFF
Unsigned integer
0 to 65535
Signed integer
-32768 to 32767
TIP
If a module does not require a configuration block transfer
write, you can omit the Config BTW section of the configuration
file. For example, an SLC analog module does not require a
Config BTW section in the file.
EXAMPLE
0, 0b1011001100100001
7, 0xB321
11, 45857
Only non-zero values need be entered; all other values in the
configuration block transfer will default to 0.