Two parallel loops on the same block diagram. Use a notifier to cause
the other loop to pop the dialog, then the temperature thing can continue.
HTMike wrote:
> I'm using LabView 6.1
> I have a state machine which has a default state that I want to be in
> as much as possible because it monitors the temperature using my DAC.
> In one state where a test has just run the user must physically look
> at the UUT and enter in a code of pass/failure.
> Can I throw up a dialog vi and continue in my main vi's default state
> and trigger an event when the user makes the selection and closes the
> dialog??
> Thanks