Two questions:
Q1: Can I use the Moon timer to simulate a simple tide current with powerheads? Say I have two DC8 controlled powerheads on A01 and A02. Even though the manual says "The control module used to control the light source for the Moon cycle must be a lamp module so that the light intensity can be varied.", I read a thread that implied that Moon controlling a DC8 port would just make it turn on/off.
TP1-A01 ;Tide pump on left side of tank
TP2-A02 ;Tide pump on right side of tank
If Moon 180/-180 Then TP1 ON ;Tide current to right side of tank
If Moon 900/540 Then TP2 ON ;Tide current to left side of tank
The current flows to the right between 3 hrs after moonrise to 3 hrs before moonset, and to the left 15 hours after moonrise to 9 hours after moonset. Both TP1 and TP2 would be on for 6 hrs, then off for 18 but opposite of each other by about 12 hours. It would change by 50 min each day.
Is that correct?
Q2: Can I command a feed cycle at a specific time each day? Like with the tide current pumps above, I might not know when each pump is on or off during the day. So I can not just do programmed feed cycles by individually turning each pump off then back on five minutes later. Doing this may turn a pump on that was off and should not be on at that time. It would be easiest to initiate a feed cycle with the Time timer. If I understand it correctly the feed cycle knows the state of the devices and forces them into a state you program, and returns them to the "normal" state they were in before they were forced.
If Time > 06:00 Then FeedA
If that does not work, can I send a telnet command to initiate a feed cycle?
Q1: Can I use the Moon timer to simulate a simple tide current with powerheads? Say I have two DC8 controlled powerheads on A01 and A02. Even though the manual says "The control module used to control the light source for the Moon cycle must be a lamp module so that the light intensity can be varied.", I read a thread that implied that Moon controlling a DC8 port would just make it turn on/off.
TP1-A01 ;Tide pump on left side of tank
TP2-A02 ;Tide pump on right side of tank
If Moon 180/-180 Then TP1 ON ;Tide current to right side of tank
If Moon 900/540 Then TP2 ON ;Tide current to left side of tank
The current flows to the right between 3 hrs after moonrise to 3 hrs before moonset, and to the left 15 hours after moonrise to 9 hours after moonset. Both TP1 and TP2 would be on for 6 hrs, then off for 18 but opposite of each other by about 12 hours. It would change by 50 min each day.
Is that correct?
Q2: Can I command a feed cycle at a specific time each day? Like with the tide current pumps above, I might not know when each pump is on or off during the day. So I can not just do programmed feed cycles by individually turning each pump off then back on five minutes later. Doing this may turn a pump on that was off and should not be on at that time. It would be easiest to initiate a feed cycle with the Time timer. If I understand it correctly the feed cycle knows the state of the devices and forces them into a state you program, and returns them to the "normal" state they were in before they were forced.
If Time > 06:00 Then FeedA
If that does not work, can I send a telnet command to initiate a feed cycle?