0% found this document useful (0 votes)
69 views10 pages

By Sutanu Kandar Roll: 00910301010 Under The Guidance of Proff Alakananda Mukherjee

This document discusses the implementation of a PID temperature control system for an air heater using LabVIEW. Key components include a temperature sensor, heater, fan, USB analog I/O device, and PID control algorithm. The system measures temperature signals from the sensor, scales the voltages to temperatures, filters the data, runs PID control to calculate a heater output, and writes control signals back through the I/O device to regulate the temperature. Initial testing showed the system could become unstable with only small changes to the derivative time setting of the PID loop.

Uploaded by

Sudip Saha
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views10 pages

By Sutanu Kandar Roll: 00910301010 Under The Guidance of Proff Alakananda Mukherjee

This document discusses the implementation of a PID temperature control system for an air heater using LabVIEW. Key components include a temperature sensor, heater, fan, USB analog I/O device, and PID control algorithm. The system measures temperature signals from the sensor, scales the voltages to temperatures, filters the data, runs PID control to calculate a heater output, and writes control signals back through the I/O device to regulate the temperature. Initial testing showed the system could become unstable with only small changes to the derivative time setting of the PID loop.

Uploaded by

Sudip Saha
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

By Sutanu Kandar Roll: 00910301010 Under the guidance of Proff Alakananda Mukherjee

Temp sensor 2

USB Cable

Mains Cable (220/110 V) Heater (inside) Temp sensor 1

Air pipe Advantec USB for analog I/O Fan

Fan speed control

Heater control

On/off settings

LabVIEW is a highly productive development environment that engineers and scientists use for graphical programming and unprecedented hardware integration to rapidly design and deploy measurement and control systems.

Implemented in PC with labview


PID CONTROL
Filtered measurement signal

Disturbance

Low pass filter

Y(mf)

Feed back control

Set point
Y(sp) Y(m) Y(s)

Digital Control signal

Write(data)

Process
Analog Control signal

Process output
Y

Outlier removal

Y(s)

Scaling

Read(signal)
Digital signal Analog signal

sensor

Measurement signal

Block Diagram of Air Heater Control

The Basic problem

.
LabVIEW

.
Analog input output USB

Advantech and National Instruments are two different companies , and they have compatibility issues.

Reading the Signal

Heater in off stage

Heater in on stage

On magnifying the range of the y axis, I found that the exact value of the voltage coming from the heater when it is switched on is 2.6 volt. Well , to make the device be recognized by the computer was very difficult.

PID control

Initially the PID control window looks like this

With a minute increase in the derivative time the system goes unstable

Scaling

Pt 100 sensor sends voltage signal to computer. But I want temperature

Converting voltage signals to temperature readings


We still get voltage readings, but it is plotted in such a way that it shows temperature

Temp Range (20-60 C) Voltage range (0-5 volt)

Voltage and temp bear linear relationship (y= mx + c)

You might also like