ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

modeless dialog

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
0 Kudos
Message 1 of 2
(2,990 Views)
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
Message 2 of 2
(2,990 Views)