Melanie,
Thanks for correcting me on that. Since I have the var declared as a WORD now, I don't see why 3600 isn't working. One thing I'm doing that may be causing a problem is that I'm writing "TimeDely" to memory so that the value will be saved when the circuit is powered off.
I notice on the WRITE command that you have to save the upper and lower portion of a WORD, and I didn't have that in the code, so that could be my problem. What I'm wondering is if that could cause the problem since I only READ that value when the circuit is powered up, after that, if the user changes the value in "TimeDely", the value is written, but not read from memory again, it's just read from the variable during normal use, unless power is turned on and off (which I'm not doing during the test).
Bookmarks