cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Kepware Complex Tag Data Types

bwinslow24
7-Bedrock

Kepware Complex Tag Data Types

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

1 ACCEPTED SOLUTION

Accepted Solutions
slangley
23-Emerald II
(To:bwinslow24)

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

View solution in original post

2 REPLIES 2
slangley
23-Emerald II
(To:bwinslow24)

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

slangley
23-Emerald II
(To:slangley)

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

Top Tags