Read extended properties from online controllers onto HMI displays
With
RSLinx Enterprise
version 5.90.00 or later (renamed FactoryTalk Linx
with version 6.00.00), you can access Logix 5000
extended tag properties from Logix 5000
controllers with firmware revision 21 or later. With this capability, FactoryTalk Linx
reads the extended properties that are defined in Studio 5000 Logix Designer
version 21.00.00 and later, and distributes them to FactoryTalk View
SE and ME clients. The values of the extended properties are available for use by FactoryTalk View
HMI displays.To read extended properties from online controllers onto HMI displays
- InStudio 5000 Logix Designerversion 21.00.00 or later, add extended properties to a tag (or a user-defined data type) of the targetControlLogixcontroller.For the detailed steps about adding extended properties to a tag (or a user-defined data type), refer to.Logix 5000Controllers I/O and Tag Data programming manual
- InFactoryTalk Administration Consoleversion 2.90.00 or later (orFactoryTalk View Studioversion 9.00.00 or later), open your application, and navigate to (or create an)FactoryTalk Linxserver.
- In theCommunication Setupeditor, define a shortcut with theProcessorshortcut type, and connect it to the targetControlLogixcontroller.
- In your application, use the formatTagName.@ExtendedPropertyto read the values, whereTagNameis the controller tag andExtendedPropertyis the extended tag property. For example,[Shortcut]SodaCIPTanks.Water.Value.@Min.The following extended tag property items are available for use:
- .@Description: A text string from 0 to 512 characters that contains the descriptive texts as defined inStudio 5000 Logix Designer.
- .@EngineeringUnit: A text string from 0 to 80 characters that represents the units of measurement associated with a tag or tag structure or array member.
- .@Min: The minimum (low) value of a tag or tag structure or array member. This property is used with the.@Maxproperty to create a high and low limit for a DINT, INT, LINT, SINT, and REAL tag. This value takes on the same type as the tag which it is associated with.
- .@Max: The maximum (high) value of a tag or tag structure or array member. This property is used with the.@Minproperty to create a high and low limit for a DINT, INT, LINT, SINT, and REAL tag. This value takes on the same type as the tag which it is associated with.
- .@State0: The State 0 identifier associated with the tag or tag structure or array member. It is used with.@State1property to describe two states of a BOOL tag. The identifier is limited to 80 characters.
- .@State1: The State 1 identifier associated with the tag or tag structure or array member. It is used with.@State0property to describe two states of a BOOL tag. The identifier is limited to 80 characters.
For detailed information about using the controller tag extended properties, refer to.FactoryTalk ViewSE/ME User Guide - (Optional) InFactoryTalk Live Data Test Client, test and verify the data communication of the extended tag properties.
Provide Feedback