Design The Heating & Cooling System in LabVIEW
Design The Heating & Cooling System in LabVIEW
Software Required:
• NI LabVIEW
Procedure:
VIT, Chennai
BEEE305P – Measurements and Instrumentation Laboratory
7. Change the selector label values to False, insert two Numeric Constants (Numeric >
Numeric Constant) and Comparisons. one “Greater” function and one “Less” function
(Comparison). These will be used to build the program for the heating and cooling
system in automatic mode.
8. Insert a False Constant (Boolean > False Constant). Wiring operations are done to
connect various objects in the block diagram (Figure.2).
9. Set a numeric constant to 60 and the other to 80. Wire the 60 numeric constants to the
lower input terminal of the less than function and the 80 numeric constants to the lower
input terminal of the greater than function.
VIT, Chennai
BEEE305P – Measurements and Instrumentation Laboratory
10. The system is now complete. Click the continuously run button to control and test the
VI.
Result:
Thus, the VI simulates a heating and cooling system. The system must be able to be controlled
manually or automatically was created.
VIT, Chennai