LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Double Indicator time

Solved!
Go to solution

Hi guys,

I have a problem.

I want  to display an double indicator, where MMM,ss format . I get minutes value separately and seconds value separately..

 

Boldness has genius, power and magic in it!'
0 Kudos
Message 1 of 5
(3,298 Views)

You can use the Timestamp indicator to display information in the requested layout. When displaying numeric values as timestamps, you have to convert them first using the "To Timestamp" function.

Please note that with that conversion, the timestamp starts from 1/1/1904 00:00:00 for the value '0'.

 

Norbert

 

EDIT: Using the Display Format option of numeric indicators, you can configure them to display time and date as well. Please check this option.

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 2 of 5
(3,287 Views)

Hi Maveen,

 

when you get those values seperately you should combine them:

check.png

Using a description like "double" isn't very descriptive as this also denotes a basic LabVIEW datatype...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 5
(3,277 Views)
Solution
Accepted by topic author MaveenD

Something like this?

 

EDIT:  Just noticed that you said you get Minutes and Seconds separately.  GerdW has the answer you want then.


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 4 of 5
(3,258 Views)

Hi Maveen,

 

you can easily get "t=minutes+60*seconds" to use crossrulz' suggestion. One way or the other, whichever fits better...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 5 of 5
(3,245 Views)