Search found 2594 matches

by binder
Fri Mar 25, 2011 8:34 pm
Forum: How do I code ...
Topic: PWM ramp up and down
Replies: 60
Views: 45075

Re: PWM ramp up and down

I have a DYI LED fixture that uses four 48P drivers, 2 for actinic, and two for white. I currently have them set to come on at 100% at 1pm and off at 11pm using relay #3. I would like to set up a ramp up and ramp down between that time, simulating sun up and sun down. Is anyone willing to code this...
by binder
Fri Mar 25, 2011 8:13 pm
Forum: How do I code ...
Topic: How do I code delayed start from feed mode, i.e. for skimmer
Replies: 25
Views: 18874

Re: How do I code delayed start from feed mode, i.e. for ski

Has there been any development on this matter. No development yet on my end. I've mostly just been talking things out on the possible logic for this. Investigation/testing still needs to be done and then long-term maintenance needs to be thought out a bit too. Don't want to implement something and ...
by binder
Thu Mar 24, 2011 7:11 pm
Forum: Ask anything here
Topic: Quick replies
Replies: 6
Views: 4464

Re: Quick replies

dmolton wrote:Clicking a link with your scroll wheel, in most browsers will automatically open the link in a new tab for you also.
I almost always click links with my scroll wheel so I can keep my spot on the web page. Then I can read the rest of the page and get to the link when I'm ready to get to it.
by binder
Thu Mar 24, 2011 6:58 pm
Forum: How do I code ...
Topic: How do I code delayed start from feed mode, i.e. for skimmer
Replies: 25
Views: 18874

Re: How do I code delayed start from feed mode, i.e. for ski

Is it possible to reference a function to be called as parameter? This way anyone could create their own fundtion on PDE and just reference it as a parameter. Just thinking out loud. Yeah, that's what I was thinking too. It "may" be possible but I'd have to explore it more too. I know wit...
by binder
Thu Mar 24, 2011 6:49 pm
Forum: How do I code ...
Topic: How do I code delayed start from feed mode, i.e. for skimmer
Replies: 25
Views: 18874

Re: How do I code delayed start from feed mode, i.e. for ski

This sounds like a great idea. I can't imagine that I am the first one to stumble on this problem (the fact that all equipment turns back on at the same time). What happens with your skimmers when you exit feeding or water change mode?? Does your sump not rise? I don't ever shut my sump off when I'...
by binder
Thu Mar 24, 2011 11:35 am
Forum: How do I code ...
Topic: How do I code delayed start from feed mode, i.e. for skimmer
Replies: 25
Views: 18874

Re: How do I code delayed start from feed mode, i.e. for ski

The FeedingMode() function is just looping inside the core code and only comes out when it's done. Let's wait for Curt's ideas. Yeah, I left the current functionality of simply just staying inside of the FeedingMode function while in feeding mode (and same for WaterChangeMode). Now that things are ...
by binder
Thu Mar 24, 2011 5:18 am
Forum: Development Libraries
Topic: v0.8.5.14
Replies: 2
Views: 4172

Re: v0.8.5.14

Good. I'm glad it works nicely now. Hopefully that will make it easier for others.
by binder
Tue Mar 22, 2011 5:40 pm
Forum: Development Libraries
Topic: v0.8.5.14
Replies: 2
Views: 4172

v0.8.5.14

I just pushed a new release that fixes the Relay Expansion code bug with the ports not getting turned off. It's in my github account ( https://github.com/curtbinder/ReefAngel/downloads ). If anybody is using the Relay Expansion modules, it is advised that you update your libraries or make the necess...
by binder
Tue Mar 22, 2011 5:24 pm
Forum: Development Libraries
Topic: dosometric pump issue: start ok, no stop
Replies: 8
Views: 7902

Re: dosometric pump issue: start ok, no stop

Oh my goodness. I looked at the underlying code more closely and I found a bug relating to the expansion code in my Development libraries. When I was updating the relay expansion code, I got a bitSet and a bitClear confused and used the wrong function. To fix the problem, the easiest solution is to ...
by binder
Tue Mar 22, 2011 4:37 pm
Forum: Development Libraries
Topic: dosometric pump issue: start ok, no stop
Replies: 8
Views: 7902

Re: dosometric pump issue: start ok, no stop

Ok. I'm not quite sure what to say then. I'm looking at the code and everything appears to be ok in it. The only thing that I could suggest trying is to change Box1_Port1 to be just 11 and see if that works. ReefAngel.DosingPump(11,4,22,10,10); // first port on relay box, timer 4, on at 22:10 run fo...
by binder
Tue Mar 22, 2011 4:14 pm
Forum: Development Libraries
Topic: dosometric pump issue: start ok, no stop
Replies: 8
Views: 7902

Re: dosometric pump issue: start ok, no stop

Do you have the Relay Expansion feature enabled in the code? This can be found under the Features tab inside RAGen OR if you are not using RAGen, make sure you have this line uncommented/enabled inside your ReefAngel_Features.h file (located in the ReefAngel_Features folder) #define RelayExp This wi...
by binder
Tue Mar 22, 2011 4:09 pm
Forum: Apps
Topic: ReefAngel Generator Installer v1.0.4
Replies: 3
Views: 4445

Re: ReefAngel Generator Installer v1.0.4

Currently with RAGen you can enable the additional relays but you have to manually code them into your PDE file. That is unfortunately one of the limitations of RAGen. This will be corrected in future versions of RAGen. If you want to code any other ports on your relay box to work, all you have to d...
by binder
Sun Mar 20, 2011 3:40 pm
Forum: Apps
Topic: ReefAngel Generator Installer v1.0.4
Replies: 3
Views: 4445

ReefAngel Generator Installer v1.0.4

Since there have been some "issues" with installing the development libraries and ReefAngel Generator, I've spent the weekend working on an installer to help simplify things. The installer is bundled with the latest dev libraries. Here's the highlights of what it does: Installs RAGen It fo...
by binder
Sat Mar 19, 2011 2:33 pm
Forum: Apps
Topic: Reef Angel Libraries Update Utility
Replies: 17
Views: 14851

Re: Reef Angel Libraries Update Utility

Where is this application located?