LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I wish to program my mass flow controller through labview

I wish to control relative humidity of air by controlling the flow of dry air which is mixed with a fixed flow of high humidity air. I wish to make this application using labview which would read the current relative humidity of air, compare it with my required humidity, and send command to mass flow controller to control the amount of dry air which when mixed with humid air would result in required humidity.
0 Kudos
Message 1 of 3
(2,952 Views)
You should be able to meet this objective -- however, your going to need to be a little more specific with what you have (hardware) and what the issue is.
0 Kudos
Message 2 of 3
(2,952 Views)
Manish,

Russ is correct. You should be able to accomplish this in LabVIEW. What you described sounds like a simple control loop. Below is an example of a basic PID control loop that acquires some data, analyzes it, then outputs an appropriate value depending upon the input. This is a good starting point for your application.

PID example
0 Kudos
Message 3 of 3
(2,952 Views)