LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pausing a VI and getting results

Solved!
Go to solution

I would like to run a VI. At the moment of running that VI i need to get the exact real time from the computer, RT (begin). I also give a time interval T(int)= 2 minutes. I want to check all the time ( at the time during the VI is running) whether the real time of the computer RT(present )  = RT(begin)+T(int).

If it is true then i need to stop the vi. How is this possible.? I tried to get the time from the computer, but it is in string format and it is not possible to add or subtract and check the condition. I also tried with a  Tick count function  but its not wrking. Any ideas.. see the attachment

Nghtcwrlr

---------------------------------------------------------------------------------------------
*************************************
---------------------------------------------------------------------------------------------
Download All
0 Kudos
Message 1 of 4
(2,499 Views)

Hi Nghtcrwlr

 

Here's an example

 

Best Regards

 

David

NISW

0 Kudos
Message 2 of 4
(2,471 Views)
Hi David

 

Could you please save the vi in LabVIEW7.1 Version. ?

 

Thanks.

Nghtcwrlr

---------------------------------------------------------------------------------------------
*************************************
---------------------------------------------------------------------------------------------
0 Kudos
Message 3 of 4
(2,459 Views)
Solution
Accepted by topic author Nghtcrwlr

Here you go

 

/David

Message 4 of 4
(2,444 Views)