Hello,
I am trying to set a statistical routine that measures every 5s.
Then I have an routine for the 1 minaverage values of the 5s measurements.
My issue here is that the values being registered do not match the ones I want to have. It is also saving the instantaneous 1 min value of the variable. Is there a way not to save this instantaneous value?
The objective is to later save the 1min avg schedule and send it in a CSV file to a datacenter, with only the statistics I've requested: without the instantaneous 1 min value which has no interest to me.
Thank you!
Hello,
I am trying to set a statistical routine that measures every 5s.
Then I have an routine for the 1 minaverage values of the 5s measurements.
Applying statistics:

values registered:

My issue here is that the values being registered do not match the ones I want to have. It is also saving the instantaneous 1 min value of the variable. Is there a way not to save this instantaneous value?
The objective is to later save the 1min avg schedule and send it in a CSV file to a datacenter, with only the statistics I've requested: without the instantaneous 1 min value which has no interest to me.
Thank you!