Tag: Automation
-
Technical Aspects of Foundation Fieldbus
Foundation fieldbus (FF) is an all-digital, serial, two-way communication system for industrial applications. Foundation fieldbus specifications include two different configurations: H1 and HSE. H1 Foundation Fieldbus (FF) H1 FF communication system is mainly applied to distributed continuous process control; running at 31.25 kbps. It connects digital field equipment such as sensors, actuators and inputs/outputs allowing…
-
Topological Network Structures used in Fieldbus Systems
Topology is an important property of fieldbus. It is employed in the selection and definition of the best and suitable physical layout of the fieldbus network. The physical layer of the fieldbus has to meet somewhat demanding requirements like immunity to electromagnetic disturbances, robustness, intrinsic safety for hazardous areas, etc. The most important topologies for…
-
Direct Digital Control (DDC)
In direct digital control (DDC) a single computer is able to carry out PID control for multiple loops at the same time make that loop data accessible between loops for purposes of cascade control, feedforward control, ratio control or any other control strategy. The DDC controller is also accessible on networks like ethernet for operational…
-
Feedforward Control
Feedforward control is based on principle of pre-emptive load counter-action i.e. if all major loads (i.e. disturbances) on a process variable are monitored, and their effects on that process variable are well-understood, a control system programmed to take the appropriate action based on load changes will shield the process variable (PV) from any adverse effect.…
-
Benefits of Cascade Control
We know very well that closed loop control provides increased performance over open loop control. So it would be rational to expect benefits from adding inner control loop around plant items that have degrading overall performance. The Figure (a) below illustrates a typical example of a cascade control: In Figure (a) above, the outer loop…
-
The Basics of Ladder Diagrams for Programming PLCs
The ladder diagrams are universally used as a symbolic and schematic way to represent the interconnection between the elements in a Programmable Logic Controller (PLC). The ladder network is also used as a tool for programming the operation of PLC. The elements are interconnected between the supply lines for each step in the control process…
-
Basic Features of Distributed Control Systems (DCS)
In distributed control system, each process has its own separate controller located at the site. These local controllers are interconnected via a local area network so that all controllers on the network can be monitored or reprogrammed from a single supervisory computer. Once programmed, each process is essentially operating independently. Distributed control systems provides a…
-
Types of Sensors used in Measurement and Process Control
A sensor is an element in a measurement system that detects the magnitude of a physical variable or parameter and changes it into a signal that can be processed by the system. The active element of a sensor is often referred to as a transducer. The monitoring and control systems require sensors to measure physical…
-
Basic Facts about Data Acquisition (DAQ) and Process Control
The goal of most electronic systems is to measure or control some physical quantity. The system will have to acquire data from the environment, process this data and record it. As a control system, it will also have to interact with the environment. The flow of information in a typical data acquisition (DAQ) can be…
-
Proportional plus Derivative (PD) Control System
Proportional plus derivative (rate) control is a control mode in which a derivative section is added to the proportional controller. This derivative section responds to the rate of change of the error signal, not the amplitude as with the integral control; this derivative action responds to the rate of change the instant it starts. This…