I see a couple of things that could be giving you trouble based with the latest firmware and software. These recommendations are based on what we use with our ACIII, but I think the core of the code is the same.
With the recent firmware, the TMP is not used. Try changing your TMP to TEMP;
If Temp > 83.0 Then FUG OFF
You need to define the Feed cycle in your command. Try changing your Feed cycle to look like this;
If FeedA 000 Then SKS OFF
You can use FeedA, FeedB, FeedC, and FeedD
Change your Power commands to look like this;
If Power 000 Then RT1 OFF
You can vary the 000 field to delay the restart. For example, a command like: If Power 005 Then RT1 OFF would keep the RT1 off for 5 minutes after power is restored.
Give it a shot and let us know...
-Doug