Search found 214 matches

by troylong45
Sun Jun 10, 2018 12:43 pm
Forum: How do I code ...
Topic: skimmer code help
Replies: 5
Views: 6523

Re: skimmer code help

I'm at a loss to code this i tryed lol I even been searching all day. I thought i got close since it did everything but letting me manualy change it or the feed mode,wc off mode, if i take the else off it does everything besides reset its self to auto when the float reactives but I use it as a level...
by troylong45
Sat Jun 09, 2018 3:43 pm
Forum: How do I code ...
Topic: skimmer code help
Replies: 5
Views: 6523

Re: skimmer code help

just re-read your original question, my answer is only part right. you need to have a more complex if statement with other clauses to get your full answer. the way your code is, the float switch controls the port. Sent from my XT1585 using Tapatalk I came up with a new code and working but it is ig...
by troylong45
Sat Jun 09, 2018 12:50 pm
Forum: How do I code ...
Topic: feedmode delay
Replies: 2
Views: 4183

Re: feedmode delay

i just found a fix i thought i deleated this post oups
by troylong45
Sat Jun 09, 2018 12:38 pm
Forum: How do I code ...
Topic: skimmer code help
Replies: 5
Views: 6523

skimmer code help

im trying to get this to work for me . i want when the float active then skimmer is auto,on or delayedon to override when the float is deactive it turns off but when active again it turns back to auto,on or delayedon to override im doing this if(ReefAngel.HighATO.IsActive()!=1){ReefAngel.Relay.Overr...
by troylong45
Thu Jun 07, 2018 4:27 pm
Forum: How do I code ...
Topic: feedmode delay
Replies: 2
Views: 4183

feedmode delay

update..fixxed delay return only after feed mode //C First X sec after feeding mode disable return static time_t FMTimer=0; if (ReefAngel.DisplayedMenu == FEEDING_MODE) FMTimer=now(); if (now()-FMTimer >= 0 && now()-FMTimer < 300))//300 is secs {ReefAngel.Relay.Off(RETURN);}else{ReefAngel.Re...
by troylong45
Sun May 27, 2018 9:48 pm
Forum: How do I code ...
Topic: led dimming to led on/off ports
Replies: 9
Views: 8187

Re: led dimming to led on/off ports

Then the rest is just kinda math and calling out What's already been created. I realize there is way more behind the scenes when I opened lib. On dropbox Lol Is the wave pattern topic up todate I was trying to find that info on drop box but must have missed it I wanna try to take a crack at adapting...
by troylong45
Sun May 27, 2018 7:19 pm
Forum: Apps
Topic: Universal App
Replies: 236
Views: 266706

Re: Universal App

If I go to the U app web base on a Android device if I go into draw graphs I do not get to see the full graph if I do at least custom for pwme4,pwme5 it only shows me a portion of the screen graph I think maybe there's a browser display size issue or something I don't know One pic is landscape other...
by troylong45
Sun May 27, 2018 12:35 pm
Forum: How do I code ...
Topic: led dimming to led on/off ports
Replies: 9
Views: 8187

Re: led dimming to led on/off ports

get the if ,else deal . Like what maybe "if(X LOCATION(X VALUE) = X VALUE" it is looking for the location to be = to value And will make "{X LOCATION (X COMMAND) ; }else{X LOCATION (X COMMAND) ; } So maybe if (reefangel.pwm.daylights) = 50 { reefangle.relay.on(port6) ; }else{reefangle...
by troylong45
Sat May 26, 2018 3:20 pm
Forum: Standard
Topic: RA+ System for sale
Replies: 13
Views: 21305

Re: RA+ System for sale

well shoot i went ahead and orderd a new dimming board mine was shot. lol sorry i wont need that now how much on maybe just the expansion hubif shipped to 47804 area
by troylong45
Sat May 26, 2018 3:18 pm
Forum: How do I code ...
Topic: led dimming to led on/off ports
Replies: 9
Views: 8187

Re: led dimming to led on/off ports

it worked great thanks

libraries would help me understand more on my own?
by troylong45
Wed May 23, 2018 9:31 am
Forum: Standard
Topic: RA+ System for sale
Replies: 13
Views: 21305

Re: RA+ System for sale

Will u sell just dimming expansion and or expansion hub
by troylong45
Wed May 23, 2018 9:29 am
Forum: How do I code ...
Topic: led dimming to led on/off ports
Replies: 9
Views: 8187

Re: led dimming to led on/off ports

Thanks ill try that i think the code I was trying was missing some of These symbols }{ or actually I think there was a { be for the "if" command. That might be why so it never was reading the if or maybe else reading , cus it would force the lights on no matter % or relay overuse setting I...
by troylong45
Fri May 18, 2018 8:18 pm
Forum: Standard
Topic: RA+ System for sale
Replies: 13
Views: 21305

Re: RA+ System for sale

How much shipped to 47802 usa

expansion hub
dimming expansion
by troylong45
Fri May 18, 2018 6:30 pm
Forum: How do I code ...
Topic: led dimming to led on/off ports
Replies: 9
Views: 8187

led dimming to led on/off ports

i want to add update led code i tryed my self from code from lnevo but it dont do anything i moved controller to my moms tank so none of my old code works with this when i remove parts i dont want what do i need to add/remove to have port 3 turn on when dimming add-on channel 0 is grater then 0% and...
by troylong45
Sun May 14, 2017 6:28 pm
Forum: Apps
Topic: Client Suite 3.0
Replies: 109
Views: 158715

Re: Client Suite 3.0

How does this work. Is it connected via ttl/usb to windows 10? I want to get a windows 2 in 1 or a full windows tablet and connect to it will this work?
by troylong45
Sun Mar 05, 2017 7:06 am
Forum: How do I code ...
Topic: Times and time zones
Replies: 2
Views: 3382

Re: Times and time zones

Ok,i was wondering cue my cloud feature if run at night I think
by troylong45
Thu Mar 02, 2017 10:56 am
Forum: How do I code ...
Topic: Times and time zones
Replies: 2
Views: 3382

Times and time zones

I forGet if I set time for cloud to start and end do I put that time in as my local time? Like if its 9am Eastern Standard Time where I'm located and I want the cloud to start at 9 a.m. will I just put 9 a.m. or is there a different time zone I put in or did that just have to do with offset and stuf...
by troylong45
Tue Feb 14, 2017 6:33 pm
Forum: Standard
Topic: memory update daily?
Replies: 6
Views: 4931

Re: memory update daily?

I just wanted the geolocation for the sunrise and sunset to do the same for cloud start after and end befor times just like sun up and sun down so maybe just read from std light and whatever the other one is?
by troylong45
Wed Feb 01, 2017 5:23 am
Forum: Standard
Topic: memory update daily?
Replies: 6
Views: 4931

Re: memory update daily?

I was wanting my cloud code start and end times to read from the white channel on off times
by troylong45
Fri Jan 13, 2017 3:54 pm
Forum: Standard
Topic: memory update daily?
Replies: 6
Views: 4931

Re: memory update daily?

Bump
by troylong45
Sun Jan 08, 2017 3:05 pm
Forum: Standard
Topic: memory update daily?
Replies: 6
Views: 4931

memory update daily?

will this update and/or reupdate every day ? i have sun location code and sun rise and set. and need this to up date every day what i need is i want to have cloud start after StdLightsOnHour,StdLightsOnMinute and stop befor StdLightsOffHour,StdLightsOffMinute same with my updateled relay on off time...
by troylong45
Wed Jan 04, 2017 3:25 pm
Forum: Requests
Topic: Jebao DC Modes
Replies: 21
Views: 25382

Re: Jebao DC Modes

Cus the storm code i belive at nightly reset or whatever u want to call it when it starts a new day i believe the code predeturms cloud and lighting for the day cus it gives i variable for portal of when next cloud is and how long so should beable to write code to take that variable and start a pwm ...
by troylong45
Wed Jan 04, 2017 3:17 pm
Forum: Requests
Topic: Jebao DC Modes
Replies: 21
Views: 25382

Re: Jebao DC Modes

Im trying to see if i can ramp the pwm channal as if it was a light channel i thing it should work . like make it 100% when cloud with lighting lile a hour or longer befor and after
by troylong45
Wed Jan 04, 2017 3:12 pm
Forum: Requests
Topic: windows tablet???
Replies: 5
Views: 9407

Re: windows tablet???

O ok cool i didnt know i was a new issue that arose ill try that like 2 weeks from now lol i works 12hours a day for 3 weeks no day off lol. My issue with the relay started that day and it was only relay 2 would not cycle on anymore it said it was on the app but it wasnt on. And that was my heat and...
by troylong45
Wed Jan 04, 2017 6:19 am
Forum: Requests
Topic: windows tablet???
Replies: 5
Views: 9407

Re: windows tablet???

Yes my controller relay box quite workong i think that is why its not updating .
by troylong45
Sat Dec 31, 2016 11:06 pm
Forum: How do I code ...
Topic: Cloud and Lightning Code for Dimming Expansion
Replies: 106
Views: 232899

Re: Cloud and Lightning Code for Dimming Expansion

You got it where it dont turn off in yours ? And your using updateled relay sync code aswell?
by troylong45
Sat Dec 31, 2016 1:19 am
Forum: How do I code ...
Topic: Cloud and Lightning Code for Dimming Expansion
Replies: 106
Views: 232899

Re: Cloud and Lightning Code for Dimming Expansion

graphrapwm17day.png
graphrapwm17day.png (16.8 KiB) Viewed 24229 times
graphrapwm130day.png
graphrapwm130day.png (17.81 KiB) Viewed 24229 times
by troylong45
Sat Dec 31, 2016 1:18 am
Forum: How do I code ...
Topic: Cloud and Lightning Code for Dimming Expansion
Replies: 106
Views: 232899

Re: Cloud and Lightning Code for Dimming Expansion

graphrapwm07day.png
graphrapwm07day.png (17.11 KiB) Viewed 24233 times
graphrapwm030day.png
graphrapwm030day.png (17.76 KiB) Viewed 24233 times
by troylong45
Fri Dec 30, 2016 10:51 am
Forum: How do I code ...
Topic: Cloud and Lightning Code for Dimming Expansion
Replies: 106
Views: 232899

Re: Cloud and Lightning Code for Dimming Expansion

Ok ill have to look at it later i changed it to 2 and that didnt work so i tryed 200 still same towards the beginning and end of ramp slope. Ill post a screen shot when i get home
by troylong45
Thu Dec 22, 2016 6:15 pm
Forum: Standard
Topic: Reef Angel Plus and tons of extras FS
Replies: 45
Views: 29806

Re: Reef Angel Plus and tons of extras FS

Do you still have anything for sell me relay boxjust quit