Chapter 3.2 - Fundamentals of Logic - A
Chapter 3.2 - Fundamentals of Logic - A
Fundamentals
of Logic
Section 3.3
Copyright (c) 2017 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education
Section 3.3.1
Logical OR Gate
Section 3.3.2
The OR gate
output is 1 if
one or more
inputs are 1.
The OR Function
Boolean Algebra
The mathematical study of the binary number
system and logic is called Boolean algebra.
I/O Program
Two limit switches connected in parallel
and used to control a solenoid valve.
Program simulation of two switches in
parallel used to control an output.
I/O Program
Copyright (c) 2017 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill
Education
Two limit switches connected in parallel with
each other and in series with a pressure
switch to control a pilot light.
Copyright (c) 2017 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill
Education
Program simulation of two switches in parallel and this
pair in series with a switch used to control an output.
I/O Program
Two limit switches connected in parallel with each
other and in series with two sets of flow switches
(in parallel), and used to control a pilot light.
Program simulation of two switches in parallel and
in series with a second pair of switches in parallel.
I/O Program
Two limit switches connected in series with
each other and in parallel with a third limit
switch, and used to control a warning horn.
Program simulation of two switches in series
and in parallel with a third switch.
I/O Program
Two limit switches connected in series with each
other and in parallel with two other limit switches
(in series), and used to control a pilot light.
Program simulation of two switches in series and
in parallel with a second pair in series.
I/O Program
One limit switch connected in series with a
normally closed pushbutton and used to
control a solenoid valve.
Program simulation of one switch connected in series
with a normally closed pushbutton.
I/O Program
The output lamp of this circuit is ON only when
pushbutton A or B is pressed, but not both.
Program simulation of an exclusive OR circuit.
I/O Program
When either start button is depressed, the
motor runs. Either stop button stops the motor
when it is depressed.
Program simulation of a motor starter circuit.
I/O Program
Section 3.7