"Phil Hobbs" wrote in message news:4F7786D8...@electrooptical.net...
> I have a couple of APC BackUPS 750T's that I got from eBay. One
> of them even had good batteries. One of them runs my NAS boxes
> at home, and the other runs my office server, a 16-core AMD
> Magny Cours box running 64-bit CentOS 6.2. Clicking on the
> power icon brings up a window that has all sorts of info about
> the UPS, including load levels, AC line voltage and frequency,
> the battery's state of charge, and so on. So there's a lot more
> info there than you suppose.
Maybe the higher output units (or more recent models) have more
monitor/control features. I can't see how all that information can be passed
to the serial port without some sort of "smarts", like a microprocessor.
There seem to be maybe 4 transistors and a dozen resistors, and an
optoisolator, connected to the serial port connector. It seems there are 4
input pins other than RXD that might be used for some information, but it
would be essentially go/nogo. They are CD, DSR, CTS, and RI.
I was able to disconnect the gate drives for the two banks of MOSFETs, and I
hooked them to a PIC16F684 which has PWM output. I set it for 500 Hz, 100%
duty cycle, with about 2 uSec deadband, and I used an LM324 as a simple gate
driver to get 10-12V gate drive. The MOSFETs are IRFZ46 which are 50V, 50A,
24 mOhm. When I first tried it, I got 360V P-P with 11.8V in at 3.9A, but
something was heating up. I think it was the overvoltage / surge protection
components, and when I disconnected the secondary from the board, I got 360V
P-P at 1.47 amps, and no apparent heating. So I did some load testing:
1800 ohms 172V 4.10W 6.0V 1.22A 7.32W
1800 ohms 238V 7.86W 8.0V 1.58A 12.6W
1800 ohms 344V 16.4W 12.0V 2.82A 33.8W
300 ohms 171V 23.8W 6.0V 4.38A 26.3W
300 ohms 200V 33.3W 7.0V 5.00A 35.0W
For some reason the efficiency with a 300 ohm load seems a lot better than
with 1800 ohms. It may have something to do with the power supply going into
overcurrent limit, or maybe there is something about running it at 8 volts
or more. My next step will probably be to use a heavy duty supply or
directly from a battery, and I should be able to get 108 watts into the 300
ohm load. I have several of these resistors (91 watts each), so I can test
up to about 500 watts. I also have some finstrip heaters which are 26 ohms,
and that will give me 1246 watts if the voltage holds. The battery draw will
be about 100 amps at this point. So maybe I'll use two heaters in series for
600 watts and 50 amps from the battery.
Final test will be adding the FWB and capacitors to get 360 VDC which should
supply the VF drive for the motor. But I'm a bit worried about the start-up
current surges into the capacitors, especially with a square wave. I'm
considering making a current limiter, but at such high currents there may be
unacceptable losses. Best thing might be to use a 100A 100mV shunt and have
that connected to the PIC. The A/D converter might be fast enough, but
otherwise the comparator may be the better choice, and it could shut down
the PWM drive. The Back-UPS has two 40 amp fuses in parallel, but I don't
want to rely on them except for ultimate fail-safe protection. The
simulation shows 566 amps RMS during start-up and 84 amps RMS once the
output has stabilized at 20V into 104 ohms and 757 watts.
Maybe I'll have more results in a day or two.
Paul