UDT instance reading UDT type

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) .
image

How can I do that ?
thanks

It's the typeId.
e.g. Do a direct tag binding on [default]MyUdtInstance1.typeId.

It's documented in this section of

1 Like

thanks :slight_smile: