Carlos
Premium Member
Can you all take a look at this sequense of events. I want to make sure this is correct. I am currently having some problems where one of the lights (the same light) turns on and off every now and then. I went ahead and opened up the module and disabled the local control but I still have the same problem.
Also, this morning, LT1 and LT2 turned on at 10 am. Not sure why they would do that since I have it set to turn on at 11 am. The lights are on and the controller shows the lights on but program wise, they should be off.
Also, I was having real problems with LT1 module not picking up the signal from the controller even though both were in the same circuit so I changed the module settings and that seemed to have fixed the problem.
LT1$-H12
LT2$-H6
PM1#-E3
PM2#-E4
VHO$-E5
SMP%-E6
OZN%-E7
CO2%-E8
ALM&-E9
COL%-I3
If Time > 00:00 Then PM1 ON
If Time > 11:00 Then LT1 ON
If Time > 22:00 Then LT1 OFF
If Time > 11:00 Then LT2 ON
If Time > 22:00 Then LT2 OFF
If Time > 10:45 Then VHO ON
If Time > 22:15 Then VHO OFF
Max Change 030 M Then LT1 OFF
Max Change 030 M Then LT2 OFF
If Feed cycle Then PM1 OFF
If Feed cycle Then PM2 OFF
If Temp > 83.0 Then SMP ON
If Temp < 81.0 Then SMP OFF
If Temp > 85.0 Then LT1 OFF
If Temp > 85.0 Then LT2 OFF
If Time > 11:00 Then PM2 ON
If Time > 22:00 Then PM2 OFF
If ORP > 450 Then OZN OFF
If ORP < 440 Then OZN ON
If pH > 8.25 Then CO2 ON
If pH < 8.00 Then CO2 OFF
If Temp > 82.00 Then COL ON
If Temp < 80.00 Then COL OFF
Thanx in advance.
Carlos
Also, this morning, LT1 and LT2 turned on at 10 am. Not sure why they would do that since I have it set to turn on at 11 am. The lights are on and the controller shows the lights on but program wise, they should be off.
Also, I was having real problems with LT1 module not picking up the signal from the controller even though both were in the same circuit so I changed the module settings and that seemed to have fixed the problem.
LT1$-H12
LT2$-H6
PM1#-E3
PM2#-E4
VHO$-E5
SMP%-E6
OZN%-E7
CO2%-E8
ALM&-E9
COL%-I3
If Time > 00:00 Then PM1 ON
If Time > 11:00 Then LT1 ON
If Time > 22:00 Then LT1 OFF
If Time > 11:00 Then LT2 ON
If Time > 22:00 Then LT2 OFF
If Time > 10:45 Then VHO ON
If Time > 22:15 Then VHO OFF
Max Change 030 M Then LT1 OFF
Max Change 030 M Then LT2 OFF
If Feed cycle Then PM1 OFF
If Feed cycle Then PM2 OFF
If Temp > 83.0 Then SMP ON
If Temp < 81.0 Then SMP OFF
If Temp > 85.0 Then LT1 OFF
If Temp > 85.0 Then LT2 OFF
If Time > 11:00 Then PM2 ON
If Time > 22:00 Then PM2 OFF
If ORP > 450 Then OZN OFF
If ORP < 440 Then OZN ON
If pH > 8.25 Then CO2 ON
If pH < 8.00 Then CO2 OFF
If Temp > 82.00 Then COL ON
If Temp < 80.00 Then COL OFF
Thanx in advance.
Carlos