Page 1 of 1

RA Star Port Labels

Posted: Mon Mar 09, 2020 5:58 pm
by cosmith71
Is there a way to change the labels on these?
20200309_194827.jpg
20200309_194827.jpg (719.04 KiB) Viewed 8195 times
Thanks,

--Colin

Re: RA Star Port Labels

Posted: Mon Mar 09, 2020 9:58 pm
by rimai
Are you using the web wizard or Arduino IDE?

Re: RA Star Port Labels

Posted: Tue Mar 10, 2020 3:28 am
by cosmith2
Wizard. I can use the IDE if need be.

It seems like there was a function on the RA+ to assign labels on the screen. It's been a while and I can't remember. :mrgreen:

Re: RA Star Port Labels

Posted: Tue Mar 10, 2020 3:50 am
by cosmith2
ReefAngel.CustomLabels is the function on the Plus. Is there an equivalent on the Star?

Re: RA Star Port Labels

Posted: Tue Mar 10, 2020 11:13 am
by rimai
On the webwizard, add these lines at the end of your code:

Code: Select all

// RA_LABEL LABEL_TEMP1=Room
// RA_LABEL LABEL_TEMP2=Display
// RA_LABEL LABEL_ATOLOW=ATO
// RA_LABEL LABEL_ATOHIGH=Skimmate
// RA_LABEL LABEL_ACTINIC=Gyre 1
// RA_LABEL LABEL_ACTINIC2=Actinic 2
// RA_LABEL LABEL_DAYLIGHT=Daylight
// RA_LABEL LABEL_DAYLIGHT2=Daylight 2
// RA_LABEL LABEL_PORT11=ATS Pump
// RA_LABEL LABEL_PORT12=ATO
// RA_LABEL LABEL_PORT13=Fan
// RA_LABEL LABEL_PORT14=ATS Light
// RA_LABEL LABEL_PORT15=Gyre
// RA_LABEL LABEL_PORT16=Heater
// RA_LABEL LABEL_PORT17=Skimmer
// RA_LABEL LABEL_PORT18=Return

Re: RA Star Port Labels

Posted: Sun Mar 15, 2020 11:38 am
by cosmith71
Got it. Thanks!

I also found out the Wizard can do it, if I'd bother to enter in the labels. :D

Re: RA Star Port Labels

Posted: Mon Apr 27, 2020 7:21 am
by binder
What about using the IDE? Is it inside RA_CustomLabels.h ?

Re: RA Star Port Labels

Posted: Mon Apr 27, 2020 9:33 am
by rimai
You can change the file RA_CustomLabels.h

Re: RA Star Port Labels

Posted: Mon Apr 27, 2020 9:45 am
by binder
rimai wrote:You can change the file RA_CustomLabels.h
awesome thanks! that's what I thought (I discovered it after I posted my question).

Sent from my Pixel 2 using Tapatalk