07-22-2008 12:04 AM
Solved! Go to Solution.
07-22-2008
12:33 AM
- last edited on
04-02-2025
04:47 PM
by
Content Cleaner
I am amazed it even ever works...
The following code will get you into trouble:
Instead of Close you should set the state (with a property node) to hidden, and after running the sub-vi set the FP to Standard.
Instead of opening a reference with the path node you should use 'this vi' in the application control palette.
The reason your exe fails is quite simple, for a very short time there is no front panel open. Without any front panel open the executable will terminate itself.
Ton
Message Edited by TonP on 07-22-2008 07:36 AM
07-22-2008 03:44 AM