|
![]() Position Control |
|
Download Position.ocx Visual Studio Control The Position Control complies with the NMEA sentence protocol $xxRMC [Recommended Minimum Navigation Information] and the Garmin proprietary sentence $GPRMZ [Altitude Information]. Almost everything about this control is configurable by you (the programmer); display options are built into the control for the end user to specify formats for date and time and latitide and longitude. The control is completely resizable. |
|
The banded compass may be hidden and revealed in two different ways: using the ShowCompass Property or the ClickSwapShowCompass Property. The former property allows you as the programmer to turn the compass image visible and invisible; the latter property allows you as the programmer to let the end user use the mouse cursor and left mouse button to toggle between visible and invisible banded compass display. If the ClickSwapShowCompass Property is enabled, the und user may "mouse-click" on the compass to hide it; to unhide the compass, the end user "mouse-clicks" the track/speed/alt section of the control. |
|
There are three different latitude/longitude formats to choose from.
The LocationFormatType Property selects
between the following:
0 - dd mm ss.ss If the ClickSwapPositionEnabled Property is enabled, the end user may use the mouse cursor to "mouse-click" on the location fields and the control will toggle through the available formats in sequence. |
|
There are four different date formats to choose from.
The DateFormatType Property selects
between the following:
0 - YYYY/MM/DD If the ClickSwapDateEnabled Property is enabled, the end user may use the mouse cursor to "mouse-click" on the date field and the control will toggle through the available formats in sequence. |
|
The TimeFormatType Property changes from a 24-hour time notation (type 0) to an AM/PM notation (type 1). The default date and time shown is from the NMEA stream (GPS), though one may use the UseComputerDateTime Property to tell the control to use the computer's date and time. The time function works with the TimeZone Property and the UseGMT Property to set the date and time to the user's correct local mean time or to Zulu / UTC / Greenwich Mean Time. |
|
The Night and Twilight Properties conform to the same color scheme as the other NMEA Sage Control Suite, though one may also set the colors within the control, as well as specify the compass tick mark location, tick mark colors, degress to span within the compass, and other control aspects. |
|
Events:
Resize Methods:
BlankControl Properties:
Alignment Error Codes
0 - No Current Error |
|
|
NMEA Sage Home Page
The Banded Compass Control |
|