Configure a basic SA_ParallelCoordinatesChart symbol using ArchestrA attributes
- Last UpdatedJul 30, 2024
- 2 minute read
The basic configuration of the SA_ParallelCoordinatesChart symbol shows a chart oriented horizontally and a percentage range (0-100) as the Y-axis. The X axis shows 10 variables that are connected by line segments to show a variable line.

To configure a basic symbol, you need to assign references to the VariableXX custom properties. For the sake of simplicity, this example uses only two variables to show the basic configuration steps.
Prerequisites
To demonstrate how to create a basic symbol using ArchestrA attributes, create a UserDefined object with the following properties:
-
Create two analog attributes as Float data types.
-
Enable I/O scaling and clamp to the EU range.
-
Use the default values for the custom properties that set the maximum and minimum limits of a variable.
To configure a basic SA_ParallelCoordinatesChart symbol using ArchestrA attributes
-
Embed the symbol in another symbol in the Industrial Graphic Editor.
-
Select the symbol and view the list of Wizard options at the right of the Industrial Graphic Editor.
-
Set NumberOfVariables to Two.
-
Right click on the symbol and select Custom Properties to show the list of custom properties.
-
Select Variable01 from the list of custom properties.
-
Click the Browse Galaxy button to the right of the Default Value field and select the Attribute Browser tab.
-
Select as attribute from the list and click OK to assign it as the reference value of the Variable01 custom property.
-
Keep the default values of the Variable01Max and Variable01Min custom properties.
-
Repeat steps 3 to 6 for the set of Variable02 custom properties.
-
Save the symbol and check it in.
-
Deploy the Galaxy containing the object with attributes that are used as reference values of the custom properties.
-
Double-click an instance of an 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.