Efried
Active Member
Thanks for explaining- I think my problem is another one. The structure of the main program: I learned that I may have a LOOP, so far only START to END. Does the program continue into Subprogramms if they are placed before the END statement?CAI_Support said:Thanks, Tom.
in this question there is something about " CZ TSn BADSENSOR" may need little clarification. When board just started, the CZ checking may got value not truly reflect sensor status, since it will take up to 2 seconds to get sensor status updated. Your project showed how to avoid those problem by goto another label in the code.
Now, I think he wants to explain how your code handle only sending one email at a time.