I reasd the other posts where you mention that the progress may come from seperate loops.
You can create a reference and a property node (write value) to pass the value to the progress bar. This allows you to send values from different locations to a single progress bar. For instance. Right-click the progress bar (Microsoft bar??) and select Create Reference. In your loops, use the property node to obtain the value and send it to the progress bar. You can even use this in sub-vi's. JLV
