LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I display time to the next measurement?

Solved!
Go to solution

Hi,

 

The experiments I measure are slow and tend to last several weeks. I collect data at intervals of 1-15 minutes using a simple timed or while loop. I'd like to add a countdown timer that displays the time to the next measurement, but can't figure out how to accomplish this seemingly simple task.

 

Thanks in advance for your help

 

 

mike

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

Hi mjnich,

 


@mjnich wrote:

I'd like to add a countdown timer that displays the time to the next measurement, but can't figure out how to accomplish this seemingly simple task.


"time to next measurement" := "time of next measurement" - "current time"

This seems a rather simple calculation, so what is your exact problem with it?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,211 Views)
Solution
Accepted by topic author mjnich

Use the Elapsed Time VI.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 3
(2,179 Views)