You are on page 1of 1

--PLC PROGRAMMES ON LADDER LOGICS—

Programme Examples on Memory Bits.


Example 1: When an input sensor is made
ON it will make an output OFF which is
previously ON.
Example 2: When a proximity switch is
sensed it will make a lamp ON when
another proximity switch is sensed it will
make the same lamp OFF.
Example 3: When the sensor S1 is made
ON the lamp B1 should glow
When the sensor S2 is made ON the lamp
B2 should glow
When the sensor S3 is made ON the lamp
B3 should glow
When the sensor S4 is made ON the entire
lamp should OFF.
Hints: - Do it by use of a memory bit.

Example 4: One motor starts to run and continues if Start push button (PB1) is pressed and released and
stops when Stoppush button (PB2) is pressed and released.If another push button (PB3,Jog pushbutton)
is pressed, motor runs as long as
the push button is pressed and stops if push button is released. While the motor is running if Jog push
button is pressed and released then motor should stop. When again Jog push button is pressed and
released then Jog function is activated
Jog: - It means when push button is
pressed output will be ON when push
button is released output will be OFF.
Example 5: In a one way tunnel there are
three proximity sensors S1, S2 & S3. When
the car passes sensor S1 the bulb B1
glows. When the car passes sensor S2 the
bulb B1 gets OFF & the bulb B2 glows.
When the car finally passes the sensor S3
the bulb B2 gets OFF.

You might also like