Hi , I am trying to achieve the foolowing: Let's say I have a UDT called valve , then I have an instance of valve called valve1. I want to have a property in the instance(valve1) that can read its parent UDT name(valve) .
How can I do that ? thanks
It's the typeId. e.g. Do a direct tag binding on [default]MyUdtInstance1.typeId.
typeId
[default]MyUdtInstance1.typeId
It's documented in this section of
thanks