PLC Basic Safety Rules

Some of the PLC Basic Safety Rules are

  • a fail-safe design: Programs should be designed so that they check for problems, and shut down in safe ways. Most PLC’s also have imminent power failure sensors, use these whenever danger is present to shut down the system safely.

  • proper programming techniques and modular programming will help detect possible problems on paper instead of in operation.

  • make the program inaccessible to unauthorized persons

  • use predictable, non-configured programs

  • use redundancy in hardware

  • directly connect emergency stops to the PLC, or the main power supply

  • check for system OK at start-up

  • provide training for new users and engineers to reduce careless and uninformed mistakes

  • use PLC built in functions for error and failure detection

  • use well controlled startup procedures that check for problems

  • provide clear and current documentation for maintenance and operators

  • modular well designed programs

2 Likes