Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Proximity and bursting

Rank

Total Posts: 15

Joined 2012-11-16

PM

I have a couple of questions,
I have 2 couples of master/slave nodes. Each slave opens a channel with DeviceNumber = 0 and Proximity low in order to detect only the closest device, no matter of the DeviceNumber.
Of course each master has his unique DeviceNumber.

MasterA–SlaveA MasterB-SlaveB

Once each Slave has connected to the relative Master (SlaveA to MasterA e SlaveB to MasterB), can each master receive messages from the other slave node?
i.e. can MasterA receive message from SlaveB?

And what in case of SlaveB bursting to MasterB? Can the MasterA receive any messages from SlaveB?

thanks      
Avatar
RankRankRankRank

Total Posts: 744

Joined 2012-09-14

PM

Hi,

Any slave channel can track any master channel. The slave channels can only perform bi-directional communication with the master channel they are tracking. If you wish to send messages from the node hosting slave channel B to the node hosting master channel A, you can open another slave channel to pair to master channel A.

Cheers