ITAS 104 Module II Lesson 2
ITAS 104 Module II Lesson 2
ITAS 104 Module II Lesson 2
Lesson 2
The term hardwired logic refers to logic control functions that are
determined by the way devices are electrically interconnected. Hardwired
logic can be implemented using relays and relay ladder schematics. Relay
ladder schematics are universally used and understood in the industry. Figure 1
shows a typical relay ladder schematic of a motor stop/start control station
with pilot lights. The control scheme is drawn between two vertical supply
lines. All the components are placed between these two lines, called rails or
legs, connecting the two power lines with what look like rungs of a ladder—
thus the name, relay ladder schematic.
Module II
2
symbol.
Because the PLC uses ladder logic diagrams, the conversion from any
existing relay logic to programmed logic is simplified. Each rung is a
combination of input conditions (symbols) connected from left to right, with
the symbol that represents the output at the far right. The symbols that
represent the inputs are connected in series, parallel, or some combination of
Module II
3
the two to obtain the desired logic. The following group of examples illustrates
the relationship between the relay ladder schematic, the ladder logic program,
and the equivalent logic gate circuit.
Example 1. Two limit switches are connected in series and used to control a
solenoid valve. Source: Google
E xa
m pl
e 2.
Two limit switches are connected in parallel and used to control a solenoid
valve. Source: Google
Example 3. Two limit switches are connected in parallel with each other and
series with a pressure switch. Source: Google
Module II
4
Example 4. Two limit switches are connected in parallel with each other and in
series with two sets of flow switches (that are connected in parallel with each
other) and used to control a pilot light. Source: Google
Example 5. Two limit switches are connected in series with each other and
parallel with a third limit switch and used to control a warning horn. Source:
Google
Example 6. Two limit switches are connected in series with each other and in
parallel with two other limit switches (that are connected in series with each
other) and used to control a pilot light. Source: Google
Module II
5
Example 9. A motor control circuit with two start/stop buttons. When either
start button is depressed, the motor runs. By use of a seal-in contact, it
continues to run when the start button is released. Either stop button
stops the motor when it is depressed. Source: Google
Module II LEARNING ACTIVITY
6
Using AND, OR, and NOT gates, design a logic circuit that will solve this
hypothetical problem.
2. Write the Boolean equation for each of the logic gate circuits below:
a.
b.
c.
Module II