Program statement question

this is me

Active member
I just got the AC JR yesterday and set it up was a breeze. But have one question on this statement.
"If time> 00:00 then pump on"
Does this means that the pump is off at midnight for one second and then fire back up again?
 
just an fyi... the programming language works well, but it is particular.

If time> 00:00 Then pump ON

is not the same as

If time > 00:00 Then pump ON

you need those spaces before and after symbols.
 
Back
Top