Plan Symbol Wizard configurations
- Last UpdatedJan 31, 2025
- 4 minute read
The first step in creating a Symbol Wizard is to identify the different configurations that have to be included in a graphic. In the example of a centrifugal pump, a Symbol Wizard represents a pump that has the inlet pipe at the left, right, top, or bottom of the pump’s central housing. Also, the Symbol Wizard needs to be able to show or hide a tachometer for each orientation of the centrifugal pump.


After identifying all of the different configurations of a Symbol Wizard, identify the unique properties of each configuration. The example of a centrifugal pump includes two properties: inlet pipe orientation and whether a tachometer is shown with a pump or not.
The next step is to identify the properties and associated attributes for each configuration of the graphic.
|
Graphic Configuration |
Configuration Properties and Attributes |
|---|---|
|
|
Orientation=Left HasTach=False |
|
|
Orientation=Left HasTach=True |
|
|
Orientation=Right HasTach=False |
|
|
Orientation=Right HasTach=True |
|
|
Orientation=Top HasTach=False |
|
|
Orientation=Top HasTach=True |
|
|
Orientation=Bottom HasTach=False |
|
|
Orientation=Bottom HasTach=True |
Using the Symbol Wizard Editor, create the Choice Groups and Choices needed to represent all properties and attributes of a Symbol Wizard.
In the example of a centrifugal pump, the Choice Groups are Orientation and HasTach. The Orientation Choice Group includes Left, Right, Top, and Bottom Choices, which are the possible attributes of a pump’s inlet pipe. The HasTach Choice Group includes Boolean True or False Choices that indicate whether a configuration includes a tachometer or not.

Initially, the top listed Choice is the default for a Choice Group. To assign another listed Choice as the default value for the Choice Group, assign the Choice in the Default Value field of the Option Properties pane.

If the desired base configuration of a centrifugal pump has the inlet pipe to the right and includes a tachometer, then Right is assigned as the default Orientation Choice and True is assigned as the default HasTach Choice.
Planning Tips
-
Always decide the different configurations to be incorporated into a Symbol Wizard as the first step.
-
Identify those properties that define a graphic’s configurations. These properties will be specified as the Choice Groups when building configurations with the Symbol Wizard Editor.
Identify all attributes of each property that define a graphic's configurations. These attributes will be the child Choices of the parent Choice Groups.
Select a default Symbol Wizard configuration at the planning stage to identify the graphic elements, named scripts, and custom properties that you want to include in the base configuration.