PDA

View Full Version : Runtime error when chaging timer name


powwer
02/10/2008, 02:08 PM
I'm trying to install a Calcium Reactor and I have hooked the regulator to A1. When I try to change the name from PM1% to CO2$
and hit the update button I get a Runtime error 5 and the auqa notes closes.

I have tryed doing this way and also adding the new timer name in the program IE

CO2$-A1

If > 06.85 Then CO2 ON
If < 06.75 Then CO2 OFF

No matter which way I do it I allways get a Runtime error. I'm able to remove and change things within the program body it self with out a problem. I have tryed to remove the timer name A1 and then when I hit update it says that the timer name MH1 is not named in the Timer names table.


Timer Names

PM1%-A1 Power Heads
PM2%-A2 ""
PM3%-A3 ""
RPM%-A4 Sump return pump
CF1$-A5 Light
HET%-A6 Heater
PSP%-A7 Skimmer pump
ALM&-A8
MH1$-A9 Light
MH2$-A10 Light
SLT$-A11 Sump light
FAN$-A12 Main light fan

Program

If Time > 12:00 Then MH1 ON
If Time > 18:00 Then MH1 OFF
If Time > 14:00 Then MH2 ON
If Time > 20:00 Then MH2 OFF
If Time > 10:00 Then CF1 ON
If Time > 22:00 Then CF1 OFF
If Time > 10:00 Then FAN ON
If Time > 22:10 Then FAN OFF
If Time > 22:00 Then SLT ON
If Time > 10:00 Then SLT OFF
If Time > 00:00 Then PM2 ON
If Time > 00:00 Then PM3 ON
If Time > 00:00 Then RPM ON
If Time > 00:00 Then PSP ON
If Temp < 76.0 Then HET ON
If Temp > 76.5 Then HET OFF
If FeedA 000 Then PM2 OFF
If FeedA 000 Then PM3 OFF
If FeedA 000 Then RPM OFF
If Time > 00:00 Then ALM OFF
If pH > 08.50 Then ALM ON
If pH < 08.00 Then ALM ON
If Temp < 75.0 Then ALM ON
If Temp > 78.0 Then ALM ON

Roy G. Biv
02/10/2008, 07:03 PM
I get errors when using aquanotes sometimes. If you have a 3 or 3 pro you can edit using 192.168.1.50 I found it to be quicker and more reliable.

powwer
02/10/2008, 07:53 PM
Thanks for the reply I have a ACJr but I think I fixed it by downloading Aquanotes again but now I have a diffrent issue which I'll make a new post for it.

clp
02/11/2008, 12:07 PM
The latest version of AquaNotes (3.5) fixes the bug you were seeing.

Curt

powwer
02/11/2008, 01:04 PM
Yep, I did download 3.5 yesterday.

Thanks again for the reply