backfeeding prop pro dev board
mikea
Posts: 283
i made an h bridge with p and n mosfets for a 24 volt motor. i tried the bridge first with 3.3 volts and a bi direction led. when i was in the process of hooking up 24 volts to the dead circuit to try the motor (which wasnt hooked in yet), it lit up the "power on" led on my prop board. the only wires going back to the board are a ground and the 4 gate wires to pins 20-23. the prop was not switched on. i dont want to burn up the prop board. when the board is powered down i assumed there was no path through the i/o pins. does this sound like a normal condition? im having trouble getting a picture here for the h, but its pretty basic and also i have 1000 ohm resistor between the gate and source on each of the 4.-mike
Comments
Mike,
I'm pretty sure everyone would love a schematic. It may be me, but I get lost without a road map.
Guys can still ask directions
While many of us have full CAD packages there are good reasons to use nice quick and dirty schematic drawing programs.
The nicest, in my openion, right now is:
Schemeit
This makes nice looking drawings, Low end but works well.
Or
A bit more complicated:
TinyCAD
Duane J
I built several circuit board and cable scanners. At that time back to back 8255s were the thing.
(one driving and one shadow input)
One of the stranger things I ran into was that even with DUT (Device Under Test) power shut off,
the 8255s were still completely functional. They were being powered by the address/data buss
connections from the host computer.
That's not all that far from what you are describing.
Designing a circuit that can be partially powered down (safely) is part black art, part witchcraft.
Best advice is don't go there. There are far too many ways to let the magic smoke out!
Easiest to learn and use, but more powerful than a speeding locomotive!
(No, wait. That was Superman. But close.)
Seriously. Best of the best.
Version 22 is the latest greatest. About $99 new. ($69 at Frys - dunno why)
22 is intended for modern systems and Windows 7.
Check Half Priced Books. They usually have 10 to 21 for abut $30 or so.
Mostly I use DC 2000 (version 10) on an 8 year old HP (2.6 Ghz, 2 gig ram).
But I picked up 21 (from 1/2 Price) and use it sometimes for the advanced features.
The video drivers on this box are the limiting factor.
OK, it looks like the circuit is not complete.
Are you intending on driving the motors with 48V, (24V - -24V = 48V)?
In my mind 48V implies high power motors.
If so one should look to using power MOSFET drivers that are specifically up to the task.
Take a look at the power MOSFET drivers from International Rectifier, they invented this stuff.
Or
As I suspect, the -24V in the schematic is actually ground.
This then would imply the use of 24V motors.
There is still a problem:
Most MOSFETs have a maximum gate drive voltage of 20V, and most are less than 20V.
Even so, if you drive the gates with 24V signals this can cause the gates to break down.
Again, take a look at the power MOSFET drivers from International Rectifier.
These devices will safely drive the MOSFETs.
Other circuits can be made but are complicated and not as safe as the dedicated drivers.
Duane J