20.2.1 Boolean Algebra for Circuit and Ladder Logic Design
· When we have logical decisions to make, truth tables and Boolean algebra allow formal methods to be used. The use of formal methods improves the overall quality of the design.
· Consider the example of a burglar alarm
-
1. If alarm is on, check sensors.
-
2. If window/door sensor is broken (turns off), sound alarm and turn on lights
-
3. If motion sensor goes on (detects thief) sound alarm and turn on lights.
-
-
A = Alarm and lights switch (1 = on)
-
W = Window/Door sensor (1 = OK)
-
M = Motion Sensor (0 = OK)
-
S = Alarm Active switch (1 = on)
-
· This example was quite simple. To do more complicated problems we will need to review some basic theory first.