how would i mod the libs to do full fat 3 phase?

as per topic how would one mod the libs so it can do full fat 3 phase (3*ct + 3*ac) in the same sketch?

including an easy way to define what pins go what sensor

going to try and do full 3 phase and water (pulse) and 2-way ir coms on same chip. first  a mega shield and then maybe a standalone thing...

going to release all files including eagle files

MartinR's picture

Re: how would i mod the libs to do full fat 3 phase?

Bo,

I think the reason you are not getting any interest in this project is that it doesn't solve any problems. There isn't much interest in 3 phase in the UK anyway, but those that are interested probably want one of three things:

1. approximate power measurement.

2. accurate power measurement

3. solar diversion.

For 1 the standard emonTx with 3 CTs measuring current only or current and 1 voltage is fine.

For 3 you need 6 CTs so your solution won't work.

So that leaves 2. For accurate 3-phase power measurement you need to monitor all 3 voltages but to be really accurate you also need to measure continuously or you'll miss short changes in power level. With the single ADC on the Arduino mega you will find this very difficult to do. You will probably only be able to sample voltage and current for each phase about 20 times per mains cycle which is much slower than any of the other solutions on here - although it still may be ok.

-martin

boelle's picture

Re: how would i mod the libs to do full fat 3 phase?

So that leaves 2.

there are more than one analogue input on the mega.... i have allready done the hardware side... just need the very last bits to reah the goal... if the mega's sample freq is to low, well i can live with that.

 

/bo

 

 

boelle's picture

Re: how would i mod the libs to do full fat 3 phase?

ps... i know how 3 phase works in most of the uk... ie there is 3 phases in the street and the houses are balanced there rather than here where the 3 phases goes in each place and load balacning are done inside the house.

 

non the less it would suite the project if there are more openness when is comes to this....

 

i could do the full 3 phase easy but that would require me to use 3 emontx boards for power alone... a bit of waste since i have the mega allready. then another board to do water meter... and a custom board to do my heatmeter which reqires 2way ir coms to work and not 1way as many other meters do

 

 

boelle's picture

Re: how would i mod the libs to do full fat 3 phase?

anyway a bit of help with the libs would be much welcome....

i have 2-way ir in place since it only requires the softserial lib.

water is simple pulse count with a hall effect.....

radio is confirmed right...

 

so basicly i only need to confirm my ct's and ac's are connected right

and how to mod the lib to make use of those

MartinR's picture

Re: how would i mod the libs to do full fat 3 phase?

there are more than one analogue input on the mega

You are missing the point. There are enough analogue inputs but there is only one analogue-to-digital converter so you can only look at one input at a time. By using 3 emonTxs you have 3 analogue-to-digital converters so you can process all 3 phases at the same time.

boelle's picture

Re: how would i mod the libs to do full fat 3 phase?

yep i know... but it would be more costly a setup... and i dont mind the lack of precision it will give me..

MartinR's picture

Re: how would i mod the libs to do full fat 3 phase?

It probably won't be more costly by the time you've paid for your prototype PCBs and if you don't mind lack of precision then you may as well just use a single emonTx and just measure voltage for one phase.

If you're just doing it for your own interest than that's fine but i go back to my original point that you probably won't get much interest from others.

dBC's picture

Re: how would i mod the libs to do full fat 3 phase?

You might also want to look at the Arduino Due.  It has 2 ADCs, each 12-bit rather than 10-bit, and much much faster conversion times.  You could potentially have one sampling V while the other samples I.  It is a 3.3V system though, so adjust your rail voltages accordingly.

majland's picture

Re: how would i mod the libs to do full fat 3 phase?

I'm not new to arduino's but to power meters. I would be interested in "full fat 3 phase"  :-)

(230V 50Hz)

I've seen the description http://openenergymonitor.org/emon/node/1170 but do not need to measure the PV (will not be practical since it is in a different location than the mains/meter - So 3*ct + 3*ac will do. (If i go 6*ct i'll need to syncronice the two measurements boards or also go 6*ac.

https://cosm.com/feeds/34522 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.