Question
how to avoid milliseconds while using query named property history service
- February 26, 2020
- 6 replies
- 4420 views
I have two properties voltage and current for which data is coming from kepware for every second. based on this i need to calculate the power. So i wrote a subscription with input as any data change event(for current and voltage)then multiplied current and voltage there and stored it in a property called power.
now when i "query named property history" for current and voltage i got the result as values updated in seconds difference but when i query for power it gives me result updated in milliseconds. For all the three properties the data change type is Always.
I have attached the screenshots of the result.

