Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

USE HPIB via GPIB/488.2 libarary

Can I use OpenDev from the GPIB/488.2 library to get the device handle for the HPIB card?  If so, what do I put in "Device Name", and "Instrument Prefix"?  I've tried entering what I entered in the "GPIB2.jpg", however I wasn't able to obtain a device handler.  Any suggestions?
Download All
0 Kudos
Message 1 of 5
(3,761 Views)
The GPIB0::21::INSTR is a VISA Resource name and this is not appropriate for the lower level GPIB functions. You mention HPIB and the only company that uses that term these days is Agilent. If you have an Agilent controller, you will have to use the VISA functions and forget about using the GPIB library.
0 Kudos
Message 2 of 5
(3,744 Views)
Thank you for your response. 
0 Kudos
Message 3 of 5
(3,739 Views)
Does this mean, I'll need to create my own drivers (via SCPI code) for the instruments by implementing them through VISA (viWrite & viRead)?
 
 
 
0 Kudos
Message 4 of 5
(3,737 Views)
All of the IVI and I believe tha majority of the CVI drivers at the Instrument Driver Network use VISA.
0 Kudos
Message 5 of 5
(3,731 Views)