A Programmable Logic Controller, also called a PLC or programmable controller, is a computer-type device used to control equipment in an industrial facility.
The kinds of equipment that PLCs can control are as varied as industrial facilities themselves. Utility Plants, Batch Control Application, Chemical Processing, Conveyor systems, food processing machinery, auto assembly lines etc…you name it and there’s probably a PLC out there controlling it.
Programmable Logic Controller (PLC)
In a traditional industrial control system, all control devices are wired directly to each other according to how the system is supposed to operate. In a PLC system, however, the PLC replaces the wiring between the devices.
Thus, instead of being wired directly to each other, all equipment is wired to the PLC. Then, the control program inside the PLC provides the “wiring” connection between the devices.
The control program is the computer program stored in the PLC’s memory that tells the PLC what’s supposed to be going on in the system. The use of a PLC to provide the wiring connections between system devices is called softwiring.
EXAMPLE
Let’s say that a push button is supposed to control the operation of a motor.
In a traditional control system, the push button would be wired directly to the motor. In a PLC system, however, both the push button and the motor would be wired to the PLC instead.
Then, the PLC’s control program would complete the electrical circuit between the two, allowing the button to control the motor.
The soft-wiring advantage provided by programmable controllers is tremendous.
In fact, it is one of the most important features of PLCs. Soft-wiring makes changes in the control system easy and cheap.
If you want a device in a PLC system to behave differently or to control a different process element, all you have to do is change the control program.
In a traditional system, making this type of change would involve physically changing the wiring between the devices, a costly and time-consuming endeavor
EXAMPLE
Let’s say that two push buttons, PB1 and PB2, are connected to a PLC. Two pilot lights, PL1 and PL2, are also connected to the PLC.
The way these devices are connected now pressing push button PB1 turns on pilot light PL1 and pressing push button PB2 turns on pilot light PL2.
Let’s say that you want to change this around so that PB1 controls PL2 and PB2 controls PL1.
In a traditional system, you would have to rewire the circuit so that the wiring from the first push button goes to the second pilot light and vice versa.
However, because these devices are connected to a PLC, making this change is as simple as making a small change in the control program.
PLC Advantages
In addition to the programming flexibility we just mentioned, PLCs offer other advantages over traditional control systems.
These advantages include:
- high reliability
- small space requirements
- computing capabilities
- reduced costs
- ability to withstand harsh environments
- expandability
Comments
Post a Comment