There are three ways to run a VI:
1: Interactive by loading it with File>>Open and starting with the Run button or CTLR+R.
2: Set the VI Property>>Execution>>Run when opened flag to let the VI run each time when the VI opens its front panel. The top level VI does this by default. Look at this
thread for using this option together with the Exit LabVIEW function.
3: Programmatic using Open VI reference and the Run VI Invoke Node.
If you plan to build an application which has no toolbar and a custom menu bar the top level VI will always start. The application builder will set the property from 2: automatically and the runtime will open the front panel of the top level VI. This causes it to run immediately.
The front panels of an application look the same as in the development environment when the VI is running. Operate>>change to run mode or CTRL+M let you show the front panel in the development environment how it would look when it is running without executing the VI.
Message Edited by waldemar.hersacher on 05-24-2005 12:54 PM
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions