Hi. What I have is a Stacked Sequence Structure in which one of the frames runs a sub-vi that runs a while loop. The while loop in the sub-vi contains it's own sequence structure which processes a set of gpib commands 500 times. This takes some time, being there is a 100ms delay between frames, so I'd like to create a pop-up dialog window containing a slider indicator to monitor the progress of the sequence structure and an abort button (to abort the process and close the pop-up window). I figured I could use the sub-vi's while loop counter to increment the pop-up's slider. I placed the slider and abort button within a while loop in it's own sub-vi, but have not been able to get the two sub-vi's to run concurrently.
Any help would be appreciated
Thanks,
Paul