Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Increase acquiring rate of Agilent 34401A multimeter

Solved!
Go to solution

Hello, 

I'm using Agilent 34401A to measure DC voltage from a Hall Sensor through GPIB connection. It reads 3 points per second, approximately. I need to increase this number.

Can anyone help me? I've already tried but no sucess.

 

0 Kudos
Message 1 of 7
(6,216 Views)

I am not sure where you are getting 3 points per second.

It looks to me you are reading as fast as your WHILE loop allows.

0 Kudos
Message 2 of 7
(6,187 Views)

Ps: I achieved a better acquiring rate by using agilent driver instead of Visa. I have configurated to the lowest resolution (4.5) and turned Autozero OFF so it takes a measure each 252 ms approximately. I need even more speed in acquisition.

 

Can someone help me?

 

Thanks

0 Kudos
Message 3 of 7
(6,185 Views)

I did not look at your code, but do you use auto ranging?

Most often that is a reason for slow measurements.

greetings from the Netherlands
Message 4 of 7
(6,182 Views)

Is there any way to increase the while loop speed?

0 Kudos
Message 5 of 7
(6,182 Views)

I have already tried turning autorage OFF but the measure takes a constante value. I don't know why. However, I noticed that speed acquisition increased to 80ms. But my DC voltage values are now constants.

 

Ps: I found this on the manual: "If the input signal is greater than the present range can measure, the multimeter gives an overload indication: “OVLD” from the front panel or “9.90000000E+37” from the remote interface." That's exactly what's is happening.

 

How could I solve this problem?

0 Kudos
Message 6 of 7
(6,179 Views)
Solution
Accepted by yuriscoelho

I have turned Autorange to OFF and used manual range. Now I am taking measures each 80ms!!

Problem solved.

Thank you all

0 Kudos
Message 7 of 7
(6,156 Views)