03-25-2008 11:01 AM
03-25-2008 12:18 PM
03-25-2008 01:15 PM
03-25-2008 01:42 PM
There might be one but I'm not aware of anything specific. Maybe someone from NI will post with a detailed document but to start, you'll replace all of your ibwrt with a viWrite and the ibrd gets replaced with a viRead. It won't be as simple as just doing a single search and replace though. For example, with VISA, you use a VISA Resource Name instead of just a GPIB address. The VISA Resource Name syntax for a GPIB instrument is GPIB[board]::primary address[::secondary address][::INSTR].
I use LabVIEW these days and have had to go through the conversion process a number of times when I've gotten very old instrument drivers. I would suggest you first get the existing gpib instrument working with VISA and then see how it works with the USB version.
03-25-2008 02:41 PM