Rockwell Automation Publication 1734-UM013N-EN-P - September 2017 225
I/O Assemblies Appendix F
Using Data from Modules
Configured Via the Generic
Profile
To use I/O assembly data from a 1734-IE4S module that is configured via the
Generic Profile in your application program, you must first combine the input
data from two SINTs into one INT. The following example shows one method
for converting the data by using a Move instruction and a Bit Field Distribute
instruction.
This example uses Input Assembly Instance 802, which is described on
page 218
.
• POINTGuardAnalogMod.I.Data[0] = Channel 0 Low Byte (SINT)
• POINTGuardAnalogMod.I.Data[1] = Channel 0 High Byte (SINT)
• CH0_Data = Combined Channel 0 data (INT) that can be used in an
application program