Hi,
I am trying to read UDT instance data type.
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.
Hi,
I am trying to read UDT instance data type.
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
Great Thanks alot.