LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Regarding Duration of Test(Elapsed timer)

Hi All,

 

I am doing positive negative pressure cycle test in which positive negative cycle going on continously & shown on graph.

 

I have to show duration of test as cycle starts in HH/MM/SS format continously as test is going on upto a fixed no. of cycles.

 

I have taken elapsed time express vi in my  main loop for showing this. As in my program there are various loops one inside another in main loop.

 

So my problem is this timer is not showing elapsed time in continous updating mode but it shows elapsed time when i press exit button. I know why it is not showing because it is going into another loop in my main loop.

 

Can anybody suggest me how to show my duration of test in continous updating mode?

 

Thanks & Regards,

Vipin Ahuja

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

Have a look at the Elapsed Time FGV.

 

 

Christian

0 Kudos
Message 2 of 5
(2,427 Views)

A slightly more robust elapsed test timer than the previously linked FGV was presented as a small part of the community nugget series on application development.  Once initiallized with a refnum to the GUI's elapsed time indicator, this Resouce Module can be called from anywhere or everywhere in the application to update the GUI.  

 

A modification of the vi was also presented HERE as a GUI Element Resource Module, GERM, in a nugget I co-authored with Richard Sorrellis (AKA Broken Arrow)


"Should be" isn't "Is" -Jay
Message 3 of 5
(2,424 Views)

These attachment vi are in lv2011. but i have lv2010. So i canot open these vi.

 

Kindly send me these vi in lv 2010 version.

 

 

0 Kudos
Message 4 of 5
(2,410 Views)

vipin_ahuja101@yahoo.com wrote:

These attachment vi are in lv2011. but i have lv2010. So i canot open these vi.

 

Kindly send me these vi in lv 2010 version.

 

 


Mike S was kind enough to attach a zip of the project down-converted to 2009 here in post 11 of the nugget


"Should be" isn't "Is" -Jay
0 Kudos
Message 5 of 5
(2,395 Views)