This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

终端设备尝试入网请求时间

Other Parts Discussed in Thread: Z-STACK

网络中只要协调器和终端,当协调器断电时,终端是一直尝试加入吗?
终端的配置如下,我想实现的是终端一直在尝试加入协调器直到协调器上电
请问下面的配置有问题吗?

/**************************************** * The following are for End Devices only ***************************************/ -DRFD_RCVC_ALWAYS_ON=FALSE /* The number of milliseconds to wait between data request polls to the coordinator. */ -DPOLL_RATE=1000 /* This is used after receiving a data indication to poll immediately * for queued messages...in milliseconds. */ -DQUEUED_POLL_RATE=100 /* This is used after receiving a data confirmation to poll immediately * for response messages...in milliseconds */ -DRESPONSE_POLL_RATE=100 /* This is used as an alternate response poll rate only for rejoin request. * This rate is determined by the response time of the parent that the device * is trying to join. */ -DREJOIN_POLL_RATE=440 /* Rejoin retry backoff silent period timer duration in milliseconds - default 15 minutes according to HA test spec */ -DREJOIN_BACKOFF=900000 /* Rejoin retry backoff scan timer duration in milliseconds - default 15 minutes according to HA test spec */ -DREJOIN_SCAN=900000