Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use GPIB vi's with GPIB-VISA vi's?

I often face a problem using vi's that contain GPIB-read and GPIB-write when I install VISA. I have to change the VI's to VISA-read and VISA-write. Is there anyway to leave the instrument drivers as GPIB-read/write and still work with VISA-read/write vi's?
Thanks
0 Kudos
Message 1 of 3
(3,155 Views)
Hello,

To access a given GPIB resource in LabVIEW, you should use either the GPIB VIs or the VISA VIs, but not both at the same time. That is, you can use either

GPIB: Use the GPIB Write and GPIB Read VIs located in the All Functions -> Instrument I/O -> GPIB palette

or,

VISA: Use the VISA Write and VISA Read VIs located in the All Functions -> Instrument I/O -> VISA palette

Best Regards,

JLS
Best,
JLS
Sixclear
0 Kudos
Message 2 of 3
(3,155 Views)
Thanks.
0 Kudos
Message 3 of 3
(3,155 Views)