09-29-2006 05:58 AM
09-29-2006 06:19 AM
09-29-2006 06:39 AM
09-29-2006 07:10 AM
Hi Giridhar,
By "Dialog display", do you mean a message box without a button (ex: "OK")? And "displayed on the sub-vi Front Panel", do you mean that when the sub-vi is called, you see the Front Panel and if the boolean is true, display the message if false, do not display... Is this what you are trying to do?
If so:
you can right-click the sub-vi and select "Sub-vi Setup Node", then select "show front panel when called" and also place a checkmark "close afterwards if originally closed". As for the message display, you can use a "Select" from "Comparison " in the Functions Palette. Wire the test to display if True and wire an empty string if False.
RayR
10-02-2006 10:00 AM
10-02-2006 10:37 PM
Giridhar,
Look at attached vi
Hope it helps
10-05-2006 06:50 AM
Devchander,
Thank for the VI. You are pretty close to what I want. I want the boolean switch on your main VI to be "switch when pressed", such that if I press it and leave, it should remain ON. While its ON, the dialog should popup the way it pops up right now. No stop button is needed in the dialog. If I press the boolean on your main VI again, the boolean will go off and the dialog should vanish. Thank again.
Regards,
Giridhar Rajan