A SERVICE OF

logo

Rockwell Automation Publication 1756-RM084S-EN-P - March 2015 105
Chapter 6
Define a tag component
This chapter explains the overall structure of the tag component.
The tag component defines the tags associated with the logic you selected or
within the program you selected. Within a tag list in the L5K format, message and
motion tags must follow all non-motion tags, and axis tags must follow motion
group tag. Tags may appear in any order in the L5X format.
Important:
For detailed information about atomic and structure tags and their supported attributes and
ranges, see the Logix5000 Controller Common Procedures Programming Manual, publication
1756-PM001.
L5X tag structure
<Tag [Tag_Attributes]>
<ConsumeInfo [Consume_Attributes]/>
<ProduceInfo [Produce_Attributes]/>
<Description>
<![CDATA[ text ]]>
</Description>
<Comments>
<Comment Operand="specifier">
<![CDATA[ comment_text ]]>
</Comment>
</Comments>
<EngineeringUnits>
<EngineeringUnit Operand="specifier">
<![CDATA[ engineering_unit_text ]]>
</EngineeringUnit>
</EngineeringUnits>
<Mins>
<Min Operand="specifier"> min_value </Min>
</Mins>
<Maxes>
<Max Operand="specifier"> max_value </Max>
</Maxes>
<State0s>
<State0 Operand="specifier">
<![CDATA[ state0_text ]]>
</State0>
Introduction
Tag component