Home AMX User Forum AMX Control Products

Multiple R4's per Gateway?

I need to add 4 R4s to a job which already has 4 R4s which run on 2 gateways set to channels 15/25. Each gateway handles 2 R4s. Since I can't add more gateways (house isn't large enough to repeat channels) I'm stuck adding 2 more R4 to each gateway for a total of 4 R4s per gateway. I still don't really like R4s since they require a lot of consideration when designing/coding feedback and when running multiple R4s on a single gateway that only compounds the problems.

Since I've never tried more than 2 R4s per gateway I'm curious to learn what others have experienced. Am I just being paranoid? I already significantly control the feedback I send them so is anyone running 4 or more R4s per gateway with good results?

Comments

  • John NagyJohn Nagy Posts: 1,734
    Our dealers experience suggests that 4 should be fine per gateway. We have one install with 6 per gateway and no complaints, but we have had a few that tried 6, 7, even 9, and found them to get swamped. Repeaters can make it worse. They are fine if you just need range, but not to add R4's.

    It will depend on your code and your environment, but 4 is our maximum recommendation. Our system is pretty demanding (lots of traffic) so we do a lot of work to pace the outgoing commands, but if it holds up for us, it will hold up for most.

    FYI we found that the gateway can't efficiently send commands to the R4's while it gets a continuous flow of commands coming from the NetLinx, even if paced slower ala the AMX Australia queue module. We found the best results came if you give a break for a second or more every 40 or so commands. This lets them get out, and we actually found overall throughput went UP with this scheme... the second or so gap does NOT slow the appearance at the panel as much as it does when the gateway can't get a break. And it does wonders for keeping the buffer under the magic 300 that causes it to drop offline.

    Check the buffer and connection logs in the gateway web browser often when tuning the queue or delays, they tell the whole story.
  • viningvining Posts: 4,368
    Thanks, that's the type of response I was looking for.
  • TurnipTruckTurnipTruck Posts: 1,485
    You don't need to repeat channels to run a third gateway. There was a tech note a while back stating that there are three ZigBee channels that don't overlap with WiFi. I beleive they are 11, 20 and 26.

    I would add a third gateway to keep the R4-per-gateway count minimized.
  • viningvining Posts: 4,368
    I thought the only non overlapping channels that don't interfere with wi-fi were 15 & 25 (26 outside US). I'll look into it just to make sure since that would be ideal solution.

    From day 1 I didn't like these being in the same spectrum as wi-fi especially since we had enough issues with that spectrum already and if I recall Zigbee comes in several flavors (spectrums) but the 2.4ghz had the highest data transfer rate.

    Here's a link that I've posted several times since the R4's first came out that I've used for reference, I'll verify if it's still valid but AFIK the PRO release only affected traffic routing not bandwidth.

    The old link is no longer valid but this link is an updated version of that and nows shows 15, 20, 25, 26 as being valid non interfering channels. Is 25 still greyed out in the gateways as an option? If not that would give me the 4 channels I want to keep everything 2 on 1.

    http://www.mobiusconsulting.com/papers/ZigBeeandWiFiInterference.pdf

    I found the old link which I printed out long ago (hanging up behing my monitor) and it shows the same non interferring channels as this new link. I swear I thought we were limited to channels 15 & 25/26, maybe I was brainwashed by the forum or maybe my brain is toast. :)


    I also found another link:
    http://www.zigbee.org/imwp/idms/popups/pop_download.asp?contentID=13184
    which show channels 15. 16, 21 & 22 as being non interferring but they're using wi-fi channels 1, 7 & 13 so maybe they're non US. I thought Scheider Electric was based in America though??
  • John NagyJohn Nagy Posts: 1,734
    "Schneider Electric is a French global company"
    http://en.wikipedia.org/wiki/Schneider_Electric
  • John NagyJohn Nagy Posts: 1,734
    I just checked the channel I'm using in my home. It was 11. I changed to 15 and the R4 display response nearly doubled.

    I was satisfied with 1-3 second delays on page changes, as they are data driven with lots of data. Now they are showing up in half the time.

    Don't know how I missed this before, maybe I just didn't realize the impact of avoiding WIFI.

    EDIT: More testing, found range extended too, but not by much (5-10 feet more, over the 50' I was getting before).
  • viningvining Posts: 4,368
    Your nearest access point to the gateway was probably on channel 1 then. If you're using all 3 wi-fi channels and the furthest AP from the gateway was set to channel 1 you might not see the interference so it really depends on how close the APs are to the gateways and what channels the AP and gateway are on. According to the charts there are only 3 non overlapping holes but the chart doesn't account for the distances between devices that also come into play when looking for holes in the spectrum.
  • John NagyJohn Nagy Posts: 1,734
    Indeed, an access point about 20 feet from the gateway is at channel 1.
  • viningvining Posts: 4,368
    It turns out that both channels 25 & 26 are usable now although last time I did this one channel was greyed out and not selectable. This means we now have 4 possible channels that definitely don't overlap with wi-fi when all 3 wi-fi channels are used, zigbee channels 15, 20, 25 & 26 so I was able to keep my ratio down to 2 R4s per gateway. Of course depending on your access point locations and distances between them and the gateways you could always put gateways on channels that overlap with access points providing the distance between overlapping devices is sufficient so there's not enough signal amplitude at any point to cause interference. Basically on opposite ends of the house or building if the house or building is large enough where multiple access points are required.

    It's probably a good idea to always use one of the 4 non overlapping zigbee channels even when only one or two access points are installed just in case someone decides to add another AP down the road or simply change the RF channels and not knowing there's a potential of interfering with the zigbee. They probably wouldn't even know there is zigbee on the job and if they did they probably wouldn't know what that means.
  • DHawthorneDHawthorne Posts: 4,584
    I've found that adding a repeater often boosts performance beyond what you would expect from the range increase. I'm guessing it's because gateway/repeater performance is better, and takes some of the load off the gateway.
Sign In or Register to comment.