eBook: Integration and Automation of Manufacturing Systems
   



TOC PREV NEXT

10.10 SAFETY


10.10.1 Grounding

The case of an object should be tied to ground to give current a path to follow in the case of a fault that energizes the case. (Note: fuses or breakers will cut off the power, but the fault will be on for long enough to be fatal.)



Step potential is another problem. Electron waves from a fault travel out in a radial direction through the ground. If a worker has two feet on the ground at different radial distances, there will be a potential difference between the feet that will cause a current to flow through the legs. If there is a fault, don't run/walk away/towards.

Always ground systems first before applying power. (The first time a system is activated it will have a higher chance of failure.)

Safe current levels are listed below [ref hydro handbooks], but be aware that in certain circumstances very low currents can kill. When in doubt, take no chances.



10.10.2 Programming/Wiring

Fail-safe wiring should be used so that if wires are cut or connections fail, the equipment should turn off. For example, if a normally closed stop button is used and the connector is broken off, it will cause the machine to stop, as if the stop button has been pressed and broken the connection.

Programs should be designed so that they check for problems and shut down in safe ways. Some PLC's also have power interruption sensors; use these whenever danger is present.

Proper programming techniques will help detect possible problems on paper instead of in operation.

10.10.3 PLC Safety Rules

Use a fail-safe design.

Make the program inaccessible to unauthorized persons.

Use predictable, non-configurable 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.

10.10.4 Troubleshooting

1. Look at the process and see if it is in a normal state. i.e. no jammed actuators, broken parts, etc. If there are visible problems, fix them and restart the process.

2. Look at the PLC to see which error lights are on. Each PLC vendor will provide documents that indicate which problems correspond to the error lights. Common error lights are given below. If any off the warning lights are on, look for electrical supply problems to the PLC.

HALT - something has stopped the CPU
RUN - the PLC thinks it is OK (and probably is)
ERROR - a physical problem has occurred with the PLC

3. Check indicator lights on I/O cards to see if they match the system. i.e., look at sensors that are on/off, and actuators on/off, check to see that the lights on the PLC I/O cards agree. If any of the light disagree with the physical reality, then interface electronics/mechanics need inspection.

4. Turn the PLC off and on again. If this fixes the problem it could be a programming mistake, or a grounding problem. Programming mistakes often happen the same way each time. Grounding problems are often random, and have no pattern.

5. Consult the manuals or use software if available. If no obvious problems exist, the problem is not simple and requires a technically skilled approach.

6. If all else fails call the vendor (or the contractor) for help.

TOC PREV NEXT

Search for More:

Custom Search