Is it possible to query the tag type in the EthernetIPforCLXCom driver?
For example lets say I have a list of Analog tag names and I need to know if they are a DINT or REAL in the PLC.
Unfortunately many of the tags are part of a UDT, so the tag doesn't show up if I use GetTagList. If they were not part of a UDT, GetTagList / AbbreviatedType would tell me what I want to know. Ideally there would be a function that I could pass a single tag name and it would return the tag type. Does such a function exist?
By the way, ver 3.61 is working really well, I haven't found any problems with it. Good work.