zevon8 said:
I use linear actuators everyday at work , and I would think that this dead bolt is done the same way.
Aha! A linear actuator! I knew there was something that like a solenoid that could move at hold its position in the absence of power AND have built-in limit detection! But I couldn't put my tongue on the word since I rarely ever look at them.
This was the link to them buried in my bookmarks of parts pages:
https://www.firgelliauto.com/
H-bridge (and other parts) explanations:
https://www.acroname.com/robotics/info/articles/drivers/drivers.html
The switches in the H-bridge would be replaced with relays or transistors (I prefer using MOSFET transistors rather than BJTs). You should also place a high-speed recovery diode (called a flyback diode, also explained in the webpage) in parallel across each transistor/relay/switch so that it will allow current to flow from - to + (allow current to flow up in the diagram). If you put it the other way it will cause a short-circuit, so it's pretty easy to tell which direction they need to be pointing in. This dampens voltage spikes from switching the current on and off. Relays cannot be used if you want to rapidly switch the H-bridge on and off with PWM pulses to control speed. Transistors must be used in this case.
There are some things you should learn about transistors (like the the two opposite/complimentary P-channel and N-channel for MOSFETs, or NPN and PNP for BJTs before you use them for this. They can make it very easy or very hard to provide the required high/lowvoltages to turn certain transistors in your circuit on or off if you use the wrong transistor in the wrong place. For MOSFETs, using P-channel in the top and N-channel in the bottom makes it easy to switch them on and off (just keep in mind that a signal that turns a P-channel off will turn an N-channel on and vice versa, they are opposites of each other). This means you need to provide inverted signals or two signals to the transistors since you want an particular N-P pair to be on and the other N-P pair to be off in an H-bridge (you don't switch both P-channels or N-channels on at the same time unless you want to accomplish some kind of braking, and sending a single signal to all MOSFET transistors will do this). Using N-channels eveywhere gives you more effiency since N-channels are more efficienct than P-channel, but the voltage boosting circuitry is really complicated...so don't do it.
SO if you get the gist of the last paragraph...basically:
In your case you just want full on or full stop for maximum speed...so just use relays...they are simpler to use, more robust, and run their load capability stays more consistent over temperature than transistors. They operate mechanically, and thus will perform the same function and be operable no matter where you stick them in whatever circuit, unlike transistors which behave differently depending on the where they are in a circuit and what electrical conditions they are under.
Just don't go around unlocking your garate door for fun (the relays die out mechanically after about 5k-10k switches).