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

PLC Ladder Logic Design: Control 3 Motors with Toggle Switch

PLC ladder logic design to control 3 motors with toggle switch and explain the program…

3 weeks ago
  • PLC Tutorials

VFD Simulator Download – Free Yaskawa V1000 Software

VFD simulator download: Master the online tool from the Yaskawa V1000 & programming software for…

3 days ago
  • PLC Tutorials

Conveyor Sorting Machine PLC Program with Calculation Function

The conveyor sorting machine is widely used in the packing industries using the PLC program…

6 days ago
  • PLC Tutorials

Example of Flip-Flop PLC Program for Lamps Application

Learn the example of flip-flop PLC program for lamps application using the ladder logic to…

7 days ago
  • PLC Tutorials

STAR DELTA Programming using PLC Controller

In this article, you will learn the STAR DELTA programming using PLC controller to start…

7 days ago
  • Instrumentation Design

Single and Three Phase Immersion Electrical Heaters Wiring Circuits

Lube oil consoles of rotary equipment packages in industrial process plants are usually equipped with…

4 days ago