I have to transfer waveform data (~1600pts, ~18KB as string) over GPIB to the arbitrary function generator AFG320 every 3sec.
Unfortunately, the beta instrument drivers released in June by NI do not provide full functionality. But they do the transfer in roughly 3sec (they have other disadvantages so I cannot use them).
The small vi I wrote just creates a string with the waveform data and sends it to the instrument. No matter which labview vi I use (GPIB, VISA, 488.2-send), the transfer takes up to 60sec.
How can I increase the transfer speed?
TIA.