04-08-2011 04:18 PM
Sorry to be "newbie," but..
We are running LabVIEW 8.6.1, have written functional VI's, and now want to create standalone executable files for use on a field computer.
The Developer Suite documentation has (less than) zero information to get this done.
Are there any FAQ's or any other information URL's that will give a synopsis of how this works?
I used LabVIEW versions 1 through 5 and never had any of this kind of trouble implementing applications. The Runtime systems were transparent. What am I missing?
Appreciate any help or pointers. Thx
04-08-2011 04:27 PM
You need to place you code in a project. Within the project you can create a Build Specification which will create the exe for you.
04-08-2011 04:49 PM
Found it, many thanks!