which command I can use to exit from a subvi without exiting from labview in run-time?

2004-06-02 Thread sahinci
Similiar to 'Exit Sub' command in Visual Basic.

Re: which command I can use to exit from a subvi without exiting from labview in run-time?

2004-06-02 Thread uscmagz
Are you trying to exit a subVI to get back to a Main VI? If so, use a simple state machine. There is a template for this in LabVIEW. Put the SubVI inside the state machine to be called. For the subVI, under the VI Property Window Appearances, customize the window to Show Front Panel when called,

Re: which command I can use to exit from a subvi without exiting from labview in run-time?

2004-06-02 Thread uscmagz
In LabVIEW, go to the FIND EXAMPLES menu. View the bNew Event Handler.VI/b or the bOld Event Handler.VI/b and either of these will do if this is indeed what you are looking for... =0)