11-04-2009 05:45 PM
Hello all:
I am trying to use labview to read the data of the four channels of the HP 54601A oscilloscope simultaneously. I have used the Labview driver from NI, but the driver model only demonstrates how to read the waveform of just one channel of the oscilloscope. I am wondering how to read the waveforms and export the datas of the four channels simultaneously. Any suggestions will be greatly appreciated. Thanks a lot.
Rongguo
11-04-2009 06:21 PM
11-05-2009 07:01 PM
Hi, there. Thanks a lot for the suggestion. I have added additional Channel Config functions and modifed the Digitize function, but it read and write the waveforms of channel one all the time. No other channels are writen. Do you have any other suggestions for solving the problem? Thanks a lot..
11-05-2009 07:20 PM
Are you saying that when the digitize function is executed, you do not get 4 waveforms on the scope display? If that's the case, then you probably need to refer to the manual to see if that is the correct syntax to initiate a capture of all 4. I don't have the manual and I was guessing based on what is in the driver for the 2 channel scope.
If the scope is performing the capture but your read is incorrect, did you change the read source for the additional Read Waveform functions you needed to add?
11-05-2009 08:46 PM
Hello Dennis:
Thanks a lot for your help on this. I think I probably didn't modify the digitize function corretly, because I can only get one waveform. I have attached my labview file. The file named " HP546XXX data_aquire_zhou" is the one I used to capture two waveforms of the oscilloscope, but I can only get one waveform. Could you please take a look at what is wrong in my setup?? Thanks a lot...
11-05-2009 09:27 PM
11-06-2009 09:46 AM
11-06-2009 11:12 AM
Hello Dennis:
Yeah. I thought I had modified the digitize function as you told, but I was not sure whether I did it right or not. I have saved my Labview file as the 8.6 version as attached. Please take a look at my setup on the flie named " HP546XXX data_aquire_zhou". Thanks a lot for your time and help.
11-06-2009 12:40 PM
11-06-2009 01:06 PM
Hello Dennis:
I have reattached the file. Please let me know if there is any problems. Thanks a lot.