set IR on coordinator?

Hi,

We have an xbee zb network sending api commands between coordinator, routers and endpoints. We would like to get analog samples off the local coordinator. IR works if the DH-DL is set to the coordinator SH SL. Command Reference states IR is valid for coordinator. Question is there a problem setting the coordinator DH DL to itself. Will this affect communication with other xbees in the network?

Thank you…

In ZB network, DH and DL only apply to the radio if it is in transparent mode / AT mode (AP=0).

If you are using the API mode, then DH and DL are not used as far as sending packets to other radios.

I don’t see a problem with the way you are handling things. A little unconventional, but it should work.

Thanks… Is there a conventional way to get the analog sample off local coordinator?