Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I detect my Quancom GPIB Card in Labview?

Greetings,

I try to use a Quancom GPIB Card (http://www.quancom.de/qprod01/deu/pb/ieee_488_gpib_karte.htm) with Labview. Quancom delivers an interface, but I would favour to use the labview standard GPIB functions, as I have to continue the development of an old program which worked. Unfortunately Labview is unable to detect an GPIB Interface (NI-488.2 says "No GPIB Interfaces found") but the control of my device using the vendor's QLIB *in* Labview is possible.

What can I do to get the Labview standard functions working?

Thanks in advance

Niels
0 Kudos
Message 1 of 2
(3,224 Views)
If the "standard GPIB functions" means NI-488.2M (NI GPIB API) compatible or VISA compatible functions, the GPIB board vendor must supply an appropriate NI-488.2M-compatible API (GPIB-32.DLL) or VISA Library (VISA32.DLL) that supports the specific GPIB hardware.  Actually some GPIB board vendors supply NI-488.2M compatible API but I don't know if QUANCOM do.
 
Assuming QUANCOM does not supply the compatible APIs, the only way is to use the vendor-genuine QLIB library.  I believe the QLIB is provided as a DLL format therefore LabVIEW is basically able to access the DLL functions through Call Library feature.  If QUANCOM supplies LabVIEW wrapper VIs for use with QLIB, you can simply use them.  Otherwise, you will have to write the wrapper VIs by yourself.
0 Kudos
Message 2 of 2
(3,220 Views)