also can i make a menu within a menu? so menu 8 is called lighting and within it there is like turn on or off individual channels?
so i could turn on the RB the W and leave the pink off or just turn on the pink lights?
Search found 29 matches
- Thu Nov 21, 2013 6:50 pm
- Forum: How do I code ...
- Topic: Jebo WP25 coding/ Custom screens
- Replies: 23
- Views: 10118
- Thu Nov 21, 2013 6:31 pm
- Forum: How do I code ...
- Topic: Jebo WP25 coding/ Custom screens
- Replies: 23
- Views: 10118
Re: Jebo WP25 coding/ Custom screens
void MenuEntry1() { ReefAngel.FeedingModeStart(); } void MenuEntry2() { ReefAngel.WaterChangeModeStart(); } void MenuEntry3() { ReefAngel.ATOClear(); ReefAngel.DisplayMenuEntry("Clear ATO Timeout"); } void MenuEntry4() { ReefAngel.OverheatClear(); ReefAngel.DisplayMenuEntry("Clear Ov...
- Thu Nov 21, 2013 2:15 pm
- Forum: How do I code ...
- Topic: Jebo WP25 coding/ Custom screens
- Replies: 23
- Views: 10118
Re: Jebo WP25 coding/ Custom screens
ok so we are getting closer I cant wait till we can really customize the new screens!
- Thu Nov 21, 2013 1:28 pm
- Forum: How do I code ...
- Topic: Jebo WP25 coding/ Custom screens
- Replies: 23
- Views: 10118
Re: Jebo WP25 coding/ Custom screens
ok so we are getting closer I cant wait till we can really customize the new screens!
- Tue Nov 19, 2013 12:10 pm
- Forum: How do I code ...
- Topic: Jebo WP25 coding/ Custom screens
- Replies: 23
- Views: 10118
Re: Jebo WP25 coding/ Custom screens
well I want to change the names of the dimming expansion channels to things like royal blue, white, etc. the daylight and actinic channels to right pump or left pump. get rid or the extra temp slots add in cloud passing times. rather simple stuff. I would like graphs someday.
- Mon Nov 18, 2013 8:15 pm
- Forum: How do I code ...
- Topic: Jebo WP25 coding/ Custom screens
- Replies: 23
- Views: 10118
Re: Jebo WP25 coding/ Custom screens
Great that was what i was looking for! I didn't think of using the same code as the LED lights lol.
Now how about changing the new screens that you gave us? is someone creating a tutorial or anything? As I said I love the screens I just want to make little changes!
Now how about changing the new screens that you gave us? is someone creating a tutorial or anything? As I said I love the screens I just want to make little changes!
- Mon Nov 18, 2013 8:50 am
- Forum: How do I code ...
- Topic: Jebo WP25 coding/ Custom screens
- Replies: 23
- Views: 10118
Re: Jebo WP25 coding/ Custom screens
I currently am using that but it turns the pumps right on to 100% no 1 second rev. and there is no 1 second pause between pumps it immediately turns the second pump on. I want a second of quiet so the water can slow before the second pump begins to rev up. I just dont know any of the key words to co...
- Sun Nov 17, 2013 5:02 pm
- Forum: How do I code ...
- Topic: Jebo WP25 coding/ Custom screens
- Replies: 23
- Views: 10118
Re: Jebo WP25 coding/ Custom screens
So this is a quick graph of what i want. they are anti sync and there is 1 second where both pumps are at 25% than the other revs up over 1 second time frame. it doesnt just turn on. does this help?
- Sat Nov 16, 2013 11:06 am
- Forum: How do I code ...
- Topic: Jebo WP25 coding/ Custom screens
- Replies: 23
- Views: 10118
Jebo WP25 coding/ Custom screens
I have two wp25 and want to change the long pulse code. What I want to do is have the pump rev up not just turn on stay on for around 10 seconds and than either shut off or slow down. then i want a pause of a second or so and the other pump starts to rev up and stays on for 10 seconds and than shuts...
- Sat Nov 16, 2013 9:53 am
- Forum: Development Libraries
- Topic: New design layout
- Replies: 35
- Views: 38319
Re: New design layout
Is there a way to tap into the new screen though and add stuff? Maybe like a DrawCustomGraph() ? Would love to get all the new stuff but keep some functionality... Or can I do my own DrawCustomMain() and call a Draw function for the screens you've created? Did we get an answer to this i would love ...
- Mon Oct 21, 2013 7:17 pm
- Forum: Tutorials
- Topic: Help with Custom Menus
- Replies: 15
- Views: 16812
Re: Custom Menus
so it accepted that code but it didnt do anything when I selected it? should there be a delay or something?
- Mon Oct 21, 2013 2:26 pm
- Forum: Tutorials
- Topic: Help with Custom Menus
- Replies: 15
- Views: 16812
Re: Custom Menus
ok I just checked and it says 1.0.9 that is the older version right? what steps do i need to take to ensure it is installed with up to date libraries?
- Mon Oct 21, 2013 9:05 am
- Forum: Tutorials
- Topic: Help with Custom Menus
- Replies: 15
- Views: 16812
Re: Custom Menus
O ok that looks cool I will check tonight when I get home What version should I have?
I did delete all files and re install the RA arduino program, so i should have the most up to date!
I did delete all files and re install the RA arduino program, so i should have the most up to date!
- Mon Oct 21, 2013 9:05 am
- Forum: Tutorials
- Topic: Help with Custom Menus
- Replies: 15
- Views: 16812
Re: Custom Menus
O ok that looks cool I will check tonight when I get home What version should I have?
I did delete all files and re install the RA arduino program, so i should have the most up to date!
I did delete all files and re install the RA arduino program, so i should have the most up to date!
- Sun Oct 20, 2013 6:57 pm
- Forum: Tutorials
- Topic: Help with Custom Menus
- Replies: 15
- Views: 16812
Re: Custom Menus
That makes perfect sense! so I just uninstalled and re installed the reef controller program. no luck it is giving me the same issue.
What are the eagle files? i haven't figured out what they are or where they go? I am kinda assuming that missing them is my problem.
What are the eagle files? i haven't figured out what they are or where they go? I am kinda assuming that missing them is my problem.
- Sun Oct 20, 2013 3:54 pm
- Forum: Tutorials
- Topic: Help with Custom Menus
- Replies: 15
- Views: 16812
Re: Custom Menus
Try this: void MenuEntry8() { if (ReefAngel.PWM.GetChannelOverrideValue(0)<=100) { ReefAngel.PWM.SetChannelOverride(0,255); ReefAngel.PWM.SetChannelOverride(1,255); ReefAngel.PWM.SetChannelOverride(2,255); } else { ReefAngel.PWM.SetChannelOverride(0,100); ReefAngel.PWM.SetChannelOverride(1,100); Re...
- Sat Oct 19, 2013 9:57 am
- Forum: Tutorials
- Topic: Help with Custom Menus
- Replies: 15
- Views: 16812
Re: Custom Menus
Expansion Module i am using channels 0-3
- Fri Oct 18, 2013 8:19 pm
- Forum: Tutorials
- Topic: Help with Custom Menus
- Replies: 15
- Views: 16812
Help with Custom Menus
So I am having successes with the custom menus but what i want is an option to turn my lights on at anytime to full brightness. it says that the class PWMSetPercent doesnt exist but you had said in the manual that it does. what am I missing #include <RT_PWM.h> #include <ReefAngel_Features.h> #includ...
- Tue Oct 15, 2013 11:11 am
- Forum: Addons
- Topic: Dimming Expansion Stuck at 1%
- Replies: 15
- Views: 8688
Re: Dimming Expansion Stuck at 1%
Ok Great I understand now! And I am so excited I keep telling everybody about RA and how it allows you to do anything! And I love how quickly people can help and how much trouble shooting that is already out there! I also love all the expansion modules but i do have another question! what does the e...
- Tue Oct 15, 2013 10:09 am
- Forum: Addons
- Topic: Dimming Expansion Stuck at 1%
- Replies: 15
- Views: 8688
Re: Dimming Expansion Stuck at 1%
I kinda missed that line what does "port it to the head unit" mean? treat me like i am stupid with terminology! i understand the hardware but the software is my weak point!lnevo wrote:The weather program won't install on that dimming module and work is being done to port it to the head unit.
- Tue Oct 15, 2013 10:07 am
- Forum: Addons
- Topic: Dimming Expansion Stuck at 1%
- Replies: 15
- Views: 8688
Re: Dimming Expansion Stuck at 1%
:( that is so upsetting! dam these lights disappointment after disappointment! I dont understand what you mean? obviously i know that it wont work but i didnt think anything installs on the dimming module right? it wont work with the module? is it that the new module wont work with that program or j...
- Tue Oct 15, 2013 8:58 am
- Forum: Addons
- Topic: Dimming Expansion Stuck at 1%
- Replies: 15
- Views: 8688
Re: Dimming Expansion Stuck at 1%
That is awesome i just checked and i do have those jumper pins now just have to get some jumpers THANK YOU! yall are awesome! I cant wait to get it up and running and try the weather program!
- Tue Oct 15, 2013 7:38 am
- Forum: Addons
- Topic: Dimming Expansion Stuck at 1%
- Replies: 15
- Views: 8688
Re: Dimming Expansion Stuck at 1%
OK so they are working now! BUT I have another problem I didnt realize that they were 0-10V pwm and i needed 0-5V pwm. i know that someone could easily change them BEFORE sending them to me and i guess I should have asked but is it simple enough for me the change it? i am an engineer not an electric...
- Tue Oct 15, 2013 5:57 am
- Forum: Addons
- Topic: Dimming Expansion Stuck at 1%
- Replies: 15
- Views: 8688
Re: Dimming Expansion Stuck at 1%
Ok but that doesn't fix the problem that they don't follow the schedule. The dimming module keeps them at the lowest setting and won't ramp up or down.
- Mon Oct 14, 2013 7:57 pm
- Forum: Addons
- Topic: Dimming Expansion Stuck at 1%
- Replies: 15
- Views: 8688
Dimming Expansion Stuck at 1%
I have been searching and searching for any thing and have come up empty. I just got my RA today and am supper excited! I had a test so I had to wait to set it up. I am now programming it and I have gotten the Wifi to work in my house (although that is another issue will be looking into), and I boug...
- Thu Oct 10, 2013 10:01 am
- Forum: For New Members
- Topic: 2 koralias
- Replies: 12
- Views: 10469
Re: 2 koralias
ok because that is what mine do too!
hey if you to lazy to hook up that wp-40 i could take it off your hands i have been looking for one! probably one or two wp-25s would be better for my tank
hey if you to lazy to hook up that wp-40 i could take it off your hands i have been looking for one! probably one or two wp-25s would be better for my tank
- Thu Oct 10, 2013 9:59 am
- Forum: Addons
- Topic: SpeedWave/Jebao DC pumps
- Replies: 130
- Views: 104052
Re: SpeedWave/Jebao DC pumps
can anyone post a picture of how they wire these pumps into there set up? do you plug the wire into the pump or into a spot on the controller? it looks like you skip the controller from what i understand but how does the pump get power if you do that?
- Wed Oct 09, 2013 7:21 am
- Forum: Tutorials
- Topic: Clouds and Lightining Effects using standard PWM channels
- Replies: 54
- Views: 54818
Re: Clouds and Lightining Effects using standard PWM channel
Did we open a new thread for this?
- Tue Oct 08, 2013 12:08 pm
- Forum: For New Members
- Topic: 2 koralias
- Replies: 12
- Views: 10469
Re: 2 koralias
i know this is old and dead but i want to revive it temporarily! I have 2 koralias and i was wondering if you are just switching them on and off with the relays, or do you have fancier ones you can control the speed of? I just ordered so i havent played with anything yet! The reason i ask is dont th...