Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

title "GPS Tool Configuration";

gps_units ("Units of the GPS Signal"): "degrees"


"Units for the signal recieved from the GPS reciever"
enums {
"degrees"
"GPS signal recieved is in degrees"
"meters"
"GPS signal recieved is in meters"
"feet"
"GPS signal recieved is in feet"
};
gps_elev_units ("Units for Elevation"): "meters"
"Units to be used while displaying the elevation data"
enums {
"meters"
"Elevation value will be displayed in meters"
"feet"
"Elevation value will be displayed in feet"
};
gps_com_port ("GPS Communication
"Select the comunication
enums {
"COM1"
"GPS reciever is
"COM2"
"GPS reciever is
"COM3"
"GPS reciever is
"COM4"
"GPS reciever is
};

Port"): "COM1"
port to which the GPS reciever is connected"
connected to COM1"
connected to COM2"
connected to COM3"
connected to COM4"

gps_byte_size ("Byte Size"): "8"


"Select the Byte Size of communication"
enums {
"8"
"Byte size of the communication is 8 bits"
"7"
"Byte size of the communication is 7 bits"
};
gps_baud_rate ("Baud Rate"): "4800"
"Select the Rate of communication"
enums {
"4800"
"Communication rate is 4800 baud"
"2400"
"Communication rate is 2400 baud"
"9600"
"Communication rate is 9600 baud"
};
gps_parity_type ("Parity Type"): "NOPARITY"
"Select the Parity Type of communication"
enums {
"NOPARITY"
"Signal sent by the GPS reciever has no parity bits"

"EVENPARITY"
"Signal sent by
"MARKPARITY"
"Signal sent by
"ODDPARITY"
"Signal sent by
"SPACEPARITY"
"Signal sent by
};

the GPS reciever has even parity"


the GPS reciever has mark parity"
the GPS reciever odd parity"
the GPS reciever space parity"

gps_stop_bits ("Stop Bits"): "ONESTOPBIT"


"Select the Stop Bits of communication"
enums {
"ONESTOPBIT"
"Signal sent by the GPS reciever has one stop bit"
"ONE5STOPBITS"
"Signal sent by the GPS reciever has one5 stop bits"
"TWOSTOPBITS"
"Signal sent by the GPS reciever has two stop bits"
};
marker_size ("Size of the Marker"): 30
"Size of the marker dislpayed in the GPS viewer"
min 1
max 100;
gps_symlib ("Marker Symbol Library"): "gps.sml"
"Library to be used to look for marker symbols"
maxlength 2048;
rt_imagery_update ("Real-Time Screen Update"): "None"
"Update option for the imagery in the GPS viewer"
enums {
"None"
"Imagery will not be updated in real-time"
"Center"
"Imagery will be updated such that the marker is always in the c
enter"
"Center and Rotate"
"Imagery will be updated such that the marker is always in the c
enter and pointing straight up"
};
rt_marker_update ("Real-Time Marker Position Update"): "true"
"Update the GPS marker position in real-time?"
boolean "true" "false";

You might also like