Is there a way to change the labels on these?
Thanks,
--Colin
RA Star Port Labels
- cosmith71
- Posts: 1432
- Joined: Fri Mar 29, 2013 3:51 pm
- Location: Oklahoma City
RA Star Port Labels
You do not have the required permissions to view the files attached to this post.
-
rimai
- Posts: 12857
- Joined: Fri Mar 18, 2011 6:47 pm
-
cosmith2
- Posts: 3
- Joined: Wed Jun 12, 2013 8:00 am
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.
-
cosmith2
- Posts: 3
- Joined: Wed Jun 12, 2013 8:00 am
Re: RA Star Port Labels
ReefAngel.CustomLabels is the function on the Plus. Is there an equivalent on the Star?
-
rimai
- Posts: 12857
- Joined: Fri Mar 18, 2011 6:47 pm
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.
- cosmith71
- Posts: 1432
- Joined: Fri Mar 29, 2013 3:51 pm
- Location: Oklahoma City
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.
-
binder
- Posts: 2865
- Joined: Fri Mar 18, 2011 6:20 pm
- Location: Illinois
- Contact:
Re: RA Star Port Labels
What about using the IDE? Is it inside RA_CustomLabels.h ?
-
rimai
- Posts: 12857
- Joined: Fri Mar 18, 2011 6:47 pm
-
binder
- Posts: 2865
- Joined: Fri Mar 18, 2011 6:20 pm
- Location: Illinois
- Contact:
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
