Manual:System/GPS: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
Line 55: Line 55:


==Monitor==
==Monitor==
Command: /system gps monitor


This command is used for monitoring the data received from a GPS receiver
This command is used for monitoring the data received from a GPS receiver


Parameters:
Parameters:
{{Mr-arg-table-h
|prop=Property
|desc=Description
}}
{{Mr-arg-ro-table
|arg=date-and-time
|type=
|desc=Date and time received from GPS
}}
{{Mr-arg-ro-table
|arg=latitude
|type= none {{!}}
|desc=
}}
{{Mr-arg-ro-table
|arg=longitude
|type=none {{!}}
|desc=
}}
{{Mr-arg-ro-table
|arg=speed
|type=none {{!}}
|desc=
}}
{{Mr-arg-ro-table
|arg=bearing
|type=none {{!}}
|desc=
}}
{{Mr-arg-ro-table
|arg=valid
|type=yes {{!}} no
|desc=
}}
{{Mr-arg-ro-table-end
|arg=satellites
|type=integer
|desc=Number of satellites seen by the device.
}}


==Basic examples==
==Basic examples==

Revision as of 07:02, 5 September 2011

Version.png

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.
Icon-note.png

Note: .


Monitor

Command: /system gps monitor

This command is used for monitoring the data received from a GPS receiver

Parameters:

Property Description
date-and-time () Date and time received from GPS
latitude (none |)
longitude (none |)
speed (none |)
bearing (none |)
valid (yes | no)
satellites (integer) Number of satellites seen by the device.

Basic examples

[ Top | Back to Content ]