Technical data
Programming Your Instruments 6
Agilent Connectivity Guide 141
Example: Addressing GPIB Instruments Using VISA/SICL
This figure shows example VISA and SICL addressing for GPIB
instruments connected to a PC via a GPIB interface.
The GPIB interface system consists of a Windows PC with two 82350
GPIB cards connected to three GPIB instruments via GPIB cables. For
this system, Connection Expert has been used to assign GPIB card #1 a
VISA interface ID of “GPIB0” and a SICL interface ID of “gpib0”.
Connection Expert has also been used to assign GPIB card #2 a VISA
interface ID of “GPIB1” and a SICL interface ID of “gpib1”. With these
names assigned to the interfaces, the VISA/SICL addressing is as shown
in the figure.
5
82350 GPIB Card #1
Windows PC
3
3
GPIB InstrumentsGPIB CableInterface VISA/SICL Names
82350 GPIB Card #2
VISA Name SICL Name
"GPIB0" "gpib0"
"GPIB1" "gpib1"
VISA/SICL Addressing
VISA: viOpen (... "GPIB0::5::INSTR"...)
viOpen (... "GPIB0::3::INSTR"...)
viOpen (... "GPIB1::3::INSTR"...)
SICL: iopen ("gpib0, 5")
iopen ("gpib0,3")
iopen ("gpib1,3")
Open IO path to GPIB instrument at address 5 using 82350 Card #1
Open IO path to GPIB instrument at address 3 using 82350 Card #1
Open IO path to GPIB instrument at address 3 using 82350 Card #2
Open IO path to GPIB instrument at address 5 using 82350 Card #1
Open IO path to GPIB instrument at address 3 using 82350 Card #1
Open IO path to GPIB instrument at address 3 using 82350 Card #2
GPIB (82350) Addressing