Live switching AC loads with TRIACs or SSR

triaczero crossing

I have been designing a system whose purpose is to provide high reliability to a set of outlets (8), it takes to inputs of diffrent phases mains current, now the purpose of the system is that if the input we currently are using dies (Goes permanently to 0v) we would switch to the second one without or with minimal power loss to the outlets (enough to maintain the device running), now electrical engineering is not my area of expertise (at least at this level) and i cant figure out how to do this, i have tought about using a TRIAC with a zero-cross circuit but i can't know how the outputs will be affected and if it will serve the purpose, could anyone give me an idea about if im going about this the right way or if there is a better way to do this.

Best Answer

If you really have to design it yourself (and not recommended), one approach you can use is relays, that would be safer and easier to get right. But relays will take a little time to switch so the output of the device when switching over will drop, now if the mains devices connected to it are things like laptops where they have power supplies with a fair amount of capacitance or batteries involved, these will tolerate a momentary loss of mains power for perhaps 100 miliseconds. If your output devices can't tolerate a momentary loss of power then don't go down this route.

You need a sensor (or two) to detect the loss of mains input power, you can do this with a 240 volt relay (coil energised by 240 volts) and the relay contacts triggering a little circuit to give a logic level input into a microcontroller. So as the mains power fails you get a change in logic level to the microcontroller which you can detect in software and trigger the relays to switch power to the other mains input.

Triacs: will give a faster switch over time and better in applications where the devices being powered can't tolerate a momentary loss of power, but triacs need more sophisticated circuitry to drive them: you have to apply pulses to the gate connection. And preferably those pulses need to be synchronised to the mains waveform when the signal crosses through zero (called zero voltage switching) so as to reduce the amount of radio frequency interference generated. It's all getting a bit messy.

SSR - think you mean SCR - silicon controlled rectifier. These devices are only unidirectional, so not suitable in your application.

If you can buy something off-the-shelf, I'd recommend that.