LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Change color red to orange

Solved!
Go to solution

Hello everybody,

I know it sounds funny but .... I used the example code Labview provide to creat a PID controller, and to match the color of the set up in my lab I would love to have the red color of the tank orange, and for any reason I cannot change it.

 

Do you think this is possible ?

0 Kudos
Message 1 of 5
(2,321 Views)

Hi Oxbow,

 


@Oxbow8 wrote:

I would love to have the red color of the tank orange, and for any reason I cannot change it.

Do you think this is possible ?


Yes.

(I guess you talk about this gauge control behind the blue slider…)

Spoiler
Ungroup the group containing this gauge. Then move away the slider control to be able to get access to the gauge. Then you can set color you like to…
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(2,305 Views)

What is preventing you from changing the color?

 

Just use the coloring tool, no need to ungroup anything. Note that you can have different fill and outline colors.

 

altenbach_0-1594075415096.png

 

 

 

0 Kudos
Message 3 of 5
(2,280 Views)
Solution
Accepted by Oxbow8

Hi Christian,

 


@altenbach wrote:

What is preventing you from changing the color?

Just use the coloring tool, no need to ungroup anything. Note that you can have different fill and outline colors.


For me the frontmost gauge, made transparent with just a blue slider, prevents coloring the not-frontmost gauge, containing the red colored area. To color the gauge in the back I have to ungroup and change the Z-order of those controls in some way. (LV2019).

 

In your image you are coloring the frontmost slider, so it now hides the other gauge…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(2,236 Views)

Yes, I did not see that because its a Rube Goldberg front panel. Note that the marker values are free labels randomly placed!! I probably would solve all that quite differently 😉

 

For example, Here's a modification of my old VI that uses a single slider to do two things:

 

  1. allow setting a setpoint with the slider.
  2. Show the actual value with the fill option of a second (hidden) slider of the same control.

Just some ideas..... Could also use a tank and an infinitely narrow vertical pointer slide next to each other.

 

altenbach_0-1594137649637.png

 

Message 5 of 5
(2,208 Views)