Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Byte Count value in GPIB VISA Read VI

The GPIB instrument driver for the Agilent N6700 specifies a 512 byte count in VISA read VI source code. To improve performance, can smaller byte count value be used when measuring voltage
0 Kudos
Message 1 of 2
(4,421 Views)
No. You can specify a count less than the actual number of bytes returned but you would not get a complete response. Even if the instrument returns a smaller byte count than what you request, the VISA Read terminates as soon as the EOI is detected so you are never reading more bytes than what is required. See if there is an option with the instrument to change the precision or if you are reading data as ASCII, see if there is a method to send binary.
0 Kudos
Message 2 of 2
(4,418 Views)