You can configure a Dynamo to allow partial substitution for property values. For example, you may want to allow the user to enter a different NODE.TAG for a Dynamo property value but keep a static field. To do this, you need to enter the User Prompt surrounded by brackets and use asterisks for static values.
IMPORTANT: When using tag group symbols as partial substitutions, the Build Dynamo Wizard does not automatically resolve the tags.
The following example illustrates how you might use partial substitution for a Dynamo's property setting.
Example: Using Partial Substitution for Dynamo User Prompts
This example assumes that you have a datalink named Datalink1 in the group of objects that you are converting to a Dynamo. In the Build Dynamo with User Prompts dialog box, enter the User Prompt as shown below:
Object Property |
Current Setting |
User Prompt |
Datalink1.Caption |
FIX32.SCADA01.TL01.F_CV |
{Measurement Tag}.* |
The Dynamo Properties dialog box displays the following:
DynamoProperty |
CurrentSetting |
Measurement Tag |
FIX32.SCADA01.TL01 |
The Dynamo property Measurement Tag always uses the F_CV field for any tag the user enters.