PDA

View Full Version : just start it my aq jr. and i have a problem:((


MSHUR
07/25/2005, 08:54 PM
hi guys,
i know curt is on vication ,but i have start my controller on this weekend i have some problems...
1. my chiller wouldnt shut off..
here is my statment on temp.
if temp >79.8 chil on
if temp < 80.5 chil off

if temp>79 fan on
max change 010m then fan off

what did i do wrong?

thankx,mike

Acroholic
07/25/2005, 09:41 PM
Hey Mike....
> = Greater than
< = Less than
You are telling your chiller to turn on when temp is greater than 79.8 degrees.......
then you are telling your chiller to turn off when temp is less than 80.5 degrees......
I'm not sure what temp you want to run your tank at? You have conflicting statements....

Acroholic
07/25/2005, 09:45 PM
Originally posted by MSHUR

if temp >79.8 chil on
if temp < 80.5 chil off


Try switching temps around:
if temp >80.5 chil on
if temp< 79.8 chil off

this way your aq jr. will know the temp range to stay at...

MSHUR
07/25/2005, 09:52 PM
hm...thats make perfect sence
what if i do
if temp >79 then chil on
if temp <80 then chil off

mike

Acroholic
07/25/2005, 09:56 PM
you mixed it up again....
you will need:
if temp >80 then chil on
if temp <79 then chil off

this should work....

Acroholic
07/25/2005, 09:57 PM
what do your heater statements look like?

MSHUR
07/25/2005, 09:59 PM
if temp <77 then htr on
if temp >78 then htr off

MSHUR
07/25/2005, 10:00 PM
here is all programm

If time > 23.30 then moon on

If time > 11.01 then moon off



If time > 14.30 then fan on

If time > 23.00 then fan off

If temp> 80 then fan on

Max change 010m them fan off



If time> 14.00 then mh1 on

If time> 22.00 then mh1 off

If time>14.30 then mh2 on

If time>22.30 then mh2 off



If time>11.00 then t51 on

If time>23.00 then t51 off

If time>11.30 then t52 on

If time> 23.30 then t52 off



If time > 00:00 then alm off

If ph>8.5 then alm on

If ph <8.1 then alm on

If temp > 82 then alm on

If temp< 76 then alm on

If temp >82 mh1 off

If temp> 82.1 mh2 off





If temp < 77.0 then htr on

If temp > 78 then htr ff

If temp > 79 the chil non

If temp < 80 then chil off



Osc 180/180 then zeo on



thankx,mike

MSHUR
07/25/2005, 10:02 PM
i did send this programm to curt, he said everything looks good..

do u think my chil statment is incorect?

mike

Acroholic
07/25/2005, 10:08 PM
he must have accidentaly missed the chiller part, but the chiller statements definately conflict. Just need to switch the numbers....
>80
<79
then you will be okay...

MSHUR
07/25/2005, 10:12 PM
thankx lance, i will try ...

but, honestly both statmence looks good to me:))

and i just did some search...in jbny programm
he have
if temp >81.0 then col on
if temp <79.1 then col off

the same what i have...

confused!!!!!!

Acroholic
07/25/2005, 10:23 PM
see jbny is fine:
if temp >81.5 then col on
if temp <79.1 then col off
this is perfectly fine.

but look closely at yours:
if temp >79 then chil on
if temp <80 then chil off
this is an incorrect statement! and will not work!
you must correct it to read:
if temp >80 then chil on
if temp <79 then chil off
this is fine and will work!

Mike, do you see where the mistake is being made?

Acroholic
07/25/2005, 10:25 PM
here is that part of mine....
If Temp < 79.5 Then HET ON
If Temp > 80.0 Then HET OFF
If Temp > 80.5 Then COL ON
If Temp < 80.0 Then COL OFF

MSHUR
07/25/2005, 10:29 PM
thankx buddy!!!!
i think i need to go to sleep:)))))) too tierd...
but,now i see my mistake.....i will go corrected right away!!!

do u see more mistakes?

mike

Acroholic
07/25/2005, 10:32 PM
lol..I am getting crosseyed myself now........It looks okay, but will look at it more in depth tommorrow...gotta get some sleep myself.....

MSHUR
07/25/2005, 10:34 PM
thankx, again...

good nite:))))

MSHUR
07/26/2005, 10:02 AM
lance...
i have one more problem..
i have zeo pump wich i would like to run 4 hours on/off
here is my statment
osc 180/180 then zeo on..

but,my pump is on all the time:((


thankx,mike

Acroholic
07/26/2005, 10:47 AM
LOL...my name is Brian..I just have the "Go Lance" as my support for Lance Armstrong..
I see your problem there it should read...
OSC 180/180 ON/OFF Then ZEO ON
this will make it run for 3 hours, then turn it off for three hours...
If you want 4 hour cycles, then it should read...
OSC 240/240 ON/OFF Then ZEO ON....

Acroholic
07/26/2005, 10:54 AM
or if you just want it to run for 15 minutes every 4 hours, then it should read...
OSC 15/240 ON/OFF Then ZEO ON

MSHUR
07/26/2005, 11:01 AM
ohhh..sorryy..bryan:))))
i see problem now......thankx a lot...u made my day:))))

btw, do u have the same problem with lad prob ph reading lower ?

mike