08-18-2008 10:05 AM
I am new to LabView and have version 8.5 installed. I have developed a VI and would like to deploy it to other computers that do not have LabView installed. Can someone point me to a good place to start reading up on this procedure and what is needed. Is this what TestStand is all about?
Thanks,
Randy
08-18-2008
10:55 AM
- last edited on
07-10-2024
02:18 PM
by
Content Cleaner
TestStand is something else entirely. What kind of "deployment" are you asking about. Does this VI run on its own? If so, then you can create an executable from it. Running it on the target machine requires installing the LabVIEW Run-Time Engine. Also, you need to have the Application Builder in order to create the executable. If you have LabVIEW Base or Full then the Application Builder is not included with LabVIEW. For the Professional and Development edition it is. Or, are you wanting to copy the VI as a library?
There is a full section in the LabVIEW Help on creating executables. You can also read this document: Distributing Applications with the LabVIEW Application Builder.
08-18-2008 11:49 AM
Yes, the VI runs on its own, unless the DAQ Assistant block that's used to read the NI9239 is considered a separate item. It sounds like I need the Application Builder. I'll check the link you posted.
Thanks,
Randy
08-18-2008 01:11 PM