Programmable Logic Controllers Programmable Controllers
Programmable Logic Controllers Programmable Controllers
40.1
Programmable Controllers
Programmable Logic Controllers (PLC) were developed in the early 60's to overcome the deficiencies of RLL
uses ________________________________
Programming can still be done in ladder logic, just like hard-wired RLL Electricians and technicians can readily adapt to this familiar type of programming.
PLC Station
Operator Interface Panel PLC Solenoid Valves X1 (NO)
X0 (NO) Controlled by Y1
X7 (NC)
X6 (NC)
X3 (NO) Controlled by Y2
Controlled by Y3
X2 (NO)
LS-1 Sol. A
CR-1A
LS-1
LS-1
SOL-A
CR-1B
X2
Hydraulic System
40.2
Start-up StartConfiguration
LS-1
X1 C5 C5 X2
Opposite of X2
X1 C5 C5 X2
Y2
LS-1
X1 C5 C5 X2
X1 C5 C5 X2
Y2
LS-1
LS-1
40.3
C5 C5 X2
Opposite of X2
Y2
LS-1
LS-1
X1 C5 C5 X2
X1 C5 C5 X2
Y2
LS-1
LS-1
X1 C5 C5 X2
X1 C5 C5 X2
Y2
LS-1
LS-1
40.4
X1 C5 C5 X2
Y2
LS-1
LS-1
PLC Memory
Digital memory consists of indvidual bits (either on or off, 1 or 0) Bits can be written to or read from Organized in groups of 8 bits = 1 byte
C17 C16 C15 C14 C13 C12 C11 C10 1 0 0 1 0 1 0 1
40.5
X1 C5 C5 X2
X1 Y2 Y2
X2
X2
Sol-A (Y2)
X2 Wired N.O.
Sol-A (Y2)
IF (X1 is true) OR { (Y2 is true) AND (not X2 is true) } THEN (Y2 will be set true) ELSE (Y2 will be set false)