LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DOUBLE DISPLAY

Solved!
Go to solution

Hi

I want to display to numeric values A and B. A is a fixed value whereas B keeps varying. I would like to display them using using the tank. Would like help in doing it.

display.png

0 Kudos
Message 1 of 3
(2,402 Views)
Solution
Accepted by topic author Donajacob

Start with a tank indicator and first add a second slider. Now edit the control and go to customize mode. You will notice that there is a thin area at the top of each slider that is normally colored transparent. Make that area whatever color you want. Then color the main part of the two sliders to match the background of the tank. 

 

The tank data type will now be a cluster with two values, relating to the two sliders.

 

Mike...

 

PS: once you have the little segments at the top of the sliders colored, you can change their color using the normal wiring tool without editing the control.


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 2 of 3
(2,369 Views)
Solution
Accepted by topic author Donajacob

You can right-click on the tank and add a slider.  That will change the data type of the tank to a cluster.  But you can just use Bundle to the second value and update the tank.  Set the first value to your constant from the week before.


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,367 Views)