LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem in loading VIs in EXE made in LabVIEW DSC module

I have made an exe using application Biulder in LabVIEW DSC module. While opening the EXE the sub-VIs related to DSC do not get loaded automatically even though all the supporting VIs are in the llb file of the main VI. Once I choose one file from the llb file rest all the VIs get loaded and the exe runs. How can I automatically load these sub-VIs ?
0 Kudos
Message 1 of 5
(5,269 Views)
The following two DevZone tutorials may provide some
answers to your queries:

Building Applications Created with the LabVIEW DSC Module:
http://zone.ni.com/devzone/conceptd.nsf/2d17d611efb58b22862567a9006ffe76/2f7cf918f3b412db86256a1c006af25f

Support Files to Include when Building a LabVIEW DSC Module Application:
http://zone.ni.com/devzone/devzoneweb.nsf/Opendoc?openagent&FEA4AB59E7F7F59786256A86007094AA

Regards,

Khalid 🙂
Message 2 of 5
(5,269 Views)
And in addition to that you could find an example which should lead you through the steps:
Deploying the HVAC Example with Application Builder
http://zone.ni.com/devzone/devzoneweb.nsf/Opendoc?openagent&26C7582A8BA3B21386256A7A0069313E

Includes a cool tip!
Regards
Roland
0 Kudos
Message 3 of 5
(5,269 Views)
___________________________________




* * * * (4 stars for the tip!)




___________________________________
0 Kudos
Message 4 of 5
(5,269 Views)
One more way out would be to put the created executable file in the same folder where the LabVIEW DSC engine part is loaded on the hard disk. (Most probably it would be
"...\Program files\National Instruments\LabVIEW6.1"
When you click on the exe file after that it should run without any system messages.
When creating this exe file the destination chosen is different then the one mentioned above, just copy the exe from that location to the folder where DSC engine and labview resides and it should work fine or give you the exact error message the file system is looking for.
0 Kudos
Message 5 of 5
(5,269 Views)