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: PLC Sequencer Instruction with Example
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 > PLC Sequencer Instruction with Example

PLC Sequencer Instruction with Example

Last updated: March 4, 2021 3:16 pm
Editorial Staff
PLC Tutorials
1 Comment
Share
4 Min Read
SHARE

The PLC Sequencer Instruction (SQO) is an output instruction. SQO instructions can perform the same specific “ON” or “OFF” patterns of outputs that are continuously repeated.

Contents
PLC Sequencer InstructionBlock Description :PLC ProgramConclusion

The advantage of sequencer programming over the conventional program is the large savings of memory words.

Typically, the sequencer program can do in 20 words what a standard program does in 100 words. By setting up a sequence of events, sequencers make programming simpler and any future changes easier to make.

The sequencer output (SQO) instruction can be used to control output devices sequentially. The desired sequence of operation is stored in a data file or array, and this information is then transferred sequentially to the outputs.

PLC Sequencer Instruction

PLC Sequencer Instruction

In the above block,we have six parameters

File :

Address of the reference sequencer file

Mask :

The address of the mask word or file through which the instruction moves data.

Dest :

Address of the output word or file for a SQO to which the instruction moves data from its sequencer file

Control :

Instruction’s address and control element (3 words) that stores the status byte of the instruction, the length of the file, and the position in the file.

Length :

Number of steps of the sequencer file starting at position 1.

Position :

The word location or step in the sequencer file from/to which the instruction moves data.

Refer the below Block,

Sequencer Output in PLC

Block Description :

On successive false-to-true transitions, the SQO instruction moves a step through the programmed sequencer file, transferring step data through a mask to a destination word.

The done bit is set when the last word of the sequencer file is transferred. On the next false-to-true transition, the instruction resets the position to step one.

Let’s study the block using simple example,

PLC Program

Start and stop Push Button with sequencer input switch

RUNG 0000

Start and stop PB with sequencer input switch is connected with sequencer output block.

Data file-Reference sequence file,

B3:0, B3:1, B3:2 & B3:3 are sets to 1 for reference,

Sequencer Output Instructions for Allen-Bradley

When Sequencer input I:0/2 turns ON for first time,

According to the reference file, O:0/1 turns ON.

Length is 4 & position is 1.

Sequencer in Programmable Logic controllers

When Sequencer input I:0/2 turns ON for second  time,

According to the reference file, O:0/2 turns ON.

Length is 4 & position is 2.

Programming a Sequencer in Ladder Logic

When Sequencer input I:0/2 turns ON for third time,

According to the reference file, O:0/3 turns ON.

Length is 4 & position is 3.

PLC Ladder Diagrams for Sequencing Logic

When Sequencer input I:0/2 turns ON for fourth time,

All outputs in the off condition.

Length is 4 & position is 4.

It s like reset, ready to start from beginning again.

Sequencer Programming Example

Conclusion

We discussed the Sequencer block instruction in Allen Bradley PLC with example.

Author : Hema Sundaresan

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:

SCP Instruction in PLC

Encoder Objective Questions

What is SCADA System ?

Math Functions in PLC

Integer to BCD Ladder Logic

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

Tia Portal – OB121 Programming Errors Interrupt Organization Block
Site Commissioning Steps for PLC Programmers
Difference between DCS, PLC, and RTU ?
PLC Program to Read Temperature in PLC
Single Loop Controller Questions
Readings Mismatch between Field & Control Room ? Why
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • Manoj says:
    September 8, 2019 at 5:28 pm

    Respected Sir
    Excellent material and knowledge base.
    Can you give some examples for controlling servo valves of star hydraulics with 02coils connected in series

    Thanks and Regards
    Manoj Jhamb
    email- Manoj. [email protected]

    Reply

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

Comparison of Proportional Integral Derivative Controllers (PID)
Documentation and Change Control of PLC or DCS Systems
HMI Screen Design for Hazardous Applications
Various Communication Protocols in PLC
PLC Programming: Sorting and Distribution of Boxes by Height
ON Delay Timer using PLC
Explaining Various Types of Analog Instruments
Transmitters 4-20mA Current Failure Alarm Limits

Keep Learning

Free Download SCADA Softwares

Free SCADA Software Download

Redundant Power Supply

How Does Redundant Power Supply Work?

Introduction to SCL Programming in Siemens PLC

Types of Expressions in the SCL Language of the Tia Portal

Parking Lights PLC Program Explained with Video

Parking Lights PLC Program Explained with Video

PLC Training Course

#17 PLC Best Practices – Log PLC Uptime and Trend it on HMI

PLC program for Sorting System by Size Example

PLC Based Product Sorting Machine System – Lift Control

Database in Siemens PLC

Steps to Configure TCP/IP Communication in Siemens S7-1200 PLC

SR Flip Flop Logic

How to implement SR Flip Flop using PLC Ladder Logic

Learn More

HMI configuration for Delta VFD

Modbus Communication between Delta PLC with VFD

Instrument Calibration Record

How to Create Calibration Records?

PLC based 4 Way Traffic Light Control System

PLC based 4 Way Traffic Light Control System

Temperature Sensors Interview Questions

Temperature Sensors Interview Questions

Gap Voltage of Bently Nevada Vibration Probe

Gap Voltage of Bently Nevada Vibration Probe

How To Choose A Surge Protector?

How To Choose A Surge Protector?

Semi Conductor or Piezo Resistive Strain Gauge Principle

Semi Conductor or Piezo Resistive Strain Gauge Principle

Transformer Operation Under No-Load

Transformer Operation Under No-Load

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?