Lecture-7
Lecture-7
Systems
Lecture 7
Exercise-1:
Design a PLC program and prepare a typical I/O connection diagram and ladder logic program for the following motor control:
A motor must be started and stopped from any one of three start/stop pushbutton stations.
Each start/stop station contains one NO start pushbutton and one NC stop pushbutton.
Motor OL contacts are to be hardwired.
Exercise-2:
Design a PLC program and prepare a typical I/O connection diagram and ladder logic program for the following motor control:
Three starters are to be wired so that each starter is operated from its own start/stop pushbutton station.
A master stop station is to be included that will trip out all starters when pushed.
Overload relay contacts are to be programmed so that an overload on any one of the starters will automatically drop all of the
starters.
All pushbuttons are to be wired using one set of NO contacts.
EXERCISES
Exercise-3:
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 full, the pump must shut down automatically.
Indicator lamps are to be included to signal when each tank is full.
Draw a sketch of the process.
Prepare a typical PLC program for this control process.
EXERCISES
Exercise-4:
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.