Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: How to implement SR Flip Flop using PLC Ladder Logic
Share
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > How to implement SR Flip Flop using PLC Ladder Logic

How to implement SR Flip Flop using PLC Ladder Logic

This is the PLC Program to implement SR flip flop in PLC. Learn the PLC programming with this example logic.

Last updated: November 3, 2023 12:13 pm
Editorial Staff
PLC Tutorials
No Comments
Share
4 Min Read
SHARE

This is the PLC Program to implement SR flip flop in PLC. Learn the PLC programming with this example logic.

Contents
SR Flip Flop using PLC Ladder LogicProblem DiagramPLC SolutionList of inputs/outputsPLC Ladder Diagram to implement SR flip-flopProgram ExplainedResult

SR Flip Flop using PLC Ladder Logic

Problem Description

Implement a program for SR flip-flop logic in PLC using ladder language.

Problem Diagram

SR Flip Flop Logic

PLC Solution

As we know, more complex systems cannot be controlled with combinational logic alone. The main reason is that we cannot, or choose not to add sensors to detect all conditions. In these cases we can use event to estimate the condition of the system.

SR flip flop is used for Latch on or unlatch – to lock something ON or turn it OFF.

Most PLC has special instruction for SR flip flop function. so no custom logic required for such types of PLCs. SR flip flop first executes SET function and then RESET function.

Note :- Here we are considering simple function of SR flip flop instruction without using special instruction or using latch function. Here we are using simple latching circuit for SR flip flop function.

SR Flip Flop Truth Table

Here as shown in figure two push buttons or two inputs are taken for program implementation.

When user will press SET button or 1 is received at S input, Q output will be ON and if RESET button pressed or 1 received at R input, Q^ will be ON.

List of inputs/outputs

Digital Inputs

  • Set Input :- I0.0
  • Reset input :- I0.1

Digital Outputs

  • Q output :- Q0.0
  • Q^ output :- Q0.1

M memory

  • Relay coil 1 :- M0.0
  • Relay coil 2 :- M0.1

PLC Ladder Diagram to implement SR flip-flop

SR Flip Flop using PLC Ladder Logic
SR Flip Flop Ladder Logic
PLC SR Flip Flop
PLC Ladder Flip Flop SR

Program Explained

For this PLC program we use S7-300 PLC and TIA portal software for programming. We can implement this logic by using other PLC also.

Network 1:

Here we used NC contact of relay coil 1(M0.0) so when reset button is pressed, Q output (Q0.0) is OFF.

Network 2:

Here we used NC contact of relay coil 2 (M0.1) so when set button is pressed, Q^ output (Q0.1) is OFF.

Network 3:

Here when we press RESET button (I0.0), relay coil 1(M0.0) will be latched.

Network 4:

Here when we press SET button (I0.1), relay coil 2(M0.1) will be latched.

If both the inputs are low during power up, Q^ output (Q0.1) will go high because of its order. If both the inputs are

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 simple concept of implementing SR flip function without instruction. we can use this concept in other examples also.

All parameters considered in example are for explanation purpose only, parameters may be different in actual applications.

Result

Ladder SR Flip Flop

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 Pneumatic Circuit Control
  • Blinking Lamp on 5 Seconds Interval
  • Entry and Exit Control of Car Parking
  • Alarm Indication in Process Control
  • Drain Same Products from Two Tanks
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

PLC Multiple Outputs Configuration
What is a Data Block? Global Data Blocks in PLC
Instrumentation Earthing
How to Read an Electrical Wiring Diagram?
Timers using Statement List (STL) PLC Programming
Structured Text PLC Example for Motor Interlocking and Control
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
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Electrical Ladder Diagram Control using Timers Example
Case Statement in SCL Language
How to Download GX Works? Mitsubishi PLC Software
Automatic Coffee Vending Machine – PLC Logic Programming
PLC Wiring Questions for Technicians and Engineers
Procedure for Connecting Allen Bradley PLC and PC – RS Logix 500
Advanced PLC Course with Programming and Simulation
PLC Programming for Train Detection and Gate Operation

Keep Learning

80+ PLC MCQ

80+ PLC MCQ Questions

Industrial PLC Communication Network

Basics of Industrial Communication Networks

Learn PLC Programming

Basics of Ladder Diagram in PLC Programming

On Delay Timer using PLC

ON Delay Timer using PLC

Siemens CPU MP Port

Siemens S7-300 CPU Suffix Explanation

PLC program for VFD Drive Multiple Speeds

Drive Multiple Speeds with Different Reference using PLC

S7 1200 PLC Program

Siemens S7 1200 PLC configuration in TIA Portal

Difference between Power Cables and Signal Cables

Difference between Power Cables and Signal Cables

Learn More

Single Phase Earth Return System

Single Phase Earth Return System Advantages & Disadvantages

Instrumentation Engineer Interview Questions

Interview Questions on PID Controllers

Chemical Reactor Vessel P and ID

Questions on Chemical Reactor Vessel P & ID

Simple RL Circuit

Impedance in RL Circuits

Spectrometers Questions and Answers

Fluorescent Spectrometer Questions & Answers

STAR DELTA Starter PLC Logic

STAR DELTA Programming using PLC Controller

Practical Control Systems Questions & Answers

Practical Process Control System Questions & Answers – 1

Fluidic Systems Objective Questions

Fluidic Systems Objective Questions

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

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?