Cycle of operation

My 2 cents?

A sequenced controller is a state machine. You will not start again before it has gone through one complete cycle or when it is reset. This cycle is unlikely to be the exact same amount of time every run.

So the cycle will not repeat until it is done and a new start has been provided.
 
All cycles are repeatable, but some are more suited to sequencers than others.
What cycle of operation is best suited to a sequencer controller?
The cycle of operation best suited for a sequencer-type controller is one that never needs changes, always runs the same way with no side branches, no differences, no ifs, ands, or buts. It should run staight down the path from Step 1 to Step 2 to the ending step, then repeat or stop.
 
What cycle of operation is best suited to a sequencer controller?
The short answer is "a fixed cycle".

I guess that about 90% of the PLC controllers in the world have either a Drum instruction or a Sequence instruction, so have the capability to be programmed as sequence controllers. Even those PLCs that don't have one of those can be programmed with user-defined step relays, a poor-man's substitute for a Sequencer instruction.

Broadly speaking, a sequencer controller doesn't have to be a PLC, but could be a mechanical timed drum controller, or a timed multi-contact relay-type controller such as in a washing machine.
 
Last edited:
Probably the answer key had some goofy phrase they were looking for, and you didn't word it exactly as they wanted. "Step by step" could be different from a fixed cycle.

There is no guarantee of a fair and just world. Fight for what you believe.
 

Similar Topics

Hello PLC friends. I've been going through a saga of diagnosing and fixing an old PLC setup that I inherited. I am learning as I go. Initial...
Replies
14
Views
355
Hi everyone. I have an issue with an Allen Bradley PLC model 1769-L30ER. This PLC had a previous program with a different IP address but when I...
Replies
4
Views
543
My Panelview plus 700 HMI stopped working and I replaced it with a new one. Moved the sd card from the previously installed panel to this one and...
Replies
16
Views
1,026
Hi everyone, I recently put in a 1769-AENTR, and where it is installed has had a couple power outages. Every time when the PLC comes back online...
Replies
3
Views
702
Hello Friends, I am looking for a way to take my PID Output( it is the result of my PI Algorithm in Real format) and generate a PWM Signal in...
Replies
16
Views
2,593
Back
Top Bottom