Data block transfer write – Rockwell Automation 1757-ABRIO Process Remote I/O (RIO) Communication Interface Module User Manual

Page 47

Advertising
background image

Publication 1757-UM007D-EN-P - December 2008

45

Creating Generic Modules in AbRioCfg Software Chapter 3

Sample 1771-IFE Configuration File

Data Block Transfer Write

The data block transfer write defines the cyclic block transfer read that
is used to write data to an output module. The data block transfer
write consists of a numeric section and a flag section. The beginning
of the data block transfer write section is marked by the keyword

databtw, followed by the block transfer write length.

EXAMPLE

databtw, 12

configbtw, 21 ; length 21
2, 0x0500 ; differential inputs, binary
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
databtr, 12
numeric, 4, signed
4, 1, 0, 2, 0, 3, 0, 0, 4095, 0, 1000
5, 1, 0, 2, 0, 3, 0, 0, 4095, 0, 1000
6, 1, 0, 2, 0, 3, 0, 0, 4095, 0, 1000
7, 1, 0, 2, 0, 3, 0, 0, 4095, 0, 1000
8, 1, 0, 2, 0, 3, 0, 0, 4095, 0, 1000
9, 1, 0, 2, 0, 3, 0, 0, 4095, 0, 1000
10, 1, 0, 2, 0, 3, 0, 0, 4095, 0, 1000
11, 1, 0, 2, 0, 3, 0, 0, 4095, 0, 1000
flag, 32
1, 16
2, 16

Advertising