
Define a tag component Chapter 6
Rockwell Automation Publication 1756-RM084S-EN-P - March 2015 107
L5X Item L5K Item Description
N/A x, y, z The number of elements within the array dimension.
For example [5, 10, 2].
In an L5K array tag, there cannot be any white space between the type and array definition.
There must be a space between the tag name and the colon and another space between
that same colon and the type name.
In L5X, use a Dimension attribute on the <Tag> element.
ConsumeInfo N/A Identifies a consumed tag and provides the tag attributes.
In L5K, specify Consume_Attributes attributes.
ProduceInfo N/A Identifies a produced tag and provides the tag attributes.
In L5K, specify Produce_Attributes attributes.
Description Description User information about the tag.
Comment Comment Provide information about a tag component.
Can specify Comment<specifier>
Where the specifier is:
.bitnumber for a bit in the tag.
[element] for an array element of the tag.
.membername for a structure member of the tag.
There can be multiple comment elements.
Data value Tag data.
In L5X, this element can also contain additional attributes for other tag types.
EngineeringUnit EngineeringUnit (optional) User-specified description of what the unit of the value is, in feet, gallons, or
kilos.
Can specify EngineeringUnit <specifier>
Where the specifier is:
.bitnumber - for a bit in the tag
[element] - for an array element of the tag
.membername - for a structure member of the tag
There can be multiple engineering unit elements.
Max Max (optional) User-specified maximum value about qualified sub-regions of the parameter.
Only valid for the sub-regions of the parameter, which is a non-Boolean atomic datatypes.
Can specify EngineeringUnit <specifier>
Where the specifier is:
.bitnumber - for a bit in the tag
[element] - for an array element of the tag
.membername - for a structure member of the tag
There can be multiple max elements.