0% found this document useful (0 votes)
7 views3 pages

SCADA, DCS, and PLC Overview Guide

The document discusses SCADA, DCS, PLCs and their components. It describes the basic components of a PLC like the power supply, CPU, input and output modules. Communication protocols like Profibus, Profinet and various PLC languages are also discussed.

Uploaded by

Komal Kumari
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views3 pages

SCADA, DCS, and PLC Overview Guide

The document discusses SCADA, DCS, PLCs and their components. It describes the basic components of a PLC like the power supply, CPU, input and output modules. Communication protocols like Profibus, Profinet and various PLC languages are also discussed.

Uploaded by

Komal Kumari
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

SCADA & DCS

First we have discussed that what we have learnt in our previous SDE classes like about different
types of switches, sensors, and PLCs.

We come to know deeply about the PLCs:- First PLC known as MoDiCon (Modular Digital Controller)
by Dick Morley in 1968.

The full forms:-

PLC- Programmable Logic Controller

HMI- Human Machine Interface

DCS- Distributed Control System

SCADA- Supervisory Control And Data Acquisition

Devices used:-

PLC- Simatic manager & TIA (Total Integrated Automation)

HMI- WinCC flexible

DCS- PCS7 (Process control System) & PCS neo

SCADA- WinCC advanced

The different PLC languages used are:-

LAD (Ladder Diagram)

FBD (Function Block Diagram)

STL (Statement List)

SCL (Structured Control Language)

S7Graph

Cause effect matrix

Micro PLC:- S7-200

Basic PLC:- S7-300

Advanced PLC:- S7-400

Through simatic manager we can only configure S7-300 and S7-400 while through Tia portal we can
configure all the PLCs except S7-200(which is no longer in production).
The timespan of PLC scan cycle is 200ms which is as follows:-

Read
inputs

Update Scan Execute


outputs program
cycle

Diagonis &
Communication

Then we learn about the parts of Siemens PLC:-

 1st module- Power Supply


A power supply module is used provide power to the PLC and any other modules.
Output voltage- 24VDC
Output current- Varies depending on the number of modules needed in the PLC.
 2nd module- CPU
The brain of PLC is the Central Processing Unit (CPU). The CPU controls and supervises all
operations within the PLC, carrying out programmed information stored in the memory.
 Input module- Digital inputs and Analog inputs
 Output modules- Digital outputs and Analog outputs
 Function module- Some devices need special function like very fast and accuracy for some
applications, they may not require the main CPU to handle their tasks.
 External MMC (Micro Memory Card)- In case of power loss the stored data on this card is
completely stable and intact.
 MPI- Multi Point Interface
PPI- Point- point Interface
 Profibus (Process Field Bus)- for profibus communication standard is RS-485.
Profibus PA (Process Automation) and Profibus DP (Decentralized Peripheral)
 IE (Industrial Ethernet)/ PN (ProfiNet)
 SF- System fault for hardware or software error
 BF- Bus fault
 MainD- Maintenance demanded
 DC5V- Power supply of 5V
 FRCE- PLC output or input is in force mode
 RUN- CPU is in run mode
 STOP- CPU is in stop/ hold/ start-up mode

At last we have been taught to make a new project in simatic manger and make logic gates in LAD.

Common questions

Powered by AI

Siemens PLC systems utilize several communication protocols such as MPI (Multi Point Interface), PPI (Point-to-Point Interface), Profibus, and Industrial Ethernet/ProfiNet. MPI is used for networking multiple devices, whereas PPI is suitable for simpler, point-to-point connections. Profibus, which adheres to the RS-485 standard, is employed for both process automation (PA) and decentralized peripherals (DP). Industrial Ethernet/ProfiNet enables high-speed network communication and integration into larger digital environments.

Specialized modules in a Siemens PLC system, such as function modules, play crucial roles in handling tasks that require high speed and precision. These tasks may not be efficiently handled by the main CPU alone. Function modules allow for offloading specific computations or controls, ensuring that the entire system performs optimally. This modular approach enhances system flexibility and caters to application-specific demands, enabling effective customization and scalability in industrial automation.

System Faults (SF) in Siemens PLCs can arise from hardware malfunctions or software errors, potentially compromising the PLC's ability to execute its programmed functions. Bus Faults (BF) occur when communication issues arise within the connected network devices. These faults are identified using diagnostic LEDs or messages that indicate the source and nature of the faults, enabling maintenance personnel to swiftly address the root causes, ensuring system integrity and minimizing downtime.

The TIA (Totally Integrated Automation) Portal is significant because it provides a more modern, integrated environment for configuring various Siemens PLC models, unlike the Simatic Manager, which only supports S7-300 and S7-400 series. TIA Portal's broader compatibility, ease of use, and support for a wider range of PLCs, including newer models, makes it a more future-proof and efficient choice for automation professionals. This unified platform enhances productivity by reducing the need to learn and switch between different tools.

The primary components of a Siemens PLC include the Power Supply module, CPU, Input modules, Output modules, Function modules, and External MMC. The Power Supply module provides necessary power to the PLC and other components. The CPU acts as the brain of the PLC, controlling and supervising operations by executing stored programs. Input modules handle digital and analog inputs, while Output modules manage digital and analog outputs. Function modules are used for specific tasks requiring high speed and accuracy without involving the main CPU. The External MMC card ensures data is retained in the event of a power loss.

S7-200 is a micro PLC, ideal for small-scale applications where simplicity and cost-effectiveness are priorities. S7-300 is a basic PLC that offers a balance of performance and scalability, suitable for medium-sized automation tasks. S7-400, an advanced PLC, provides higher processing power and enhanced capabilities for complex, large-scale industrial environments. Each model addresses different scales of automation needs, with varying levels of complexity, performance, and integration possibilities.

Siemens PLC handles input modules by accepting digital and analog signals, converting them into a form that the CPU can process. Output modules, likewise, convert the digital signals from the CPU back into signals required by actuators or other devices. This conversion ensures that a wide range of sensor inputs and actuator outputs can be seamlessly integrated into the PLC system, allowing for comprehensive control over various industrial processes.

A PLC scan cycle operates in multiple stages: firstly, it reads inputs, then executes the programmed logic based on these inputs. Afterward, it performs diagnostics and communication tasks before finally updating the outputs. This entire cycle occurs within a typical timespan of 200ms. This systematic progression ensures the PLC can respond to input changes and control outputs appropriately.

The various PLC programming languages have distinct characteristics: LAD (Ladder Diagram) is graphical and resembles electrical relay logic, making it intuitive for electricians. FBD (Function Block Diagram) is also graphical but represents functions and their connections, suiting process control applications. STL (Statement List) is text-based and resembles low-level programming, providing flexibility and direct manipulation of operation sequences. Each language caters to different user preferences and application needs, offering varied methods of programming and visualization.

The reliability of data storage in Siemens PLC systems during power losses is primarily ensured by the External MMC (Micro Memory Card). This component safeguards stored data, making it completely stable and intact despite power interruptions. This feature is essential for maintaining data consistency and preventing data loss, which is crucial in environments where sustained operations and accurate process records are required.

You might also like