SLC 500 SQO and SQC

Les Howle

Member
Join Date
Nov 2005
Location
Stoke
Posts
1
Can anyone give me an example of using the SQO and SQC functions together
Example
2 Pneumatic cylinders
Cyl A ext
Cyl B extend
Cyl B retract
Cyl A retract


Each cyl driven with double solenoid operated valves
Each cyl equiped with position sensors at each end of stroke
Cycle starts with Start button
I know this is a simple sequence but it will ilustrate the priciple
I have sussed out how to enter the addresses and bit patterns for the
file
mask
Dest
Control
etc

What is confusing me is how to pulse the rung on automatically each time when the step is completed
Cheers Les
 
With the SQC and SQO, you do not need to pulse the rung on. You only need to place them in parallel on an rung with no input condition.


The SQC will move the control pointer once all the conditions are met and the SQO will move the proper control word to the destination.

I love sequencers!

David
 
Les, for short sequences I usually abandon the SQC instruction and condition the rung for each step.

sqo092aa.GIF


I suggest you try something like this and then see how the SQO instruction works. The file N7:20 for this example will look like this

000000
000010
000100
001000
010000
100000

As each step completes, the sequencer will then increment and change the value at N7:0. Once you have the hang of it, then the SQC/SQI pairing will be a cinch.

Another thing you might try is to build a sequencer from scratch using the MVM instruction and indirect addressing - if you can do that, then you have got sequencers down solid.
 

Similar Topics

I have a program that I've used 100 times. SQO settings: File N7:0, Mask 0FFFFh, Dest B3:1, Control R6:0, Length 8, Pos 2. Length & Position...
Replies
48
Views
1,010
Everyone, i am in the process of purchasing the Slc 500 version of software to support what we have and i have a question. Several of our...
Replies
9
Views
788
In a slc 500 plc I am trying to move data with out using a lot of moves. I want to move data from n7:1 to n7:2 and data that was in n7:2 to n7:3...
Replies
16
Views
1,381
Customer has a circa 2004 SLC-500 PLC. Fieldbus is a 1747-SDN DeviceNet scanner. Customer has SLC-500 file (.rss) with no comments. Has no *.dnt...
Replies
7
Views
569
After I tried wiring, I used computer program communication to read the PLC N value, but received a NAK signal. And the DL3500 CHA light keeps...
Replies
0
Views
437
Back
Top Bottom