Manual:System/GPS: Difference between revisions
Jump to navigation
Jump to search
Line 69: | Line 69: | ||
{{Mr-arg-ro-table | {{Mr-arg-ro-table | ||
|arg=date-and-time | |arg=date-and-time | ||
|type= | |type=date | ||
|desc=Date and time received from GPS | |desc=Date and time received from GPS | ||
}} | }} | ||
Line 75: | Line 75: | ||
{{Mr-arg-ro-table | {{Mr-arg-ro-table | ||
|arg=latitude | |arg=latitude | ||
|type= none {{!}} | |type= none {{!}} string | ||
|desc= | |desc= | ||
}} | }} | ||
Line 81: | Line 81: | ||
{{Mr-arg-ro-table | {{Mr-arg-ro-table | ||
|arg=longitude | |arg=longitude | ||
|type=none {{!}} | |type=none {{!}} string | ||
|desc= | |desc= | ||
}} | }} | ||
Line 87: | Line 87: | ||
{{Mr-arg-ro-table | {{Mr-arg-ro-table | ||
|arg=speed | |arg=speed | ||
|type=none {{!}} | |type=none {{!}} string | ||
|desc= | |desc= | ||
}} | }} | ||
Line 93: | Line 93: | ||
{{Mr-arg-ro-table | {{Mr-arg-ro-table | ||
|arg=bearing | |arg=bearing | ||
|type=none {{!}} | |type=none {{!}} string | ||
|desc= | |desc= | ||
}} | }} |
Revision as of 09:29, 5 September 2011
Applies to RouterOS: v3, v4, v5 +
Summary
Sub-menu: /system gps
Standards: GPS, NMEA 0183, Simple Text Output Protocol
Global Positioning System (GPS) is used for determining precise location of a GPS receiver.
Configuration Properties
Property | Description |
---|---|
channel (integer [0..4294967295]; Default: 0) | Port channel used by device |
enabled (yes | no; Default: no) | Whether GPS is enabled |
port (string; Default: ) | Name of the USB/Serial port where GPS receiver is connected |
set-system-time (yes | no; Default: no) | Whether to set router's date and time to one received from GPS. |
Note: .
Monitoring Status
Command: /system gps monitor
This command is used for monitoring the data received from a GPS receiver
Parameters:
Property | Description |
---|---|
date-and-time (date) | Date and time received from GPS |
latitude (none | string) | |
longitude (none | string) | |
speed (none | string) | |
bearing (none | string) | |
valid (yes | no) | |
satellites (integer) | Number of satellites seen by the device. |
Basic examples
[ Top | Back to Content ]