ZoeReef
New member
I got stumped. I couldn't get my program to run. So i posted this thread
http://www.reefcentral.com/forums/showthread.php?s=&threadid=853711
kbecker solved my problem. He said I needed to remove the symbols from the body of the program.
It should not read: If Temp > 78.0 Then CHL$ ON
But instead: If Temp > 78.0 Then CHL ON
So, I removed all the symbols in the body of the program and it worked just fine.
Now here's my issue. I just downloaded the current online manual, and if you look, it says that you SHOULD include the symbols (take a look at page 36 of Pro manual as an example). OK, what gives?
Here's a suggestion. Bring in some hobbyist, give him the hardware and this manual and watch him try to figure it out. Don't say anything and see if he gets it.
http://www.reefcentral.com/forums/showthread.php?s=&threadid=853711
kbecker solved my problem. He said I needed to remove the symbols from the body of the program.
It should not read: If Temp > 78.0 Then CHL$ ON
But instead: If Temp > 78.0 Then CHL ON
So, I removed all the symbols in the body of the program and it worked just fine.
Now here's my issue. I just downloaded the current online manual, and if you look, it says that you SHOULD include the symbols (take a look at page 36 of Pro manual as an example). OK, what gives?
Here's a suggestion. Bring in some hobbyist, give him the hardware and this manual and watch him try to figure it out. Don't say anything and see if he gets it.