Modification of settings.ini
The settings of the FLEET application are stored in settings.ini. Some of the settings are initial configuration and some are parameters for execution.
When the FLEET is executed for the first time, the first run wizard is executed. This reads the initial configuration from settings.ini, and asks the user for settings preferred by him. These settings are then saved into file settings.dat. Since there is this dat file present, the first run wizard is not executed, and the application reads only the parameters for execution are read.
However, when the FLEET is executed for the first time using the InitApi function, the first run wizard is not executed, as well the configuration parameters are not read from from settings.ini. There are default settings used instead. For this scenario it is necessary either to create settings.dat manually, or to set the parameters with the ChangeApplicationOptions function. The parameters for execution are read from the settings.ini file always.
In the list bellow are mentioned some of the settings. Those in blue color are parameters for execution and those in green are for initial configuration.
The list of parameters that should be configured follows:
fps=8 – this defines the framerate of displayed navigation. Adjust this to speed of the processor and your requirements
memory=high – this defines, how much RAM memory is available for the application.
topmost=false – This defines, if the application window can be overlaid by another windows.
com=COM1:,9600 – Define the GPS port parameters for quicker startup than with autodetection.
antialias=true – switch on antialiasing for smoother graphic or disable for slower processors.
DPI=96 – set the pixel density for non-standard screens.
IconSize=3 – set the size of the icon.
language=English.lang , languageAsk=false – set the language file from Skin folder and disable prompts about it.
voice=English , voiceAsk=false – set the voice commands folder and disable prompts about it.
unit=kilometer , unitAsk=false – set the metric system and disable prompts about it.
time=europe , timeAsk=false – set the time format to “europe”, “us” or “ uk” and disable prompts about it.
coordsAsk=false – disable prompts about coordinates format.
map=Europe.mlm , mapAsk= false – set the map file and disable prompts about map.
RouteComp=disable – disable the calculation of last used route after restart.
timezone=+01:00_a – configure the time zone, use values from file Skin\timezone.ini.
|