Is there a way to change the labels on these?
Thanks,
--Colin
RA Star Port Labels
Re: RA Star Port Labels
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.
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.
Re: RA Star Port Labels
ReefAngel.CustomLabels is the function on the Plus. Is there an equivalent on the Star?
Re: RA Star Port Labels
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
Roberto.
Re: RA Star Port Labels
Got it. Thanks!
I also found out the Wizard can do it, if I'd bother to enter in the labels.
I also found out the Wizard can do it, if I'd bother to enter in the labels.
Re: RA Star Port Labels
What about using the IDE? Is it inside RA_CustomLabels.h ?
Re: RA Star Port Labels
awesome thanks! that's what I thought (I discovered it after I posted my question).rimai wrote:You can change the file RA_CustomLabels.h
Sent from my Pixel 2 using Tapatalk