Geoff, I use a pushbutton as my start object. If the button is false (as it is when Lookout starts) then run the delay_on timer. I too use th Fieldpoint mods and have flags set for startup, but we communicate to a remote site, 50 miles away, over a telco DDS line. If we loose communications, or we have to work on the server, thing that need to go into auto do via the watchdog. The problem is that we have many one_shot timers in the server prosess and they need to "stabilize" before they talk to the remote site. If not, these timers will switch things that (at that moment) shouldn't switch. This caused us some problems recently, (and signifigant down time), so we are VERY aware of the problem. At startup, Lookout 4.5 b13 polles the mods 1 time. This is enough to cause
our problem. Earlier versions did not do this.
Thanks for your reply, Mark