Mio R4 Zigbee pro
nick_b
Posts: 15
Problem1:
In Netlinx studio help one read DEVICE_WAKE(device, mode) in the Netlinx code to wake a suspended device.
Got a compile error "symbol Normal_wake not declared" ??? in line :
DEVICE_WAKE (DEVICE, NORMAL_WAKE)
Problem 2:
Can not send the TP4 file. Now with zigbee pro we can send the TP file with zigbee or is it still the old USB ??
In Netlinx studio help one read DEVICE_WAKE(device, mode) in the Netlinx code to wake a suspended device.
Got a compile error "symbol Normal_wake not declared" ??? in line :
DEVICE_WAKE (DEVICE, NORMAL_WAKE)
Problem 2:
Can not send the TP4 file. Now with zigbee pro we can send the TP file with zigbee or is it still the old USB ??
0
Comments
Also, a common support call item: remove all user pages in the R4 before sending a new project, EVERY TIME. Prevents a lot of timeouts and failed transfers.
1. You need an updated copy of NetLinx.axi in your c:\program files\common files\amxshare\axis folder. Maybe you just need to install a new version of Studio? Is yours outdated? NORMAL_WAKE is declared in NetLinx.axi
2. USB (and understanding how to use the Virtual NetLinx Master settings) is essential for loading the zigbee remotes.
Great reply. Thanks
Netlinx build 3.20418
AXI is version 1.52
It is compiling ok on other desktop PC. So will check file on my laptop.
Nick from The Netherlands
From the AXI file I have to copy the Define_library_function Device_wake into source program.
From the AXI file the integer normal_wake =$03
Now it will compile ok.
But it is not working. Button_event [mio,61] will have the statement device_standby[mio,$01)
But no standby. Anyone see the function wake and standby device working on R4??? It is not the display wake and sleep. Those are working
Nick