08-26-2005 06:39 AM
08-29-2005 12:52 PM
08-29-2005 02:02 PM
We are using GPIB, with a DLL based driver from 2002. This is supposed to be IVI compliant, but we never used the IVI functions. We only used the KE2700 wrapper functions for the DLL.
We punted these older drivers, and have switched to the newer Plug and Play drivers from the NI web site. There are a few issues in switching from the DLL based drivers to the Plug and Play, but we're working through them. At least with the Plug and Play drivers, I can step through and see what's going on. DLL drivers are a black-box, and should be called Plug and Pray.
08-31-2005 05:11 AM
hi there
after struggling with IVI layers from Keithley and NI we developed our own driver - layer with pure VISA. needs some string formatting at the start but its worth a try. from then on we never had any problems anymore.
best regards
chris
07-16-2007 02:55 AM
07-16-2007 09:53 AM
The IVI driver we have on our website is a link to the Keithley IVI driver.
What are the problems you are seeing with the Plug and Play drivers?
07-16-2007 10:01 AM
07-17-2007 04:47 PM
05-19-2014 02:30 PM
Phillip,
I realize this is an old thread but how did you solve this problem? With TestStand, I'm using simulation mode trying to use the KE2700_InstallPseudoCard function. I'm just trying to set up a simple read of 4 inputs on a 7708 using the driver docs. I don't have hardware.
IVI Foundation\IVI\Drivers\KE2700\Keithley.IVI.NET.KE2700.dll error:
An exception occurred inside the call to .NET member 'InstallPseudoCard':
System.Runtime.InteropServices.ExternalException (0xBFFA6000)\r
at Keithley.IVI.NET.KE2700.PInvoke.ThrowError(IntPtr handle, Int32 code)\r
at Keithley.IVI.NET.KE2700.InstallPseudoCard(String Slot, String Model)[Error Code: -1074110464]
IVI Foundation\IVI\Bin\KE2700_32.dll driver error:
Repeated Capability lists cannot be modified after attributes have been added to them.
Same error just sometimes helps to see other details.
Thanks,
Pat
05-19-2014 02:36 PM