Attribute
Starting from version 6.20.00,
FactoryTalk Linx
provides attributes to help define tag properties. They are:- @Name
- @Quality
- @Timestamp
- @ScopeTIP:To use these attributes onFactoryTalk View SE, use one of the following shortcut types:
- Processor
- Redundant Controller Path
- Redundant ControlLogix Controller
ForFactoryTalk View ME, use one of the following shortcut types:- Processor
- Redundant Controller Path
Use the format
TagName.@Attribute
. For example, tag1.@Name
where:- tag1is the controller tag. From a client application, for example, an HMI application, users can only see the tag value.
- .@Nameis the name attribute to help define the tag name.
The following attributes are available to define extra properties of a tag:
- .@Name:A text string ranging from 0 through 512 characters that defines the tag name in the client application.
- .@Quality: A value that represents the communication status for the base tag. The following table lists the quality codes and their meanings:ValueDescription0Bad4Bad - Configuration Error in Server8Bad - Not Connected12Bad - Device Failure16Bad - Sensor Failure20Bad - Last Known Value Passed24Bad - Common Failure28Bad - Out of Service64Uncertain68Uncertain - Last Usable Value80Uncertain - Sensor not Accurate84Uncertain - Engineering Units exceeded88Uncertain - Value from Multiple Sources192Good216Good - Local Override, Value ForcedTIP:To obtain the quality value, for example,[New_shortcut]Tag1.@Quality, the base tag[New_shortcut]Tag1must be added to the client application as well.
- .@Timestamp: The date/time when the base tag was last received. A string that follows the format of Year/Month/Day/Hour/Minute/Second to define the time whenFactoryTalk Linxdata server polls the data to the client.TIP:To obtain the timestamp value, for example,[New_shortcut]Tag1.@Timestamp, the base tag[New_shortcut]Tag1must be added to the client application as well.
- .@Scope:A string that defines a tag's controller and program scope. For example,[New_shortcut]MainProgram:Program1.Tag1.@Scopereturns the program scope[New_shortcut]MainProgram:Program1.
Provide Feedback