WinFrog User’s Guide - Appendix C – GPS/MX 9400
Page 21 of
22
CONFIGURATION DETAILS:
Refer to the MX9400 operator’s manual and CDU programming documentation for
information on setting up the receiver to output a NMEA GGA positioning string.
RAW DATA LOGGING:
WinFrog sends various $PMVXG messages to the MX9400,depending on operator
option selections:
•
$PMVXG,035,0,,,");
//
set receiver mode to “navigator”
•
$PMVXG,007,,1,,,,,,");
//
stop proprietary outputs on CDU port
•
$PMVXG,026,,1,,,,");
//
turn off equip port output
•
$PMVXG,007,412,,1,,5,,,");
//
turn psn output to CDU port
•
$PMVXG,007,100,,1,,2,,,");
//
turn SV trking status output to CDU port
•
$PMVXG,007,000,,1,,5,,,");
//
turn RCVR status output to CDU port
•
$PMVXG,001,%d,,%.3lf,%.3lf,,,%.1lf,%c,%.0lf", tempHgtMode,
•
$PMVXG,053,%d,%.0lf,0,,6,%d,0,0,0,", tempDgpsCode
•
$PMVXG,034,%d,0,0,%.1lf,%d,0,,,", tempBitR. Rate of 50 (1), 100 (2) or 200 (3).
Items to Send Messages:
$PMVXG,026,XXX,,1,1.0,6,"); //
turn on GPXXX message, where XXX can be:
•
GGA
•
GLL
•
VTG
•
GSA
•
GST
•
GRS
•
GSV
•
Type 12 Bin
•
Almanac / Ephemeris
•
Time Record
Note: Refer to NMEA0183 Sentence formats for the above data sentences.