LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Elapsed Timer in secs

Solved!
Go to solution

You also want to change the display format of your indicators to time, either relative or absolute depending on what you are trying to accomplish. I used relative  The original loop will then run and update in seconds as you are looking for.  You can customize the format to see just the reolution you want such as just seconds or minutes and seconds, etc.

 

Not the best way to do it but it will work.

Doug

"My only wish is that I am capable of learning each and every day until my last breath."
0 Kudos
Message 11 of 13
(493 Views)

This still seems simpler to me as there is no sense reinventing the wheel

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 12 of 13
(487 Views)

Naicha,

 

You might be interested in these links:

http://labviewwiki.org/Functional_global_variable

https://decibel.ni.com/content/docs/DOC-2143

https://decibel.ni.com/content/docs/DOC-21226

 

One of our common programming practices is to use Functional Global Variables.  These only work beacuse the shift register DOES necessarily hold the last value as long as LabVIEW remains open.

 

FGVs are very commonly used with timing because they remove excess code from "main" and allow you to work with cleaner code.

0 Kudos
Message 13 of 13
(450 Views)