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: What are FIFO and LIFO Sequences in PLC?
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 > What are FIFO and LIFO Sequences in PLC?

What are FIFO and LIFO Sequences in PLC?

In this article, we will learn the LIFO and FIFO sequence concepts in PLC programming.

Last updated: May 17, 2023 11:22 am
Viral Nagda
PLC Tutorials
No Comments
Share
5 Min Read
SHARE

Sequential logic is of great use in PLC programming. It helps in sorting out things easily. A wide range of applications that use PLC has some or the other sequential logic written in it.

Contents
FIFO Sequence in PLCLIFO Sequence in PLC

Two of the most widely used sequences are LIFO and FIFO. You must have heard the names in electronics when used for stacking and sequencing. These types of sequential logic are available in PLC too.

In this article, we will learn the LIFO and FIFO sequence concepts in PLC programming.

FIFO Sequence in PLC

FIFO stands for first in first out. The meaning of this sequence can be understood easily from its name. The thing that comes first will go out first. You input one element; and when you request an element, the first one that is entered will be given to you. This same logic works in PLC programming for the FIFO sequence.

In programming, a logic block is assigned named FIFO. It can store up to 16 words or more, depending on the PLC. It contains three types of inputs – reset, storage, and retrieval.

On a rising edge of the reset input, the sequence is reset and made empty. On a rising edge of the storage input, the word present at the input is stored in the block. The block will memorize the sequence of words received.

On a rising edge of the retrieval input, the word entered first will be given in the destination word configured by the PLC programmer. It has two outputs – empty and full. If the empty bit is true, then it indicates that the storage is empty, and if the full input is true, then it indicates that the storage is full.

FIFO and LIFO Sequences in PLC

LIFO Sequence in PLC

LIFO stands for last in first out. The meaning of this sequence can be understood easily from its name. The thing that comes last will go out first. You input one element; and when you request an element, the last one that is entered will be given to you. This same logic works in PLC programming for the LIFO sequence.

In programming, a logic block is assigned named LIFO. It can store up to 16 words or more, depending on the PLC. It contains three types of inputs – reset, storage, and retrieval. On a rising edge of the reset input, the sequence is reset and made empty.

On a rising edge of the storage input, the word present at the input is stored in the block. The block will memorize the sequence of words received.

On a rising edge of the retrieval input, the word which entered last will be given in the destination word configured by the programmer. It has two outputs – empty and full. If the empty bit is true, then it indicates that the storage is empty, and if the full input is true, then it indicates that the storage is full.

These sequences are pretty easy to operate. The programmer has to take care that any inputs are not given simultaneously to the storage blocks. The block will then not do any action in this case. Only one input has to be given at a time. It is also to be noted that different PLCs function differently on warm restart or cold restart.

Generally, in a PLC cold restart, for example, the register will be reset and in case of a warm restart, the register will be intact as it is. It depends on manufacturer to manufacturer.

If you liked this article, then please subscribe to our YouTube Channel for Instrumentation, Electrical, PLC, and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

  • Find the Best PLC for Your Project
  • HMI Screens on a Mobile or Tablet
  • Top Automation Vendors in World
  • Tia Portal Interrupt Organization Block
  • Timers in Siemens PLC Programming
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 Ladder Logic Questions and Answers
#13 PLC Best Practices – Disable Unused Communication Ports
PLC Programming: Sorting and Distribution of Boxes by Height
Siemens S7 1200 PLC configuration in TIA Portal
Produced Tags and Consumed Tags in Studio 5000
PLC Instruction List Program for Basic Instructions
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

PLC Analog Input Card Resolution Effects on Accuracy
How to Interchange ON Delay Timer and OFF Delay Timer in a PLC
PLC System Documentation
Count the Number of Cartons in a Storage Area PLC Logic
Loop Check of 4-20mA or HART Transmitters
Communication Processor Module in Siemens PLC
What is Contextual HMI? – HMI Screens on a Mobile or Tablet
How to Communicate with Excel from RsLinx?

Keep Learning

Ethernet IP Commissioning Tool software

How to Configure IP Address in Rockwell PLC?

Multi Way Switches using PLC

Making Multi Way Switches using PLC

PLC Programmer Tools

Tools Required for PLC Programmer to Carry at Site

Field Instruments

#11 PLC Best Practices – Instrument for Plausibility Checks

Current to Voltage Conversion Circuit

How to Convert Current to Voltage using Resistor ?

PLC Program for Analog Input Sampling

PLC Analog Input Sampling Ladder Logic

Do’s and Don'ts in PLC

#18 PLC Best Practices – Store PLC Hard Stop Events from Faults

Difference between Compact PLC and Modular PLC

Difference between Compact PLC and Modular PLC

Learn More

Creating CNC Program

Steps Followed Before Creating CNC Program

ORP-sensor-calibration

Oxidation-Reduction Potential (ORP) Sensor Calibration Procedure

CNC Programming - Definition, Types, and Tips

CNC Programming – Definition, Types, and Tips

Dissolved Oxygen Analyzers Interview Questions

Dissolved Oxygen Analyzer Interview Questions & Answers

Sox Nox Analyzer

Sox Nox Analyzer

Electromagnetic Fields Objective Questions

Electromagnetic Fields Objective Questions

Program to implement T Flip Flop logic

T Flip Flop PLC Ladder Diagram

Solve Pressure Control System Problems

Pressure Control System Problems

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?