I'm so excited (new gadget)

Discussion in 'General Reef Topics' started by sessionthree, Oct 21, 2008.

to remove this notice and enjoy 3reef content with less ads. 3reef membership is free.

  1. Otty

    Otty Giant Squid

    Joined:
    Nov 20, 2006
    Messages:
    6,467
    Location:
    Elizabethtown, IN
    If you understand the language then it will be a snap to get running.
     
  2. Click Here!

  3. Hackem688

    Hackem688 Millepora

    Joined:
    Jul 9, 2008
    Messages:
    905
    Location:
    Mesa AZ
    cool i will post the progress when i get it setup im hopeing i can scrape up the change withen the next 2 months . 6 kids keeps my pockest low =) well my wife makes 7 funny i bet she says the same thing about me
     
  4. Otty

    Otty Giant Squid

    Joined:
    Nov 20, 2006
    Messages:
    6,467
    Location:
    Elizabethtown, IN
    We are raising two kids but for some reason my wife says she is raising 3. :)
     
  5. Hackem688

    Hackem688 Millepora

    Joined:
    Jul 9, 2008
    Messages:
    905
    Location:
    Mesa AZ
    Nice my wife says she wishes i clean the house like I mantain my tank
     
  6. sessionthree

    sessionthree Spaghetti Worm

    Joined:
    Sep 15, 2008
    Messages:
    190
    Location:
    North Carolina
    Biomatix already responded to my list of concerns. He said he would respond to each point, but for the sake of time he did point me to a file on the webserver that would have made my parsing of data much easier for my scripts. He also gave me the login and password for the in-built ftp server, but you can't do anything with it. He said he could give me an application that would allow me to make my own html pages for the web server and upload them to the box. That's cool, but they should say that in the manual.

    The outlet that left my lights on is just shot. It stays on no matter what. It can't be controlled at all.

    Oh well, the AC3 is on its way. I just hope I can return this unit. I still haven't gotten a word back if that will be an option yet.
     
  7. Otty

    Otty Giant Squid

    Joined:
    Nov 20, 2006
    Messages:
    6,467
    Location:
    Elizabethtown, IN
    Sessionthree,
    You will enjoy the ACIII. It is almost like having a PLC at the house to mess with, not much it can't do. Let me know what you think when it comes in.
     
  8. Click Here!

  9. sessionthree

    sessionthree Spaghetti Worm

    Joined:
    Sep 15, 2008
    Messages:
    190
    Location:
    North Carolina
    Will do. I was now reading some example programs tonight, and I'm already excited about the flexibility. The Biomatix is more for someone that doesn't want to bother with programming and has a relatively simple setup.
     
  10. Hackem688

    Hackem688 Millepora

    Joined:
    Jul 9, 2008
    Messages:
    905
    Location:
    Mesa AZ
    for the The rich Guy .......=)
     
  11. Otty

    Otty Giant Squid

    Joined:
    Nov 20, 2006
    Messages:
    6,467
    Location:
    Elizabethtown, IN
    Here is my program I run:

    ACT$-A02/ Actinics
    FUG$-C02/ Fuge lts
    COL%-A04/ Chiller
    FN2$-B06/ Chiller coil fan
    HET%-A05/ Heater
    ATO#-A07/ Auto top off
    KAL#-A06/ Kalk mixer
    CO2&-A08/ CO2 valve
    AIR&-B01/ Outside air over tank
    FAN&-B05/ End of tank fans
    EXT&-B04/ Exhaust fan at other end of tank
    ALM&-C01/ Alarm module
    MON$-B07/ Moon lts
    DAY$-C03/ Metal Halides
    SUM&-A01/ Sump fan
    OZ3&-B08/ DelZone O3
    FN3&-B02/ Fish room exhaust
    MAN#-D01/ Return pump on manifold
    CLP#-D02/ Ocean Motion pump

    If Temp > 82.0 Then DAY OFF
    Max Change 090 M Then DAY OFF
    If Temp > 83.0 Then ACT OFF
    Max Change 060 M Then ACT OFF
    If Power 000 Then DAY OFF
    Max Change 020 M Then DAY OFF
    If Power 000 Then OZ3 OFF
    Max Change 015 M Then OZ3 OFF
    If Time > 09:00 Then ACT ON
    If Time > 01:00 Then ACT OFF
    If Time > 15:30 Then DAY ON
    If Time > 22:00 Then DAY OFF
    If Temp < 79.3 Then COL OFF
    If Temp > 79.5 Then COL ON
    If Temp < 78.8 Then HET ON
    If Temp > 79.0 Then HET OFF
    If Time > 21:00 Then FUG ON
    If Time > 06:00 Then FUG OFF
    If Time > 10:00 Then ATO OFF
    If Time > 13:30 Then ATO ON
    If Time > 10:05 Then KAL ON
    If Time > 11:30 Then KAL OFF
    If Time > 21:40 Then ATO OFF
    If Time > 02:00 Then ATO ON
    If pH > 08.40 Then ATO OFF
    If Time > 21:43 Then KAL ON
    If Time > 23:15 Then KAL OFF
    If pH2 > 06.70 Then CO2 ON
    If pH2 < 06.70 Then CO2 OFF
    If pH > 08.40 Then ALM ON
    If pH2 < 06.50 Then ALM ON
    If Temp < 78.0 Then ALM ON
    If Temp > 81.0 Then ALM ON
    If Time > 00:15 Then ALM OFF
    If Power 000 Then ALM ON
    If Time > 01:00 Then MON ON
    If Time > 09:00 Then MON OFF
    If Temp < 79.2 Then AIR OFF
    If Temp > 79.1 Then AIR ON
    If Time > 09:00 Then FAN ON
    If Time > 01:00 Then FAN OFF
    If Temp < 79.3 Then FN2 OFF
    If Temp > 79.5 Then FN2 ON
    If Time > 01:00 Then EXT OFF
    If Temp > 79.4 Then EXT ON
    If Temp < 79.1 Then FAN OFF
    Max Change 030 M Then FAN OFF
    If Temp < 79.1 Then EXT OFF
    Max Change 030 M Then EXT OFF
    If Temp > 79.2 Then SUM ON
    If ORPA < 390 Then OZ3 ON
    If ORPA > 391 Then OZ3 OFF
    Max Change 015 M Then OZ3 OFF
    If Timer OZ3 = ON Then FN3 ON
    If Timer OZ3 = OFF Then FN3 OFF
    If TmpA > 79.7 Then FN3 ON
    If Time > 00:01 Then MAN ON
    If Time > 00:00 Then CLP ON
    If FeedA 000 Then CLP OFF
     
  12. Hackem688

    Hackem688 Millepora

    Joined:
    Jul 9, 2008
    Messages:
    905
    Location:
    Mesa AZ
    Thank you I bet that will save us time just a few changes and done . One quistion the programin interface is a pc program?