LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Progress bar in LabView?

I realized a vi with a global variable integer that increments from 0 to
1000 and I want to realize a bar that progresses with that variable. is
there anybody who can tell me how make this thing in labview?

thanks a lot.
0 Kudos
Message 1 of 4
(3,315 Views)
Well, in fact you have progress bar in the menu controls, numeric. You just have to link its terminal to your variable.
Nico
0 Kudos
Message 2 of 4
(3,315 Views)
The problem is that the progress bar can visualizes the values between 0 and
1000 and I don't know why! Can u help me? I use the global variable in a
event structure and I don't know how do this!

Thanks


"Nicolo" ha scritto nel messaggio
news:506500000005000000C7190100-1042324653000@exchange.ni.com...
> Well, in fact you have progress bar in the menu controls, numeric. You
> just have to link its terminal to your variable.
> Nico
0 Kudos
Message 3 of 4
(3,315 Views)
The progress bar is nothing more than a horizontal fill slide with a scale of 0 to 100 and the scale not displayed. If you want to change the range, right click on it and select scale>style and select a style with visible scale numbers. Change the max scale number with the text tool and then turn the scale back off.
0 Kudos
Message 4 of 4
(3,315 Views)