SENA ProBee-ZE20S-SEME User Manual
Page 67

ProBee-ZE20S-SExx User Guide Rev 1.8
67
Example) Send ‘Get Profile’ command from ProBeeSEID to ProBeeSEME with ‘Delivered’.
#Screen of ProBeeSEID(end-device)
AT+DEST=AB74,01
# Set destination address to ProBeeSEME
DESTINATION ADDRESS: 0xAB74, END POINT: 0x01
OK
AT+SMGETPROFD=01
# Send ‘Get Profile’ command
OK
Then ProBeeSEID node receives the ‘Get Profile Response’ command messages as below:
+AB74|SE_GET_PROFILE_RESPONSE|00|12|02|08-04-2013/12:34:56
+AB74|SE_GET_PROFILE_RESPONSE|INTERVAL0|AABBCC
+AB74|SE_GET_PROFILE_RESPONSE|INTERVAL1|010203
+AB74|SE_GLOBAL_COMMAND|0702|0B
# Receive response message from ProBeeSEME
5.4.12 Binding DRLC Cluster
ProBeeSESI node has server-side DRLC Cluster and ProBeeSEID has client-side DRLC Cluster. They
can communicate with each other by DRLC Cluster commands.
Example) Add, Modify, Remove ‘DRLC Event List’ at ProBeeSESI node.
#Screen of ProBeeSESI(coordinator)
AT+DLSTARTTIME=08-04-2013/13:14:15
# Set DRLC Start Time
OK
AT+DLSET=00000001,000A,01,0100,02,30,1000,40,1200,0A,0B,0C
OK
# Add DRLC Event (ID: 00000001)
AT+DLSET=ABAB,35,02,200,05,15,500,25,600,10,3,4
OK
# Add DRLC Event (ID: 0000ABAB)
AT+DLLIST
# Show DRLC Event List
event ID|clss|gr|dura|cr|cool(sp)|heat(sp)|av|du|ct|start time
00000001|000A|01|0100|02|30(1000)|40(1200)|0A|0B|0C|08-04-2013/13:14:15
0000ABAB|0035|02|0200|05|15(0500)|25(0600)|10|03|04|08-04-2013/13:14:15
OK
AT+DLSET=00000001,00BB,05,0200,55,40,1000,50,2000,01,02,03
OK
# Modify DRLC Event by inputting
# same ID in DRLC List
AT+DLLIST
# Show DRLC Event List