PDA

View Full Version : Check my program with PX 1000 expansion


gotfrogs
05/31/2007, 10:29 PM
I have an ACII running my 120 gallon reef and a AC3 running a 58 gallon tank. I just got a PX 1000 expansion module in the mail today. I want to eliminate my ACII and move everything over the AC3 with expansion module. I am a little hesitant to make the move. Would you please review my existing and proposed code before I upgrade?


Program (http://www.gotfrogs.com/Aquacontroler%20Program.doc)

Thanks!!

gotfrogs
06/02/2007, 08:10 AM
Here is the Proposed AC3 Program. The word doc is much easier to read though.


HAL$-D11 {58 gallon light}
CHL%-D10 {58 gallon chiller}
HEA%-D9 {58 gallon heater}
ALM&-E6 {Alarm}
H2O#-D12 {58 gallon top off}
SW1#-D13 {flood switch}

HA1$-D1 {120 gallon light 1}
HA2$-D3 {120 gallon light 2}
HA3$-D5 (water change light}
LTE$-E3 {Room light}
FAN%-E4 {120 Fan}
HOT%-H1 {120 Heater}
REF$-D2 {Refugium light}
PWH#-E5 {120 powerhead}
GAR$-A4 {Garage light}
CAL#-D4 {dosing pump}

If Time > 13:00 Then HAL ON
If Time > 20:30 Then HAL OFF
If Tmp > 80.1 Then HAL OFF
Max Change 010 M Then HAL OFF
If Tmp > 75.0 Then CHL ON
If Tmp < 74.0 Then CHL OFF
Max Change 010 M Then CHL OFF
If Tmp < 72.0 Then HEA ON
If Tmp > 75.3 Then HEA OFF
Max Change 010 M Then HEA OFF
If Time > 00:00 Then ALM OFF
If pH < 07.70 Then ALM ON
If pH > 08.45 Then ALM ON
If Power 000 Then ALM ON
OSC 010/180 ON/OFF Then H2O OFF
If Switch1 CLOSED Then ALM ON {Should this be SwitchA1? I have the switch connected to a break out box attached to the I/O of the PX 1000 }
If Switch1 CLOSED Then SW1 ON
If Switch1 OPEN Then SW1 OFF

If Time > 12:00 Then HA1 ON
If Time > 20:30 Then HA1 OFF
If Temp > 80.1 Then HA1 OFF
Max Change 010 M Then HA1 OFF
If Time > 12:30 Then HA2 ON
If Time > 21:00 Then HA2 OFF
If TmpA > 80.1 Then HA2 OFF
Max Change 010 M Then HA2 OFF
If TmpA > 76.9 Then FAN ON
If TmpA < 76.5 Then FAN OFF
Max Change 010 M Then FAN OFF
If Time > 12:00 Then REF OFF
If Time > 20:00 Then REF ON
If Time > 13:00 Then HA3 OFF
If Time > 20:00 Then HA3 ON
If Time > 00:00 Then ALM OFF
If TmpA < 74.8 Then ALM ON
If TmpA > 82.0 Then ALM ON
If pHA < 7.75 Then ALM ON {Should this be pHA1?}
If pHA > 8.50 Then ALM ON
If Time > 18:15 Then GAR ON
If Time > 23:00 Then GAR OFF
If Time > 00:00 Then PWH ON
If Feed cycle Then PWH OFF
If Feed cycle Then FAN OFF
If TmpA < 73.5 Then HOT ON
If TmpA > 74.5 Then HOT OFF
Max Change 010 M Then HOT OFF
If pHA > 8.31 Then CAL OFF
If pHA < 8.29 Then CAL ON

vid151
06/02/2007, 03:52 PM
I have the PX1000

Should this be SwitchA1? I have the switch connected to a break out box attached to the I/O of the PX 1000

yes they are switchA1 A2 A3
then the next expansion would be B1 B2 B3
etc..

I am not positive on the PH as I dont have a PH probe on my expansion module but I know that the temp and orp are TMPA and ORPA so PHA and PHA2 would follow if they follow what the base unit says.. (ph and ph2 on the AC3)

Good luck
DAve

clp
06/03/2007, 03:32 PM
Yes, it should be pHA1.