10-29-2015 03:53 PM
Solved! Go to Solution.
10-29-2015 04:30 PM
Ctrl+M sets the VI in run mode if you want to see what the VI will look like without actually running it.
10-29-2015 04:40 PM
10-29-2015 04:53 PM
10-29-2015 06:47 PM
10-29-2015 07:22 PM - edited 10-29-2015 07:23 PM
When running from edit mode, it seems reasonable to go back to edit mode afterwards.
Once the program is released to end users, edit mode makes no sense. Built it into a standalone application or at least set it to "run when opened" and close when done. The program should never be in a stopped state. Create a state machine that goes to an idle state when it is not doing anything.