By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
Inst ToolsInst ToolsInst Tools
  • Ask
  • 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
© 2022 Foxiz News Network. Ruby Design Company. All Rights Reserved.
Reading: PLC Sequencer Instruction with Example
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Ask
  • Courses
  • Videos
  • Q & A
  • EE
  • Measure
  • Control
  • More
Search
  • Ask
  • 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
© 2022 Foxiz News Network. Ruby Design Company. All Rights Reserved.
Inst Tools > Blog > PLC Tutorials > PLC Sequencer Instruction with Example
PLC Tutorials

PLC Sequencer Instruction with Example

Editorial Staff
Last updated: March 4, 2021 3:16 pm
Editorial Staff
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 InstructionFile :Mask :Dest :Control :Length :Position :Block Description :PLC ProgramRUNG 0000Data file-Reference sequence file,B3:0, B3:1, B3:2 & B3:3 are sets to 1 for reference,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.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.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.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.Conclusion

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 !
How to Communicate with Excel from RsLinx?
Difference between Cold Standby and Hot Standby
Industrial Automation and Control Systems (IACS)
PLC Fault Diagnosis – PLC Training Documents
SCADA Multiple Choice Questions
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment 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. Powersolutions@gmail.com

    Reply

Leave a Reply Cancel reply

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

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
206kSubscribersSubscribe
38kFollowersFollow

Latest

Top Non-PLC Certification Courses for Automation Professionals
Top Non-PLC Certification Courses for Automation Professionals
Common
Things You Need to Know About DeviceNet
Things You Need to Know About DeviceNet
Communication
Why is IEC 60269 Important
Why is IEC 60269 Important? – Electrical Applications
Standards
NAMUR OPEN ARCHITECTURE
What is NAMUR OPEN ARCHITECTURE?
Control Systems

You Might also Like

PLC Program for Sequential Motor Control
Guest ArticlesPLC Tutorials

PLC Program for Sequential Motor Control

Editorial Staff
Editorial Staff
June 4, 2018
Omron PLC washing machine automation
PLC Tutorials

Omron PLC Logic for Washing Machine Automation

Editorial Staff
Editorial Staff
December 11, 2024
PLC Program to Control Level of Series Tanks
PLC Tutorials

Series Tanks Level Control using PLC Ladder Programming

Editorial Staff
Editorial Staff
July 27, 2018
PLC Pump Control
PLC Tutorials

PLC Pump Control: 10 seconds ON & 20 seconds OFF

Editorial Staff
Editorial Staff
April 18, 2024
PLC Program Example on Multiple LEDs using Set Coil
PLC Tutorials

PLC Program Example on Multiple LEDs using Set Coil

Editorial Staff
Editorial Staff
March 30, 2024
A typical wiring diagram from Field Transmitter to Control Room
Control SystemsPLC Tutorials

How to Wire a Field instrument to Control Room with Example

R Jagan Mohan Rao
R Jagan Mohan Rao
April 17, 2020
//

Inst Tools

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

[mc4wp_form id=”847″]

Follow US
All Rights Reserved.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?