PLC-2, Sequencers and bad programming

OK Guys...

The process in question had 4 sequencer output and 4 sequencer input instructions to control 12 silos and the delivery piping to and from the silos. The sequencer instructions didn't perform a sequence, they were there for the masking capabilities.

The sequencers did the following tasks
Sequencer 1 - Silos 1-6 inlet valves
Sequencer 2 - Silos 7-12 inlet valves
Sequencer 3 - Silos 7-12 outlet valves
Sequencer 4 - Silos 1-6 outlet valves

The support logic for these things was ridiculous - align all of the inputs and outputs so that we can use the same data for both
the SQI and SQO in addition to the logic required to have the sequencer jump to the right step.

Basically, garbage...

I used no sequencers for the valve programming and grew my own for the startup and shutdown stages (since these stages were different depending on the material path).

End results:
* Smaller Code
* Servicable Code
* REALLY happy customer
* Lots of posts on PLCS.NET

Cheers,

(8{)} :) .)

(Yosi)
 
Almost all of the customers my employer deals with (Big 3 Auto and their suppliers) state in their specifications that sequencer instructions are NOT to be used. And with damn good reason in my book. Yes, I'm sure there are good examples of their use but mostly they are misused and just about impossible for the service people or the customer's support staff to reverse engineer and understand. Sequencer, MCR, Jumps/Gotos can really make things more complicated than they need to be.
-Jeff
 

Similar Topics

Hello, I want to connect the Factorytalkview ME with rslogix500 to see the live response of HMI buttons in Rslogix500 ladder code . I am using PLC...
Replies
4
Views
27
I have a cell with a compact guardlogix as the plc and I have three hmi's and two vfd's on this cell. I been experiencing momentary comms faults...
Replies
10
Views
76
Hi, hope you doing well I am looking for SIEMENS PLCSIM equivalent in GE FANUC PLC, RX3i PLC thank you
Replies
2
Views
28
Hai, I'm working on Allen Bradely PLC RS Logix 5000 V20 i tried to communicate modbus communication with AB plc and RS 232 to Ethernet converter...
Replies
1
Views
55
Trying to learn PLCs going to start by buying an Arduino Opta Wifi to practice with but what's the PLC I should get next?
Replies
10
Views
253
Back
Top Bottom