User`s guide

Monitoring capabilities in the web interface
198
Gateway device details
This part of the display shows information about the Digi device and its role as a gateway
device in the XBee network. It shows the current
PAN ID, Channel, and address in use
for the XBee network.
Network view of the XBee devices
This part of the display shows the gateway and any devices that have joined the XBee
network. Click the Discover XBee Devices button to refresh the list of devices that have
joined the mesh network. (The discovery operation may take a few seconds.) Click on a
device's table entry to view more detailed information of the state of that device.
Python Application XBee Socket Counters
This section includes data counters that are specific to XBee Sockets implemented using a
Python application.
Frames Sent: The total number of transmitted frames.
Frames Received: The total number of received frames.
Bytes Sent: The total number of bytes sent.
Bytes Received: The total number of bytes received.
Python Application XBee Socket Error Counts
This section includes error counters that are specific to XBee Sockets implemented using a
Python application. These values will help determine the quality of data that is being sent or
received, and are useful in troubleshooting communication errors in an XBee network.
Transmit I/O Errors: The total number of transmitted frames that could not be
transmitted due to an I/O error.
Transmit CCA Failures: The total number of transmitted frames which could not
be transmitted due to a CCA error.
Transmit ACK Failures: The total number of transmitted frames which could not
be transmitted due to an ACK error.
Not Joined Errors: The total number of transmitted frames which were attempted
to be transmitted to an unjoined node.
Self Addressed Errors: The total number of transmitted frames for which a node
attempted to transmit to itself.
No Address Errors: The total number of transmitted frames for which the
destination address could not be found.
No Route Errors: The total number of transmitted frames for which a router to the
destination could not be found.
Receive Frame Errors: The total number of frames where an error occurred on
receive.
Received Bytes Dropped: The total number of bytes dropped due to an exhaustion
of internal buffers.