PDA

View Full Version : OK, this is *highly* frustrating


jglackin
10/21/2007, 12:21 PM
I am setting up a DC8 with my system. I have now programmed everything and plugged in my equipment and my nanostreams do not function properly with the DC8. Everything else is working fine, but the nanostreams don't work properly. On the status page I get "Unk" for the status. I searched this board for similar issues and noticed that the sub 9000 series DC8s (lucky me, that's what I have) may have issues with low wattage equipment. So, I put both nanostreams on one outlet....nothing. I put the nanostreams on individual X10 controllers....nothing. I put both nanostreams on one X10 controller....nothing. I put both nanostreams on one outlet of the DC8 and included a fan....nothing. I put both nanostreams on one outlet and included one of my light fixtures....nothing.

Here's what I have programed:

SKM#-A10 (X10 works fine)
PUM#-A02 (works fine)
TUN#-A07 (I have also used 04, 05, 06, 07, and 08)
FED&-A01 (works fine)
TUR$-A09 (X10 works fine)
KOR#-A16 (x10 works fine)

If Time > 06:30 Then TUR ON
If Time > 06:30 Then SKM ON
If Time > 07:00 Then SKM OFF
If Time > 07:00 Then PUM OFF
If Time > 07:00 Then FED ON
If Time > 07:05 Then FED OFF
If Time > 07:10 Then SKM ON
If Time > 07:05 Then PUM ON
If Time > 18:00 Then SKM OFF
If Time > 18:00 Then PUM OFF
If Time > 18:00 Then FED ON
If Time > 18:05 Then FED OFF
If Time > 18:10 Then SKM ON
If Time > 18:05 Then SKM ON
If FeedA 000 Then PUM OFF
If FeedA 002 Then SKM OFF
If FeedA 000 Then TUN OFF
If FeedA 000 Then KOR OFF
If Time > 19:00 Then TUR OFF
If Time > 20:00 Then SKM OFF


Any ideas?

kenargo
10/21/2007, 12:56 PM
You are having issues with timer named "TUN"; correct? In the above code you are only ever turning the timer off; I don't see any "ON" in the program; are you missing a statement??

Try adding a statement like:

If Time > 00:00 Then TUN ON

this is likely why you are seeing "unknown" in the status.

jglackin
10/21/2007, 02:00 PM
Thank you. That worked! I was pulling out what few hairs I have left.