UDT - data type not able to read

Hi,
I am trying to read UDT instance data type.

image

I try system.tag.readBlocking(["[Test_Tag_Provider]Station_1.dataType"]) but not able to get the Station as the output.

any suggestions will be helpful.

Try:
system.tag.readBlocking(["[Test_Tag_Provider]Station_1.typeId"])[0].value

3 Likes

Great Thanks alot.

2 Likes