LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a timer?

Hi everyone,

 

I want to make a timer that calls a function or something every time interval, its the same as the MATLAB function Timer. for example, during a measurment if I recieve 2 new values everytime, I want to check if they are smaller or bigger not continuously but every 5min, without stopping the whole measurment.

 

thanks! 

0 Kudos
Message 1 of 2
(2,317 Views)

Use some shift registers or feedback nodes to compare the current tick count with the tick count when you started the timer + the length of your timer.

0 Kudos
Message 2 of 2
(2,298 Views)