Inst ToolsInst ToolsInst Tools
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: PLC Compressor Control Ladder Logic
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > PLC Compressor Control Ladder Logic

PLC Compressor Control Ladder Logic

Last updated: March 4, 2021 4:06 pm
Editorial Staff
PLC Tutorials
2 Comments
Share
4 Min Read
SHARE

The compressor can be run individually in manual or automatic mode.

Contents
PLC Compressor Control Ladder LogicProblem DiagramSolutionList of Inputs/OutputsList of InputsList of OutputsLadder diagram for Compressors to run individually in manual or automatic modeProgram DescriptionNetwork 1 :-Network 2 :-Network 3 :-Network 4 :-Network 5 :-Network 6 :-Network 7 :-Network 8 :-Network 9 :-

PLC Compressor Control Ladder Logic

Two compressors are to be operated alternately from one AC power supply. If one compressor fails, the other one to be started automatically. The compressors can be run individually in manual or automatic mode. PLC executes the control and interlocking of both compressors.

Problem Diagram

PLC Compressor Control Ladder Logic

Solution

Selector switch is provided for each compressor to select the manual or automatic mode. Separate selectors switches provided for each compressor.

Here two operation modes are used for compressors. Manual mode and auto mode.

In manual mode operation by selector switch of each compressor. Compressor 1 can be started by selecting its selector switch and compressor 2 can be started by selecting its selector switch.

In auto mode operation, auto mode selector switch of each compressor should be selected. If one compressor is not working then second compressor will start automatically.

Here we considered enable command and start contactor for each compressor.

List of Inputs/Outputs

List of Inputs

  • I0.0 :- Selector switch auto/manual
  • I0.1 :- Selector switch, compressor 1 Manual
  • I0.2 :- Selector switch, compressor 2 Manual
  • I0.4 :- Pressure monitor
  • I0.5 :- Acknowledgment button, fault lamp
  • I0.6 :- Compressor 1 trip
  • I0.7 :- Compressor 2 trip

List of Outputs

  • Q0.0 :- Contactor, compressor 1
  • Q0.1 :- Start compressor 1
  • Q0.3 :- Contactor, compressor 2
  • Q0.4 :- Start compressor 2
  • Q0.5 :- Fault lamp

Ladder diagram for Compressors to run individually in manual or automatic mode

Air Compressor PLC Program
Compressor Ladder Logic
PLC Compressor Example
Compressor Control Ladder Logic
Compressor PLC Ladder Logic
PLC Air Compressor Logic

Program Description

In this program we have used Siemens S7-300 PLC and TIA Portal Software for programming.

Network 1 :-

If auto/manual switch is selected, auto mode selection (M0.0) is ON.

Network 2 :-

If auto/manual switch is not selected, manual mode selection (M0.1) is ON.

Network 3 :-

Compressor 1 contactor (Q0.0) can be started either selecting manual mode or auto mode.

Network 4 :-

Compressor 1 enable command (Q0.1) will be ON in auto mode and manual mode.

Network 5 :-

Compressor 2 contactor (Q0.3) can be started either selecting manual mode or auto mode.

Network 6 :-

Compressor 2 enable command (Q0.4) will be ON in auto mode and manual mode.

Network 7 :-

Fault indication lamp (Q0.5) will be ON if, pressure monitor input (I0.4) is activated.

Network 8 :-

Fault lamp (Q0.5) can be acknowledged by pressing acknowledged button (I0.5).

Network 9 :-

If pressure is not ok, pressure indicator lamp (Q0.6) will be ON and it will be OFF after 5s if in healthy condition.

Note :- Above application may be different from actual application. This example is only for explanation purpose only. We can implement this logic in other PLC also. This is the concept of different compressors control in auto mode and manual mode, we can use this concept in other examples also.

All parameters and graphical representations considered in this example are for explanation purpose only, parameters or representation may be different in actual applications. Also all interlocks are not considered in the application.

Author : Bhavesh

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:

PID Controller Functions

What is a Recorder ?

Process Dynamics & PID Tuning

Proof Testing of Safety Systems

PID Controller Bumpless Transfer

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
You've successfully subscribed !

Recommended Articles

PLC Structured Text Program for Light Sequences via Timers
What is 21 CFR in SCADA and HMI Systems?
Automatic Door Operation PLC Programming and Simulation
Lamp Control using PLC Logic Condition
SCADA Software and their Comparison
System Cabinet Health Checks – PLC and DCS Industrial Automation
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
2 Comments
  • Faizal Raazy says:
    December 31, 2018 at 11:19 pm

    Great article

    Reply
  • adams says:
    January 1, 2019 at 2:16 pm

    Please do some examples in Rslogix 500 or 5000 thanks

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
208kSubscribersSubscribe
38kFollowersFollow

Categories

Recent Comments

  • William Snyder on Top Non-PLC Certification Courses for Automation Professionals
  • Kamli on Top Free PLC Software
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals

Related Articles

PLC Logic Example on Multiple Switches and Motors

PLC Logic Example on Multiple Switches and Motors

DRUM DB

Siemens Drum block for Sequencer Operation

Testing and Validation in PLC Development

Testing and Validation in PLC Development

Single Push button to ON and OFF a Bulb using Ladder Logic

Single Push button to ON and OFF a Bulb using Ladder Logic

Difference between Signal Cables and Control Cables

Difference between Signal Cables and Control Cables

Hardwired IO and Serial IO - Differences Explained

Hardwired I/O and Serial I/O – Differences Explained

PLC Program for Control Valve Scaling

PLC Program for Control Valve Scaling

Configuration of Siemens Scada and PLC

#12 PLC Best Practices – Validate Inputs based on Physical Plausibility

More Articles

Test Automation in Production Environment

Test Automation in Production Environment – Everything You Should Know

Advantages of Three Phase System Compared to Single Phase System

Advantages of Three Phase System Compared to Single Phase System

Digital Electronics Multiple Choice Questions

Parallel Adder and Subtractor Objective Questions

Total Organic Carbon Analyzer Working Principle

TOC Analyzer Working Principle

Testing of Pneumatic Systems

Panel and Field Pneumatic Controller’ Bumpless Transfer Issues

Pressure Gauge Calibration Procedure

Introduction to Fieldbus Function Blocks

Types of Batteries

Cells and Batteries – Types, Applications, Explanation

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?