Hi Bill
Thanks for the response!
The 54600 series programming manual says the ACQUIRE command takes an integer argument from 1 to 4000, so I should be OK there.
I've tried comparing the commands in the Config Acquisition VI to the programming manual, and all seems OK, at least to me.
The driver I downloaded was VISA for LabVIEW 7.0. The drive uses the VISA Read and VISA Write commands. You're correct - that's how I was able to look at the commands in the (for example) Config Acquisition sub-VI, see what commands were being sent, and compare the commands to the Programming Manual for the 'scope series.
The Read Waveform sub-VI has a VISA Read sub-VI with a 17,000 byte count setting near the start. That's the only count parameter I've been able to find so far, but I'm still trying to figure out how the Read Waveform VI works.
I'm running this on LabVIEW 7.1. I downloaded the LabVIEW 7 Plug-and-Play drivers, a ZIPped file that contained the HP546XXX.LLB LabVIEW library. It's version 1.1, dated 20 July 2004.
How do I post the Config Acquisition and Read Waveform VIs? (As I said, I'm a newbie...)
The 54600 series programming manual refers to "preamble data" that comes along when data is read from the scope. The Read Waveform VI parses this preamble data in some manner that I'm still trying to figure out. The Read Waveform VI requests the data in BYTE format, which is probably good for LabVIEW and the PC, but not so good for me to look at and understand. I'm going to see if I can figure out how to get the data (and its associated preamble) in ASCII format, and see if maybe that sheds some light on what's going on.
Is there any other information which you think might be useful in helping me (and you) figure out what's going on?
Again, my thanks for your time in helping me.