SFC in CLX vs. PLC-5

phuz

Member
Join Date
Jun 2008
Location
Mohnton, PA
Posts
1,043
I haven't done much with SFCs so I am trying to make sure all my bases are covered for a recent upgrade (and SFC conversion) I did from a PLC-5 to a CLX.

Each step had an action for running a ladder routine. The first rung of that routine had an OTE for a S10X_State bit to signify that state was active. It appears that in the PLC-5, this bit would go low when the step was not active, but there were no OTUs to unlatch it. In the CLX, I initially had the same setup, but once the step was done, that bit would remain high.

Is that one of the differences? What else should I be on the lookout for?
 
I would unlatch the bit right before the call, that way if the call turns it back on it will be on throughout the program, but off if not activated.
 
there were no OTUs to unlatch it.

In the CLX, I initially had the same setup, but once the step was done, that bit would remain high.

What else should I be on the lookout for?

based on your questions, the screen shot below might be helpful - at least as a starting point for additional research ...

TIP: SFCs can be tricky when "unexpected" events take place ... depending on what type of equipment you're working on – you might want to give some serious thought about things like power failures – faults – operator errors – etc. ...

the main thing is to consider how – and where in the program steps – the processor should start back up again after something out of the ordinary has been corrected ... specifically, don't just assume that everything will just start back up again in what would be the initial "step" or "home/default" condition ...

good luck with your project ...
.

EOT_SFC_2.PNG
 
Last edited:

Similar Topics

Have any of you ControlLogix users looked into this feature incorporated in version 13? From what I've read, when you activate the edits, the...
Replies
3
Views
3,735
Hey. If you haven't already read me, first time I'm building a full project on Rockwell PLC. I started building the sequences last week and I...
Replies
3
Views
120
Hi all. I'm building my first Grafcet using Logix, but I started from another project. From what we usually do with other PLC's, I was expecting...
Replies
3
Views
143
I have a fanuc servo motor and drive that I salvaged from a lathe barfeeder that was headed for the dumps which I'm trying to see if I can get...
Replies
2
Views
144
Hiya, I'm a student who's very new to programming on Studio5000 (Logix Designer - Rockwell Software) and maybe getting some insight or help on a...
Replies
0
Views
85
Back
Top Bottom