SQO instruction

joaco1993

Lifetime Supporting Member
Join Date
Sep 2014
Location
newyork
Posts
237
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 to 542
and cip1_seq_ctrl4_cte is a dint with the constant value 100

my main question is in the expression where I add the .pos with the constant 100..


thanks!

4.png
 
...and cip1_seq_ctrl4_cte is a dint with the constant value 100
It appears that on the first pass, you will move values in [525,101] to [525,139] into the variable N37[9], then if N37_14 is incremented, the second pass would move values in [526,101] to [526,139] into N37[9], and so on up to N37_14 = 542.
 

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,456
how does an sqo instruction work with no bit to trigger the next step
Replies
7
Views
1,812
Can someone help converting an SQO in a SLC150 to RSLogix500? See attached JPG also attached the program. Thanks
Replies
4
Views
1,999
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,668
Hi, I am working with a PLC 5 program and it uses a sequencer to control the steps in the program. The sequencer uses an SQO to transfer a word to...
Replies
6
Views
2,637
Back
Top Bottom