|
11/04/2008, 09:40 PM | #1 | |
Registered Member
Join Date: Mar 2005
Location: 43081
Posts: 659
|
OSC with Time program?
I'm trying to put a powerhead on the OSC cycle during certain hours. I tried this, but it doesn't seem to work. Anyone know how to make this work?
Quote:
|
|
11/04/2008, 10:17 PM | #2 |
Registered Member
Join Date: Mar 2008
Location: sf bay area
Posts: 5,165
|
one way, say if you want pm2 to be osc while say the light LT1 is on,
If Time > 08:00 Then LT1 ON If Time > 20:00 Then LT1 OFF OSC 020/010 ON/OFF Then PM2 ON If Tmr LT1=OFF Then PM2 OFF Or you can define a dummy device in place of LT1. |
11/05/2008, 06:00 AM | #3 |
Registered Member
Join Date: Mar 2005
Location: 43081
Posts: 659
|
Thanks. I tried your last line of code, but it doesn't seem to like "Tmr". This is the error message:
\\ Error: Valid keywords following If are Tmp, pH, ORP, DO, Cond, Feed Cycle, SwitchX, Power, Sun, or Moon What does "Tmr" mean? |
11/05/2008, 12:10 PM | #4 |
RC Sponsor
Join Date: Aug 2001
Location: San Jose, CA
Posts: 4,311
|
Use 'If Timer' instead.
Curt |
|
|