4. Ladder Logic Programming
4. Ladder Logic Programming
(PLC)
You are given the following main circuit of three phase motor
control.
(1) Sketch its control circuit diagram for hard wired system.
(2) Develop a ladder logic PLC
Program
(3) Sketch wiring diagram for the PLC
Ladder Logic Programming
PLC Inputs List
FWD PB : I0.0
REV : I0.1
STOP PB : I0.2
Motor Trip : I0.3
PLC Program
PLC Program
• List of Inputs and Outputs
• I:1/0 = Master Switch (Input)
• I:1/1 = Deactivate system (Input)
• I:1/2 = Motion Detector (Input)
• I:1/3 = Window Sensor (Input)
• I:1/4 = Button to Stop Alarm (Input)
• O:2/0 = Master Coil (Output)
• O:2/1 = Alarm Coil (Output)
• O:2/2 = Alarm (Output)
INTERNAL RELAYS
• More complex programs also use internal memory locations that are
not inputs or outputs.
• In the Allen Bradley PLCs these addresses begin with ’B3’ by default.
• The first bit in memory is ’B3:0/0’, where the first zero represents the
first 16 bit word, and the second zero represents the first bit in the
word
The sequence of bit
INTERNAL RELAYS-EXAMPLE