LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Agilent N3301A DC load sample rate is too low

Hello.

 

I want to record the current and voltage of a DC load: Agilent N3301A. The device should be able to generate data every 20 ms according to device specifications. I connected the DC load to a power source. In labview, I modified the default vi and put the measurement sections in a loop (vi is attached). Still, no more than 3 samples/s can be generated. I don't know where I'm going wrong. The speed of data collection is set using a timer inside the loop.

Download All
0 Kudos
Message 1 of 2
(919 Views)

You've misunderstood that the instrument can sample at a 20ms rate if you do 1 sample at a time, NO. Higher sampling rates store a bunch of samples in onboard memory and later you can read all those samples back to your computer.

 

In your current implementation, the communication overheads are going to be higher than the 20ms itself (depending on the comm. method) and your data logging point by point within the loop.

 

So, the answer, I would suggest reading the instrument manual to find out how to get the 20ms sampling rate and fetch it back later.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 2
(908 Views)