Tuesday 14 November 2017

analog - How can i measure voltages on each phases of a 3 phase system, Using a microcontoller?


How can i measure voltages on each phases of a 3 phase system. The measurement is to be processed by a microcontroller.


Is there any special chips available, or do i need to use the ordinary Transformer-->ADC technique??




Answer



If this is a grid connected mains voltage and frequency system then you could use 3 transformers from each phase to neutral to give you low voltages to process with an ADC.


If you are confident in working directly with high voltage you could use resistive scalers from high voltage to ADC inputs.


But:


What do you expect a "special chip" to do for you?
Would a custom made PCB assembly qualify, as they are sure to exist, and what would you expect to pay?


The ICs below are aimed at energy meter applications and do far more than you have asked for, but almost certainly provide what you want as a subset of their capabilities.




Maxim make an IC (costs about $20/1) which may be almost exactly what you want:


Low power, multifunction, polyphase, analog front end





  • The MAXQ3180 is a dedicated electricity measurement front-end that collects and calculates polyphase voltage, current, power, energy, and many other metering and power-quality parameters of a polyphase load. The computed results can be retrieved by an external master through the on-chip serial peripheral interface (SPI™) bus. This bus is also used by the external master to configure the operation of the MAXQ3180 and monitor the status of operations.




  • The MAXQ3180 performs voltage and current measurements using an integrated ADC that can measure up to seven external differential signal pairs. An eighth differential signal pair is used to measure the die temperature. An internal amplifier automatically adjusts the current channel gain




Connection is the easy part :-) -


enter image description here





Or $12 from analog devices. ADE7754 Datasheet



  • High Accuracy, Supports IEC 687/61036 Compatible with 3-Phase/3-Wire, 3-Phase/4-Wire and any Type of 3-Phase Services Less than 0.1% Error in Active Power Measurement over a Dynamic Range of 1000 to 1 Supplies Active Energy, Apparent Energy, Voltage RMS, Current RMS, and Sampled Waveform Data Digital Power, Phase, and Input Offset Calibration On-Chip Temperature Sensor (4C Typical after Calibration) On-Chip User Programmable Thresholds for Line Voltage SAG and Overdrive Detections SPI Compatible Serial Interface with Interrupt Request Line (IRQ) Pulse Output with Programmable Frequency Proprietary ADCs and DSP Provide High Accuracy over Large Variations in Environmental Conditions and Time Single 5 V Suppl




If this is not on grid or not mains frequency or not mains voltage then there may be special considerations to properly ensure that your measurements reflected what you wanted to determine. For exampl, a 3 phase alternator driven by a petrol motor, or a quasi sine waver inverter or a wind turbine output could present wavefors, frequencies, rates of change of voltage amd more that challenged a system which was based on grid based assumptions.




This sort of instrument will do the hard work for you, at a price, with data available via RS232. From here


enter image description here



Or this also with RS232 (optically isolated)


enter image description here


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...