LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Vertical Graduated Bar

Hi!

 

I have inverted a vertical graduated bar, so whenever i run the VI it fills up from top to bottom, but I have some difficulties doing it to go up from bottom to top again. Can someone guide me how to it when boolean control is "true", it will fill up from top to bottom and when it is false, it will gradually go up from bottom to top again.

 

Thanks in advance.

0 Kudos
Message 1 of 2
(2,423 Views)

Two possible ways:

 

1) Right click on the bar and select Scale->Style->one of the scales with numbers in it. You will see your scale is flipped going from 0 on the top to 100 on the bottom.

     Change of the numbers to its other value and hide the scale again.

2) Right click and go to Properties->Scale, deselect the inverted checkbox

3) Last but not least: Create a property node for the bar and select Scale->Flipped in there. Make it writable and set that value to false.

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 2
(2,375 Views)