SENA ProBee-ZE20S-SEME User Manual

Page 63

Advertising
background image

ProBee-ZE20S-SExx User Guide Rev 1.8

63

5.4.7

Cluster Command for Binding

Each Smart Energy node can communicate with the other by cluster command. A cluster consists of

server-side cluster and client-side cluster, and both of them have their own commands. If a Smart Energy

node has server-side or client-side cluster, the node can send cluster command to other node that has the

other side cluster. Here is an example for sending cluster command.

Example) Send the ‘Get Last Message’ command in Messaging cluster from ProBeeSEID node.

#Screen of ProBeeSEID(end-device)

AT+DEST=0000,01<CR>

# Set Destination node to coordinator

# coordinator is now ProBeeSESI

AT+MSGETLAST<CR>

# Send ‘Get Last Message’ Command to

# ProBeeSESI Messaging Cluster (Server)

OK

# Response

Then ProBeeSESI node receives the ‘Get Last Message’ command messages as below:

#Screen of ProBeeSESI(coordinator)

+CEDF|SE_GET_LAST_MESSAGE

# Received ‘Get Last Message’ Command from

# ProBeeSEID

Example) Send the ‘Display Message’ command in Messaging cluster from ProBeeSESI node.

#Screen of ProBeeSESI(coordinator)

AT+DEST=AB74,01<CR>

# Set Destination node to ProBeeSEME

# ProBeeSEME is now end-device

AT+MSID=11335577<CR>

# Set Message ID

OK

AT+MSSTARTTIME=08-22-2013/15:08:30<CR>

# Set Messaging Start Time

OK

AT+MSCTRL=01<CR>

# Set Message Control

OK

AT+MSDURATION=0200<CR>

# Set Message Duration

OK

AT+MSDISPLAY=Test Message

# Send ‘Display Message’ command:

# “Test Message” string to destination node

Test Message

OK

# Response

Advertising