PLC Electric Motor Interlocks

Programmable Logic Controller Questions and Answers

The following PLC program was written to control the operation of a large electric motor-driven pump. A variety of “permissive” inputs protect the pump from damage under abnormal conditions:

PLC Electric Motor Interlocks

PLC Electric Motor Interlocks

Identify the type of contact (either NO or NC) necessary for each of these electrical switch contacts, based on the trip condition (either high or low) and how each input is applied in the PLC program:

  1. Start pushbutton = NO or NC?
  2. Stop pushbutton = NO or NC?
  3. High vibration = NO or NC?
  4. Low inlet pressure = NO or NC?
  5. High outlet pressure = NO or NC?
  6. High motor temperature = NO or NC?
  7. High pump temperature = NO or NC?

Answer :

  1. Start pushbutton = NO
  2. Stop pushbutton = NO
  3. High vibration = NC
  4. Low inlet pressure = NO
  5. High outlet pressure = NO
  6. High motor temperature = NC
  7. High pump temperature = NO

A helpful problem-solving technique is to first identify the necessary coloring which will allow the motor to run (i.e. the condition of all permissives during correct operating conditions):

PLC Motor Permissive

We know the NO contact instruction labeled “Permissive” in the upper rung needs to be colored if ever the “Motor” coil instruction is to receive color.

This means the entire series string of contact instructions in the second rung needs to be colored under proper operating conditions.

Once we know this, we may determing the necessary “normal” statuses of all permissive switches in order to make their corresponding PLC program contact instructions colored. A few examples will be given here:

High vibration:

The PLC contact instruction for this permissive is normally-open, which means that PLC input must be energized with electricity in order to color that contact instruction.

This means the high vibration switch must be in the closed condition while everything is running as it should (i.e. low vibration), and open if vibration becomes excessive.

A vibration switch that is closed when vibration is below the trip threshold is a normally-closed (NC) vibration switch.

Low inlet pressure:

The PLC contact instruction for this permissive is normally-open, which means that PLC input must be energized with electricity in order to color that contact instruction.

This means the low inlet pressure switch must be in the closed condition while everything is running as it should (i.e. adequate inlet pressure), and open if inlet pressure becomes too low.

A pressure switch that is open when pressure is below the trip threshold is a normally-open (NO) pressure switch.

High outlet pressure:

The PLC contact instruction for this permissive is normally-closed, which means that PLC input must be de-energized in order to color that contact instruction.

This means the high outlet pressure switch must be in the open condition while everything is running as it should (i.e. moderate outlet pressure), and close if outlet pressure becomes excessive.

A pressure switch that is open when pressure is below the trip threshold is a normally-open (NO) pressure switch.

Share Your Answer / Comments

Credits : by Tony R. Kuphaldt – under CC BY 1.0

For More PLC Questions : CLICK HERE

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address

6 thoughts on “PLC Electric Motor Interlocks”

  1. Hello and thanks for the interesting arcticles that you post .I would to like to ask something because i m a bit confused .I can’t understand why he uses n.o contact for high pressure and XIO in PLC? Wouldn’t be more safe to use n.c contact for high pressure and XIC in PlC? In a case of a loss of the cable the motor won’t cut from high outlet pressure . Thanks

    Reply
  2. Dears,

    The Interlocking is good but one mistake still exists and that is stop push button must be in NC else it will not run.

    Reply

Leave a Comment