Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

GBIP Control using prologix usb converter

Solved!
Go to solution

Hello,

 

I am wondering if anyone has expirience controlling gpib instruments through labview using a gbip to usb controller (prologix).  Specificlly, I am looking to controller an agilent 8753ES VNA.  THis model is kind of old, but I think it should still work.  So far, I installed the cirtual com port (vcp) drivers for the device, and it now recognizes the prologix controller as com4.  However, I am not sure how to access the device connected to com4.  Agilent i/o doesn't recognize it (although I am not sure it has drivers for it anyway).  I think I need the computer the recognize it as a gpio hub instead of a com port, but I'm not sure how to do that.  Do I need the d2xx drivers?  Using a tool on prologix web site, I communicate with the adapter poll the gpib address 16 (which I set the vna to), and the poll responds.  On the vna side, I have set the controller address to 5, gp-ib diag to on, and a talker/listener.  Currently, the T light is lit up, meaning it is talking (as opposed to r,l,or s).  Any help would be appreciated.  If I could get it a visa address, that would be great.

 

Thanks,

Eric

0 Kudos
Message 1 of 17
(13,529 Views)

Prologix GPIB-USB controller converts any computer with an USB port into a GPIB Controller or Device. This controller can operate in listener, talker, or controller mode.

 

Prologix GPIB-USB controller can be installed using these easy steps:
 
1.   Download drivers for FT245R chip from FTDI website (www.ftdichip.com)
2.   Connect Prologix GPIB-USB controller to a computer using USB A-B cable
3.   Install drivers according to instructions in www.ftdichip.com/Documents/InstallGuides.htm
4.   Plug controller directly, or using a GPIB cable, to the GPIB connector on the instrument
 
Two kinds of drivers are available: Virtual COM Port (VCP) driver and Direct (D2XX) driver.

 

The VCP driver emulates a standard serial port on the host computer such that the Prologix GPIB-USB computer can be communicated with as a standard serial (RS-232) device. Virtual COM port (VCP) drivers cause the USB device to appear as an additional COM port available to the PC.  Application software can access the USB device in the same way as it would access a standard COM port.

 

The D2XX driver allows direct access to the controller via a DLL interface. D2XX drivers allow direct access to the USB device through a DLL.  Application software can access the USB device through a series of DLL function calls.  The functions available are listed in the D2XX Programmer's Guide document which is available from the Documentssection of this site. Programming examples using the D2XX drivers and DLL can be found in the Projects section of this site.

 

 

人的生命是有限的,但知识是无限的!
南京众知维测试技术有限公司
0 Kudos
Message 2 of 17
(13,524 Views)

Hello,

 

So I have the driver installed for the gpib to usb, and it appears as a com port, however Agilent I/O doesn't recognize it, niether does Agilent intulink.  I'm not exactly sure how to get the actual device to work.

 

Eric

0 Kudos
Message 3 of 17
(13,512 Views)

One of the problems of this controller is: the software interface used is completely different from agilent and NI implementations, meaning you have to modify all drivers that are available from Agilent/NI/Keithley etc.

Cheap hardware sometimes has a software price.

greetings from the Netherlands
0 Kudos
Message 4 of 17
(13,510 Views)

Do you know anyone who has done this and described their steps online?

 

Thanks,

 

Eric

0 Kudos
Message 5 of 17
(13,509 Views)
Solution
Accepted by topic author Eric_Kulcyk

The device is working if you detect it as a com port. There is no way that it will ever be detected as a GPIB controller by Agilent or NI software. There is no reason at all to be using Agilent software anyway. There is example code on the Prologix site with VISA serial functions. Also, search the forum for 'Prologix'.

0 Kudos
Message 6 of 17
(13,506 Views)

Well, it appears I misunderstood the manual I read yesterday.  It was my impression that the prologix controller had to have a separate ++addr (address) from the instrument.  However, when I changed the gpib address to 16 using ++addr 16, suddenly it responds to *idn?

Alright, now I'm a little farther.

 

Thanks,

Eric

0 Kudos
Message 7 of 17
(13,497 Views)

Alright, final update.

 

Once I was able send commands to the device through the usb converter, both the intulink software and agilent io recognized it as the proper device when I restarted the computer.  It looks like the problem is solved.

 

Eric

0 Kudos
Message 8 of 17
(13,478 Views)

I've just got Prologix USB-GPIB adapter and I cant make LV and MAX to find it . Could you help with this?

I have Windows 7 . I have installed  2.08.14 WHQL driver for Prologix  and  NI  488 and VISA drivers.

MAX can not find any device.  although,  Prologix GPIB Configurator communicate with my GPIB instruments OK.

Message 9 of 17
(13,311 Views)
0 Kudos
Message 10 of 17
(13,307 Views)