yeziymdcs@gmail.com
Welcome to the official website of Yiwu Bexun Automation Technology Co., Ltd!
All Categories
Call us 24/7+86 18059884968

What is PLC? | How does it work? | Complete Guide

Have you persuing or completed the Instrumentation and Control, Electrical, Electronics or Electronics and Communication branch of Engineering?

If yes, then you might be interested to know about the Programmable Logic Controller. You might have many questions in your mind such as What is PLC explain? What is PLC, and how it works? What is PLC and why it is used? What are the types of PLC? What are the main components of the PLC? Then in this article, you will be getting answers to all the above questions.

In this modern era of industry, PLC is the key to handle the complex control system. PLC has many advantages over old electromechanical relay systems. In simple words, we can say that PLC offers a simple solution to modify the complex operation of a control system without much disturbing the control wiring.

Now the questions are What is PLC or Programmable Logic Controller? How does it work? Why it is so important?

Programmable Logic Controller is the short abbreviation of PLC.

 

In this blog, I am going to cover detailed information about the PLC. By the end of this blog, you know What is PLC?, the Working of PLC, the Advantages, and disadvantages of PLC, Applications of PLC, etc.

Isn’t it interesting, Right?

Let’s dive into this,


What is PLC or Programmable Logic Controller?
The programmable logic controller is defined by Wikipedia,

“A programmable logic controller (PLC) is an industrial digital computer that has been ruggedized and adapted for the control of manufacturing processes or any activity that requires high-reliability control and ease of programming and process fault diagnosis.”

Have you got the definition or still confused, don’t worry I will be covering all the information in detail.

Simple Definition of PLC:

“Programmable Logic Controller (PLC) is an industrial computer used to control a specific process, machine system or sometimes even an entire production line.”


Basic Overview of PLC:

PLC is an industrial computer without a mouse, keyboard, and monitor.

As it is an industrial computer, a logical program to control the process is prepared in the general computer.

Then this program is transferred to the PLC using cables. This program is stored in the PLC memory.

The logical program is prepared using a programming language called Ladder logic, Statement List, or Functional block diagram.

A program is prepared in such a way that people with electrical or instrumentation backgrounds can easily understand.

A Programmable Logic Controller consists of various inputs and outputs terminal.

A PLC monitors the status of switches and sensors using input terminals and based on this status they will give the command to the output devices through the output terminals.

PLC Architecture:

The above figure shows the basic architecture of the PLC system. These are the important components of the PLC system:

Central Processing Unit
Processor
Memory
Power Supply
Input/Output Module
Communication Protocol
Programming Device

CPU (Central Processing Unit)

Central Processing Unit, we can say that this is the brain of this system. The program in the form of logical instructions is stored in the CPU.

All the arithmetic and logical functions are performed in the CPU. It executes the instructions as per the stored program by the user.

CPU consists of three subparts:

Processor
Memory
Power Supply
The Processor in the CPU is used to do computations like managing the computer’s memory, monitoring the status of inputs, and activating output according to the user’s logical instructions.

The Memory in the CPU is used to store programs and data from the different equipment connected to PLC.

The PLC system mostly works with 24V DC voltage, Power Supply module is used to gives the appropriate voltage to a different module as well as the CPU of the PLC system.

Input/Output Module

Input/Output Module is the section of the PLC system in which all the field devices are connected.

All the field devices are connected with the PLC system are either Inputs or Outputs.

Inputs are the devices that supply a signal or data to the PLC.

There are many examples of inputs like a push button, toggle switch, safety switch, measurement devices, etc.

Outputs are the devices that await a signal or data from the PLC.

Like lights, motors, hooters, valves are the example of outputs.

Inputs and Outputs are of two types: Digital or Analog.

Digital Inputs/Outputs have only two-state. Whether it is ON or OFF. As a result, they only send/receive signals in the form of 0s or 1s to/from the PLC system.

Push-button, Toggle Switch, Safety switch, Relay contacts, etc. are examples of Digital inputs.

Lights, Hooters, Motors, Solenoid Valve, etc are examples of Digital outputs.

For example, RTD (temperature detector) has more than two states, like the temp just not only hot or cold. It may be 30, 36, 40, 51, or an infinite number of states.

In the same way Pressure sensors, level sensors, etc are examples of Analog inputs.

Control Valve is the most common example of Analog Output, like it maybe 0%, 15%, 25%, 50%, 90% open.

Communication Protocol

Communication Protocol is used to exchange data between PLC and connected devices. These are the most popular communication protocols used in the PLC system,

Ethernet
Profibus
RS-232
RS-485
Multi-Point Interface (MPI)
Point to Point (PPI)
Data Highway (DH)
Control Net
Device Net
USB Adapter
PC Adapter

PLC Programming

User needs to download the program to control the processes. This program is stored in the CPU.

The program is prepared using a language which is called programming language. This is the list of PLC programming language:

Ladder Diagram(LD)
Instruction List(IL)
Structured Text(ST)
Function Block Diagram(FBD)
Sequential Function Charts(SFC)
Out of all these languages, Ladder Diagram(LD) is widely used in the Automation industry because of its easy understanding.

How does PLC work?

PLC system has some instructions through which a user can make a logic depending on how they want to control the process.

These instructions are simple bit logic, comparison, timer, and counter, mathematical, etc.

Some basic skills are required to understand and create a control program.

There are mainly three steps to control the process in the PLC
Monitor the status of inputs
Execute the control program
Update the status of outputs

Since PLC is a dedicated controller. It executes this program again and again. It took very little time to execute this cycle once and this time is called scan time. This scan time is very less, usually in mS.

All the inputs and outputs status must be stored in the memory section of the PLC. The memory section also stores complex information like mathematical calculation answers, scaling of analog inputs, and outputs other complex information.

No matter how many inputs and outputs you add, every PLC does the same three things,

Monitors the input status
Execute the program
Updates the output status according to use logic.

What are a scan cycle and a scan time?
Each PLC has a scan time and a scan cycle. This considers how fast PLC work.

The Scan cycle is the cycle in which the PLC sens the inputs, executes the PLC programs, and then updates the outputs. This will take some amount of time usually in milliseconds.

The amount of time it takes for the PLC to finish one complete cycle is called the scan time of PLC.

Most Popular PLC Brands
There are mainly two types of PLC in terms of physical hardware:

Compact PLC or Fixed PLC
Modular PLC
What is a Compact PLC?
All the modules are within a single case. This type of PLC has a fixed number of Input/Output modules.

The power supply, CPU and communication card are within a single case. From the below image you can get some ideas about the compact or fixed plc.

what is plc

Compact OR Fixed PLC

What is a Modular PLC?
The name itself suggests that this type of PLC consists of various modules. Inputs and Outputs modules can be easily expanded just by adding the modules.

All the modules are fitted in the rack, that’s why it is also called rack mounted PLC. The below image shows the modular type PLC.

what is plc

Modular PLC

Most Popular PLC Brands
There are multiple brands available for PLC system nowadays, but most popular are as below:

Siemens
Allen Bradley
ABB
GE
Delta
Mitsubishi
Omron
Schneider
Siemens is the highest used brand in the Automation industry.

Advantages and Disadvantages of PLC
Advantages:
Before PLC is introduced, a Relay is used to control the process. This relay control panel is required regular maintenance, it consumed a lot more power, and even during the troubleshooting time, it requires a lot of effort to find the problem because there are lots of wires and it takes too much time to figure it out.

There are some advantages of PLC over Relay control system:

PLC system is easier to install and maintain(There are fewer wires in this system as compared to the Relay control system).
Easy to program and modify the logic offline as well as online(Luckily, there is no need to change in wiring of the PLC system during modification of a process).
PLC system requires negligible maintenance (There is only a computer used to upload/download the program as well as no moving contact is there).
Easy troubleshooting, Saves a lot of time during troubleshooting(It’s very easy to troubleshoot in this system just by monitoring the program status via the programming software).
PLC has a fast operating time usually in milliseconds.
Disadvantages:
There are limitations of working PLCs under high temperature, vibration conditions.
High Initial Cost (PLC is not considered necessary when applied to industrial systems that do not need to change the wiring)
Application of PLC
PLCs are widely used in almost all types of industries because of their rugged nature, flexibility, and reliability.

Here are some examples in which you can easily find the PLC

Domestic and Commercial applications
Water level control in a tank
Automatic car washing system
Traffic control system
Building system
Elevator system
Automatic doors
Roller coasters
Industrial Applications
Automatic operation and control of the air compressor system
Bottle and liquid filling industry
Automatic temperature control
Belt conveyor system
Energy monitoring system
Production line control
Raw material handling
Some of the industry types in which PLC can be widely used,
Petrochemical
Oil and Gas
Steel
Power Plant
Food Manufacturing
Automative
Cement Industry
Paper Industry
Glass Manufacturing
Raw Material Handling Industry


Summary
These are all the plc modules that are generally used with the modular type of plc. I hope you like this article, if you have furthermore questions then please feel free to comment on it down below.

If you want to learn about PLC then you can contact us

www.autosupplyhub.com

Different types of PLC Modules

A programmable logic computer (PLC) is an industrial digital computer that is generally used to control the process.
As it is an industrial computer, a logical program to control the process is prepared in the general computer.
Then this program is transferred to the PLC using cables.
This program is stored in the PLC memory.
The logical program is prepared using a programming language called Ladder logic, Statement List, or Functional block diagram.
A program is prepared in such a way that the peoples with electrical or instrumentation background can easily understand.
A Programmable Logic Controller consists of various inputs and outputs modules.
A PLC monitors the status of switches and sensors using input terminals and based on this status they will give the command to the output devices through the output terminals.


PLC Hardware
In this article, we are going to see different types of PLC modules. PLC hardware consists of various modules such as,

Power Supply Module (PS)
CPU
Interface Module (IM)
Signal Modules (SM)
Function Module (FM)
Communication Processor (CP)

There are mainly two types of PLCs, generally, we can find in the industry, in terms of hardware

1. Fixed PLC or Compact PLC

 

All the modules are within a single case. This type of PLC has a fixed number of Input/Output modules.

The power supply, CPU, and communication card are within a single case. From the below image you can get some ideas about the compact or fixed plc.

 

2. Modular PLC

 

The name itself suggests that this type of PLC consists of various modules. Inputs and Outputs modules can be easily expanded just by adding the modules.

All the modules are fitted in the rack, that’s why it is also called rack mounted PLC. The below image shows the modular type PLC.


Block Diagram of Siemens PLC Modules
Modular PLCs are the most commonly used PLCs in the industry because it has the reliability to extends the I/Os. There is a rack or chassis in which all the modules are mounted and internally communicated with each other that’s why it is also called “Rack Mounted PLC”.

PLC Modules

Rack or Chassis
The rack or chassis is the most important hardware part of the PLC.
The rack or chassis allows all the plc modules to be mounted or connected to a communication bus to communicate with the CPU.
The main functions of the rack or chassis are
It distributes power evenly
It houses different input-output modules
It acts as a link between the CPU and different modules

Power Supply Module (PS)
The power supply module is used to gives the appropriate voltage to a different module as well as the CPU of the PLC system.

The PLC system mostly works with 24V DC voltage, PLC power supply converts line voltage of 100-240 VAC into lower DC voltage generally 24 VDC. PLC power supplies can come in different sizes and ratings based on different plc and applications.

The most common current rating of the power supply module is 5-20 amps for smaller plc systems and it can go up to 50 amps for more complex plc systems.

Central Processing Unit (CPU)
Central Processing Unit, we can say that this is the brain of this system. The program in the form of logical instructions is stored in the CPU.

All the arithmetic and logical functions are performed in the CPU. It executes the instructions as per the stored program by the user.

The Processor in the CPU is used to do computation like managing the computer’s memory, monitoring the status of inputs, and activating output according to the user’s logical instructions.

The Memory in the CPU is used to store programs and data from the different equipment connected to PLC.

 

Interface Module (IM)
The interface module is used when you want to expand input-output modules and you don’t have space for extra modules in the main rack. You have to connect the other rack with the main rack to communicate it with the CPU.

The interface module is used to connect the other racks with the main rack.

 

Signal Module (SM)
There are different inputs and outputs are connected with the PLC. These inputs and outputs may be digital or analog.

There are mainly four types of modules are available

Digital Input Module
Digital Output Module
Analog Input Module
Analog Output Module
Sometimes, based on the user requirement, a combination of digital input/output and analog input/output modules are also used.

 

Function Module (FM)
It is an optional module and used with the modular types of PLC. This type of module is generally used with a special type of controlling such as,

High-Speed Counter Module
PID Module
Weighing Module

Communication Processor (CP)
The communication processor module is used mainly for communication with different controllers or devices such as other PLCs, SCADA, HMI, and other controllers.

Summary
These are all the plc modules that are generally used with the modular type of plc. I hope you like this article, if you have furthermore questions then please feel free to comment on it down below.

If you want to learn about PLC then you can contact us

www.autosupplyhub.com

You can read more articles about PLC to enhance your knowledge in the field of instrumentation. ⇒

⇒ What is a PLC? How does it work?

 

DCS and PLC points of difference

1.DCS is a “decentralized control system”, and PLC (programmable controller) is just a control “device”, the two is the difference between “system” and “device”. The system can realize the function and coordination of any device, PLC device only realizes the function of this unit.

2. In terms of network, DCS network is the central nervous system of the whole system, it is a safe and reliable double redundancy high-speed communication network, the system’s expansion and openness is better. And PLC because basically all work for the individual, its in communication with other PLC or upper computer, the network form is basically a single network structure, network protocol is often inconsistent with international standards. In network security, PLC does not have very good protection measures. We use dual redundancy of power supply, CPU and network.

3. DCS overall consideration of the scheme, the operator station has the function of the engineer station, station and station in the operation of the program after installation is a close association between any station, any function, any controlled device is interlocking control, coordination control; And the single use of PLC connected with each other constitute the system, the station and station (PLC and PLC) between the connection is a loose connection, is not a coordinated control function.

 

4. DCS in the whole design has a large number of extensible interface, external system or extension system is very convenient, PLC lapped after the completion of the whole system, want to arbitrarily increase or reduce operator station is difficult to achieve.

 

5. DCS security: in order to ensure the safety and reliability of the DCS control equipment, DCS uses a double redundant control unit, when the important control unit failure, there will be related to the redundancy unit real-time no interference switch to the work unit, to ensure the safety and reliability of the whole system. The PLC lapped system basically does not have the concept of redundancy, let alone redundant control strategy. Especially when a PLC unit failure, have to stop the whole system, can be replaced and maintenance and need to be reprogrammed. So the DCS system than its safety and reliability on a higher level.

 

6. System software, the various process control scheme update is one of the most basic functions of DCS, when a scheme changes, the engineer only need to change the scheme compiled in the engineer station, execute the lower command can, the lower process is automatically completed by the system, does not affect the original control scheme operation. All kinds of control software and algorithms can improve the control precision of process control object. For in the composition of PLC system, very large workload, you first need to determine which is to edit update by PLC, and then to use the program compiled with the matching compiler, final reoccupy special machine (read-write) special one-on-one to send the PLC program, during the system debugging, and debugging cost a huge increase in debugging time, And extremely detrimental to future maintenance. The control accuracy is far from the same. This determines why in large and medium-sized control projects (more than 500 points), basically do not use all the PLC connected to the system.

 

More…

Search for products

Back to Top
Product has been added to your cart