06-13-2012 04:35 AM
Good morning engineers,
My project is on implementing a wireless monitoring system, why buy hardware from National Instruments, which are NI-9791 and NI-3202. I created 4 VI's, which is a principal and others to call other VI's. My question is, this project was developed in LabVIEW, and I wonder if I can only provide an application, and get everything working.
I thank the attention.
Regards
06-13-2012 11:01 AM
I think you are asking if you can build your project into a stand alone .exe? You can if you have the application builder software.
In your project window towards the bottom there is a build specification section you can right click to create an exe. You will also have to install the LabVIEW runtime on any machine you want to run the exe on.
06-15-2012 05:52 AM
Good Mornig, where find the LabVIEW runtime?
Regards.
06-15-2012 05:55 AM
06-15-2012 06:06 AM
Thanks for all.
Just install this application on any machine that does not have Labview software, to run any executable created. Right?
Regards
06-15-2012 06:07 AM - edited 06-15-2012 06:09 AM
Yep that's right. You'll also have to install any drivers that your program uses as well.
Alternatively you could create an installer for your executable, which will include all of the correct drivers/runtimes etc.
-CC
06-15-2012 10:15 AM
So the drivers I installed WSN necessary, will also have to be installed on another machine?
You can answer me a question of preparation of executables?
Regards
06-15-2012 10:27 AM
You might consider building an installer that would put all your runtime and drivers, etc... into an installer. Since you can build an .exe you can build an installer.
If you don't have the LabVIEW discs, like with a university distribution, I think you have to point the builder at the image files, it's been a while since I had to do that.