Equipment phases on AB Logix controllers

piratedan200

Member
Join Date
Sep 2019
Location
Ohio
Posts
6
Has anyone used the equipment phase program type on AB Logix controllers? It seems like it's more geared towards programming in SFC, but you can use LD or ST too. Just curious if it's worth spending time looking into it as a programming method.
 
They are used primarily for batch process and working with ISA-88 concepts however I use them all the time for anything that requires a state machine and sequence. Makes it easy to standardize on keeps things modular.
 
I've started looking at this as I have a batch process to automate and I think what gears the SFC programming is really the sequencing. Instead of writing a sequence in ladder with bits in a DINT for steps, it displays nicely with indication of where the process is at.

If used with PlantPAx elements or process strategies it's even cleaner as a lot of the code is "hidden" away in a sub-routine.

The Equipment phase helps to have dedicated code that runs in different stages. You'll notice as well that if you were to code the Holding, Stopping or Resetting stages you probably wouldn't use SFC as a lot of times there won't be a sequence as such and it's more of a single waiting state for valves to close and motors to stop rather than a sequence.
 

Similar Topics

Hi All Can anyone lend me a sample code for implementing s88 using rslogix 5k? Thank you.
Replies
3
Views
3,582
I am not sure why this is requested, but it was asked. Currently I have one PLC , with one output to a relay, turning on a field equipment (just...
Replies
7
Views
217
I have Allen Bradley plcs, I have had Circuit breakers and other automation equipment in the past. There's no solid buyers local. How much do you...
Replies
2
Views
204
Hi, I am working on automating an industrial fabric shrinkage tester to replace its outdated electronics with a PLC. To get the tank's water level...
Replies
14
Views
537
I have a lot of different equipment that I inherited from my father's company, he allowed me to sell it, how can I do this? Siemens Simatic S7...
Replies
4
Views
308
Back
Top Bottom