Other Parts Discussed in Thread: Z-STACK, CC2530
Hello, i'm using ztack v3 and have this configuration:

all are in range. when i turn off zr1, zr2 doesn't send messages to ZC, i'm checking neighbours and associated list and the router coordinator. This is the status when all devices are on:

As you can see, zc and zr1 are in the neighbours list (zc = 32464, zr1 = 14785) and the coordinator is zr1. (ignore concentrator as i haven't programmed that part yet).

Now this is how it looks when zr1 is turned off. When i send the message from zr2 to zc, it doesn't go trough. (when zr1 is turned on it works). All devices can see each other.
Also how can i make sure of the route the message took? how can i know if the messge was sent directly to neighbour or it was sent through intermediary? (i need this for red structure data analisis, like rssi between devices).
The other problem i have is that when i try to send messages in a row my program or it gets stuck or it reset (this is random)(if i wait some time, this doesn't happen). I can't find a flag to check before sending messages . Can some1 point me to the .h, structure or flag to check before knowing i can send a message? i don't want to use a timer, i prefer to check for flags
That would be all.
Thank you.
Nico