Rotary Phase Converter data analysis

Got it wired in to my frankenstein RPC for voltage. Cureent is a little more work as I have to disconnect main leads to put the toroidal transformers over them for current sensing. The coil of white wire (twisted pair) hanging loose is for those connections. Probably work on calibrating the voltage first. The voltage transformers are putting out fairly close to no-load voltage (15VAC vs 9VAC) so I probably need to change resistors on my voltage divider and/or low pass filter. The good news is the WIFI logging works as mounted, had some doubts about that.
EF04BD92-D5A9-4888-94B3-6E46F7D38DED.jpeg
 
Last edited:
So I have it installed and working fine measuring the voltage across all 3 phases. And then I went to set up the current measuring part.

One of those frustrating things - I had designed based on specs from one type of current sense transformer. Basically a wire-wound toroid to slip over the main leads. Now that particular sense transformer is not available. Finding one with a big enough opening to work with #2 copper wire is a challenge, more so than the 125A rating I want. The best match I could find with stock that didn't cost an arm an leg has an output of .000556 V per amp. I'm going to eventually end up with 5 of them so didn't want too pricey of an option. That's a fairly low voltage, for which I'll need some amplification. Nothing fancy, an op-amp, with a little attention to stability, should get me there. With active amplification, I can go for a 2nd order anti-aliasing filter rather than a first order passive. Realistically the higher frequency stuff is going to be so far down from the 60Hz signal it isn't critical, but why not? And of course with an op-amp front end, I can attentuate a signal if desired with a little change of resistors.

In the picture above I'd put the step-down transformers on a pcb perf-board. Since I need the op amps, I designed up a simple 2-layer board to house the transformers, op-amps for 5 current inputs, and connectors as a piggy-back for the main board. Threw this together pretty quickly, came out to just under $9 dollars total for 5 boards, plus another $20 for shipping.

front end interfacee.jpgschematic.jpg

More costly --- I've been watching for a Raspberry PI 4 to become available. There has been a steady stream of them coming out but I haven't caught them online with U.S. availability. I'm using one as my development environment, but I want to keep that as such. I need a simple linux box for logging data. I found an INTEL NUC, dual core celeron w/ memory and hard drive for about $200 on Amazon complete with 256GB SSD, 8GB memory, WIFI, etc. Given a PI is going to cost over $100 by the time some sort of power supply, case, and mass storage is added, I went ahead and ordered that. Will just need to blast the Win 10 install ;) Should be fine for running a logging app and I can eventually put a simple web server on it if I opt to go that route.
 
Last edited:
Looks like the battery on my board is going dead after only a few months. It keeps the ADC tuning/conversion parameters and the date/time clock. I probably have a bug that is leaving that RTC chip in a high power mode, but I may just need a bigger (or better quality) battery.

Since the NUC came with Win 10 installed, I'd like to grab the M.2 SSD and make an image of it to my NAS before blowing away the Win 10 install and putting linux on it.
 
Back
Top