06-14-2012 03:55 PM
In the Sound and Vibration suite, how do I implement a 2 minute vibration aquisition once very hour for 24 hours? Is there a way to add in a delay in a conditional loop? thanks
06-15-2012 04:40 PM
Hello!
You can introduce such a delay with the "Wait until next ms multiple" VI. When placed inside a loop, it will run the loop once every "n" milliseconds (in your case, n = 86,400,000 milliseconds, or 24 hours). You'll need to have another loop inside which will run your 2-minute acquisition.
Please let me know if you have any specific questions on implementing this!