Loading [MathJax]/extensions/tex2jax.js

Aurora Visio Studio TOP » Program Examples » Heater Control

Heater Control

目的

The task is to emulate heater control with HMI and interpret data from thermal camera monitoring the heater. Data should be presented as heatmap. Temperature of the heater should be measured and in Celsius degrees. Temperature of the heater should be measured and in Celsius degrees.

Input

Raw data from thermal camera, and inputs from HMI.

Output

Data from thermal camera showed as Heatmap, and measurement of temperature of heater in Celsius degrees on scale.

Data from thermal camera, contain temperature value for each pixel, with can be display as a picture, but formula provided from camera manufacturer must be used, to transform this data to Celsius degrees. this formula is: C = X*0.04 - 273.15

Result image can be converted to HeatMap with ColorizeImage filter

To measure temperature of heater, there need to be prepared custom region, that match heater area, and not the background.

Solution (AVS)

>> ここをクリックしてソリューションを開く

その他の資料