View Single Post
Unread 08/22/2005, 11:00 PM   #2
kattner
Registered Member
 
Join Date: Dec 2004
Location: Houston
Posts: 210
Haven't studied your code in detail, but here's some quick observations:

The answer to your alarm question is yes this will work. I do the same thing to my crackberry.

1) I would set the initial state for OZN to OFF. I think your code will work fine, it just makes me feel better to start off with OZN in the off position and then trigger it when ORP is too low.

2) Your kalk stirrer can probably be done in one line instead of many by using the OSC command like this:

OSC 030/240 ON/OFF Then KAL ON

Every four hours stir for 30 mins

3) same thing for your water feed H20

4) Don't understand why the metal halides kick off if the temp is below 65?

5) Don't understand why the HET turns off if Temp is below 65. Looks like it will conflict with the HET ON statement.

6) I haven't seen the +- used after a RT statement before. Will it just work to say IF TEMP < RT-0.5 ?

7) The temp statements for the heater and chiller look a little tight, but I suppose the max change statements should allow things to settle a bit before the next change.

Anyway, hope this helps, Curt can provide a definitive answer.


kattner is offline   Reply With Quote