06-28-2019 03:04 PM
@janicerodrigues wrote:
need a measurement once every 30 minutes.
So why are you acquiring continuously at 1kHz????
06-28-2019 03:44 PM - edited 06-28-2019 03:46 PM
@janicerodrigues wrote:
Yes, I tried to use other moder acquisition, but it also hangs. I'll try VI Time Lapse to determine the acquisition, thank you.
Then you should attach that attempt. As a VI we can inspect and not just a screenshot.
You don't want to have a hard delay of 30 minutes in your code. Depending on how you wire it up, if you want to stop your VI, it might take up to 59 minutes 59.999999 seconds for your VI to stop. Your VI will appear frozen during much of that time.
07-01-2019 11:54 AM
What would be an alternative to my data collection?
07-01-2019 12:49 PM
All you need is a simple state machine that monitors user interaction and elapsed time at a reasonable rate.