LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SR 345 Drivers for LabVIEW

I am fairly new to LabVIEW and I'm trying to incorporate some of the SR 345
instrument drivers into a VI. I downloaded these instrument drivers from
the National Instruments webpage. Everytime I try to insert a driver into
my VI, I get an error message that says, "sdrs345_32.dll is not a 32 Bit
DLL." Also, when I try to run just the drivers, I cannot, as there is a problem
with the "Call Library Function," stating that "function not found in library."
Can someone with a little more LabVIEW experience get back to me and let
me know what all this means, and how it can be remedied. Thank you very much.
0 Kudos
Message 1 of 2
(2,359 Views)
"M. Lackey" wrote:

> I am fairly new to LabVIEW and I'm trying to incorporate some of the SR 345
> instrument drivers into a VI. I downloaded these instrument drivers from
> the National Instruments webpage. Everytime I try to insert a driver into
> my VI, I get an error message that says, "sdrs345_32.dll is not a 32 Bit
> DLL." Also, when I try to run just the drivers, I cannot, as there is a problem
> with the "Call Library Function," stating that "function not found in library."
> Can someone with a little more LabVIEW experience get back to me and let
> me know what all this means, and how it can be remedied. Thank you very much.

M.
This set of drivers is based on a windows DLL. Looking at the name of the
DLL (sdrs345_32.dll) I get the impression that it S
HOULD be 32 bit DLL but
that is never a certainty.

After looking at the NI download site, you need to make sure you have ver 5.5 of
the instrsup.dll, IVI engine v1.5 and VISA 2.0.1.
Check
http://zone.ni.com/idnet97.nsf/nidz/F0EE4DC673EC4F92862568A400818C4C?OpenDocument

Kevin Kent
0 Kudos
Message 2 of 2
(2,359 Views)