Rockwell Automation Logix5000 Controllers Produced and Consumed Tags Programming Manual User Manual

Page 35

Advertising
background image

Produce a Large Array Chapter 2

7. In the Controller Tags folder of the controller project that consumes the

array, create these tags.

P

Tag Name

Type

X

array_ack

DINT[2]

array_packet

DINT[125]

8. Convert array_packet to a consumed tag.

For

Specify

Controller

Name of the controller that is sending the packet.

Remote tag name

array_packet
Both controllers use the same name for this data.

9. In either the Controller Tags folder or the tags folder of the program that

will contain the logic for the transfer, create these tags.

Tag Name

Type

array

DINT[x] where x equals the number of elements to transfer plus
122 elements

array_offset

DINT

10. Create or open a routine for the logic that will move the data from the

packets to the destination array.

11. Enter this logic.

Rockwell Automation Publication 1756-PM011F-EN-P - October 2014

35

Advertising