PLC FULL FORM (Programmable logic controller)
PLC FULL FORM (Programmable logic controller)
Thus, instead of being wired directly to each other, all equipment is wired to the PLC. The use of a PLC to provide the wiring connections between system devices is called soft wiring. 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.
PLC Advantages
- high reliability
- small space requirements
- computing capabilities
- reduced costs
- ability to withstand harsh environments
- expandability
PLC Basics
PLCs were invented by Dick Morley in 1964. Since then PLC has revolutionized the industrial and manufacturing sectors. There is a wide range of PLC functions like timing, counting, calculating, comparing, and processing various analog signals.
The main advantage of PLC over a “hard-wired” control system is that you can go back and change a PLC after you’ve programmed it, at little cost (just the cost of the programmer’s time). In a hard-wired control system, you’re essentially having to rip out wires and start from scratch (which is more expensive and takes longer). Let’s look at an example to better understand this advantage.
Imagine you have a light connected to a switch. In general, the light operates under two conditions – ON and OFF. Now you are given a task that when you turn ON the switch, the light should glow only after 30 seconds. With this hard-wired setup – we’re stuck. The only way to achieve this is to completely rewire our circuit to add a timing relay. That’s a lot of hassle for a minor change.
This is where a programmable logic controller comes into the picture, which doesn’t require any additional wiring and hardware to make sure of a change. Rather it requires a simple change in code, programming the PLC to only turn on the light 30 seconds after the switch is turned ON. So, by using a PLC, it is easy to incorporate multiple inputs and outputs.
INPUTS AND OUTPUTS OF PLC
In the early days, control systems were all 110VAC powered discrete inputs and outputs. Since every electrician had a “Wiggy” and 110VAC was pervasive in an industrial setting, every electrician and electrical supervisor wanted a control system to utilize AC circuits. Since ladder logic can work with analog values as well as on-off devices (called discrete inputs and discrete outputs), PLCs have evolved from their relay rack roots into very configurable systems. It had a solenoid that pulled against a spring equipped with a pointer to allow the electricians to visually see the magnitude of an AC voltage.
As we move toward the modern day, the shift has been to 24VDC since it does not present the same level of hazard to the electrician while still being a useful amount of current and voltage to power many devices.
Digital Input modules in PLC systems use the digital inputs to determine the status (i.e. ON or OFF) of specific field input devices. For example, if a certain PLC input module has an operating voltage of 24Volts DC and it receives a 0V DC input signal then it’ll identify the status of the connected field device as OFF. Whereas, a 24V DC input signal to that PLC input module will indicate an ON status of the field device.
While the much less costly PLC outputs are mere shadows of their former glory, the plethora of I/O available to a PLC more than make up for the inconvenience. At this point, PLC control systems can deal with a comprehensive array of discrete I/O signals and a blinding array of complex sensors and actuators.
Gone are the insane exposed circuit hydraulic amplifier cards that allowed the PLC to barely control actuator positions and in their place are completely solid state servo drives that can close the position loop in microseconds. While PLCs used to interface with a variety of external single loop controllers that would control a single variable in a process like temperature or flow, now PLCs can control complex loops using standard PID statements from within the ladder logic.
Furthermore, the control loops have been augmented with advanced mathematical functions that allow a control loop to operate without allowing the controlled device from creating any deviation from ideal. Simply provide the type of input you want to control and the type of output you want to control it with and your closed loop control is nearly as good as running.
Comments
Post a Comment