Spyderturbo007
New member
I hooked up my Apex last night and everything seemed fine. I went to bed and was woke up by my wife telling me the tank temperature was low. I came downstairs to find everything off and a tank at 76.5 degrees. The display was still lit.
I unplugged the Apex and plugged it back in again. At this point everything was all messed up because it decided to add another EB8 and disregarded the previous EB3. After about an hour of messing around, rebooting, resetting, etc. I finally was able to delete all modules and get it working again.
How do I find out what happened and prevent this from happening again? I just don't understand why a $500 piece of hardware would act this way.
Shouldn't the fallback commands handle keeping things on if connection is lost?
Also, if I try to do anything with pH, such as
If pH > 8.5 Then OFF
As soon as I update the outlet and come back to the page, it changes it to:
If Temp > 08.50 Then OFF
It shows the probe as pH in the probe setup section.
Here is my code:
ATO
Outlet (3_1)
Lights
Outlet (3_2)
Circulation Pump
Outlet (3_3)
Return Pump
Outlet (3_4)
Heater
Outlet (3_5)
GFO Reactor
Outlet (3_6)
Skimmer
Outlet (3_7)
SndAlm
SndWrn
I think I have the right firmware. If I go to the XML Program Page it says 4.12L_5A12. Hardware = 1.0
It looked like something happened around midnight because it stopped recording data. I went to be around 12 or 12:30am and I know everything was on when I went upstairs.
I unplugged the Apex and plugged it back in again. At this point everything was all messed up because it decided to add another EB8 and disregarded the previous EB3. After about an hour of messing around, rebooting, resetting, etc. I finally was able to delete all modules and get it working again.
How do I find out what happened and prevent this from happening again? I just don't understand why a $500 piece of hardware would act this way.
Shouldn't the fallback commands handle keeping things on if connection is lost?
Also, if I try to do anything with pH, such as
If pH > 8.5 Then OFF
As soon as I update the outlet and come back to the page, it changes it to:
If Temp > 08.50 Then OFF
It shows the probe as pH in the probe setup section.
Here is my code:
ATO
Outlet (3_1)
Code:
Fallback ON
Set ON
If FeedB 000 Then OFF
If FeedC 005 Then OFF
Lights
Outlet (3_2)
Code:
Fallback OFF
Set ON
If Temp > 84.0 Then OFF
Min Time 005:00 Then OFF
Circulation Pump
Outlet (3_3)
Code:
Fallback ON
Set ON
If FeedA 000 Then OFF
If FeedC 000 Then OFF
Return Pump
Outlet (3_4)
Code:
Fallback ON
Set ON
If FeedA 000 Then OFF
If FeedC 000 Then OFF
Heater
Outlet (3_5)
Code:
Control Type = Heater
Fallback = Off
Probe Name = Temp
On Temperature = 79.5
Off Temperature = 80.5
GFO Reactor
Outlet (3_6)
Code:
Fallback ON
Set ON
If FeedC 005 Then OFF
Skimmer
Outlet (3_7)
Code:
Fallback OFF
Set ON
If Temp > 84.0 Then OFF
If FeedA 005 Then OFF
If FeedB 180 Then OFF
If FeedC 005 Then OFF
SndAlm
Code:
Set OFF
If Temp > 84.0 Then ON
If Temp < 76.0 Then ON
SndWrn
Code:
Set OFF
If Temp > 84.0 Then ON
If Temp < 76.0 Then ON
I think I have the right firmware. If I go to the XML Program Page it says 4.12L_5A12. Hardware = 1.0
It looked like something happened around midnight because it stopped recording data. I went to be around 12 or 12:30am and I know everything was on when I went upstairs.
Last edited: