LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I clear a progress bar on the front panel at startup?

I have a progress bar on my front panel. I want it to be cleared everytime I start the VI. I thought this would be easy using a property node but I cannot find the property that would complete this action.
0 Kudos
Message 1 of 3
(2,630 Views)

@trosier wrote:
I have a progress bar on my front panel. I want it to be cleared everytime I start the VI. I thought this would be easy using a property node but I cannot find the property that would complete this action.


Write a zero either to a local variable or to a "Value" property node.

CC
Chilly Charly    (aka CC)
Message 2 of 3
(2,626 Views)
The alternative way to clear the progress bar is wiring "0" to the "value" property of this progress bar's property node.

You can creat the property node from right click popup menu.
0 Kudos
Message 3 of 3
(2,624 Views)