Electronic – How to model a relay in LTSpice IV

12vdcltspicerelay

I would like to use a 12V relay in my LTspice circuit, however there is no relay in the component list.

How can I do?

Relay model: SRD-12VDC-SL-C

Best Answer

As @KevinWhite said, you can use a voltage controlled switch. Here is an example of a very rough model for a relay:

enter image description here

And this is the result of the simulation:

enter image description here

The model is very rough because:

  • The excitation coil is modeled only by a resistor, neglecting the inductive component (this may be OK).
  • The switch triggers when a voltage is applied to the terminals of the coil, whereas physically the relay triggers when the current in the coil is sufficiently high to move the contacts.

Both points above can be neglected unless you need to simulate the exact behavior of the relay under transient conditions (switching delays, oscillations, contact bounces, etc.).

An inductor in series with the coil resistance can be useful to simulate the inductive kick the relay produces when switched off.

Related Topic