Expected behaviour of Historical Access for constant data values #613
Unanswered
sricharan-code
asked this question in
Q&A
Replies: 1 comment 5 replies
-
if you change the sourcetimestamp, then every data_value should be different, but maybe you are writting the same datavalue withtout changing timestamp? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
When I try to perform write operation on a historical variable with same value multiple times, the value gets logged only in the first instance and doesn't log on subsequent attempts. Is this expected behaviour?
Usecase: In field, Temperature sensor logs data for every minute. If the temperature remains same for an hour, Is the server supposed to store 60 values or single value?
I tried testing the same with UAExpert. However, the interface doesn't allow me to log the same data.
Please let me know the expected behaviour of sever in such cases.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions