475
CHAPTER
11
System Programming
and Implementation
Industrial Text & Video Company 1-800-752-8398
www.industrialtext.com
SECTION
3
PLC
Programming
output devices—the forward and reverse starters and their respective inter-
locking auxiliary contacts—have addresses 030 and 032. The forward and
reverse pilot light indicators have address 031 and 033, respectively. Addi-
tionally, the overload light indicators have addresses 034 and 035, indicat-
ing that the overload condition occurred during either forward or reverse
motor operation. The addresses for the auxiliary contact interlocking using
the R and F contacts are the output addresses of the forward and reverse
starters (030 and 032). The ladder circuit that latches the overload condition
(forward or reverse) must be programmed before the circuits that drive the
forward and reverse starters as we will explain shortly. Otherwise, the PLC
program will never recognize the overload signal because the starter will be
turned off in the circuit during the same scan when the overload occurs. If the
latching circuit is after the motor starter circuit, the latch will never occur
because the starter contacts will be open and continuity will not exist.
Table 11-12 shows the real I/O address assignment for this circuit. Figure
11-34 shows the PLC implementation, which follows the same logic as the
hardwired circuit and adds additional overload contact interlockings. Note
that the motor circuit also uses the overload input, which will shut down the
motor. The normally closed overload contacts are programmed as normally
open in the logic driving the motor starter outputs. The forward and reverse
motor commands will operate normally if no overload condition exists
because the overload contacts will provide continuity. However, if an
overload occurs, the contacts in the PLC program will open and the motor
circuit will turn OFF. The overload indicator pilot lights (OL Fault Fwd and
OL Fault Rev) use latch/unlatch instructions to latch whether the overload
occurred in the forward or reverse operation. Again, the latching occurs
before the forward and reverse motor starter circuits, which will turn off due
Figure 11-33. Real inputs and outputs to the PLC.
L1 L2
Stop Rev R M1
For PL1
M1
All OLs
For
F
FM2
Rev PL2
M2
R