11-28-2007 04:12 PM
11-28-2007 05:12 PM - edited 11-28-2007 05:15 PM
Now, I just spent an hour on the phone with NI tech support and neither I nor the NI guy could figure out why it was not automatically included since it dies show up as a dependency in the project explorer or how to include the dll's in the build.
Ok so I found the dll in the WINNT/System32 directory on my development computer and manually copied it to the target computer.
Low and behold yet another needed .dll is missing! This time it's nimdbgu.dll.
I can not believe that even after building an EXE and an installer I am still going to have to manually copy required dll's to the target computer.
What am I missing here?
11-28-2007 07:51 PM
11-29-2007 11:02 AM
11-29-2007 11:22 AM
Not sure why it would be asking for 8.2.1 files unless you installed an older version of DAQmx instead of the one that came with 8.5. As far as the large download, when you create the installer, you have the option of installing various types of DAQmx installations. They range from the full version with MAX, etc. to a minimal version without MAX.
11-29-2007 02:54 PM - edited 11-29-2007 03:00 PM
I downloaded and installed DAQmx on to the target computer this seems to be what was missing...
The LV app is a simple analog input and output program. (this is still just proof of concept)
The app runs with out errors but there is no analog output when controls are changed and the indacators do not display the analog input voltage.
I do not even know how to troubleshoot this since I can move the DAQ back to the develpoment computer and it runs fine.
11-29-2007 04:20 PM
11-29-2007 04:53 PM - edited 11-29-2007 04:54 PM
11-29-2007 05:11 PM
11-29-2007 07:10 PM
When using the Application Builder to create either a stand-alone application or an installer, you can choose to include or exclude project-defined tasks, channels, and scales.
To create an application, complete the following steps:
To create an installer, complete the following steps:
To see them in MAX please refer to the "Exporting NI-DAQmx Tasks, Channels, and Scales in a Project" in the LabVIEW Help.
When it runs fine, are you running the built executable or the VI on the development computer? Try including the hardware configuration from MAX in the installer as stated above.