0
Answered
how to adjust the log frequency from the current 5 times per second?
I am logging temperature at 5 times per second and that really is not necessary. I'd like to get it to once a minute, but I am not sure how to change this.
Customer support service by UserEcho
Hello Thomasa.
You will need to look at the log in design and change the activating condition on that log.
You could use a timer that always counts up to 60 seconds and then resets and then have the activating condition for the log to also be when the timer is at 60 seconds or above.
Also see the IQANdesign solutions library example on this,
The solutions library example is quite small, most of it consists of comments on performance limitations. One reason to not log too frequently is that it could wear on the flash memory.