I am trying to make a temperature warning system inLabVIEW.
given temperature T, I want a green light to turn onwhen temperature is less than 75 degrees. when the temperature isbetween 75 and 90 degrees, i want a yellow light to turn on. whenthe temperature is greater than 90 degrees, I want a red lightindicator to turn on.
how would this case structure look like inLabVIEW?