08-07-2024 03:10 AM
Hi,
I'd like to measure the time between two cursors on my graph.
I've managed to get the seconds to be accurate, but there is an extra hour added, and the date is set to 01/01/1904.
How can I correct this?
Solved! Go to Solution.
08-07-2024 03:20 AM
08-07-2024 03:37 AM
But the numeric indicator doesn't return a time but a numeric value.
08-07-2024 04:27 AM - edited 08-07-2024 04:31 AM
Hi Alex,
@Alexb91 wrote:
But the numeric indicator doesn't return a time but a numeric value.
A "time difference" is a number: it's the (fractional) number of seconds between two timestamps.
Did you know you can change the display format for numeric indicators? (Basic LabVIEW knowledge…)
They even allow to show time values in their format properties dialog. As you don't want to show an absolute timestamp I recommend to try the relative time format!
Example:
08-07-2024 04:34 AM
It worked.
Thanks!