SignalExpress

cancel
Showing results for 
Search instead for 
Did you mean: 

TIMED VIBRATION MEASUREMENT

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

0 Kudos
Message 1 of 2
(5,324 Views)

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! 

 

 

Will Hilzinger | Switch Product Support Engineer | National Instruments
0 Kudos
Message 2 of 2
(5,318 Views)