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

Page 42

Advertising
background image

40

Publication 1757-UM007D-EN-P - December 2008

Chapter 3 Creating Generic Modules in AbRioCfg Software

Example: 1771-IFE Module

The following configuration block transfer write file configures a
1771-IFE for the following:

differential operation (8 input channels)

each channel set for 1-5 VDC or 4-20 mA

two's complement binary data format

each channel's raw data scaled between 0 and 4095

Refer to the 1771-IFE module documentation for configuration details.

configbtw, 21 ; length 21
0, 0
1, 0
2, 0x0500 ; differential inputs, binary
3, 0
4, 0
5, 0
6, 0x4095 ; channel 1 scaling
7, 0
8, 0x4095 ; channel 2 scaling
9, 0
10, 0x4095 ; channel 3 scaling
11, 0
12, 0x4095 ; channel 4 scaling
13, 0
14, 0x4095 ; channel 5 scaling
15, 0
16, 0x4095 ; channel 6 scaling
17, 0
18, 0x4095 ; channel 7 scaling
19, 0
20, 0x4095 ; channel 8 scaling

Advertising