Designing an AC Ammeter with 0.15V Voltage and Currents of 200mA, 500mA, 1A

AI Thread Summary
The discussion focuses on designing an AC ammeter using a successive approximation ADC with a specified voltage of 0.15V and individual entrance resistors for measuring currents of 200mA, 500mA, and 1A. Key considerations include the need for signal conditioning and handling AC aspects, such as the frequency range and ADC bit resolution. The AD572, a 12-bit successive approximation ADC, is suggested as a suitable component for the design. Additionally, using a shunt can improve the linearity of the meter's readout, although it may introduce some voltage drop. Proper filtering with a large capacitor is recommended to ensure a steady readout from the ADC.
micul1987
Messages
2
Reaction score
0
Hello all!

I must design an ac ammeter which uses successive approximation ADC,has a specified voltage of 0,15V and individual entrance resistors for measuring currents of 200mA,500mA,1A.

Any suggestions on how to build such a device would be highly appreciated!
 
Physics news on Phys.org
micul1987 said:
Hello all!

I must design an ac ammeter which uses successive approximation ADC,has a specified voltage of 0,15V and individual entrance resistors for measuring currents of 200mA,500mA,1A.

Any suggestions on how to build such a device would be highly appreciated!

Welcome to the PF. What can you tell us about A/D conversion? What functional blocks do you need to have outside the ADC for signal conditioning? How do you plan to handle the AC aspects of this design problem? What frequency range AC do you need to handle, and how many bits will you use in your ADC?
 
I have found the AD572 which basically is a 12-bit successive approximation integrated circuit a/d convertor.
 
You could have a look at this post which describes an AC ammeter (1st diagram):

https://www.physicsforums.com/showpost.php?p=2503935&postcount=5

Read the whole thread here:
https://www.physicsforums.com/showthread.php?t=365063

The shunt is optional and the current meter shown just works on DC.

The shunt could be across the meter if you like. This gives a more linear readout for the meter but results in some drop in the supply voltage due to diode drops.

For an A to D converter, the meter input should be filtered with a large capacitor to get a steady readout.
 
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top