Search found 119 matches
- Mon Aug 20, 2018 7:24 am
- Forum: Development Libraries
- Topic: Enhanced RATempSensor Class
- Replies: 3
- Views: 7891
Enhanced RATempSensor Class
Hi, I have attached code for an enhanced RATempSensor class. It should be fully compatible with all existing code but it includes an additional function, RemapSensors. I added this function because when I changed some of my temperature probes, they came out in a different order than I wanted them to...
- Wed Feb 07, 2018 8:00 am
- Forum: Addons
- Topic: Salinity Probe not recognized
- Replies: 23
- Views: 22835
Re: Salinity Probe not recognized
From my understanding a probe of K=1 is not really suitable for saltwater readings. I believe that generally probes for saltwater have a K of 2 or greater with 10 being very common.
Am I misunderstanding something here? What is the K of the probe shipped with the RA?
Am I misunderstanding something here? What is the K of the probe shipped with the RA?
- Thu Jul 20, 2017 11:02 am
- Forum: Addons
- Topic: Problem with multi-channel water level expansion
- Replies: 4
- Views: 5831
Re: Problem with multi-channel water level expansion
It does not cause a bus lock, all the other devices keep working fine.
I will try another hub port.
Don
I will try another hub port.
Don
- Thu Jul 20, 2017 10:53 am
- Forum: Addons
- Topic: Problem with multi-channel water level expansion
- Replies: 4
- Views: 5831
Problem with multi-channel water level expansion
I have the 4 channel water level expansion on my system, it has been there for over a year, probably close to 2. It has had a problem off and on that seems to be getting worse recently. Occasionally all 4 channels will read 0%. This will usually happen at a random time and it will last anywhere from...
- Tue May 17, 2016 6:17 am
- Forum: Standard
- Topic: General Bus Unreliability
- Replies: 1
- Views: 3763
General Bus Unreliability
Hi, I have a RA+ with a Bus Expansion Module and the following expansions: - Dimming Expansion - PH Expansion - Multi-Channel Water Level - Power Control Expansion Also WiFi and BlueTooth modules. I am finding the general I2C control bus to be somewhat unreliable. The symptoms I am seeing are: 1. Wa...
- Tue Apr 19, 2016 5:33 am
- Forum: Ask anything here
- Topic: Bought a used Reef Angel Plus setup
- Replies: 7
- Views: 8121
Re: Bought a used Reef Angel Plus setup
Congratulations on your purchase. cosmith71 is right, you need to use the Wizard to generate software that meets your needs. Just assume that what is already in the unit is useless. This is pretty much the case even if you buy a new unit, it won't do what you want it to until you program it. The Wiz...
- Mon Nov 30, 2015 9:34 am
- Forum: Ask anything here
- Topic: Maxspect Gyre Icecap module contents?
- Replies: 16
- Views: 16104
Re: Maxspect Gyre Icecap module contents?
Don! Thanks for all the info about what the Gyre pumps do. I am setting up a 180g as we speak and am planning to do exactly what you're saying with 2 XF150s on my ReefAngel. What orientation do you have them in? (I assume one on each end near the top horizontally from what you posted) Yes, I have t...
- Mon Nov 23, 2015 10:10 am
- Forum: Ask anything here
- Topic: Maxspect Gyre Icecap module contents?
- Replies: 16
- Views: 16104
Re: Maxspect Gyre Icecap module contents?
The Gyre pump (like most so called DC pumps) is really a 3 phase AC pump. The IceCap module accepts a 0-10Volt signal and outputs a 3 phase AC signal where the frequency, current and voltage of the AC are all modulated by the 0-10 Volt input. It is not simply a matter of changing voltages, it is act...
- Mon Nov 23, 2015 7:39 am
- Forum: For New Members
- Topic: BuildMyLED light compatability with RA?
- Replies: 20
- Views: 27368
Re: BuildMyLED light compatability with RA?
I know this is an old thread, but I wanted to add in here. My 180 reef is entirely lit by the BuildMyLED 3 channel lights and I love them. They get splashed on all the time and it doesn't bother them. I have the 6 channel dimming module controlling 6 different lighting channels and it works great. A...
- Mon Oct 19, 2015 1:06 pm
- Forum: How do I code ...
- Topic: Help
- Replies: 6
- Views: 9440
Re: Help
Hi,
That seems like a pretty arcane way to do this.
How about:
I think that would be simpler and is certainly more readable.
Don
That seems like a pretty arcane way to do this.
How about:
Code: Select all
ReefAngel.Relay.Set (Port2, (hour() == 11 || hour() == 23) && minute() < 2);
Don
- Fri Oct 16, 2015 2:25 pm
- Forum: How do I code ...
- Topic: Automatic Water Change Idea
- Replies: 3
- Views: 6315
Automatic Water Change Idea
Hi, I wanted to get your opinion on an idea I have for an automatic water changer. I currently have 3 pumps. One is my normal ATO and comes from a large barrel of RO/DI water. I have a second pump coming from a large barrel of saltwater and a third which pumps water out of my sump and into a drain. ...
- Mon Aug 03, 2015 2:34 pm
- Forum: Development Libraries
- Topic: Question about SingleATOLow function
- Replies: 1
- Views: 7016
Question about SingleATOLow function
Hi, I was using SingleATOLow but my relay was kicking on and off with ripples in my sump. I looked at the SingleATOLow code and found that it was as follows: void ReefAngelClass::SingleATOLow(byte Relay) { SingleATO(true, Relay, InternalMemory.ATOExtendedTimeout_read(), InternalMemory.ATOHourInterva...
- Mon Aug 03, 2015 2:26 pm
- Forum: Addons
- Topic: Trick to make water level sensor quit leaking
- Replies: 3
- Views: 4568
Trick to make water level sensor quit leaking
Hi, I have the multi channel water level expansion. I have tried repeatedly to get stable results but always got slow air leaks which would cause the values to slowly drift to zero over a period of several weeks. All of my joints were sealed with normal PVC pipe blue glue but the junction between th...
- Sun Aug 02, 2015 12:21 pm
- Forum: Development Libraries
- Topic: Serious Bug in ph calibration code
- Replies: 1
- Views: 7359
Serious Bug in ph calibration code
Hi, There is a bug in the current pH expansion calibration code. If you look at ReefAngel_1.5_LCD.h you see: InternalMemory.PHMin_write(PHExpMin); InternalMemory.PHMax_write(PHExpMax); What should be there is: InternalMemory.PHExpMin_write(PHExpMin); InternalMemory.PHExpMax_write(PHExpMax); This bug...
- Fri Apr 03, 2015 7:33 am
- Forum: Addons
- Topic: Bluetooth Attachment
- Replies: 199
- Views: 353715
Re: Bluetooth Attachment
Hi, Received my Bluetooth attachment and got it working pretty quickly. I had a question though. Is it normal for the actual software upload to be much slower over bluetooth? With a direct connection it takes around 6 seconds, with bluetooth it is more like 40 seconds. Not a big deal but I just wond...
- Wed Apr 01, 2015 10:57 am
- Forum: Development Libraries
- Topic: Lights On override and Dimmer expansion module
- Replies: 4
- Views: 10184
Lights On override and Dimmer expansion module
Hi, I was going to write some custom code for this, but I wanted to see if there is something standard for it already. If there is I haven't been able to find it. I don't have any relays related to lighting. All of my lighting is controlled strictly from the 6 channel dimming expansion module (I use...
- Thu Mar 19, 2015 11:21 am
- Forum: Addons
- Topic: Power Control Module current capacity
- Replies: 4
- Views: 3868
Re: Power Control Module current capacity
The peak capacity would be for when my dosing pumps are running. Although only one at a time should run. Do you happen to know the current consumption of the dosing pumps (I bought them from you, one of the older doubles and one of the current singles). The other channels will be running fans. I cou...
- Thu Mar 19, 2015 10:56 am
- Forum: Addons
- Topic: Power Control Module current capacity
- Replies: 4
- Views: 3868
Re: Power Control Module current capacity
Is the total capacity limited only by the wall wart? Could I push the total capacity to 2A with a bigger power supply?
- Thu Mar 19, 2015 10:25 am
- Forum: Addons
- Topic: Power Control Module current capacity
- Replies: 4
- Views: 3868
Power Control Module current capacity
I could swear I asked this before and you answered, but I can't find it anywhere.
What is the output current capacity per channel and total for the Power Control Module.
Thanks,
Don
What is the output current capacity per channel and total for the Power Control Module.
Thanks,
Don
- Wed Feb 25, 2015 12:04 pm
- Forum: Addons
- Topic: IO Expansion Module
- Replies: 1
- Views: 2635
IO Expansion Module
Hi,
I am having trouble determining from the Web site (or the manual) just what the IO expansion module can do.
1. Can an individual channel be configured as input or output?
2. Can it accept PWM or analog signals as inputs?
3. Can it generate PWM or analog signals as outputs?
Thanks,
Don
I am having trouble determining from the Web site (or the manual) just what the IO expansion module can do.
1. Can an individual channel be configured as input or output?
2. Can it accept PWM or analog signals as inputs?
3. Can it generate PWM or analog signals as outputs?
Thanks,
Don
- Tue Feb 10, 2015 2:22 pm
- Forum: Standard
- Topic: Using Float Switch ports for Dimming
- Replies: 13
- Views: 15043
Using Float Switch ports for Dimming
Is it true that the float switch ports can be re-purposed as analog outputs for pumps / lights? I saw that somewhere but I can't find it now.
Don
Don
- Tue Feb 10, 2015 2:21 pm
- Forum: Addons
- Topic: wifi / usb attachment?
- Replies: 3
- Views: 3811
Re: wifi / usb attachment?
Where is this bluetooth module? I can't see it on the Products or the Order page.
- Mon Dec 29, 2014 5:05 pm
- Forum: Addons
- Topic: Water Sensor Tube
- Replies: 19
- Views: 16066
Re: Water Sensor Tube
Is there any reason that the sensor needs to be 1/2 inch pipe? Wouldn't it work just fine if the airline tubing went to the bottom of the tank?
- Thu Dec 18, 2014 10:27 am
- Forum: Addons
- Topic: Multiple Dimming Expansions
- Replies: 4
- Views: 5013
Re: Multiple Dimming Expansions
Is there a 16 ch expansion??lnevo wrote:Nope. You can however request a 16ch expansion.
- Thu Dec 18, 2014 5:42 am
- Forum: Addons
- Topic: Multiple Dimming Expansions
- Replies: 4
- Views: 5013
Multiple Dimming Expansions
I am building a new aquarium system and in it I have numerous pumps and lights that are all 0-10V control. I have exceeded the 6 channels on the dimming expansion (+ the 2 on the head). Is it possible to add a second dimming expansion to the system?
Don
Don
- Wed Nov 26, 2014 11:59 am
- Forum: Addons
- Topic: ATO Pump questions
- Replies: 3
- Views: 3466
Re: ATO Pump questions
So at 500 mA you could not use it on the Power Module?
Don
Don
- Wed Nov 26, 2014 8:47 am
- Forum: Addons
- Topic: ATO Pump questions
- Replies: 3
- Views: 3466
ATO Pump questions
Hi, I had a few questions about the ATO pump for sale here. 1. It says it can push / pull up to 10 feet. Is that 10 feet of head pressure? 2. It says it is 12 volt. How much current does it draw? 3. Is it siphon proof (my ATO tank will be higher than my aquarium)? 4. Is it pretty quiet? 5. Is it OK ...
- Wed Jun 26, 2013 4:57 am
- Forum: Development Libraries
- Topic: Resolution of RF Vortech command
- Replies: 46
- Views: 48682
Re: Resolution of RF Vortech command
If you would like me to, I could look at the firmware for the RF module and see if I can fix this.
Don
Don
- Tue Jun 25, 2013 11:33 am
- Forum: Addons
- Topic: Something new to come???
- Replies: 8
- Views: 6403
Re: Something new to come???
Hi,
Maybe this is a dumb question, but how is a humidity sensor useful to an aquarium?
Maybe this is a dumb question, but how is a humidity sensor useful to an aquarium?
- Tue Jun 25, 2013 11:08 am
- Forum: Development Libraries
- Topic: Resolution of RF Vortech command
- Replies: 46
- Views: 48682
Re: Resolution of RF Vortech command
Any progress on this