THE ANALOG VS DIGITAL PID

 

THE ANALOG VS DIGITAL PID


A PID controller is an instrument used in industrial control applications to regulate temperature, flow, pressure, speed, and other process variables. PID (proportional integral derivative) controllers use a control loop feedback mechanism to control process variables and are the most accurate and stable controllers. 

PID control is a well-established way of driving a system toward a target position or level. It's practically ubiquitous as a means of controlling temperature and finds application in myriad chemical and scientific processes as well as automation. PID control uses closed-loop control feedback to keep the actual output from a process as close to the target or setpoint output as possible.

Analog

An analog controller is continuous and is analyzed as such. The benefits are potentially limitless resolution. An analog controller is limited by the noise of the amplifiers. An analog controller's downsides are that it can be hard to tune because more often than not it involves using physical components such as variable resistors and capacitors.

Digital

Digital controllers are limited by the sampling rate and by the resolution of the ADCs and DACs. The benefits are easy tuneability and additional control logic that can be used with programming the digital system.

Digital controllers work well for most applications nowadays, it is rare to see a fully analog controller in most industries.

If your talking about "hardware" meaning digital PID controllers implemented with an FPGA vs a microcontroller, then the main differences will be in the loop timing (the update rate of the loop and the resolution of the ADCs and DAC.

FPGAs and ASICs can provide much faster loop timing as the control loops can be made to respond much faster than a microcontroller.

What is the difference between analog and digital control systems?

In analog control systems, all the signals are analogs, i.e. a scaled version, of the quantities they represent. Digital signals, however, are sequences of pulses, i.e. on-off signals, with the value of the quantity being represented by the sequence of on–off.

With analog control systems, all the signals are analogs, i.e. a scaled version, of the quantities they represent. Digital signals, however, are sequences of pulses, i.e. on-off signals, with the value of the quantity being represented by the sequence of on-off signals. Most of the signals being controlled are analog; thus, a digital control system is necessary to convert analog inputs into digital signals for the controller and then the digital outputs from the controller to analog for the process being controlled. Thus analog-to-digital converters (ADCs) and digital-to-analog converters (DACs) are used. Figure shows the basic form of a closed-loop digital control system.


Digital controllers have several advantages over analog schemes, some of which are as follows:

Flexibility in control action

Modification of an analog controller can only be made through rewiring and replacement of a component, whereas a simple change to the computer program is all that is required for the modification of a digital controller.

Reduced cost involvement for the addition of further control loops

The addition of extra loops in digital controllers merely requires any extra hardware to be connected up to the same computer, whereas additional hardware loops would otherwise be required for an analog controller.

Improved user interface

Digital controller information can be displayed graphically on a monitor when required, as opposed to the analog alternative of employing a large panel for displaying limited information.

Adaptive control

Digital controllers can be modified online, that is, even when the system is in operation.

Cost-effective

Due to the rapid development of VLSI technology, the cost of digital controllers is decreasing in comparison to that of analog controllers, especially for applications requiring high accuracy and optimum performance.






Comments