Important: You do not have the latest version of CIMPLICITY! You are missing out on the newest capabilities and enhanced security. For information on all the latest features, see the CIMPLICITY product page. For more information on upgrades, contact your GE Digital sales agent or e-mail GE Digital Sales Support. For the most up-to-date documentation, go here.
Point Attributes in CimEdit
Procedure
Select or create an object to which the point attribute will be applied.
Open the object's Properties dialog box.
Click the Edit Expression button to the right of the Expression field that applies to the object's runtime behavior.
The 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 OK.
Results
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.