06-17-2011 07:45 AM
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
06-17-2011 07:50 AM
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
06-17-2011 07:52 AM
Here is an example