The Point Attributes feature lets a user monitor attributes of configured points through CimView. Configuring point attributes is as easy as configuring any expression in CimEdit.
Select or create an object to which the point attribute will be applied.
Open the object's Properties dialog box.
Click the Expression field that applies to the object's runtime behavior.
button to the right of theThe Edit Expression dialog box opens.
Enter the Point ID and attribute you want to display using the following syntax.
'<POINT_ID>.<ATTRIBUTE_ID>'
Where
<POINT_ID> is the Point ID of any configured point
<ATTRIBUTE_ID> is one of the configuration attributes described in the point attributes documentation.
Important: You must enclose the syntax in single quotes, because the '.' character is a special character.
Example: Point Attribute Configuration
Open a Properties dialog box for a text object.
Select Text.
Enter the following.
A |
Enter a default string in the String field. |
B |
Enter a '<POINT_ID>.<ATTRIBUTE_ID>' expression in the Expression field. |
|
Tip: Click the Expression Editor button to use the Expression Editor. |
C |
Click . |
Result: The string displays as follows.
In CimEdit |
In CimView |
Point Attribute |
%R456 |
Point Attribute Guidelines
You can force an expression to return a numeric value, if the value is a number but the attribute is listed as returning a character. You use the operator VAL to do this.
Example
VAL('DEV1750.ALARM_HIGH')+VAL(DEV1900.ALARM_HIGH')
Some of the attributes are specific to points of a particular type. Valid point types, which are specified in the attribute list, are:
All (point types)
Device
Derived (Virtual)
Global (Virtual)
All field names and enumerated data are case insensitive.
Points in CimEdit |