LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

flickering progress bar

Hey everyone.

I have a small problem with progress  bars.
I want to use it as an indicator between -1 and 1 filling up to 0.
The problem is, that it flickers at values arround Zero.

I made property nodes to dynamically change FillStyle (Fill to value below, Fill to value above), added a second slider to fill to and also used case structures to check if values are equal (changed value of second slider to fill to to -0,01, if so)
In some cases, I don't know which, the bar fills all the way up to top (1) or bottom (-1) but I want it to fill to zero always.

Can you help me?
0 Kudos
Message 1 of 4
(2,868 Views)
It would be helpful if you could put together an example and post it.
0 Kudos
Message 2 of 4
(2,867 Views)
If it will help, I can post the vi I'm working at, but unfortunately I can't post the server it connects to.

It's a simulation for an ABS-System and I want to use the progress bars to indcate slack at each wheel.


Message Edited by Skyfox78 on 07-31-2008 01:03 AM

Message Edited by Skyfox78 on 07-31-2008 01:03 AM
0 Kudos
Message 3 of 4
(2,863 Views)
I fixed my problem by changeing the fixed second slider to the one that indicates negative values. The first slider stops at 0.001 so I don't have to change "Fill Style" anymore.
0 Kudos
Message 4 of 4
(2,798 Views)