From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx Load Error Code 3 - Labview 8.6

Solved!
Go to solution
Hi,
I am trying to build an executable using the Application Builder in Labview 8.6

I get the following error when I try to run the executable on a different computer without installing the LABVIEW Run-Time Engine.

"An error occured loading VI 'DAQmx Create Timing Source (sub).vi'. LabVIEW Load error code 3 : Could not load front panel."

Your help is greatly appreciated.


0 Kudos
Message 1 of 11
(3,531 Views)

Query2 wrote:

... without installing the LABVIEW Run-Time Engine.


Install the runtime engine. Also include in your installer DAQmx, MAX, and your hardware configuration.

Message 2 of 11
(3,530 Views)

I am trying to run the executable on a client machine. I figured out that a LABVIEW executable can be run on a client macine without actually installing the Run-Time Engine (just by copying the contents of the Run-Time folder on to the client machine).

I could run the executable without the vi >> DAQmx Create Timing Source (sub).vi using the above explained solution. But I got the "Load Error code 3" when I included the  DAQmx Create Timing Source (sub).vi into my code.

 

Please read the following link >> http://digital.ni.com/public.nsf/allkb/8F68715444302CAB86256DDD0071C14, but now I need a solution for Labview 8.6

 

0 Kudos
Message 3 of 11
(3,525 Views)
The link is bad and in any case, I think simply using the installer is pretty idiot proof and don't see any reason not to use it. Since you need to install DAQmx as well, why don't you just try the recomended procedure and see if your problem goes away.
0 Kudos
Message 4 of 11
(3,508 Views)

I am sorry about the bad link in my previous post.....

this is the link >>> http://digital.ni.com/public.nsf/allkb/8F68715444302CAB86256DDD0071C140

0 Kudos
Message 5 of 11
(3,505 Views)
Well, that's probably unrelated to trying to run a program without installing the runtime. The options to add/remove a front panel from an exe in 8.6 have not changed. How are you calling the subVI and how did you select it to show it's front panel in the development environment?
Message Edited by Dennis Knutson on 03-02-2009 09:00 AM
0 Kudos
Message 6 of 11
(3,495 Views)

Open the subVI and select File » VI Properties.... Under the Windows Appearance category, select Custom, then click the Customize... button. Enable the Show front panel when called option. Save the VI, then rebuild the application with these new settings. The front panel of the subVI will now open when called from the executable.

 

I created a new executable after making the above changes and now I am getting the following error:

"VI has an error of type 100A208. The full development version of LabVIEW is requried to fix the errors"

Message Edited by Query2 on 03-02-2009 10:13 AM
0 Kudos
Message 7 of 11
(3,486 Views)
I can't find a reference to that error code. Do you get it on the development pc as well? Have you installed DAQmx?
0 Kudos
Message 8 of 11
(3,466 Views)

I can't find a reference to that error code. Do you get it on the development pc as well? Have you installed DAQmx?

 

I don't get that error on the development pc. I have installed DAQmx and MAX on the client machine.

0 Kudos
Message 9 of 11
(3,462 Views)

Hi there,

 

What directory did you install the Run-time Engine to the non Development PC or what directory did you put the files in? Also did you put all of the Run-Time engine files under that directory or just the lvrt.dll?

National Instruments
RIO Embedded Hardware PSE

CompactRIO Developers Guide
0 Kudos
Message 10 of 11
(3,429 Views)