plc wiring - 2.12
2.1.5 Ladder Logic Outputs
In ladder logic there are multiple types of outputs, but these are not consistently
available on all PLCs. Some of the outputs will be externally connected to devices outside
the PLC, but it is also possible to use internal memory locations in the PLC. Six types of
outputs are shown in Figure 2.12. The first is a normal output, when energized the output
will turn on, and energize an output. The circle with a diagonal line through is a normally
on output. When energized the output will turn off. This type of output is not available on
all PLC types. When initially energized the OSR (One Shot Relay) instruction will turn on
for one scan, but then be off for all scans after, until it is turned off. The L (latch) and U
(unlatch) instructions can be used to lock outputs on. When an L output is energized the
output will turn on indefinitely, even when the output coil is deenergized. The output can
only be turned off using a U output. The last instruction is the IOT (Immediate OutpuT)
that will allow outputs to be updated without having to wait for the ladder logic scan to be
completed.
When power is applied (on) the output x is activated for the left output, but turned
An input transition on will cause the output x to go on for one scan
xx
OSR
x
(this is also known as a one shot relay)
off for the output on the right.
plc wiring - 2.13
Figure 2.12 Ladder Logic Outputs
2.2 A CASE STUDY
Problem: Try to develop (without looking at the solution) a relay based controller
that will allow three switches in a room to control a single light.
When the L coil is energized, x will be toggled on, it will stay on until the U coil
Some PLCs will allow immediate outputs that do not wait for the program scan to
L
U
switch 1
light
switch 2
switch 2
switch 2
switch 3
switch 3
switch 3
switch 1 switch 2 switch 3
Note: It is important to get a clear understanding of how the controls are expected to
work. In this example two radically different solutions were obtained based upon a
simple difference in the operation.
plc wiring - 2.15
2.4 PRACTICE PROBLEMS
1. Give an example of where a PLC could be used.
2. Why would relays be used in place of PLCs?
3. Give a concise description of a PLC.
4. List the advantages of a PLC over relays.
5. A PLC can effectively replace a number of components. Give examples and discuss some good
and bad applications of PLCs.
6. Explain the trade-offs between relays and PLCs for control applications.
7. Explain why ladder logic outputs are coils?
8. In the figure below, will the power for the output on the first rung normally be on or off? Would
the output on the second rung normally be on or off?
9. Write the mnemonic program for the Ladder Logic below.
2.5 PRACTICE PROBLEM SOLUTIONS
1. to control a conveyor system
2. for simple designs
3. A PLC is a computer based controller that uses inputs to monitor a process, and uses outputs to
100
The configuration of the PLC refers to the packaging of the components. Typical
configurations are listed below from largest to smallest as shown in Figure 3.1.
Rack - A rack is often large (up to 18” by 30” by 10”) and can hold multiple cards.
When necessary, multiple racks can be connected together. These tend to be the
highest cost, but also the most flexible and easy to maintain.
Mini - These are similar in function to PLC racks, but about half the size.
Shoebox - A compact, all-in-one unit (about the size of a shoebox) that has limited
expansion capabilities. Lower cost, and compactness make these ideal for small
applications.
Micro - These units can be as small as a deck of cards. They tend to have fixed
Topics:
Objectives:
• Be able to understand and design basic input and output wiring.
• Be able to produce industrial wiring diagrams.
• PLC hardware configurations
• Input and outputs types
• Electrical wiring for inputs and outputs
• Relays
• Electrical Ladder Diagrams and JIC wiring symbols
plc wiring - 3.2
quantities of I/O and limited abilities, but costs will be the lowest.
Software - A software based PLC requires a computer with an interface card, but
allows the PLC to be connected to sensors and other PLCs across a network.
Figure 3.1 Typical Configurations for PLC
3.2 INPUTS AND OUTPUTS
Inputs to, and outputs from, a PLC are necessary to monitor and control a process.
Both inputs and outputs can be categorized into two basic types: logical or continuous.
Consider the example of a light bulb. If it can only be turned on or off, it is logical control.
If the light can be dimmed to different levels, it is continuous. Continuous values seem
more intuitive, but logical values are preferred because they allow more certainty, and
does not supply any power. Instead, the device only switches current on or off, like a sim-
ple switch.
Sinking - When active the output allows current to flow to a common ground. This
is best selected when different voltages are supplied.
Sourcing - When active, current flows from a supply, through the output device
and to ground. This method is best used when all devices use a single supply
voltage.
This is also referred to as NPN (sinking) and PNP (sourcing). PNP is more popu-
lar. This will be covered in more detail in the chapter on sensors.
3.2.1 Inputs
In smaller PLCs the inputs are normally built in and are specified when purchasing
the PLC. For larger PLCs the inputs are purchased as modules, or cards, with 8 or 16
inputs of the same type on each card. For discussion purposes we will discuss all inputs as
if they have been purchased as cards. The list below shows typical ranges for input volt-
ages, and is roughly in order of popularity.
12-24 Vdc
100-120 Vac
10-60 Vdc
12-24 Vac/dc