Hi there,
Can we assign structure tag/ class to the industrial graphics that I created?
Or do I have to pick values one by one?
For example:
I have the object called `Pump`
has properties:
Start (bool)
Stop (bool)
Temperature (int)
If I insert /call 3 pump objects;
Pump01 . Start
Pump01 . Stop
Pump01 . Temperature
Pump02 . Start
Pump02 . Stop
Pump02 . Temperature
Pump03 . Start
Pump03 . Stop
Pump03 . Temperature
Do I have to pick one by one or can I create a class tag/structure type tag to assign top level ?
Many thanks