PLC Installation Practices, Editing, and Troubleshooting Chapter 13 281
Output Malfunctions
In addition to the logic indicator, some output modules
incorporate either a blo
wn fuse indicator or a power indi-
cator or both. A blown fuse indicator indicates the status
of the protective fuse in the output circuit, while a power
indicator shows that power is being applied to the load.
Electronic protection, as shown in Figure 13-22 , is also
used to provide protection for the modules from short-
circuit and overload current conditions. The protection
is based on a thermal cut-out principle. In the event of
a short-circuit or overload current condition on an out-
put channel, that channel will limit current within mil-
liseconds after its thermal cut-out temperature has been
reached. All other channels continue to operate as di-
rected by the processor.
When an output does not energize as expected, rst
check the output module blown fuse indicator. Many out-
put modules have each output fused. This indicator will
normally illuminate only when the output circuit corre-
sponding to the blown fuse is energized. If this indicator
is illuminated, correct the cause of the malfunction and
replace the blown fuse in the module.
Figure 13-23 shows a typical discrete output module
troubleshooting guide. In general, the following items
should be noted when troubleshooting discrete output
modules:
• If the blown fuse indicator is not illuminated (fuse
OK), then check to see if the output device is re-
sponding to the LED status indicator.
• An output module’s logic status indicator func-
tions similarly to an input module’s status indica-
tor. When it is on, the status LED indicates that the
module’s logic circuitry has recognized a command
from the processor to turn on.
• If an output rung is energized, the module status
indicator is on, and the output device is not respond-
ing, then the wiring to the output device or the out-
put device itself should be suspected.
• If, according to the programming device monitor,
an output device is commanded to turn on but the
status indicator is off, then the output module or
processors may be at fault.
• Check voltage at output; if incorrect, power supply,
wiring, or output device may be faulty.
Ladder Logic Program
Many PLC software programs offer various software
checks used to v
erify program logic. Figure 13-24 shows
a sample of verifying program errors using RSLogix 500
software. Selecting edit then verify project will check
the program for errors. The sample shows what the error
message might look like.
The ladder logic program itself is not likely to fail, as-
suming that the program was at one time working cor-
rectly. A hardware fault in the memory IC that holds the
ladder logic program could alter the program, but this is
a PLC hardware failure. If all other possible sources of
trouble have been eliminated, the ladder logic program
should be reloaded into the PLC from the master copy of
the program. Make sure the master copy of the program is
up to date before you download it to the PLC.
Start program troubleshooting by identifying which
outputs operate properly and which outputs do not. Then
trace back from the output on the nonfunctioning rung and
examine the logic to determine what may be preventing
the output from energizing. Common logic errors include:
• Programming an examine if closed instruction
instead of an examine if open (or vice versa)
• Using an incorrect address in the program
Although the ladder logic program is not likely to fail,
the process may be in a state that was unaccounted for in
the original program and thus is not controlled properly.
In this case, the program needs to be modi ed to include
this new state. A careful examination of the description of
the control system and the ladder logic program can help
identify this type of fault.
The force on and force off instructions allow you to turn
speci c bits on or off for testing purposes. Figure 13-25
illustrates how forces are identi ed as being enabled or dis-
abled in RSLogix 500 software. Forcing lets you simulate
operation or control an output device. For example, forcing
a solenoid valve on will tell you immediately whether the
solenoid is functional when the program is bypassed. If it
is, the problem must be related to the software and not the
hardware. If the output fails to respond when forced, either
the actual output module is causing the problem or the so-
lenoid itself is malfunctioning. Take all necessary precau-
tions to protect personnel and equipment during forcing.
Figure 13-22 Electronic output module protection.
E
F
U
S
E
Status
indicators
Output
Electronic
protection
LED
pet10882_ch13_268-290.indd 281pet10882_ch13_268-290.indd 281 7/27/10 6:03 PM7/27/10 6:03 PM