0

I have a 11.1V LiPo battery that can supply 100A. It's being used for a coil gun like in this image from electroboom. (The difference being he uses a power supply with built-in current limiting, connected to the wall, whereas I'm using a battery).

schematic

simulate this circuit – Schematic created using CircuitLab

There is extremely low resistance, as its mostly just going through a wire. It would seem that the magnet must induce a reverse voltage, or somehow use power, but I have no clue how much. So, it surely can't just use a very low voltage at all times. All the guides I have found are for only around 1A constant current sources. How would I make one for 100A?

  • This site has a built in schematic editor, please learn how to use it when posting questions – Voltage Spike Oct 20 '16 at 21:41
  • I'm a little confused about why you say you want a constant current source for 100 A. Isn't that an inductor there? Constant current sources and inductors don't fly together often. (An inductor tends to resist sudden changes in current fairly effectively.) What's your thinking about this? – jonk Oct 20 '16 at 21:59
  • Sorry about the schematic, fixed. I don't know much about this, but I'll try to keep the inductance low, and it will be given enough time to allow current through before the magnet being propelled gets near. I don't know about once the magnet is inside, but at that point the main concern is to not draw any more than 100A. – TheSandwichMakr Oct 20 '16 at 22:08
  • http://electronics.stackexchange.com/questions/28251/rules-and-guidelines-for-drawing-good-schematics – ambitiose_sed_ineptum Oct 20 '16 at 22:18
  • @ambitiose_sed_ineptum I'm not sure specifically what you're referring to. But I added labels, if that makes it better. – TheSandwichMakr Oct 20 '16 at 22:30
  • The convention of power sources usually being oriented with the positive terminal up, and thus the ground of said power sources being pointed down. It tends to make a circuit much easier to read, because we are used to reading them that way. – ambitiose_sed_ineptum Oct 20 '16 at 22:34
  • @ambitiose_sed_ineptum Fixed. – TheSandwichMakr Oct 20 '16 at 22:49
  • YOur photo interrupter is still shown wrong with shorted emitter detector missing transistor etc. although a PhotoDiode would be faster. – Tony Stewart EE75 Oct 21 '16 at 00:45

1 Answers1

0

This is not a newbie project.

Your power source must have a very low ESR, (probably < 5% of the Loop ESR). I do not know the ESR of your battery and testing it must be done with extreme caution so that the duration of the current must be short enough to be within the Safe Operating Area (SOA) of the battery.

  • Although this term, SOA, is routinely specified for transistors, it is not specified for batteries ( other than CCA of lead-acid batteries) Exceed the SOA of a LiPo can trigger internal shorts and pyotechnic results unless internally fused safely. Since you have no experience in this I would not suggest it. Therefore it is better to use a power source that can safely handle this current like a car battery, or use a good Power Supply with ultra-low ESR capacitors and NOT USE A LiPo pack, because you do not know what you are doing and some LiPo's become incendiary devices when shorted. i.e. boom.
  • Loop current would have to be < 100 mOhm including power source, DCR(L) and RdsOn for 10V/.1 = 100A which is possible. Thus your battery pack must have preferably an automotive lead acid battery with a a CCA rating of least 500 where it drops from 12.5 to 7.5V at rated CCA, such that 100A will only drop 1V instead of 5V.

  • Inductor coil current will ramp up according to dI/dt=V/L

    • L can be calculated easily online from Length of wire and dimensions of coil or number of turns.
    • DCR of L can be calculated from AWG wire gauge and length. enter image description here

Here I have shown a Photo diode interrupter (PD) instead of a photo-transistor and inverter so the output so that uninterrupted current turns of Vbe. Note the PD is alway reverse biased as it "sources" current, while the emitter LED is forward biased and the resister across Vbe sinks current quickly to turn it off at the point where the magnet projectile is forced and then cut off by the PD cutoff or the Switch cap decay time-constant, whichever comes first. So Gate voltage clamp or decay below Vgs threshold switches the coil current from the MOSFET to the diode and the Coil current ramps up then down just as the magnet slug begins to leave the coil field and not after. Polarity must be pre-determined so it does not exit on the wrong side of the coil.

The switch gate sees the Vgs gate resistance and discharges quickly in about 150us due the gate current limit defined in this project. Then the diode current is the same and it's ESR must be as low as the MOSFET RdsOn, which can be determined from any diode datasheet VI curve.

The MOSFET specified is good for 0.7 0mΩ @ 10V, which means all the loop resistance is in the coil and much heavier Litz or braided wire must be used for best performance in the large current loop. I re-arranged your schematic to show that the large "logical" current loop must be "physically" small using twisted pairs to the coil and also to the PD sensor in order not to have any induction current cross-talk. Layout is critical. The grey dotted lines show twisted shielded pairs that MUST be immune to 100A spikes, so the high current and PD current must be widely separated and at right angles to each other.

This is just a simplified explanation ,, sorta.. for brevity sake.

Any more questions? Do some research before you ask.

Tony Stewart EE75
  • 1
  • 3
  • 54
  • 182