0% found this document useful (1 vote)
1K views1 page

PLC Exercise

The document outlines 5 PLC ladder programs: 1) Implement logic gates using a PLC ladder diagram. 2) Design an alarm system with multiple inputs that triggers lights and sirens. 3) Create a process with 3 mixers that start at timed intervals and run until a master switch is off. 4) Design a ladder program where a light turns on at a count of 23 and off at 31. 5) Make a program for a conveyor that indicates status using lights for counts less than, equal to, and greater than 45 parts.

Uploaded by

simmercool
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
1K views1 page

PLC Exercise

The document outlines 5 PLC ladder programs: 1) Implement logic gates using a PLC ladder diagram. 2) Design an alarm system with multiple inputs that triggers lights and sirens. 3) Create a process with 3 mixers that start at timed intervals and run until a master switch is off. 4) Design a ladder program where a light turns on at a count of 23 and off at 31. 5) Make a program for a conveyor that indicates status using lights for counts less than, equal to, and greater than 45 parts.

Uploaded by

simmercool
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

PLC Ladder Program 1:

Using PLC ladder diagram realize the following logic gates.


AND, OR, NOT, NAND, NOR, EX-OR
PLC Ladder Program 2:
Design a PLC ladder diagram to construct an alarm system which operates
as follows
. If one input is ON nothing happens
. If any two inputs are ON, a red light goes ON
. If any three inputs are ON, an alarm sirens sound
. If all are ON, the fire department is notified
PLC Ladder Program 3:
There are 3 mixing devices on a processing line A, B, C. After the process
begin mixer-A is to start after 7 seconds elapse, next mixer-B is to start 3.6
second after A. Mixer-C is to start 5 seconds after B. All then remain ON
until a master enable switch is turned off. Write PLC ladder diagram and
realize the same.
PLC Ladder Program 4:
An indicating light is to go ON when a count reaches 23.The light is then go
off when a count of 31 is reached. Write PLC ladder diagram and realize
the same.
PLC Ladder Program 4:
A conveyor is supposed to have exactly 45 parts on it. You have three
indicating lights to indicate the conveyor count status: less than 45, yellow:
exactly 45, green: and more than 45, red. The count of parts on the
conveyor is set at 45 each morning by an actual count of parts. There are
two sensors on the conveyor, one is actuated by parts entering the
conveyor, and the other is actuated by parts leaving. Design a PLC
program to carry out this process.

You might also like