All Topics  
Process control

 

   Email Print
   Bookmark   Link






 

Process control



 
 
Process control is a statistics
Statistics

Statistics is a Mathematics pertaining to the collection, analysis, interpretation or explanation, and presentation of data. It also provides tools for prediction and forecasting based on data....
 and engineering
Engineering

Engineering is the discipline and profession of applying Technology and science knowledge and utilizing natural laws and physical resources in order to design and implement materials, structures, machines, devices, systems, and process that safely realize a desired objective and meet specified criteria....
 discipline that deals with architecture
Architecture

The term architecture can refer to a process, a profession or documentation.As a process, architecture is the activity of designing and construction buildings and other physical structures by a person or a computer, primarily to provide shelter....
s, mechanism
Mechanism (technology)

A mechanism is some technical aspect of a larger process or mechanical device, or combination of parts designed to perform a particular function....
s, and algorithm
Algorithm

In mathematics, computing, linguistics and related subjects, an algorithm is a sequence of finite instructions, often used for calculation and data processing....
s for controlling the output of a specific process
Process

Process may refer to:Biology*Process , a projection or outgrowth of tissue from a larger body* Biological processScience and technnology*Process , a computer program or an instance of a program running concurrently with other programs...
. See also control theory
Control theory

Control theory is an interdisciplinary branch of engineering and mathematics, that deals with the behavior of dynamical systems. The desired output of a system is called the reference....
.

For example, heating up the temperature in a room is a process that has the specific, desired outcome to reach and maintain a defined temperature
Temperature

In physics, temperature is a physical property of a Physical system that underlies the common notions of hot and cold; something that feels hotter generally has the greater temperature....
 (e.g. 20°C), kept constant over time. Here, the temperature is the controlled variable. At the same time, it is the input variable since it is measured by a thermometer and used to decide whether to heat or not to heat.






Discussion
Ask a question about 'Process control'
Start a new discussion about 'Process control'
Answer questions from other users
Full Discussion Forum



Encyclopedia


Process control is a statistics
Statistics

Statistics is a Mathematics pertaining to the collection, analysis, interpretation or explanation, and presentation of data. It also provides tools for prediction and forecasting based on data....
 and engineering
Engineering

Engineering is the discipline and profession of applying Technology and science knowledge and utilizing natural laws and physical resources in order to design and implement materials, structures, machines, devices, systems, and process that safely realize a desired objective and meet specified criteria....
 discipline that deals with architecture
Architecture

The term architecture can refer to a process, a profession or documentation.As a process, architecture is the activity of designing and construction buildings and other physical structures by a person or a computer, primarily to provide shelter....
s, mechanism
Mechanism (technology)

A mechanism is some technical aspect of a larger process or mechanical device, or combination of parts designed to perform a particular function....
s, and algorithm
Algorithm

In mathematics, computing, linguistics and related subjects, an algorithm is a sequence of finite instructions, often used for calculation and data processing....
s for controlling the output of a specific process
Process

Process may refer to:Biology*Process , a projection or outgrowth of tissue from a larger body* Biological processScience and technnology*Process , a computer program or an instance of a program running concurrently with other programs...
. See also control theory
Control theory

Control theory is an interdisciplinary branch of engineering and mathematics, that deals with the behavior of dynamical systems. The desired output of a system is called the reference....
.

For example, heating up the temperature in a room is a process that has the specific, desired outcome to reach and maintain a defined temperature
Temperature

In physics, temperature is a physical property of a Physical system that underlies the common notions of hot and cold; something that feels hotter generally has the greater temperature....
 (e.g. 20°C), kept constant over time. Here, the temperature is the controlled variable. At the same time, it is the input variable since it is measured by a thermometer and used to decide whether to heat or not to heat. The desired temperature (20°C) is the setpoint. The state of the heater (e.g. the setting of the valve allowing hot water to flow through it) is called the manipulated variable since it is subject to control actions.

A commonly used control device called a programmable logic controller
Programmable logic controller

A programmable logic controller or programmable controller is a digital computer used for automation of electromechanical processes, such as control of machinery on factory assembly lines, control of amusement rides, or control of lighting fixtures....
, or a PLC, is used to read a set of digital and analog inputs, apply a set of logic statements, and generate a set of analog and digital outputs. Using the example in the previous paragraph, the room temperature would be an input to the PLC. The logical statements would compare the setpoint to the input temperature and determine whether more or less heating was necessary to keep the temperature constant. A PLC output would then either open or close the hot water valve, an incremental amount, depending on whether more or less hot water was needed. Larger more complex systems can be controlled by a Distributed Control System
Distributed control system

A distributed control system refers to a control system usually of a manufacturing system, process or any kind of dynamic system, in which the controller elements are not central in location but are distributed throughout the system with each component sub-system controlled by one or more controllers....
 (DCS) or SCADA
SCADA

SCADA stands for Supervisory Control And Data Acquisition. It generally refers to an industrial control system: a computer system monitoring and controlling a process....
 system.

In practice, process control systems can be characterized as one or more of the following forms:

  • Discrete – Found in many manufacturing, motion and packaging applications. Robotic assembly, such as that found in automotive production, can be characterized as discrete process control. Most discrete manufacturing involves the production of discrete pieces of product, such as metal stamping.


  • Batch – Some applications require that specific quantities of raw materials be combined in specific ways for particular durations to produce an intermediate or end result. One example is the production of adhesives and glues, which normally require the mixing of raw materials in a heated vessel for a period of time to form a quantity of end product. Other important examples are the production of food, beverages and medicine. Batch processes are generally used to produce a relatively low to intermediate quantity of product per year (a few pounds to millions of pounds).


  • Continuous – Often, a physical system is represented though variables that are smooth and uninterrupted in time. The control of the water temperature in a heating jacket, for example, is an example of continuous process control. Some important continuous processes are the production of fuels, chemicals and plastics. Continuous processes, in manufacturing, are used to produce very large quantities of product per year(millions to billions of pounds).


Applications having elements of discrete, batch and continuous process control are often called hybrid applications.

Statistical Process Control

Statistical Process Control
Statistical process control

Statistical Process Control is an effective method of monitoring a process through the use of control charts. Control charts enable the use of objective criteria for distinguishing background variation from events of significance based on statistical techniques....
 (SPC) is an effective method of monitoring a process through the use of control charts. Much of its power lies in the ability to monitor both process center and its variation about that center. By collecting data from samples at various points within the process, variations in the process that may affect the quality of the end product or service can be detected and corrected, thus reducing waste as well as the likelihood that problems will be passed on to the customer. It has an emphasis on early detection and prevention of problems.

Examples

A thermostat
Thermostat

A thermostat is a Measuring instrument for regulating the temperature of a system so that the system's temperature is maintained near a desired setpoint temperature....
 is a simple example for a closed control loop: It constantly measures the current temperature and controls the heater's valve setting to increase or decrease the room temperature according to the user-defined setting. A simple method switches the heater either completely on, or completely off, and an overshoot and undershoot of the controlled temperature must be expected. A more expensive method varies the amount of heat provided by the heater depending on the difference between the required temperature (the "setpoint") and the actual temperature. This minimizes over/undershoot.

An anti-lock braking system
Anti-lock braking system

An anti-lock braking system, or ABS is a safety system which prevents the wheels on a motor vehicle from locking while brake.A rotating road wheel allows the driver to maintain steering control under heavy braking by preventing a skid and allowing the wheel to continue interacting Traction with the road surface as directed by driver...
 (ABS) is a more complex example, consisting of multiple inputs, conditions and outputs.

-off control Proportional Proportional plus reset (integral) Proportional, reset, rate (PID) ..>

See also

  • Actuator
    Actuator

    An actuator is a mechanical device for moving or controlling a mechanism or system....
  • Automation
    Automation

    Automation or industrial automation or numerical control is the use of control systems such as computers to control industry machinery and industrial processes, reducing the need for human intervention....
  • Automatic control
    Automatic control

    Automatic control is the research area and theoretical base for mechanization and automation, employing methods from mathematics and engineering....
  • CALS
    CALS

    CALS may refer to:* College of Agriculture and Life Sciences - The name of a number of colleges at different universities* Client Access License - A Microsoft license technology...
  • check weigher
    Check weigher

    A checkweigher is an automatic machine for checking the weight of packaged commodities.It is normally found at the offgoing end of a production line and is used to ensure that the weight of a pack of the commodity is within specified limits....
  • Citect
    Citect

    Citect was a software development company specialising in the Automation and Control industry. The main software products developed by Citect included CitectSCADA, CitectSCADA Reports, and Ampla....
  • Closed-loop controller
  • Control engineering
    Control engineering

    Control engineering is the engineering discipline that applies control theory to design systems with predictable behaviors. The engineering activities focus on the mathematical modeling of systems of a diverse nature....
  • Control panel
    Control panel (engineering)

    A control panel is a flat, often vertical, area where control or monitoring instruments are displayed.They are found in places such as nuclear power plants, ships, aircraft and mainframe computers....
  • Control system
    Control system

    A control system is a device or set of devices to manage, command, direct or regulate the behavior of other devices or systems.There are two common classes of control systems, with many variations and combinations: logic gate, and feedback or linear controls....
  • Control theory
    Control theory

    Control theory is an interdisciplinary branch of engineering and mathematics, that deals with the behavior of dynamical systems. The desired output of a system is called the reference....
  • Controllability
    Controllability

    Controllability is an important property of a control system, and the controllability property plays a crucial role in many control problems, such as stabilization of BIBO stability by feedback, or optimal control....
  • Controller (control theory)
    Controller (control theory)

    In control theory, a controller is a device which monitors and affects the operational conditions of a given dynamical system. The operational conditions are typically referred to as output variables of the system which can be affected by adjusting certain inputs variables....
  • Cruise control
    Cruise control

    Cruise control is a system that automatically controls the rate of motion of a motor vehicle. The driver sets the speed and the system will take over the throttle of the car to maintain the same speed....
  • Current loop
    Current loop

    A current loop describes two different electrical signalling schemes....
  • Digital control
    Digital control

    Digital control is a branch of control theory that uses digital computers to act as system controllers.Depending on the requirements, a digital control system can take the form of a microcontroller to an Application-specific integrated circuit to a standard desktop computer....
  • Distributed control system
    Distributed control system

    A distributed control system refers to a control system usually of a manufacturing system, process or any kind of dynamic system, in which the controller elements are not central in location but are distributed throughout the system with each component sub-system controlled by one or more controllers....
  • Feedback
    Feedback

    Feedback describes the situation when output from an event or phenomenon in the past will influence the same event/phenomenon in the present or future....
  • Feed-forward
    Feed-forward

    Feed-forward is a term describing an element or pathway within a control system which passes a controlling signal from a source in the control system's external environment, often a command signal from an external operator, to a load elsewhere in its external environment....
  • Fieldbus
    Fieldbus

    Fieldbus is the name of a family of industrial computer network protocols used for real-time distributed control, now standardized as IEC 61158....
  • Flow control valve
    Flow control valve

    A flow control valve regulates the flow or pressure of a fluid. Control valves normally respond to Signalling s generated by independent devices such as flow meters or temperature gauges....
  • Fuzzy control system
    Fuzzy control system

    A fuzzy control system is a control system based on fuzzy logic - a mathematical system that analyzes analog signal input values in terms of mathematical logical variables that take on continuous values between 0 and 1, in contrast to classical or digital logic, which operates on discrete values of either 0 and 1 ....
  • Intelligent control
    Intelligent control

    Intelligent control is a class of control techniques, that use various AI computing approaches like neural networks, Bayesian probability, fuzzy logic, machine learning, evolutionary computation and genetic algorithms....
  • Laplace transform
    Laplace transform

    In mathematics, the Laplace transform is one of the best known and most widely used integral transforms. It is commonly used to produce an easily solvable algebraic equation from an ordinary differential equation....
  • Measurement instruments
  • Model predictive control
    Model predictive control

    Model Predictive Control, or MPC, is an advanced method of process control that has been in use in the processing industries such as chemical plants and oil refineries since the 1980s....
  • Negative feedback
    Negative feedback

    Negative feedback feeds part of a system's output, inverted, into the system's input; generally with the result that fluctuations are attenuated....
  • Nonlinear control
    Nonlinear control

    Nonlinear control is the area of control engineering specifically involved with systems that are nonlinear system, time-variant system, or both....
  • Open-loop controller
    Open-loop controller

    An open-loop controller, also called a non-feedback controller, is a type of Controller which computes its input into a system using only the current state and its mathematical model of the system....
  • Operational historian
    Operational historian

    Operational Historian refers to a software application that logs or historizes data. Operational Historians are like Enterprise Historians but differ in that they are used by engineers on the plant floor rather than by business processes....
  • PID controller
    PID controller

    A proportional?integral?derivative controller is a generic control loop feedback mechanism widely used in industrial control systems. A PID controller attempts to correct the error between a measured process variable and a desired Setpoint by calculating and then outputting a corrective action that can adjust the process accordingly....
  • Piping and instrumentation diagram
    Piping and instrumentation diagram

    A piping and instrumentation diagram/drawing is a diagram in the process industry which shows the piping of the process flow together with the installed equipment and instrumentation....
  • Positive feedback
    Positive feedback

    Positive feedback, sometimes referred to as "cumulative causation", is a feedback loop system in which the system responds to Perturbation of biological system in the same direction as the perturbation....
  • Process capability
    Process capability

    A PROCESS is a unique combination of tools, materials, methods, and people engaged in producing a measurable output; for example a manufacturing line for machine parts....
  • Programmable Logic Controller
    Programmable logic controller

    A programmable logic controller or programmable controller is a digital computer used for automation of electromechanical processes, such as control of machinery on factory assembly lines, control of amusement rides, or control of lighting fixtures....
  • Regulator (automatic control)
    Regulator (automatic control)

    In automatic control, a regulator is a device which has the function of maintaining a designated characteristic. It performs the activity of managing or maintaining a range of values in a machine....
  • SCADA
    SCADA

    SCADA stands for Supervisory Control And Data Acquisition. It generally refers to an industrial control system: a computer system monitoring and controlling a process....
  • Servomechanism
    Servomechanism

    A servomechanism, or servo is an automatic device that uses error-sensing feedback to correct the performance of a mechanism. The term correctly applies only to systems where the feedback or error-correction signals help control mechanical position or other parameters....
  • Setpoint
  • Simatic S5 PLC
    Simatic S5 PLC

    The Simatic S5 PLC is an automation system based on Programmable Logic Controllers. It is manufactured and sold by Siemens AG. Such automation systems systems control process equipment and machinery used in manufacturing....
  • Sliding mode control
    Sliding mode control

    In control theory, sliding mode control, or SMC, is a form of variable structure control . It is a nonlinear control method that alters the dynamic system of a nonlinear system by application of a high-frequency switching control....
  • Temperature control
    Temperature control

    Temperature control is a process in which the temperature of an object is measured and the passage of heat energy into or out of the object is adjusted to achieve a desired temperature....
  • Transducer
    Transducer

    A transducer is a device, usually electricity, electronics, electro-mechanical, electromagnetic, photonic, or photovoltaic that converts one type of energy or physical attribute to another for various purposes including measurement or information transfer ....
  • Valve
    Valve

    A valve is a device that regulates the flow of a fluid by opening, closing, or partially obstructing various passageways. Valves are technically pipe Piping and plumbing fittings, but are usually discussed as a separate category....
  • Watt governor


External links