Skip to main content
1-Visitor
September 30, 2019
Solved

Kepware Complex Tag Data Types

  • September 30, 2019
  • 1 reply
  • 4694 views

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

Best answer by slangley

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

1 reply

slangleyCommunity ManagerAnswer
Community Manager
October 16, 2019

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

Community Manager
October 28, 2019

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