SQO help needed

Mesels

Member
Join Date
Feb 2007
Location
Toronto
Posts
15
HI Guys,

I need help understanding the SQO instruction and everything that goers with it including the data table. I'm taking PLC's at night school and I was told we will have a practical lab to do for my midterm exam and we will also have to pre populate the data table. So confused here. Next we will be doing the SQL instruction

Thanks
 
HI Guys,

I need help understanding the SQO instruction and everything that goers with it including the data table. I'm taking PLC's at night school and I was told we will have a practical lab to do for my midterm exam and we will also have to pre populate the data table. So confused here. Next we will be doing the SQL instruction

Thanks

Any particular brand of PLC?
 
I actually use a spreadsheet myself (but I generally use my own sequencer, SQI/SQL/SQO isn't very flexible).
My sheet just builds up the feedback DWORD, a feedback mask DWORD, an output DWORD and an output mask DWORD from bits to hex numbers.

I use masks that ignore any "Don't Care" state (not flagged in my worksheet as hard true or hard false).
 
I concur with RDRast on this. I use the MEQ/MOV (or MVM if I really need to mask outputs) with indirection in favor of the SQI/SQO pair so that I can control the step number separately. One other thing that the stock SQI/SQO pair does that I don't like, is that if you change to a step in which all the input conditions are true, you don't get the false to true transition required to go ahead and move on the the next step. You can work around this with oneshots and extra stuff, but I prefer to just roll my own step increment logic.

For a very basic example of using excel with the MEQ/MOV (16 bits wide, but easily expandable) see here:

http://forums.mrplc.com/index.php?app=downloads&showfile=854
 
Hi Guys,

I now have better understanding of the sqo though I'm not sure about the data table. I just wet through a practice midterm test. I actually have the program and a answer to the data table but I 'm not sure if I understand it. Can someone help if I send the file to them or can I upload the file

Thanks Mesels
 
Hi Guys,

I now have better understanding of the sqo though I'm not sure about the data table. I just wet through a practice midterm test. I actually have the program and a answer to the data table but I 'm not sure if I understand it. Can someone help if I send the file to them or can I upload the file

Thanks Mesels

If you are using a PLC5 and RSLogix5 then zip the .RSP file and post it here.
 

Similar Topics

Hi All, I was wondering if I could get some assistance in understanding why my sequencer output is not working correctly. I have 4 steps in my...
Replies
2
Views
2,661
Can you guys help me understand how the sequencer (SQO) on this program works, please. I see several files that are associated and then I see...
Replies
8
Views
2,715
working as an electrical tech. @ manufacturing company, need someone can better explain the instruction SQO, sometimes, our assembly line out of...
Replies
5
Views
4,291
I am a college student and am having trouble programming my final project. Our project is an automated can crushed and the part I am having...
Replies
1
Views
1,535
Back
Top Bottom