Tag type – Rockwell Automation 1768-L45S Compact GuardLogix Controllers User Manual
Page 77

Rockwell Automation Publication 1768-UM002C-EN-P - April 2012
77
Develop Safety Applications
Chapter 6
To create a safety tag, open the New Tag dialog box by right-clicking Controller
Tags or Program Tags and choosing New Tag.
Figure 20 - Creating a New Tag
Tag Type
Table 17
defines the four types of tags: base, alias, produced, and consumed.
Table 17 - Four Tag Types
Tag Type
Description
Base
These tags store values for use by logic within the project.
Alias
A tag that references another tag. An alias tag can refer to another alias tag or a base tag. An
alias tag can also refer to a component of another tag by referencing a member of a structure,
an array element, or a bit within a tag or member.
IMPORTANT: Aliasing between standard and safety tags is prohibited in safety applications.
Instead, standard tags can be mapped to safety tags using safety tag mapping. See
Produced
A tag that a controller makes available for use by other controllers. A maximum of 15
controllers can simultaneously consume (receive) the data. A produced tag sends its data to
one or more consuming tags without using logic. Produced tag data is sent at the RPI of the
consuming tag.
Consumed
A tag that receives the data of a produced tag. The data type of the consumed tag must match
the data type of the produced tag. The requested packet interval (RPI) of the consumed tag
determines the period at which the data updates.