04-22-2009 10:49 PM
Hello.
I am trying to control "Keithley 2400" using Labview 8 on Windows XP.
But, the labview program I've used before is based Labview 5.1 on Windows 98.
Labview 8 show errors, "cannot convert old vi"
Does anybody help me to convert the Keithley Driver (Labview 5.1) for me.
Old Ke24xx.dll and Ke24xx.LLB are attached. These files are for Labview 5.1
Thank you in advance.
Solved! Go to Solution.
04-22-2009 11:20 PM
You should be able to open the VI with 8.0. Are you sure that's the version you are using? You should also think about using the 8.0 version of the driver here. You'll probably have to change your existing code that uses the driver but you'll have a native LabVIEW driver instead of a bunch of dll calls.
In any case, here's the llb in 7.1.
04-23-2009 02:43 PM
Hi Gwang,
You can definitely open vis written in 7.x in 8.x versions.
Regards,
Sammy Z.
04-23-2009 03:17 PM
Thank you guys. It does work. I appreciate it.
Gwang