Services
Location information
LR54 User Guide
633
3. Click
Services
>
Location
>
Location sources
.
4. Click
to add a location source.
5. (Optional) Type a
Label
for this location source.
6. For
Type of location source
, select
User-defined location
.
7. The location source is enabled by default. Click
Enable the location source
to disable the
location source, or to enable it if it has been disabled.
8. For
Latitude
, type the latitude of the device. Allowed values are
-90
and
90
, with up to six
decimal places.
9. For
Longitude
, type the longitude of the device. Allowed values are
-180
and
180
, with up to
six decimal places.
10. For
Altitude
, type the altitude of the device. Allowed values are an integer followed by
m
or
km
, for example,
100m
or
1km
.
11. Click
Apply
to save the configuration and apply the change.
Command line
1. Select the device in Remote Manager and click
Actions
>
Open Console
, or log into the LR54
local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
admin
to access the Admin CLI.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. Add a location source:
(config)> add service location source end
(config service location source 0)>
The location source is enabled by default. To disable:
(config service location source 0)> enable false
(config service location source 0)>