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 Selective Execution of the Application – Example Program
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 Selective Execution of the Application – Example Program

PLC Selective Execution of the Application – Example Program

Implement the PLC program selective execution of the application using a ladder programming language.

Last updated: November 3, 2023 2:07 pm
Editorial Staff
PLC Tutorials
No Comments
Share
3 Min Read
SHARE

This is a PLC Program for the selective execution of the application.

Contents
Selective Execution of an ApplicationProblem DiagramProblem SolutionList of Inputs/OutputsInputs ListOutputs ListLadder Diagram for Selective Execution of the ApplicationProgram DescriptionNetwork 1Network 2Network 3Result

Selective Execution of an Application

Problem Description

There are pigments of three colors. We need to fill different pigments into the jar by selecting the selector switches.

Implement the PLC program using a ladder programming language.

Problem Diagram

PLC Program for Selective Execution of the Application

Problem Solution

In this system, we will consider S7-300 PLC and TIA portal software for programming.

Here we need to fill different pigments in the jar as per requirement. So consider 3 types of different color pigments (Yellow, blue, and green.).

Two valves are used for controlling the pigments. (As we know mixing of yellow and blue is green color so there is no need of separate valve for green color.)

When both yellow and blue color are filled at the same time, it will become green color. Selector switch is used for color selection in the system and ON/OFF switch is used for system STOP.

List of Inputs/Outputs

Inputs List

  • ON/OFF :-  I2.0
  • START PB :- I0.0
  • STOP PB :- I0.1
  • Yellow pigment selection :- I0.2
  • Blue pigment selection :- I0.3
  • Green pigment selection :- I0.4

Outputs List

  • Cycle ON :- Q0.0
  • Yellow control valve :- Q0.1
  • Blue control valve :- Q0.2

Ladder Diagram for Selective Execution of the Application

PLC Selective Execution
PLC Selective
PLC Selective Execution Example

Program Description

Network 1

When ON/OFF switch (I2.0) is ON and START PB is pressed, Cycle ON (Q0.0) lamp will be ON.

Network 2

If cycle is ON and yellow color pigment is selected (I0.2), yellow color control valve (Q0.1) will be ON.

Network 3

If cycle is ON and blue color pigment is selected (I0.3), blue color control valve (Q0.2) will be ON. If green color pigment is selected (I0.4), both the valves will be ON and pigment will become green color.

Result

PLC Selective Example

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:

  • PLC Control Valve Scaling
  • Split Range Control Application using PLC
  • Opposite Acting Control Valves using PLC
  • Siemens S7 1200 PLC configuration in TIA Portal
  • PLC Program for Paint Spraying
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 !

Continue Reading

#19 PLC Best Practices – Monitor PLC Memory Usage
PLC Program for Star Delta Starter using Functional Block Diagram
Medium-Level PLC Exercise for Students in Automation
Grounding or Earthing Scheme in DCS or PLC Systems
SCADA Communication and Protocols
How to Automatically Close Pop-up in FactoryTalk View Studio?
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

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

Explore More

Start the Counting from a Preset Value in PLC
Timers using Statement List (STL) PLC Programming
Programmable Logic Controller (PLC) Scan Time – Types, Theory
One Shot Rising and One Shot Falling Instructions in PLC
Mis-conceptions of PLC Ladder Logic
Latched and Momentary Operation of Motor PLC Program
#18 PLC Best Practices – Store PLC Hard Stop Events from Faults
PLC Sequential Operation Example Program
PLC Program for Boolean Expression
PLC Motor Operation based on Time Cycle Sequence – Program

Keep Learning

Motor Feedback Fail Logic in PLC

Motor Feedback Fail Logic in PLC

Cybersecurity in PLC

Cybersecurity in PLC

DCS Commissioning Steps

DCS Commissioning Steps

Control Loops

Control Loops Objective Questions and Answers

Simulation in Machine Expert HVAC

How to do Simulation in Schneider PLC?

Instrumentation Engineer in Process Plant Project

Instrumentation Engineer in Process Plant Project

SR Flip Flop Logic

How to implement SR Flip Flop using PLC Ladder Logic

Allen Bradley PLC to PLC Communication in Studio 5000

Allen Bradley PLC to PLC Communication in Studio 5000

Discover More

Wrong Orifice Installation

How Not to Install an Instrument and Wrong Practices

What is a Rotary Actuator

Difference Between Linear Actuator and Rotary Actuator

Moving Iron Vane Meter Movement

Moving Iron Vane Meter Movement

Nonlinear Control Systems

Stability of Nonlinear System

Transformers Questions & Answers Part-2

Transformers Questions & Answers Part-2

level control system

Practical Process Control System Questions & Answers – 10

Digital Electronics Multiple Choice Questions

Half Adder and Full Adder Objective Questions

Comparison between Transit time and Doppler Flow Meter

Difference between Transit time and Doppler Ultrasonic Flow Meter

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?