LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert Agilent 34972A command to labview program

Hi,

 

I'm using labview to remote control Agilent 34972A. 

i need to read from one channel at a higher frequency,and write the result in a file. I think the following command would do that, but I couldn't make it work in labview program.

CONF:RES  70000,1(@101)

ROUT:SCAN(@101)

TRIG:COUN 1000

INIT

FETC

I attached the program that I'm using right now to get data from different channels with lower frequency.

Thanks.

 

0 Kudos
Message 1 of 4
(2,974 Views)
It was suggested at http://forums.ni.com/t5/Signal-Conditioning/reading-from-one-channel-without-mechanical-opening-and-... that you use the monitor function but I guess you didn't read that or bother to try.
0 Kudos
Message 2 of 4
(2,969 Views)

I did try to find the subVI in the library, but I didn't find it, even though I googled it. Then I went on with another way, using the command from Agilent. 

Could you explain more to me, what's driver and the monitor function?

Thanks

0 Kudos
Message 3 of 4
(2,938 Views)
It's called Monitor.vi and its in the instrument driver you download when you go to Help> Find instrument Drivers.
0 Kudos
Message 4 of 4
(2,929 Views)