Practical Questions

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

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):

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:

You've successfully subscribed !

View Comments

  • 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

  • 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.

  • I am plc working and full and fully interested so while all control and interlocking circuit improve tha movement

Share

Recent Articles

  • PLC Tutorials

Example PLC Program to Control a Pump based on Level Sensors

Learn an example PLC program to control a pump based on level sensors using ladder…

2 weeks ago
  • PLC Tutorials

PLC Timer Application in Security Camera Recording

In the PLC timer application for security camera recording, when motion is detected then camera…

2 weeks ago
  • PLC Tutorials

Batch Mixing with PLC Ladder Logic Program

In this example, we will learn batch mixing with PLC ladder logic program using timer…

2 weeks ago
  • PLC Tutorials

PLC Example on Manufacturing Line Assembly

This PLC example on manufacturing line assembly is an intermediate-level PLC program prepared for the…

2 weeks ago
  • PLC Tutorials

PLC Programming Example with Pushbutton and Motor

In this article, you will learn the PLC programming example with pushbutton and motor control…

3 weeks ago
  • PLC Tutorials

Boolean Logic to PLC Programming

This article teaches how to convert Boolean logic to PLC programming ladder logic with the…

1 month ago