PLC Commissioning
PLC Commissioning
a PLC System
PLC programs are never final…
Yes, PLC programs are never final, it is always possible to make corrections and subsequent adaptations
to new system according the customer requirements. Even during commissioning, program changes are
often necessary. The commissioning of a system can be divided into four steps:
During checking procedure, the outputs are set in a test mode. The actuators must then meet the
specified requirements (functions). If changes are made, then the documentation (allocation list,
drawings, etc) must also be updated to respond to reality.
Failure of an LED to illuminate could be because the input device is not correctly operating, there are
incorrect wiring connections to the input module, the input device is not correctly powered or the LED or
input module is defective. For output devices that can be safely started, push buttons might have been
installed so that each output can be tested.
The user has to simulate the input signal changes and verify how the outputs react to it. Some PLCs offer
simulation in a real PLC: the entire program is executed in a PLC without the real inputs and outputs
being connected. Processing of the PLC outputs thus only takes place in the PLC image table. The
physical PLC I/Os are not updated to/from the PLC I/O images.
After this, the individual user program parts and system functions are tested: manual operation, setting,
individual monitoring programs etc. and finally the interaction of the program parts with the help of the
main program.
The system can and should be commissioned step-by-step. Important aspects of commissioning and fault
detection are the test functions of the programming system, such as the single-step mode or the setting of
stop points. The single-step mode in particular is of importance, whereby the program in the PLC
memory is executed line-by-line or step-by-step. In this way, any program faults which may occur in the
program can be immediately localized.
If no faults occur by the entire system commissioning, then the system is ready to be handed over to
the customer.