sequencer instruction

thank you so much it did work but what is the different between O.0.0 and o:0/0

O:0.0 is referencing all sixteen bits making up the "word" in the first group of outputs of the system.

O:0/0 a.k.a O:0.0/0 is referencing a single bit, the least significant bit of that first group of outputs (a single output point).

The colon ":" separates the data file indicator from the group number. The sometimes optional period "." separates the group number from the "word" number. The "/" is the delimiter which specifies the bit number within that word.

This is a critical area of study and has become slightly more complicated by some of the newer hardware models which may allow more than 16 points per "slot" in some cases.

I recommend studying the Allen-Bradley definitions of "group", "slot", and "word" and be aware that those terms may vary among their different lines of PLCs.

It is also important to note that you can view the logic with different addressing styles and see the results by using the main menu "View", "Properties...", "Address Display" tab.

For example, in a SLC, the single bit O:1/15 can also be written as O:1.0/15 or O:0/31... Now that I have added to the confusion, I need to add some links to help clear it up...
 

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,649
Having trouble remembering how a sequencer instruction works. does anyone have a link that explains it?
Replies
1
Views
1,966
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,654
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,593
:( 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,484
Back
Top Bottom