How to use new udt prop InstanceName and TagName

How to use new udt prop InstanceName and TagName :

For example :
system.tag.read(‘TTI/SIG/EQT_TYPE1/EQT_001.InstanceName’)
system.tag.read(‘TTI/SIG/EQT_TYPE1/EQT_001.TagName’)

with udt instance EQT_001 doesn’t work ?

Hi,

No, these are not “properties”, these are essentially virtual UDT Parameters. You can use them anywhere you would use regular parameters, in the definition of data types or overridden values, such as:


Regards,