06-17-2015 01:18 PM
So my task is to fix an error in a preexisting code. The .vi file is on one computer, while the equipment to run the experiment is on another. When I bring the file, and all of its subVI's with it and try to boot it on the 2nd computer it always runs into a problem loading DAQ.mx Clear Task and other DAQ.mx files. I tried downloading an updated DAQ assisstant to fix the missing library, but it still can't find the files.
Is there an easy remedy for this?
Thanks,
Neil
Solved! Go to Solution.
06-17-2015 01:42 PM
06-17-2015 01:44 PM
@Neil_Helsel wrote:
I tried downloading an updated DAQ assisstant to fix the missing library, but it still can't find the files.
Do you mean DAQmx?
What version of LabVIEW is this machine running? What version of DAQmx do you have installed?
06-17-2015 08:43 PM
I would definitely follow the advice of GerdW and Crossrulz.
If you are going to be distributing this application many different computers in the future, you can build an installer which will include the various runtime engines that your application needs so that you don't have to manually install them.
http://www.ni.com/tutorial/3303/en/#toc5
06-18-2015 06:08 AM
Where do I find this driver, because I thought I installed it already.
06-18-2015 06:34 AM
@Neil_Helsel wrote:
Where do I find this driver
Again, what version of LabVIEW are you using? This information is needed in order to get a version that is compatible with the version of LabVIEW you are using.
06-18-2015 08:03 AM
14.0f1 I installed the trial one on my secondary computer just because my setup is easier.
06-18-2015 08:14 AM
Gathering information from your other thread (http://forums.ni.com/t5/LabVIEW/converting-5-1-to-14-0f1/m-p/3152458#U3152458), what version did you write your code in? And then what version is your application supposed to be in? LabVIEW 5.1 used what we now call Traditional DAQ, which is not compatible with Windows 7. It is a fairly major undertaking to update your code from using Traditional DAQ to DAQmx.
06-18-2015 08:19 AM
It's hard to tell. I'm editing code written by someone else. I've seen some in 5.1, 8.5 and my edits will be in 14.0.
There are litterally hundreds of subVI's within this main VI with varying versions.
06-18-2015 08:27 AM
@Neil_Helsel wrote:
It's hard to tell. I'm editing code written by someone else. I've seen some in 5.1, 8.5 and my edits will be in 14.0.
There are litterally hundreds of subVI's within this main VI with varying versions.
That sounds like a nightmare of a project to have. It might be time to figure out exactly what the program needs to do and get rid of what is not needed. Make sure to keep everything in a Software Code Control like SVN. You might also want to consider hiring an NI Alliance Partner to help you out, especially if you have to change things from Traditional DAQ to DAQmx.
Anyways, the latest version of DAQmx can be downloaded here: DAQmx 14.5.1