Creating a Cloned List from Assets
This example of how to use the clone dynamic generates a list of asset equipment names from the default sample Asset configuration. The example starts by modifying the configuration from the previous example.
Create a Cloned List
-
Select the clone dynamic and change the NumberOfInstances to: ac:Company/Foxboro bakery/North/Baking line/.ChildEquipmentCount
-
You can use the "..." button to browse for this data source.
-
-
Select the process point dynamic and change the DataSource to: valueof:x=getat({{ac:Company/Foxboro bakery/North/Baking line/.ChildEquipmentPointNames}}, <<instance>>) + ".DisplayName"
-
This expression gets the value of the DisplayName property of the child asset corresponding to the cloned instance.
-
-
Go to runtime mode and the list of asset equipment names is shown.