time.setup(-5,0)
del1=0
low1=50
textbox timep
print “AIR CONDITION TEMPERATURE ANALYSIS”
print “RETURN VENT TEMPERATURE ”
textbox in1
print “OUTPUT VENT TEMPERATURE ”
textbox out1
print “LOWEST TEMP OF THE DAY”
textbox deltemp
print “Max delta temp”
print
print “NOTE: 10 11, OR 12 IS GOOD, BELOW 9 IS FAILING”
textbox low1
‘setup a stop button to quit the program
Button “stop the program”, [fin]
timer 1000, [chkstat]
Wait
[chkstat]
timep=time(“month-day hour-min”)
in1=temp(“285e03e612190128”)
out1=temp(“28b848dc12190179”)
deltemp=in1-out1
if deltemp>30 then deltemp=0
if deltemp>del1 then del1=deltemp
if out1<5 then out1=50
if out1<low1 then low1=out1
if time(“hour-min”)==”22-00″ then
del1=0
low1=50
delay 60000
endif
wait
[fin]
end
Good Aorcondition thermostat wiring vodeo