LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Show the elapsing time

Hi all..

 

I am trying to create a small application where I set the time from the control. In that particular amount of time I need to do the processing and should stop later. I also want to show the elapsing time.

 

I would like to explain it with an example. Suppose I want to send read query to the instrument continuously for 50sec. I also want to show the time countdown and my process to take place. And once time is = 50sec the process should stop.

 

Awaiting the response from u all..thanx

0 Kudos
Message 1 of 3
(2,046 Views)

Timing palette - Get Tick count

Loop with measurement incl. a 50ms Wait

Timing palette - Get Tick count as output from the previous loop.

Calculate the differenve between the 2 Tick Counts.

 

/Yamaeda

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 3
(2,043 Views)

Here is an example

Tim
GHSP
0 Kudos
Message 3 of 3
(2,041 Views)