sequencer instruction

rezaeb

Member
Join Date
Feb 2014
Location
toronto
Posts
9
hello everyone
i`m trying to write a program with sequencer output instructions but it give`s me this error(address must be specified to the word level)i dont know what does it mean?can u help me with this error
and i`m using 1761 micrologix plc
thanks
 
If you are unwilling to post a picture of the instruction or a zipped version of the program then try using "Search". Look for "SQO" and see other questions on this. maybe they will help.
 
Chang the destination (DEST) to O:0 (leave off the /1) The SQO operates on whole words (16 bits) possibly limited by the mask. Since your mask is FFFFh then the 16 bit images from B3:1 through B3:4 will be applied sequentially to the output word O:0 (in other words O:0/0 through O:0/15 will be affected.)

The 'Control' register (R6:0) just keeps track of the length and current index.
 
Last edited:
Sorry - change the destination to O:0.0
It tried it and that works.

O:0 just points to the whole group of output words on the main unit.

O:0.0 points to the first output word on the main unit. That's what it was asking for.
 

Similar Topics

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,612
Having trouble remembering how a sequencer instruction works. does anyone have a link that explains it?
Replies
1
Views
1,961
I am upgrading an old 5TI sequencer PLC. I need a user/instruction manual for 5TI sequencer PLC to convert the existing ladder program. Can anyone...
Replies
19
Views
9,624
Which instruction can be used to provide feedback to SQO? hmm and I've got an early task of making a simple program - if youve got a sequential...
Replies
4
Views
4,578
:( I am a student working with rslogix5000, and allen bradley 5550 plc. I am trying to use a sequencer instuction to sequence some robot arms. I...
Replies
2
Views
14,367
Back
Top Bottom