LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

real time measurement and graphing on 34405a

Hello, I'm new to the community and not graduated yet but I'm working on creating a test fixture and I need to graph the AC voltage readings from the Agilent 34405a.  The driver provided by NI (http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=8704) has a read function that allows one reading at a time and the DMM just keeps that value 
 
I'm connected to the device through a USB connection and i'm trying to find out if it's possible to configure the device to read the voltage over a period of time in real time (just as if it was not connected to the USB in remote mode) and sample the readings in an array in order to display them. 
 
Sorry if my question is too simple and thank you in advance.
 
Keyder
0 Kudos
Message 1 of 3
(3,332 Views)
Hi Keyder,
Welcome to the Community!

Your question is fine.  You should be able to place the read command in a while loop.  Then for each read, store the value into an array.

Regards,
John E.
Applications Engineering
National Instruments
Message 2 of 3
(3,305 Views)

Thanks John E,

I hope the timing on the read function does not cause any problems.  When trying to use a for loop in the past it gave me an error message related to timing.  However, I just found out that the test fixture won't  be needing the graphing after all. 

0 Kudos
Message 3 of 3
(3,270 Views)