Sqo Instruction

JAYALA

Guest
J
HI EVERY ONE I'M TRYING TO MAKE A LAB PROJECT CONTROLING FOUR SIGNAL LIGHTS USING A SQO INSTRUCTION ANY POINTERS THANK YOU IN ADVANCE
 
2 pointers

If AB,

Pointer #1) Beware of the length of the instruction. I.E. if the length is 9 then 10 words are used, words 0-9. Word zero is the initialization word, beware.

Pointer #2) The instruction basically moves a different value into the output word every time the instruction is pulsed.

Bonus pointer) go to http://www.ab.com/manuals/cp/#plc-5 and download the instruction set ref manual for the PLC5.
 
It sounds like your using AB. Using graph paper list all your outputs to be controlled the number can be unlimited but on your first SQO program limit it to 16 outputs. List them across the top of yor paper from 00-15. Now down the side of the paper list the steps in order keeping the very first step reserved for start-up only as refered to in an earlier reply. Now read the SQO instruction in the help section or refer to it in the manual and see if you can give it a try! Then after you get stuck ask a specific question! Genius is 95% effort!!
 
Sequencers

Oh I remember trying to figure out the dreaded sequencers.
It was even worse with the SLC100!
You can download an example Here

Hint download the PicknPlace_Sequencer.RSS

Sometimes you need to see how others have done it to really get a handle on what the manual is talking about.
Good luck!
 
The SQO only increments on a transition from low-to-high (just like a counter). Make sure that whatever conditions you have on the rung before the SQO go to "False" between transitions, but still allow the next step to have a continuous "True" path to the SQO.

And you thought you were already confused....
 

Similar Topics

I am working on a machine that is using the SQO instruction to step through a cycle, but I am getting lost following it. I have not worked with...
Replies
18
Views
3,446
how does an sqo instruction work with no bit to trigger the next step
Replies
7
Views
1,772
Can someone help converting an SQO in a SLC150 to RSLogix500? See attached JPG also attached the program. Thanks
Replies
4
Views
1,996
I am converting Old SLC 150 Program in an RSLogix 500 I am finding a problem in the understanding of the following instruction can some body help...
Replies
2
Views
1,667
Hi again, im not sure if this sqo will work and cant test it yet. cip1_seq_ctrl4 is a 2 dim array [542,150] N37_14 is a dint that goes from 525...
Replies
1
Views
1,410
Back
Top Bottom