basics knowledge of PLC

     basics knowledge of PLC

What is a PLC? 

A Programmable Logic Controller, or PLC for short, is simply a special computer device used for industrial control systems. They are used in many industries such as oil refineries, manufacturing lines, conveyor systems and so on. Where ever there is a need to control devices the PLC provides a flexible way to "softwire" the components together.

A Simple Example 

Consider something as simple as a switch that turns on a light.  In this system with a flick of the switch the light would turn on or off.  Beyond that though there is no more control.  If your boss came along and said I want that light to turn on thirty seconds after the switch has been flipped, then you would need to buy a timer and do some rewiring.  So it is time, labor and money for any little change.



A PLC Saves the Day

Now consider the same device with a PLC in the middle.  The switch is fed as an input into the PLC and the light is controlled by a PLC output.  Implementing a delay in this system is easy since all that needs to be changed is the program in the PLC to use a delay timer.


for more information visit http://www.plcdev.com/book/export/html/9

Oldest