This is a furnace that goes up to 1500 C,
I am looking for a function that will allow me to do the following:
I have 4 variables each with their own range of limits for normal operation.
Variable 0: Room temperature to set point, the furnace is WARM UP ( variable two and three are off)
Variable 1: If all temperatures they are with in + - 5 degrees, the furnace is READY to run parts.
Variable 2: If any of the temperatures are more than + - 10 degrees, an Alert message will pop up on the screen.
Variable 3: If any of the temperatures are more than + - 20 degrees, an Alarm message will pop up on the screen and turn off the heat. COOL DOWN
PROBLEM:
I need to look for the variable two and three only when the variable one is reach.