The GigaVAC is a big (350 A) DC latching relay, which I will use to disconnect a 400 Ah battery in case of a cell voltage going over/under their thresholds. gxl14.pdf (935.3 KB)
This is what I came up with; the question being, while this looks like it would work, is there a need for extra caps or other components?
The relay has a set and reset wire, hence, the two identical circuits; with the relay being connected to 1 and 3 with 2 being common ground.
R3 and R4 are for the Arduino UNO to connect to.
5V and 24 V will be provided by the 52.1 V battery, via DC/DC converters.
I am happy to learn if have covered the basics. Thanks.
[edit]Just to clarify: I do not have the optional contacts mentioned in the datasheet.
I have another system that drives the same GigaVAC with MOSFETs; hence, we can disregard any internal of the relay, and can focus on the circuit for driving (assumed 150 mH) coils at 24 V.
What is the purpose of R2 and R6. I'm not sure they are needed.
Now that @MaxG has updated post #1 with a schematic, we can see that logic-level MOSFETs won't be needed. But you will need P-channel MOSFETs rated for more than 24V, as @jim-p said.
I guess my other comment would be about safety, given the amount of power that battery could put out if things went wrong. Does your circuit fail in a safe way? If the signals from the Arduino are not behaving as wanted because of some fault in your code, or the Arduino gets disconnected, is it ok to leave the GigaVAC in the set position?
Hmm, valid point... safety is paramount.
I wonder what is safe in this case? I would leave the GigaVAC in the position it is in, in case the UNO dies. The battery is connected to an inverter/charger with safety functions (over/under voltage, or current draw), so I am not too worried. The main function for me is to switch this battery on and off, without having to pull the DC fuse, or disconnecting a cable.
Correct, and apologies... I think I should go to bed, it has been a long day.
To be clear: it is R2 and R6 (220Ω) we are referring to.
I don't think that circuit will work at all and may actually damage the relay.
You need to provide a pulse to the relay, something that goes LOW and HIGH. LOW being 0V and high being 24V.
Your circuit goes High Impedance and HIGH.