RF Module for Eco

Do you have a question on how to do something.
Ask in here.
Post Reply
ecam
Posts: 229
Joined: Thu Nov 15, 2012 11:27 am

Re: RF Module for Eco

Post by ecam »

Okay, Im finally ready to work on this code. I have 4 vortechs. 1 left, 1 right, 2 in the back (l,r). I see from a previous post how to define the channels. The question is, how do i know which of my vortechs are being called in the variable.

For example, the 2 in the backwall i only want it to run lagoon and short pulse.

The left and right ones I dont want it running those modes.

Also, I'm assuming there is no variable yet to call the back wall feature of the Vortechs


Thanks again
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: RF Module for Eco

Post by lnevo »

Its determined by the mode you set your pump.

Once they are in slave mode i believe

White= sync
Orange=anti-sync
Turquoise=back wall

If your gonna run the backwall ones in a different mode then left / right, you could run the backwall as sync/antisync with each other.
ecam
Posts: 229
Joined: Thu Nov 15, 2012 11:27 am

Re: RF Module for Eco

Post by ecam »

IF I use this:

#define Var_40L
#define Var_40R
#define Var_40BL
#define Var_40BR

how can i be sure that the 40L is indeed the left vortech? This is why im trying to figure out how ti id the channels on the RF module

I want to doas such;

40L reef crest mode
40R Antisync
40BL short pulse or backwall
40BR antisynch to 40BL
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: RF Module for Eco

Post by lnevo »

You can define those like that. You need to assign the value to those variable names. You have to look at your vortech manual and assign the pumps to the channel you want them. You could set each channel one by one to confirm. This is a vortech question really...
Post Reply