Overview
This example VI show you a thermometer which can display the result in different way based on the input value.
Description
This VI is a thermometer which can display the input temperature value in different controllers. Depending on the value you input, different Boolean controller having different color will appear to give the tips. Because of using the while loop, so you can change the input at anytime.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
We tried to give temperature input from an external device by serial portreading using an USB.But tried by manually giving input to thermometer for study and the system worked.