PLC Sequencer Programming - Tutorial on SQI SQO Instructions in RSLogix 5000 Ladder Logic [Part 1]

Описание к видео PLC Sequencer Programming - Tutorial on SQI SQO Instructions in RSLogix 5000 Ladder Logic [Part 1]

PLC Sequencer Programming - Tutorial on SQI SQO Instructions in RSLogix 5000 Ladder Logic [Part 1]

Visit https://SolisPLC.com for more Tutorials, Information & to connect with the Community

Programming a Sequencer in Ladder Logic on a PLC is an advanced skill. It’s a technique which utilizes SQI and SQO instructions in order to create a sequence of events which is based on specific steps & allows the PLC to follow a prescribed sequence of events. Although the squencer isn’t something you’d expect to use on a regular basis, it’s an advanced technique which shines in specific applications.

In this tutorial, we will be going over the use cases of a sequencer, how the SQI and SQO instructions are setup as well as a practical example of a sequencer.

The Sequencer Implementation Strategy
At the core, the sequencer is built from three components: Inputs, Outputs & Step Logic. The inputs are used to determine what’s currently energized and how it enables the sequencer. The outputs are used to identify what needs to be enabled at each step of the sequence. Lastly, the step logic is what will control what’s required to transition from one step to another and which outputs need to be set in a specific step.

A sequencer will work best in applications which are defined by multiple steps which are dependant on each other. As you develop PLC based applications, you will develop an intuition on where to use sequencers. A general rule of thumb is that if you have a process with 3 steps or less, you may implement a simple routine which goes through a series of MOV Instructions instead of a sequencer. As you go beyond this limit, the sequencer will be the preferred method of choice.

PLC Programmers have gotten used to implementing a sequencer through the use of MOV Instructions as mentioned above. Although this technique isn’t advised for larger applications; here’s an example of how this works:

An integer is created & will be used to store the current step of the sequence.
A MOV Instruction is used to change the step of the sequence by writing a specific value into the integer created above.
An EQU Instruction is used to compare the value to a constant & allow certain actions to be carried out accordingly.
Once the actions have been completed, the next step is initiated.
The process is repeated until there aren’t any steps or the sequence is reset.

Full Tutorial: http://solisplc.com/plc-sequencer-pro...

Find us on social media:
Web: http://solisplc.com/
Forum: https://solisplc.com/forum/
LinkedIn:   / solisplc  
Facebook:   / solisplc  
Instagram:   / solisplc  
Twitter:   / solis_plc  

Other Cool Content:
PLC Input Output Mapping / Buffering | IO Addressing Basics in RSLogix Studio 5000 Allen Bradley
   • PLC Input Output Mapping / Buffering ...  

PLC HMI Programming Project | Development Tutorial Beginners Ladder Logic Diagram RSLogix | Part 3
   • PLC HMI Programming Project | Develop...  

RSLogix & Studio 5000 Produced and Consumed Tags | PLC Data Concentrator SCADA, Messaging, EtherNet
   • RSLogix & Studio 5000 Produced and Co...  

HMI Development | FactoryTalk View Studio ME Rotation Animation Tutorial | Pump Fan Motor Program
   • HMI Development | FactoryTalk View St...  

PLC Vlog#1 - Which PLC Hardware to Buy, When to Invest & What You Should Know before Purchasing PLCs
   • PLC Vlog#1 - Which PLC Hardware to Bu...  

Relevant Search Terms
plc sequencer tutorial, plc sequence programming, plc sequencer function, plc sequencing, plc sqo, sqo rslogix 500, plc sequential logic, plc sequencing,

Комментарии

Информация по комментариям в разработке