Need For PLC Automation
Need For PLC Automation
One of the most important and common problem is the safety of equipments
and operators by preventing the machine from running under specific
conditions for realizing the safety of equipment and human as well. Not only
does it fulfill safety but also it is for performing the designed sequence of
operation. If there is a problem, then it should be the solution for it. the
solution is what so-called “Interlock”.
What is interlock? And why do we need it? And how we can design a good
interlock?
We may find such concerns exist in two aspects which are safety and operation
sequence.
In the first aspect, safety happens when we need to make the execution of one
operation or process locked by some condition for realizing the safety of the
operator or equipment. The second one is operation sequence for which we
need to sort the operation into sequential and concurrent tasks according to
the logic philosophy of the operation. That can be realized by preventing one
task of execution until one other task is finished or letting one task wait until
one or more conditions are fulfilled.
How we can perform interlock?
It can be done in many approaches. However, we can say simply there is only
and only one idea to do interlock. It is by putting the condition “contact” on
which it will be decided if the process will go on or not, or based on it, one
piece of equipment can go running or keep stopped.
What is interlock?
There are two main types of interlock which are safety interlocks and machine
or equipment interlocks. Safety interlocks for securing people from getting
hurt while they operate the machine. And machine interlock concerns with
securing the safety of machine parts and or realizing specific philosophy of
logic. Figure 1 shows the different types and subcategories of interlock. The
machine or equipment interlock can be classified into three types which are
mechanical, electrical, and logical interlock types. And from their titles, the
mechanical interlock can be physically satisfied by making mechanical
connections between equipment to let or prevent them from running. An
electrical interlock can be achieved by using electrical devices like relys’ coils,
sensors, and switches. The first one which is relays’ coils is the most interesting
electrical interlock technique as they can be utilized in creating a dependency
between equipment so we can design flexibly dependence between two
motors, for example, to not running simultaneously meaning one of two
running scenarios. The last type is the logical interlock which is the most
important one and that is the most frequently used in real life in the industry.
Because it is done programmatically without the need for mechanical
connections and setup or even electrical devices or hardwiring. Also, it is very
flexible as you can change it when there is a need to change the logic at any
time.
The mechanical interlock was commonly used in the past and may be exist
nowadays but very rarely. On the other hand, the electrical interlock is the
most commonly used in control systems currently. Similarly, the idea of
electrical interlock can be achieved by preventing the flow of current between
two devices at the same time. Typically two contactors or relays are used for
achieving such electrical interlock. One of these contractors will be normally
open and the other will be in a normally closed configuration as in Fig. 6. It is
very clear that for energizing the lamp, CR2 will be energized when CR1 is de-
energized.
Figure 8 shows one example of logic interlock. You can notice the left part of
the figure shows there are no mechanical or electrical hardwiring or
connections between pumps 1 and 2. However, pump 2 is interlocked with
pump 1 logically as shown in the most left part that shows the ladder logic
code. To have pump 2 running, pump 1 should run first by the level switch. As
shown on the right part of the figure below, when the level of the liquid
reaches above the level switch, the switch is turned on and energized pump 1
which activates pump 2.