Configure a basic SA_OutputBar symbol using ArchestrA attributes
- Last UpdatedJul 30, 2024
- 2 minute read
The basic configuration of a SA_OutputBar symbol is an variable control output bar oriented horizontally. Three custom properties need to be configured to show fill animation along the length of the bar.

Prerequisites
To follow the steps of this procedure, create an ArchestrA object that meet the following requirements:
-
Create a Double OP field attribute to represent the output value shown on the bar.
Note: Static values of 100 and 0 will be assigned to the OPMax and OPMin custom properties to set a range of possible OP values.
-
Create an InTouch application with a window to verify that the symbol has been configured correctly.
To configure a basic SA_OutputBar symbol using ArchestrA attributes
-
Embed the symbol in another symbol in the Industrial Graphic Editor.
-
Select the symbol.
-
Right-click on the symbol and select Custom Properties from the shortcut menu to show the Custom Properties dialog box.
-
Select the OP custom property from the list and click the Galaxy Browser button to the right of the Default Value field.
-
Click the Attribute Browser tab and select the OP attribute from the list to assign to the custom property.
-
Click OK.
-
Assign 100 as the value of the OPMax custom property.
-
Assign 0 as the value of the OPMin custom property and click OK.
-
Save the symbol and check it in.
-
If necessary, deploy the Galaxy containing the object with attributes that are used as reference values of the custom properties.
-
Double-click an instance of InTouch ViewApp to start WindowMaker.
-
Create a new InTouch window and embed the symbol containing the symbol.
-
Run the application in WindowViewer to verify that your basic symbol configuration works correctly.