Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi, I am looking for some documentation on the data types that are available when using complex tags in Kepware. I need the enum value as well as the name.
<Item><Name>name</Name><Value DataType="5">2</Value><Quality>192</Quality><TimeStamp>1000</TimeStamp></Item
I would like to know all the options for <Value DataType="5"> and the data type they map to. Thanks, Brandon
Solved! Go to Solution.
Hi @bwinslow24.
The DataType that is returned as part of a complex tag update tells the user if the value in the element is numeric, type = 5, or a string, type =8. We do not currently support Array types or 64 bit integer types in complex tags.
Regards.
--Sharon
Hi @bwinslow24.
The DataType that is returned as part of a complex tag update tells the user if the value in the element is numeric, type = 5, or a string, type =8. We do not currently support Array types or 64 bit integer types in complex tags.
Regards.
--Sharon
Hi @bwinslow24.
If the previous responses answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon