How a popup that dialogue in many reentrant vis

Hi all

In my project, I write a TEST.vi to test an object to measure and set the TEST.vi be reentrant. So I can test UUT a lot at the same time. In general, I have 8 or 16 DUT online.
During the test, there is a promotion at the operator of power - off UUT and turn on again. But if I place a dialog box in TEST.vi, there will be many popup dialogs.
How that a contextual dialog and TEST.vi of all instances DUT waiting for the dialog box to confirm?
Thank you.

Here's how I would do based on a few advanced concepts:

* A dialogue global vi with the structure of the event, using a state machine can be useful.

* A user event is used to send a message to the vi dialog box (this can contain the data number USE power off and -)

* A Notifier is used to broadcast the pause and resume the messages to the other DUT

* When the user is raised, the vi dialog box sends notification of the break to all the vi USE and shows that it is FP (using node call)

* When the dialog box is confirmed, the dialogue vi closes it is FP and sends notification of curriculum vitae

* The vi USE is state machines that check periodically (survey) for the alert system if there is a notification of break, if if they go to the paused state.

* In the State of the pause, they check the resume notification (perhaps enough to use wait for notification instead of polling, as they do not need to do something in the meantime

Felix

Tags: NI Software

Similar Questions

Maybe you are looking for