GPSMAXSPEED

This function will return the Maximum speed you’ve traveled at since last executing GPSINIT.   Note that this function returns speed in Knots.

GPSMAXSPEED()


PARAMETERS

NONE

EXAMPLE:

To return the Maximum Speed that you’ve traveled at and store that value in a memory variable called MAXSPEED: 

SETMEM(MAXSPEED//GPSMAXSPEED())

*NOTE:  This function requires an optional GPS device.  Please see the GPSOPEN and GPSINIT statements for further information on configuring your NMEA GPS device.