View Full Version : OSC with Time program?
jdircksen
11/04/2008, 11:40 PM
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?
If Time > 08:00 Then PM2 ON
OSC 020/010 ON/OFF Then PM2 ON
If Time > 20:00 Then PM2 OFF
d0ughb0y
11/05/2008, 12:17 AM
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.
jdircksen
11/05/2008, 08:00 AM
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?
Use 'If Timer' instead.
Curt
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.