LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

send / input array to 8753 Network Analyser

I am trying to use the Agilent 8753 drivers to write an array to the network analsyer.

The GPIB command is  given by :  INPUCALC<num><array>;   
I have viewed the documentation and I don't understand exactly how to write data arrays to the instrument things. 
To start with num is 01.  So I have INPUCALC01.  Does anyone know how to write the array?  Is it just a massive string of binary data that is concatenated with "INPUCALC."  Actually the problem could be more generalized to how do I pass data to any of the INPU * GPIB commands?

Regards,

Bryan
0 Kudos
Message 1 of 2
(2,820 Views)
I don't know if the attached VI will be of help, as I never finished it to use INPUCALC. You may be able to use it as a starting point, though. I know the VI works for error-corrected data (INPUDATA), as I use it in my application. Just be sure to set the data format (FORM) command before doing a data transfer.
0 Kudos
Message 2 of 2
(2,789 Views)