Version 1.0, August 31, 2001, Copyright, Hugh Jack 1993-2001

34.2 SAFETY

 

· Some of the basic rules are,

  1. · 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.
  2. · proper programming techniques and modular programming will help detect possible problems on paper instead of in operation.
  3. · make the program inaccessible to unauthorized persons
  4. · use predictable, non-configured programs
  5. · use redundancy in hardware
  6. · directly connect emergency stops to the PLC, or the main power supply
  7. · check for system OK at start-up
  8. · provide training for new users and engineers to reduce careless and uninformed mistakes
  9. · use PLC built in functions for error and failure detection
  10. · use well controlled startup procedures that check for problems
  11. · provide clear and current documentation for maintenance and operators
  12. · modular well designed programs

 

 

34.2.1 Troubleshooting

34.2.2 Forcing Outputs

34.2.3 PLC Environment