LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Overlaying indicators on a Front panel

Hi, I'm a novice at LabView and would like to know if it is possible to overlay two indicators on a front panel.  I have readings from an external thermocouple and an internal product thermistor I want to overlay.

Ideally I want to have a marker with the thermistor reading positioned to the side, and located above the red thermocouple bar with a temperature scale on the left.  I can produce the two indicators as below -

 

IanC_65_0-1635941429954.png   

 

but I want something like this but without the grey bar showing and with the readout moving with the marker

    

IanC_65_1-1635941981701.png

 

Any ideas?

 

 

0 Kudos
Message 1 of 3
(1,514 Views)

Yes, you can definitely overlay two indicators on the front panel.  You may have to adjust the z-order of one or the other (select it and do bring forward or bring to front, send back or send to back).

 

You can customize the slide and paint parts of it transparent.

 

I don't know if it is worth adding a slide to only make most of it transparent.  I believe you'd still have to do something to move the digital display.

 

I'd forego the slide and just place a decoration that looks like a pointer and a numeric indicator over top.  Use the value of the underlying indicator and calculate what the Y position would be of the decoration and numeric indicator.  Then update the Y position through property nodes whenever the value changes.

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

See if this gives you any direction. Hints: "Numeric" can be changed from a simple numeric indicator to a cluster containing a numeric indicator and some kind of 'pointy' decoration. And you can feed your secondary value into the math instead of the value of Tank.

 

Spoiler
Moving Tank Display.png
Redhawk
Test Engineer at Moog Inc.

Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.

Message 3 of 3
(1,483 Views)