×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

PLC SEQUENCERS

PLC SEQUENCERS

PLC SEQUENCERS

(OP)
I am familur with Ladder logic but do not have much experience with sequencers.  Does any body know of a good book that explains how they work?  Or sources for any simular info.  

RE: PLC SEQUENCERS

Are you talking A/B? If so, sequencers are just file to word function blocks.  Its gets the same result as using an indirect address in a MOV block.  We use them all the time for our servo programs which consists of 40 steps.  Each step consists of a position, speed, dwell time and some output functions. When the servo reaches the programmed we drive the sequencers to output the next step's data (position, speed, etc..).  We didn't have to use a sequencer but I guess you can see what is going on a little easier since the sequencer has more information displayed.  Some people use them to control the machine outputs (I think sort of like the way an old music box works) but I would never do that.

RE: PLC SEQUENCERS

AB Sequencers are wonderful in my opinion. You can use them to create state matrices for example, where the possible states of a module (machine, equipment module, units etc) are the rows of the matrix and each column provies the setting for the outputs to the devices in the module.
EG
State Valve1 Valve2
Idle  Closed Closed
Fill  Open   Closed
Empty Closed Open

Then you just have to set the row number to set all the devices.

You can do similar things with inputs, for example to get a boolean that tells you whether all the devices are in the right state.
This way you can create sequences where the steps and transitions can be changed just by changing the data rather than the code.

And because they are very fast and memory efficient the resuting program is small and fast.

You can do similar things with other PLC's by the way, but maybe not so easily.

RE: PLC SEQUENCERS

Sequencers are easy to write up on AB systems, but a bit cumbersome using Siemens.

RE: PLC SEQUENCERS

I think this may go back a bit further than the replkies to date. What is the brand and model of your sequencer? I have not ued one of these for 15 years.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources