OEMsparky
Electrical
- Jan 5, 2000
- 20
My company makes several lines of equipment for use in the pharma industry. We use mainly AB logix5000 processor and have employed a modular style of programming for several years now which allows us to plug and play different modules depending on what options the individual machines have. We have an increasing number of complaints both internal and external customers that the code is too complex. At this time, I believe this to mean any or all of the following:
- too long overall
- too many rungs in a routine
- long/confusing tag names
- too many steps to follow when trying to trace back through a function (get lost when trying to follow the code)
- code unnecessarily blocked into several levels of add on instructions
and there are probably other complaints that don't come to mind right now.
So, I am interested in improving our code to be more efficient, easier to navigate, and perhaps to fall more inline with standards used by others. I'm looking for any references that any of you have to published standards, internal company standards that have been successful, good sets of guidelines, etc for high quality, efficient, easy to navigate PLC code.
Thanks in advance.
- too long overall
- too many rungs in a routine
- long/confusing tag names
- too many steps to follow when trying to trace back through a function (get lost when trying to follow the code)
- code unnecessarily blocked into several levels of add on instructions
and there are probably other complaints that don't come to mind right now.
So, I am interested in improving our code to be more efficient, easier to navigate, and perhaps to fall more inline with standards used by others. I'm looking for any references that any of you have to published standards, internal company standards that have been successful, good sets of guidelines, etc for high quality, efficient, easy to navigate PLC code.
Thanks in advance.