Search found 289 matches

by 00Warpig00
Tue May 24, 2016 10:08 pm
Forum: Standard
Topic: General Bus Unreliability
Replies: 1
Views: 3391

Re: General Bus Unreliability

Try adding ferrite cores/chokes to one or both ends of your USB cables. Start with the end closest to the controller as opposed to the end closest to the expansion. Cables can act like antennas and transmit any stray RF fields right into your controller, Particularly the longer wires. Many Aquarium ...
by 00Warpig00
Fri Aug 01, 2014 7:40 pm
Forum: Addons
Topic: Bus Lock Issue
Replies: 22
Views: 13853

Re: Bus Lock Issue

The bus lock only happens on reprogrammable modules and only on certain systems. I'm unable to get it to replicate anywhere with any of the systems I have tried. That's why it is really hard to troubleshoot it. I have revised the I/O module to a non-programmable version. PM me to replace your I/O m...
by 00Warpig00
Thu Jul 31, 2014 9:13 pm
Forum: Addons
Topic: Bus Lock Issue
Replies: 22
Views: 13853

Re: Bus Lock Issue

I STILL am not using my IO module due to bus lock issues. Can\has ANYTHING on a software\hardware level (even a hardware mod) ever been done to a controller\module to resolve or at least work around this chronic issue? I have had my RA for about two years now and it seems there are still bus lock is...
by 00Warpig00
Sun Jul 13, 2014 7:20 pm
Forum: My PDE/INO file
Topic: 00Warpig00's Code Works In Progress
Replies: 9
Views: 11594

Re: 00Warpig00's Code Works In Progress

Version 110 #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_NokiaLCD.h> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h> #include <RA_TempSe...
by 00Warpig00
Sun Jul 13, 2014 7:19 pm
Forum: How do I code ...
Topic: Buzzer on while ATO pump relay is active
Replies: 28
Views: 17960

Re: Buzzer on while ATO pump relay is active

I do not see another override for port 2 or 7 except for in waterchange mode... Full code is here. Way down at the bottom. Version 109. I did make a few slight changes per my ideas a few posts above about the buzzer locking on. So now I am running my Version 110 (also at the end of that thread). In ...
by 00Warpig00
Fri Jul 11, 2014 7:31 pm
Forum: How do I code ...
Topic: Buzzer on while ATO pump relay is active
Replies: 28
Views: 17960

Re: Buzzer on while ATO pump relay is active

yes 4 to 8 seconds for a top off is not uncommon. my low and high float water levels are really close together in my sump. normally (no water needed state) my float switches sit at ATO Low = Off & ATO High = 0n If I remove 1/4 cup of water (with a measuring cup) from my sump my ATO High switch c...
by 00Warpig00
Thu Jul 10, 2014 7:49 pm
Forum: How do I code ...
Topic: Buzzer on while ATO pump relay is active
Replies: 28
Views: 17960

Re: Buzzer on while ATO pump relay is active

So my ATO is acting funny still after all. 1.ATO float switch triggers top off 2.correct pump starts to pump for ATO. 3.Buzzer does it's thing to warn me it's topping up. 4.about 4 seconds into the topoff the pump shuts down and the buzzer stop. 5. 35 seconds later my ATO times out. Red light skimme...
by 00Warpig00
Tue Jul 08, 2014 8:25 pm
Forum: Standard
Topic: Auto top off using Salinity Control Module
Replies: 5
Views: 5030

Re: Auto top off using Salinity Control Module

I have my ATO supply pump selected by salinity reading from the probe. If under x then ATO with SW of over X then ATO with RO/DI. I am NOT using the salinity measurement to tell the ATO when to STOP PUMPING. I am still using the ATO float switches for that. Just using the probe and switching back an...
by 00Warpig00
Tue Jul 08, 2014 8:08 pm
Forum: How do I code ...
Topic: Buzzer on while ATO pump relay is active
Replies: 28
Views: 17960

Re: Buzzer on while ATO pump relay is active

This seems to be working 95% of what I am hoping for... The ATO selection code I am working with for now is as follows //*****Begin ATO By Salinity Additions if (ReefAngel.Params.Salinity<300)//if salinity is low switch to Saltwater ATO { ReefAngel.StandardATO(Port7,40 );//ATO Port is now Saltwater ...
by 00Warpig00
Mon Jun 30, 2014 9:37 pm
Forum: My PDE/INO file
Topic: 00Warpig00's Code Works In Progress
Replies: 9
Views: 11594

Re: 00Warpig00's Code Works In Progress

Version 109 #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_NokiaLCD.h> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h> #include <RA_TempSe...
by 00Warpig00
Mon Jun 30, 2014 9:36 pm
Forum: My PDE/INO file
Topic: 00Warpig00's Code Works In Progress
Replies: 9
Views: 11594

Re: 00Warpig00's Code Works In Progress

Version 108 #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_NokiaLCD.h> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h> #include <RA_TempSe...
by 00Warpig00
Mon Jun 30, 2014 9:35 pm
Forum: My PDE/INO file
Topic: 00Warpig00's Code Works In Progress
Replies: 9
Views: 11594

Re: 00Warpig00's Code Works In Progress

Version 107 #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_NokiaLCD.h> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h> #include <RA_TempSe...
by 00Warpig00
Mon Jun 30, 2014 9:34 pm
Forum: My PDE/INO file
Topic: 00Warpig00's Code Works In Progress
Replies: 9
Views: 11594

Re: 00Warpig00's Code Works In Progress

Version 106 #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_NokiaLCD.h> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h> #include <RA_TempSe...
by 00Warpig00
Mon Jun 30, 2014 9:33 pm
Forum: My PDE/INO file
Topic: 00Warpig00's Code Works In Progress
Replies: 9
Views: 11594

Re: 00Warpig00's Code Works In Progress

Version 105 #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_NokiaLCD.h> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h> #include <RA_TempSe...
by 00Warpig00
Mon Jun 30, 2014 9:32 pm
Forum: My PDE/INO file
Topic: 00Warpig00's Code Works In Progress
Replies: 9
Views: 11594

Re: 00Warpig00's Code Works In Progress

Version 104 #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_NokiaLCD.h> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h> #include <RA_TempSe...
by 00Warpig00
Mon Jun 30, 2014 9:31 pm
Forum: My PDE/INO file
Topic: 00Warpig00's Code Works In Progress
Replies: 9
Views: 11594

Re: 00Warpig00's Code Works In Progress

Version 103 #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_NokiaLCD.h> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h> #include <RA_TempSe...
by 00Warpig00
Mon Jun 30, 2014 9:31 pm
Forum: My PDE/INO file
Topic: 00Warpig00's Code Works In Progress
Replies: 9
Views: 11594

Re: 00Warpig00's Code Works In Progress

Version 102 #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_NokiaLCD.h> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h> #include <RA_TempSe...
by 00Warpig00
Mon Jun 30, 2014 9:29 pm
Forum: My PDE/INO file
Topic: 00Warpig00's Code Works In Progress
Replies: 9
Views: 11594

00Warpig00's Code Works In Progress

Version 101 #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_NokiaLCD.h> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h> #include <RA_TempSe...
by 00Warpig00
Mon Jun 30, 2014 9:21 pm
Forum: How do I code ...
Topic: Enter "if" based on either of two variables changing
Replies: 4
Views: 4376

Re: Enter "if" based on either of two variables changing

That worked a treat... Thanks again. A while ago I set up my LED Drivers\QT\Sump Lights to be able to be masked on manually for when I am out of town and need to check the tank via webcam late at night in the hotel after a long days work. They can also be masked off manually for when I am watching a...
by 00Warpig00
Mon Jun 30, 2014 8:14 pm
Forum: How do I code ...
Topic: Enter "if" based on either of two variables changing
Replies: 4
Views: 4376

Re: Enter "if" based on either of two variables changing

Thanks Roberto. Will give that a try. :)

Nick
by 00Warpig00
Mon Jun 30, 2014 7:41 pm
Forum: How do I code ...
Topic: Enter "if" based on either of two variables changing
Replies: 4
Views: 4376

Enter "if" based on either of two variables changing

I'm not a programmer so this is might be rough way to ask this question not knowing the proper lingo but here goes. I would like to enter the same set of statements within an "if" based on whether either of two variables have changed in my last loop? The best way I can think of to lay this...
by 00Warpig00
Sat Jun 28, 2014 9:05 am
Forum: How do I code ...
Topic: Buzzer on while ATO pump relay is active
Replies: 28
Views: 17960

Re: Buzzer on while ATO pump relay is active

So in my setup... Do I still need this //*****Begin ATO By Salinity Additions byte ATOBrutePort = Port2; or should I change it to Port7 since at startup Port7 will become my ATO port in the first loop due to salinity being 0 anyhow. Thinking about it... I guess it really doesn't much matter what it ...
by 00Warpig00
Sat Jun 28, 2014 8:09 am
Forum: How do I code ...
Topic: Buzzer on while ATO pump relay is active
Replies: 28
Views: 17960

Re: Buzzer on while ATO pump relay is active

could I also debounce the Salinity probe by doing something like the following if (ReefAngel.Params.Salinity<100) { ReefAngel.Relay.Off(Port2); ReefAngel.Relay.Off(Port7); } else if (ReefAngel.Params.Salinity<300) { ReefAngel.StandardATO(Port7,40 ); ReefAngel.Relay.Off(Port2); ATOBrutePort=Port7; } ...
by 00Warpig00
Sat Jun 28, 2014 7:55 am
Forum: How do I code ...
Topic: Buzzer on while ATO pump relay is active
Replies: 28
Views: 17960

Re: Buzzer on while ATO pump relay is active

ahh ok. it sounds like if I do call ShowInterface() in the setup it wont matter unless I also initialize all of the "hidden variables" I need initialized before the ShowInterface().

Nick
by 00Warpig00
Sat Jun 28, 2014 7:41 am
Forum: How do I code ...
Topic: Buzzer on while ATO pump relay is active
Replies: 28
Views: 17960

Re: Buzzer on while ATO pump relay is active

I will give that a try. That makes total sense. Control both ports in each of the two possible scenarios not just one. can I do a ShowInterface() during the setup code to initialize all the hardware values? If not how about very early in my loop? Seems there might be some reasons to not do ShowInter...
by 00Warpig00
Fri Jun 27, 2014 8:54 pm
Forum: How do I code ...
Topic: Buzzer on while ATO pump relay is active
Replies: 28
Views: 17960

Re: Buzzer on while ATO pump relay is active

Can you post the piece of your code that does the ATO? It is only the very first run of loop that you don't have things initialized. The function that reads everything is ShowInterface(). So, in the very first pass, everything is zero. Here is my entire code... A bit long... But I have been trying ...
by 00Warpig00
Fri Jun 27, 2014 8:42 pm
Forum: How do I code ...
Topic: Buzzer on while ATO pump relay is active
Replies: 28
Views: 17960

Re: Buzzer on while ATO pump relay is active

I have another question.... If all of the hardware attached to the controller needs to be debounced like the temp probes PH Probes Salinity probes etc. at controller reboot\startup time... can I call a simple loop right as the first function inside the main loop to sit in that sub loop function unti...
by 00Warpig00
Fri Jun 27, 2014 8:24 pm
Forum: How do I code ...
Topic: Buzzer on while ATO pump relay is active
Replies: 28
Views: 17960

Re: Buzzer on while ATO pump relay is active

Funny, I think I might be hot on the trail of my ATO bug that caused my sump to overflow 8+ months ago. Little rundown. I have my ATO coded to automatically top off with saltwater from my 44G Saltwater Brute if the salinity on the probe is below 30 (300) at top off time. It Tops off from my 44G pure...
by 00Warpig00
Fri Jun 27, 2014 6:31 pm
Forum: How do I code ...
Topic: Buzzer on while ATO pump relay is active
Replies: 28
Views: 17960

Re: Buzzer on while ATO pump relay is active

Yes you can do ReefAngel.Relay.Status(Port2); which will return 0 (off) or 1 (on). You could even be clever and do this Alert=ReefAngel.Relay.Status(Port2)*25; If the status is 1 alert will be 25 and if staus is 0 alert will be 0 :) Lee Sweet! The ReefAngel.Relay.Status(Portn) was the part I was mi...
by 00Warpig00
Fri Jun 27, 2014 6:12 pm
Forum: How do I code ...
Topic: Buzzer on while ATO pump relay is active
Replies: 28
Views: 17960

Re: Buzzer on while ATO pump relay is active

See My ATO got stuck in the ON position once about 8 months ago and pumped my entire 44 Gallons of ATO water into my sump... overflowed my sump and I ended up with about 20 gallons of water on the floor. Since that time ATO has been disabled because I could not trust it. Now I am getting ready for a...