IA - Assignment 1
IA - Assignment 1
HARSHATH B
JABEZ EVAN LEANDER
JAIPRABA V
JARLIN BEULAH J
JAYA SURIYA V
ASHWINPRABHU J
BHARATH RAJ KUMAR
M
BRIGHT BENSINGH
RAJ J
DINESH J Write the ladder logic for controlling the traffic light.
FAYAZ AHMED K Write the ladder logic for the following condition:-
jj. When S1 ON, L1 & L2 ON
kk. When S2 ON, L3 & L4 ON
ll. When S3 ON, L5 & L6 ON
Write the ladder logic program needed to implement each of the following: (assume
inputs A, B, and C are all normally open toggle switches):
mm. When input A is dosed, turn ON and hold ON outputs X and Y until A
opens.
nn. When input A is dosed and either input 8 or C is open, turn ON output r.
otherwise, it should be OFF.
oo. When input A is dosed or open, turn ON output Y.
pp. When input A is dosed, turn ON output X and turn OFF output Y.
Write the ladder logic for a simple drilling operation requires the drill press to turn
on only if there is a part present and the operator has one hand on each of the start
switches. This precaution will ensure that the operator's hands are not in the way of
the drill.
Write the ladder logic for a continuous filling operation requires boxes moving on a
conveyor to be automatically positioned and filled.
A temperature control system consists of four thermostats controlling three heating
units. The thermostat contacts are set to close at 50°, 60°, 70° and 80°F respectively.
The PLC ladder logic program is to be designed so that at a temperature below 50°F
three heaters are to be ON. Between 50° to 60°F, two heaters are to be ON. For 60°
to 70°F. One heater is to be ON. Above 80°F, there is a safety shutoff for all three
heaters in case one stays on because of a malfunction. A master switch is to be used
to turn the system ON and OFF. Prepare a typical PLC program for this control
process. Write the ladder logic for the above and simulate using control builder plus
software.
A pump is to be used to fill two storage tanks. The pump is manually started by the
operator from a START/STOP station. When the first tank is full, the control logic
must be able to automatically stop flow to the first tank and direct flow to the second
tank through the use of sensors and electric solenoid valves. When the second tank is
GULSAN K M full, the pump must shut down automatically. Indicator lamps are to be included to
HARIPRANESH N
signal when each tank is full. Write the ladder logic for the above and simulate using
KALAIPRIYAN J
KARTHIKEYAN R
control builder plus software.
KAVIN S When the lights are turned OFF in a building, an exit door light is to remain ON for
an additional 2 min, and the parking lot lights are to remain on for an additional 3
min after the door light goes out. Write a program to implement this process.
Write a program to simulate the operation of a sequential taillight system. The light
system consists of three separate lights on each side of the car. Each set of lights will
be activated separately, by either the left or right turn signal switch. There is to be a
1-s delay between the activation of each light and a 1-s period when all the lights are
off. Ensure that when both switches are on, the system will not operate. Use the least
number of timers possible. The sequence of operation should be as follows:
jj. The switch is operated.
kk. Light 1 is illuminated.
ll. Light 2 is illuminated 1s later.
mm. Light 3 is illuminated 1s later.
nn. Light 3 is illuminated for 1s.
oo. All lights are off for 1s.
pp. The system repeats while the switch is on.