Get started with Digi Remote Manager
Configure Remote Manager features by scheduling tasks
Digi XBee3 Cellular LTE-M/NB-IoT Global Smart Modem User Guide
80
n
Remote Manager
Schedules
user interface.
n
Remote Manager
API Explorer
user interface
n
Programming web service calls
Note
For any of these methods to work properly, you must have SM/UDP enabled. See
Overview: Create a schedule for a set of tasks
When using the
, the XBee Cellular devices are designed to poll Remote
Manager once per day over the SM/UDP protocol to check for any active operations. In order to
perform a set of tasks, the device needs to be told to connect to Remote Manager, perform the
sequence of tasks, and then told to disconnect.
The following provides a template of how to create a schedule for an XBee to connect, perform a set
of tasks and then disconnect:
1. Make sure that SM/UDP is enabled. See
.
2.
.
3. Click
Device Management > Schedules
.
4. Click
New Schedule
. The
New Schedule
page displays.
Note
The
Steps to schedule a task
wizard may display. Click the
x
in the upper left corner to
close the wizard. See
in the
Digi Remote Manager® User Guide
for
more information.
5. In the
Description
field, enter a name for the schedule, such "Read Settings."
6. Add the following tasks:
a. Click
SM/UDP > SM/UDP Request Connect
. A task is added to the dialog.
b. Add other tasks as needed. For examples, refer to the
section.
c. Click
Device > Disconnect
. A task is added to the dialog.
7. Click
Schedule
in the lower right corner of the dialog to schedule the tasks to run. The
schedule screen displays.
Note
You can also click
Save as
to save this schedule for future use.
8. Select the device(s) on which you want to run this schedule. You can add more than one device.
9. Click
Run Now
.
Examples
The examples in the following sections assume you are using the Digi Remote Manager Schedule
wizard. However, you should be aware that operations can be created and performed
programmatically via web service calls or via the API explorer. The XML web service calls provide more
options than are available in the GUI dashboard for some tasks.
Example: Read settings and state using Remote Manager
In order to configure devices you will need to know the structure of the XML for your XBee's settings.
The easiest way to obtain this is to perform a
query_setting
RCI request against your device.