Search found 95 matches

by bigHUN
Sat Dec 20, 2014 12:17 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

"controller test code"

Where can I find it, what and how to do it to post back?
by bigHUN
Fri Dec 19, 2014 8:49 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

So I can assume the dimming expansion module is "as is" ?
by bigHUN
Wed Dec 17, 2014 7:16 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

any work around possible with 0 Volts to ram up to 10V and back to 0 Volts on the dimming module?
by bigHUN
Wed Dec 17, 2014 1:36 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

does the number of digits for zero's have anything to do with it?
{0 -or- 00 -or- 000}
right now is 3.40 pm in my PC and the RA+ is late 3 minutes (last time they were synced 3 days ago), today I am running the slope from the same program above

ch0 = 00
ch1 = 000
ch2 = 800
ch3 = 77
ch4 = 0
ch5 = 980
by bigHUN
Wed Dec 17, 2014 10:23 am
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

How you mean "time is set properly"?
AM and PM is right, the RA clock is in sync to PC, what else is there?
by bigHUN
Tue Dec 16, 2014 10:27 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

18 minutes after midnight, a quick look at the RA+

ch0=0 10.64 Volt on the expansion module port
ch1=0 10.64 V
ch2=0 10.64 V
ch3=00 5.78 V
ch4=000 8.6 V

Is this normal? Also, finding it interesting the number of zeros........
by bigHUN
Tue Dec 16, 2014 2:49 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

sorry not #5 3 and 4 have one of each power cables running to 2+2 ELM's, {I did rewiring the ELM 60-40 drivers for a manual overdrive for case of emergency and when I finished then I noticed the #3 and #4 powercable swap inside the box, didn't wanted to re-solder again so I just moved the timing.......
by bigHUN
Tue Dec 16, 2014 12:25 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

this last code just couple posts above
#4-5 relays powering the 2+2 dimmers, and these are the four channels from 0-3 feeding the LEDs
(4 is a moonlight and the 5 would be the a cooling fan but the dimming module can't give enough Amps)
by bigHUN
Mon Dec 15, 2014 5:23 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

I am noticing, in relative to the time of the day the display shows either 0 or 100% and nothing in between... at this moment I am testing the parabola, one day, the other day the slope (btw the LED's are ramping up in the morning, it is visible how the light increases whenever I am passing by, but ...
by bigHUN
Sat Dec 13, 2014 9:39 am
Forum: Standard
Topic: Which relay box ports stay on when head reboots?
Replies: 21
Views: 12724

Re: Which relay box ports stay on when head reboots?

will the BT do monitoring as well or only loading codes?
by bigHUN
Sat Dec 13, 2014 9:33 am
Forum: Standard
Topic: Do we have a WTS/WTT section here?
Replies: 2
Views: 2365

Re: Do we have a WTS/WTT section here?

I have two boards, RA and RA+
by bigHUN
Fri Dec 12, 2014 12:32 pm
Forum: Standard
Topic: Do we have a WTS/WTT section here?
Replies: 2
Views: 2365

Do we have a WTS/WTT section here?

Turned out I have ended with an extra RA and RA+ controller board, I may not have further use for these.
by bigHUN
Fri Dec 12, 2014 11:52 am
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

rimai, binder THANK YOU FOR THE GREAT HELP all uploads working, testing now for the functionality including the code for future reference #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include...
by bigHUN
Fri Dec 12, 2014 9:38 am
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

mind you inserting it for me, not sure I can follow you entirely, and thanks in advance
by bigHUN
Fri Dec 12, 2014 9:33 am
Forum: Standard
Topic: PWM dimming module ver2.1
Replies: 10
Views: 6891

Re: PWM dimming module ver2.1

In this code yes it may have some numbers as you sad 40, but I have tried zeros. In the morning the dimming can start from zero=or very low dim but at evening when the dimming goes down towards zero the display shows the lowest value but the LED's are still up on some higher level not on low dim.......
by bigHUN
Thu Dec 11, 2014 7:52 pm
Forum: Standard
Topic: PWM dimming module ver2.1
Replies: 10
Views: 6891

Re: PWM dimming module ver2.1

I forgot to say this earlier, until I was waiting for my RA+ replacement board I needed to run my LED's with MeanWell 60-40D, so I ordered a manual dimmer from rapidled. I built a manual overdrive for my LED fixture for next time something goes wrong again with the controller. And, Yes, the MeanWell...
by bigHUN
Thu Dec 11, 2014 6:20 pm
Forum: Standard
Topic: PWM dimming module ver2.1
Replies: 10
Views: 6891

Re: PWM dimming module ver2.1

dimming expansion module,
any chance to refresh, doesn't seem to me update as per the main board clock....
the LCD shows 10 or 5 or whatever low but the LED's are on most likely full bright
I power restart the system and then, then the LED's lit up to dim low
by bigHUN
Thu Dec 11, 2014 4:55 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

forgot #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_TempSensor....
by bigHUN
Thu Dec 11, 2014 4:53 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

rimai

I used all Temp[T1_PROBE] instead of Temp1; Temp[T2_PROBE] instead of Temp2; Temp[T3_PROBE] instead of Temp3

gave me an error on line

DrawText(TempColor,COLOR_WHITE,x,y,"T1:");

********'DrawText' was not declared in this scope
by bigHUN
Wed Dec 10, 2014 9:55 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

rimai - I will try that on spare board, right now my laptop is connected to main tank ********Temp[T1_PROBE] instead of Temp1 binder - these command lines didn't gave me error on the spare board, that is good news, but // Set the Lights Overheat probe to be T1 ReefAngel.OverheatProbe = T1_PROBE; // ...
by bigHUN
Wed Dec 10, 2014 8:03 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

got an error at upload:

if ( ReefAngel.Params.Temp1 < lowTempValue ) { TempColor = COLOR_BLUE; }

*****"struct ParamsSruct' has no member named 'Temp1'"

DrawText(DPColor,COLOR_WHITE,x+60,y+10,"DP:");

*****"DrawText' was not declared in the scope"
by bigHUN
Tue Dec 09, 2014 7:53 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

I have managed to shift the existing text and graphics on the LCD also swap some colors. Removing the DP and AP didn't work do to an error in upload: // Parameters - does not display DP & AP ReefAngel.LCD.DrawMonitor( 15, 53, ReefAngel.Params ); pingSerial(); "No matching function to call t...
by bigHUN
Tue Dec 09, 2014 1:41 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

binder : - your highlights removing the entire block not only the DP / AP Question: - I got a new Temp probe to replace the old was leaking still can use it at dry ambient. No matter how I plug in now both, the old Temp probe gets to the first-top T1 always to show.... is there any internal code or ...
by bigHUN
Mon Dec 08, 2014 8:40 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

Hello, in mean time I did some changes, got the color naming from the libraries/RA_colors - changed the 6 chanels colors to NAVY - also toke 2 out of 6 rings still would like to learn how to center them in horizontal - how to shift the entire thing down couple pixels, because the space between the r...
by bigHUN
Mon Dec 08, 2014 7:29 pm
Forum: Standard
Topic: PWM dimming module ver2.1
Replies: 10
Views: 6891

Re: PWM dimming module ver2.1

I have 2 spare-extra wires in the bundle but ...can I steel somewhere within the RA units that low voltage feed for fans? so don't need an extra power adapter...
by bigHUN
Mon Dec 08, 2014 3:30 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

My Menu is already some sort of custom from Roberto back in 2012....
I just want to change some colors and font thicknesses, but must be coming from external files in library?....
remove the DP and AP and things like that
by bigHUN
Mon Dec 08, 2014 3:23 pm
Forum: Standard
Topic: PWM dimming module ver2.1
Replies: 10
Views: 6891

Re: PWM dimming module ver2.1

Any port I can reuse either from main board or relay box to power max 1Amps the two small PC fans?
Not really liking the idea I need to pull a separate power cable + any 5-10 V power adapter back to the LED fixture....
by bigHUN
Mon Dec 08, 2014 3:20 pm
Forum: Standard
Topic: LCD all white
Replies: 17
Views: 10267

Re: LCD all white

thanks,
powered up the questionable board for playing and learning curve
by bigHUN
Mon Dec 08, 2014 2:16 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Re: Main Menu features

I have found the colors in libraries, did some changes.
I have also deleted two rings but how can I center the remaining four rings in the width?
Also, how can I change the T1-T3 colors?
_20141207.ino
(5.22 KiB) Downloaded 505 times
by bigHUN
Mon Dec 08, 2014 1:10 pm
Forum: How do I code ...
Topic: Main Menu features
Replies: 36
Views: 26478

Main Menu features

Can somebody help me out with these? I would like to change some colors on main screen but don't know what are the default abbreviation/names for each... 1. - The first 3+3 channels are some orange color and I want some brighter as dark blue .or can be bolded... 2. - I have 6 I/O channels there I wa...