Exp 3
Exp 3
Required Apparatus
1. A computer.
2. LOGO! Soft Comfort software.
Theory
A PLC (Programmable Logic Controller) is an industrial computer used to automate
electromechanical activities, such as the management of machinery on manufacturing
assembly lines, rides, or lighting fixtures. PLCs are expected to operate flawlessly for years in
industrial settings that are dangerous to the very microelectronic components that give current
PLCs their remarkable flexibility and precision.
Different types of ladder logic diagram that perform different PLC operations. In a ladder logic
program, there is no physical conductor that carries the input signal through to the output. Each
rung in the ladder diagram is a program statement. This program statement consists of a
condition or sometimes conditions, along with some type of action. PLC ladder rungs should
have logical continuity in order for the output to be energized. PLC ladder program uses
familiar terms like “rungs”, “normally open” and “normally closed” contacts.
Latching in PLC
There are several situations when it is crucial to keep an output powered even when the input
stops. The phrase "latch circuit" refers to a circuit that does such an operation. Until another
input is applied, the circuit, which is self-maintaining, keeps itself activated. Latching is one
of the most important pieces of ladder logic programming. When we use the term latching in a
PLC it refers to changing the state of an output to TRUE, holding the state of that output TRUE
until certain conditions occur, then returning the state of the output back to FASLE.
Practice Problem 1
Suppose a system has three motors. Each have individual start and stop switches. When
pressing start switch, the motor starts. At a time, one motor just starts and the remaining motors
must be stopped.
Fig 3.1: Solution to given problem 1
Practice Problem 2
Let there be three sensors in system. Suppose a three-story building each floor have one sensor.
If one sensor is activated the alarm will ring. Then a red signal will blink in the control room.
An operator will press a switch to stop the alarm but the red light remains blinking.
Practice Problem 3
There are two sensors associated with a water tank. If the water is so low, it will activate the
low-level sensor, and as a result, the outlet will be off and the inlet will be on. On the other
hand, if the water is so high it will activate the high-level sensor, and as a result, the inlet will
be off and the outlet will be on.
Fig 3.2: Solution to given problem 2
Discussion
In this experiment, the basics of latching operations with ladder logic programming were learnt.
Then, the problems of controlling water level in tank, motor control, sensor-based fire alarm
along with solutions to 2 other practical problems were implemented using PLC ladder diagram
with the help of LOGO! Soft Comfort software. So, it can be said that the objectives of this
experiment were achieved.
Conclusion
Instead of being used merely as tools, PLCs are increasingly being used as comprehensive
solutions to batch issues and industrial automation. A PLC ensures that all necessary conditions
for a safe start have been created before an item of equipment may start up. Additionally, it
monitors the conditions required for the equipment to function properly and trips the gear when
a systemic aberration is discovered. Latching allows an output to remain active even when the
input is off. Such a circumstance is necessary in certain sectors. As a result, completing this
experiment and using its findings will be highly beneficial for us in the future as mechatronics
engineers.
References
• https://instrumentationtools.com/plc-latching-function/
• https://www.plctutorialpoint.com/basic-plc-ladder-programming-training-3/