AC3 code question

The Saltman

New member
Hello,

I just got my AC3 the other day and have started to code. I have been looking through different threads on failsafe coding such as temp malfunctions, probe malfunctions etc. Any links to great failsafe coding would be great. I had a question about a certain coding that I have been reading.

I see this in a lot of coding.

If time >00:00 then ...(whatever)
If time>00:00 then....(whatever)


Is this a failsafe code in case the internal clock malfunctions?
 
A program should have a statement to turn a time on and a timer off, if you have one and not the other then you will ultimately have a timer on or off all the time. If you had, for example, statements to turn on your alarm timer when certain tank condition are met then once the timer turned on there would be nothing to tell the timer to turn off (and it would stay on until the AC was reset).
 
Back
Top