How can I interpret query_state result with Zigbee as target?

Hi,

I want to check the reliability of my network. So I found that the best way would be to use the info from the zigbee query_state response which is for example :

            
              0x400
              0xc
              0x804b
              0x1843
              0x50002
              73
              20858
              80
              0x2040
              200
              2000
              65535
              65535
              3333
              65535
              20
            

However, I don’t understand all the field of this response. Where can I find a document which will explain this?

In addition it seems that the data are often the same (even if I do a cache=“false”). For example, for all my Xbee nodes : missed_sync_msg is 3333, rf_errors and good_packets and missed_syncs are 65535. As if these data were at there maximum…
How can I interpret these data correctly?

Thanks,

Benjamin

Hi,

I would like to know the meaning of the parameters send in response of a query_state and a query_setting command with target set as zigbee.
If you could give me the link to a specification document or something else it would be very helpful!

Thanks,

Benjamin

bsoufflet,
The Xbee product guide talks about some of these. It’s in the AT command section (page 129):
http://ftp1.digi.com/support/documentation/90000976_F.pdf

If you’re feeling ambitious, the API section of the document might also have some additional detail, starting on page 99.