Use this command to handle the GPS/GLONASS-receiver.

Syntax:

#1> gps [options] [command]

Options:
    -t=<level>  - turn trace level (1, 2 or 0 - turn trace off)
    -a[=(0:1)]  - turn the power on the antenna amplifier
    -r[=(0:1)]  - set reset signal 
    -p=<port>   - set TCP port for service (2323 by default)
    -s=<baudrate|0>  - set baud rate for GPS NMEA port (0 - set 115200)
  Command:
    start  		- start GPS service
    stop        - stop  GPS service
    coordinates - show  GPS coordinates
    console     - map GPS NMEA port to stdin/stdout
    tcp         - map GPS NMEA port to TCP service 
    stat        - show GPS statistics 
    clear       - clear GPS statistics

Options

If you need to configure event logging, you can choose the required trace level, using the following option:

The following trace levels are available (from maximum to minimum details):

If you need to enable / disable the power supply to the antenna amplifier (if one is available), you can set the corresponding value, using the following option:

Please note, that tcp and console commands and -r, -p and -s options are used for diagnostics and debugging on emergency by specialists only.

Commands

To start the operation of GPS service, use the following command:

To stop the operation of GPS service, use the following command:

If you need to view statistics of GPS/GLONASS-receiver operation (without the status information), use the following command:

In order to clear the statistics, use the following command:

If you need to view the information about the status of GPS/GLONASS-receiver and its operation statistics, you can use the following command:

Example of status information and statistics outputs:

console> gps coordinates
Satellites: 8
LAT/LONG:   56.811911/60.547041
Altitude:   275.89
HDOP:       0.92
FIX:        3D, GLONASS
Total GPS      time: 17:43:19
Total nonvalid time: 00:00:01(0%)
Number of losses: 0 
Now coordinates are valid last 17:43:18
Satellites histogram:
       ^
       |
   2.0 +
       |
   3.0 +
       |
   4.0 +
       |
   5.0 +
       | <1%
   6.0 +
       | 1%
   7.0 +      
	   |||||||||||||||||||||||||||||||||||||||||||||||||| 99% 
       v
SATmin= 5 SATmax= 10

It is recommended to use values of “HDOP” parameter up to 1.5 for reliable global timing synchronization)

The following values of <system> (currently used GNSS) are available:

The next block of information is the statistics (to obtain these data without information about status of GPS/GLONASS-receiver you can use gps stat command instead).