02-18-2009 09:36 AM
02-18-2009 10:13 PM
I looked at the drivers from their web site and the code structure (as you would expect) pretty much sucks and the serial io routines need to be updated to get rid of all the compatability VIs, but right off hand I don't see anything too dire. The one exception is that if you are using the USB interface access is through a DLL that they wrote - that could be a big problem. A lot has changed since 2003.
How are you interfaced to the device? USB or Serial? What OS are you running? Did I understand you to say that the computer crashed? What do you mean by LV "stuck"?
Mike...
02-19-2009 01:22 PM
Hey jeronimo,
I agree with Mike that there isn't anything too major that would cause your program not to run besides the USB DLL call. I'd send an email over to Vernier to see what they have to say about the issue as well. What exactly happens when you try and run this program? Does LabVIEW freeze and you're forced to restart? If so, do you know what function is causing this to occur?
The toolkit looks like it's using VISA commands to communicate with your instrument, which you can replicate if you wanted. What version of NI-VISA do you have installed? You will have to reference the labpro manual to figure out the format of the commands, which I found here : http://www2.vernier.com/labpro/labpro_tech_manual.pdf
02-19-2009 02:11 PM
I use the vernier labpro equipment in a physics class I teach. I was considering using LabVIEW for some labs. Now, I think I'll wait. 🙂
Thanks for the warning.