Rockwell Automation 1734-IE4S POINT Guard I/O Safety Modules User Manual User Manual
Page 200

200
Rockwell Automation Publication 1734-UM013J-EN-P - July 2014
Appendix F
I/O Assemblies
Using Data from Modules
Configured via the Generic
Profile
To use I/O assembly data from a 1734-IE4S module configured via the Generic
Profile in your application program, you must first combine the input data from
two SINTs into a single INT. The following example shows one method for
converting the data by using a Move instruction and a Bit Field Distribute
instruction.
EXAMPLE
This example uses Input Assembly Instance 802, which is described on
page
• 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