In: Electrical Engineering
I am trying to make a temperature warning system in LabVIEW.
given temperature T, I want a green light to turn on when temperature is less than 75 degrees. when the temperature is between 75 and 90 degrees, i want a yellow light to turn on. when the temperature is greater than 90 degrees, I want a red light indicator to turn on.
how would this case structure look like in LabVIEW?