Skip to main content
5-Regular Member
June 5, 2018
Solved

Kepserver to Thingworx - I'm able to simulate device tags in Kep

  • June 5, 2018
  • 1 reply
  • 991 views

Kepserver to Thingworx - I'm able to simulate device tags in Kep and also able to see tag values bind against thing properties. The properties are made persistent and logged. How do I plot time series graph for the properties

Best answer by mnarang

If the properties are persistent and logged then you can use a value stream to log these values and further use this value stream's "QueryPropertyHistory" service to fetch the logged data in to time series chart .To log the logged properties in a value stream you can assign a value stream to the thing/template by going to General Information tab .And from there assign a Value Stream in the Value Stream selection .

 

 

Thanks ,

Mukul Narang

1 reply

mnarang5-Regular MemberAnswer
5-Regular Member
June 5, 2018

If the properties are persistent and logged then you can use a value stream to log these values and further use this value stream's "QueryPropertyHistory" service to fetch the logged data in to time series chart .To log the logged properties in a value stream you can assign a value stream to the thing/template by going to General Information tab .And from there assign a Value Stream in the Value Stream selection .

 

 

Thanks ,

Mukul Narang

asekar5-Regular MemberAuthor
5-Regular Member
June 6, 2018

Thanks .. It worked !!!


@mnarang wrote:

If the properties are persistent and logged then you can use a value stream to log these values and further use this value stream's "QueryPropertyHistory" service to fetch the logged data in to time series chart .To log the logged properties in a value stream you can assign a value stream to the thing/template by going to General Information tab .And from there assign a Value Stream in the Value Stream selection .

 

 

Thanks ,

Mukul Narang