Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Both HP3458A returning "MEMORY EMPTY"

Hi Albert!

 

Do You think it would be better for me to go on with VISA functions, and no more with GPIB?

I see more VISA function in LabVIEW 8.6 then GPIB functions such like VISA Open (duplicate session:T-F) and so on.

 

Thanks,

Kristina.

0 Kudos
Message 11 of 12
(1,042 Views)

I also prefer VISA but I don't think there are more VISA functions than GPIB ones. The main advantages of VISA is portability and flexability. When you use the low level GPIB functions, you are restricted to using a GPIB controller from NI (not necessarily a bad thing) while with VISA, you can use a controller from any vendor that provides a VISA driver for their hardware. A VISA program is also simple to port to a serial/USB/Ethernet, etc. connection for the instrument.

 

I can't remember if I ever used the SendList but I think it would be a worthwhile experiment to replace it with two separate Send commands or two separate VISA Writes to see whether the instrument error goes away. You can do all of this debug work in MAX. There are interactive VISA and interactive GPIB options.

0 Kudos
Message 12 of 12
(1,031 Views)