LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

libdio96.dll

I am trying to load a vi I started on another computer. It keeps searching for several dll's on computer number two that are apparently on computer number one. Some of them are libmseries.dll, libmiteDma.dll, libsseries.dll, lib67xx.dll, libdio96.dll, libUSB-92xx.dll, libeseries.dll. There are more but it was taking too long to load. What am I missing on computer number 2?
 
gtb
0 Kudos
Message 1 of 8
(4,445 Views)
Based on the file names I would guess a bunch of DAQ drivers... Is NI-DAQ installed?

Mike...

Message Edited by mikeporter on 06-29-2007 11:59 PM


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 8
(4,442 Views)
I have NI-DAQmx installed.
0 Kudos
Message 3 of 8
(4,414 Views)
What are the VIs that are looking for the dlls?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 8
(4,410 Views)
Also, what drivers were you using on computer 1?  You will need the same ones on computer 2 as well as any libraries and VIs that you have written yourself.
Brian Coalson

Software Engineer
National Instruments
0 Kudos
Message 5 of 8
(4,393 Views)

I believe it has something to do with DAQmx base. On the first computer I have all the hardware attached and working. Computer 2 does not have any of the hardware the program is controlling and does not have mx base.  I'm using the USB-9211x (whatever the correct pn is, it requires mx base)  thermocouple interface and it requires DAQmx base. When going to NI website to find mx base there are a dozen options of things to download but none of them seem correct so I have to check with computer 1 in the morning and see what I installed  for mx base. I also use DAQmx (without the base) for a different USB i/o device (6008), so both DAQ software is necessary.

If I search for "libsseries.dll" on computer2 I find "libsseries.dll.DAQMXB" so I'm not sure it is a problem with DAQmxbase except that MAX does not show  mxBase installed. Control panel shows DAQmx 8.5 installed and also no mxbase so I don't know what libsseries.dll.DAQMXB is.

gtb

0 Kudos
Message 6 of 8
(4,381 Views)
 

I believe that the version of DAQmx base that you will need will be the version for Windows located here:

http://digital.ni.com/softlib.nsf/websearch/1C9142D75EFD398F862572970050C3C9?opendocument&node=132060_US 

Brian Coalson

Software Engineer
National Instruments
0 Kudos
Message 7 of 8
(4,365 Views)

Yes, that is the version I found on computer 1, fortunately with the already downloaded zip file. It did the job. Thanks to all for their response.

gtb

0 Kudos
Message 8 of 8
(4,354 Views)