So, with this setup I need to pull some pretty big power from the pack. However, these battery cases only support the smallest of BMS, certainly nothing big enough to hangle 80+ amp draws. Yet, I don't want to give up the functionality of the BMS being able to turn off the system when a fault is found.
So I got creative...
See, the controller has this "ignite" port on it. Essentially, it has three pins: ground, battery positive, and "ignite". If the controller detects the battery voltage on the ignite pin (ie, it gets connected to the battery positive wire) then the controller will turn on. Of course, no connection == controller off.
So, the battery is built with the BMS, but the main contacts are direct to the cells. I do, however, carry the BMS P- (where you would normally connect the controller's negative) out as well.
I can use this P- wire, along with the battery positive from the "ignite" port to power up a
dcdc step down, produce 12v, have that trigger
a relay, and that relay then allowed battery voltage back up into the ignite wire.
Here's what this looks like
(ignore the directional arrows, bug in the layout software):
(Diagram)
As such, if the BMS shuts off the P- line, the dcdc dies, the relay stops working, the ignite port loses battery voltage and the controller shuts off.
While this works (unless the dcdc dies, which spurred this on), it's over complicated by the extra DC step down process. The only reason that's here, is because I've had a hell of a time finding relays that work at, basically, anything less than 24v dc.
Ideally, this setup would make WAY more sense:
(Diagram)
And, after a LOT of searching, I had believed I'd found such an option in the
ED10F5 Crydom SSR
And, when I hook it up to my voltmeter in continuity mode, it behaves as I'd expect. Run 58v across the pos/neg and I get tone. Turn it off, continuity goes away.
HOWEVER, if I connect the loadin to the battery, and I probe for voltage, on the loadout I can still read 57(ish) volts. My research has lead me to now know
that (some?) SSR's are just, well, leaky. A core part of their design causes this. As such, the single relay version of this is allowing the controller to operate, even when the relay is off.
Of course, why the other setup (dcdc + relay)
doesn't do this is a bit of a mystery to me. Perhaps it's leakage is much smaller and simply to little to "ignite" the controller.
--
Before I go buy
a mechanical relay (which creates a true, physical path blockage); is there a simple fix to bleed off the voltage when the SSR is "off" that I could employ? My grasp of these base areas of electrical circuits is...lacking.