LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am working in LabVIEW 6i and I am wanting to build a exe in Apllication Builder

When I add a top level VI it puts all subVI's along with it except the subvi's in LabVIEW. For example Simple Error Handler, General Error Handler, and AI Sample Channels. How do I add these to my exe in order to get it to work on separate PC that does not have LabVIEW installed on it.
0 Kudos
Message 1 of 4
(2,795 Views)
You have to install the Run-Time Engine. You can do this separately by going to your LabVIEW CD and then to redist>LabVIEW Run-Time. You can also include it when you create an installer. All of this is explained in further detail in the LabVIEW Help file.
0 Kudos
Message 2 of 4
(2,794 Views)
Joey,

The first thing you need to consider is the size of the application. If this is a very large application, say, 100 or more VIs (not including native VIs), then I would suggest using a loader.

As I suspect it is not, then the best thing to do is to go to your top level application, choose save with options, and save it for application distribution. Then, go to the application builder and you can now build it with ALL subVIs including the native functions such as Error Handler VIs.

Good luck.

PS: You will still have to include the run time engine.
0 Kudos
Message 3 of 4
(2,794 Views)
Now that I have done what you suggested I get 2 errors. 1) error 10001 occurred at AI group config. NI-DAQ LV: An error was detected in the input string; the arrangement or ordering of the characters in the string is not consistent with the expected ordering. 2) error 10007 occurred at AI group config. NI-DAQ LV: A channel, port, or counter is out of range for the device type or device configuration; or the combination of channels is not allowed or the scan order must be reversed (0) last. What do I need to do next to correct this problem?
0 Kudos
Message 4 of 4
(2,794 Views)