You are on page 1of 30

LADDER RELAY

LADDER PLC
LADDER RELAY LADDER PLC
PLC PROGRAM EXCECUTION
LADDER PLC
LADDER RELAY INSTRUCTIONS ON PLC
LADDER RELAY INSTRUCTIONS ON PLC
NORMALLY OPEN CONTACT
LADDER RELAY INSTRUCTIONS ON PLC
NORMALLY CLOSED CONTACT
LADDER RELAY INSTRUCTIONS ON PLC
OUTPUT COIL
LADDER RELAY INSTRUCTIONS ON PLC
OUTPUT COIL
INTERNAL BITS
Simple programs can use inputs to set outputs. More complex programs also use
internal memory locations that are not inputs or outputs. These Boolean memory
locations are sometimes referred to as ’internal relays’ or ’control relays’.
LADDER RELAY INSTRUCTIONS ON PLC
LATCH OUTPUT COIL
UNLATCH OUTPUT COIL
LADDER RELAY INSTRUCTIONS ON PLC
ONE-SHOT OUTPUT
LADDER RELAY INSTRUCTIONS ON PLC
TRANSITIONAL CONTACT
• Ladder electromechanic/
Ladder control relay

• Wiring PLC

Siemens

• Ladder PLC
SIMPLE MOTOR START/STOP
SIMPLE MOTOR START/STOP
Logic symbols
Logic gates based on TTL (transistor–transistor logic) and CMOS
(complementary metal oxide semiconductor) integrated circuits are
widely used in digital systems (including the boards used inside PLCs).
The circuits used on these boards are represented by logic symbols, and
these symbols can also be used to describe the operations of a PLC
program.
Boolean Aljabar
AND Logic
OR Logic
C B A Z
0 0 0 0
0 0 1 1
0 1 0 1
0 1 1 1
1 0 0 1
1 0 1 1
1 1 0 1
1 1 1 1
OR Logic
Tugas

1. Buat diagram logic gate dan ladder PLC dari persamaan berikut!

2. Design a motor controller that has a forward and a reverse button. The motor
forward and reverse outputs will only be on when one of the buttons is pushed.
When both buttons are pushed the motor will not work.

3. Develop Ladder Logic for a car door/seat belt safety system. When the car door is
open, and the seatbelt is not done up, the ignition power must not be applied. If all is
safe then the key will start the engine.
4. Buat persamaan ouput dan ladder PLC dari diagram logic gate berikut!

You might also like