01-25-2008 08:06 AM
01-25-2008 08:18 AM - edited 01-25-2008 08:19 AM
01-25-2008 08:19 AM
01-25-2008 09:17 AM
You don't expect the executable to function completely different than the vi. Also get I error message 1043 :
property node is not supported with this version. I have Labview Run-Time 6.1, 7.0, 7.1, 8.0.1, 8.2.1, 8.5.0.
01-25-2008 09:22 AM
Hi,
i don´t understand it. Can you show us your vi?
Import is that you use the correct Runtime Engine! With which LabView Version are you developing?
Mike
01-25-2008 09:28 AM
01-25-2008 09:29 AM
01-25-2008 09:32 AM
Hi,
I use Labview version 8.2.1. If you open the vi it does not run, which gives you the opportunity to fill in the data in the front panel.
After that you press the run button. Why is that not possible with the application. (.exe) ?
01-25-2008 09:46 AM
01-25-2008 11:53 AM
The best way to see what your end users will see is to go to File -> VI Properties -> Execution, and check "Run when opened"
This way, when you open the VI, it will already be running (which is the case with an executable, also). Then, when the VI is running, have your user input the data and press a button. Have that button trigger an event that starts your VI into its actual operation.
Now it looks professional as well as functional.