Configuration File

Some of the user settings available through the config file.

APB bearing precision setting is set in the Toolbar > Options > Connections settings page for connections that have outgoing messages. The precision is applied to:

This change was made as some auto pilots are limited in the precision they can accept in the APB message. All other messages and internally the precision is not changed. There is no change to the XTE message as that was not requested at the time. Setting added in OpenCPN Version 4.2.0

[Settings]  .....
NMEAAPBPrecision=3

Ais name caching can be turned off in the opencpn.ini/opencpn.config file by adding a line like this.

[Settings] .....
EnableAISNameCache=0

Crash reporting for Windows icon be enabled by editing the opencpn.ini file. Add the line below to enable the crash-report. Sett the value to “0” to disable it.

[Settings] .....
EmailCrashReport=1

Rotating the canvas, is unsupported but possible…..

[Settings] ....
EnableRotateKeys=1

Enables

Also an Alternative, see the RotateCtrl_pi plugin which has Toolbar buttons.

Graphic memory, If you have a lot of graphic memory, or very little, try to add the following to your config (ini on windows) file:

[Settings] .....
GPUMemorySize=nnn

where nnn is graphics card memory size, in MBytes. 256 MBytes is the default.

Application memory limit target. Try to limit the total memory used by OCPN to the specified value, approximately. Specify this mode by:

[Settings] ......
MEMCacheLimit=xxx

Open chart limit. This is the default mode under Linux, and the default value is 20 open charts at any one time. Modify this limit by the following:

[Settings]  ....
NCacheLimit=yy

Display a horizontal scalebar instead of the default vertical.

[Settings]   .....
UseSimplifiedScalebar=1

Width of the COG Predictor can be adjusted in the opencpn.ini configuration file. Find the line below and adjust the value.

[Settings]  ....
OwnshipCOGPredictorWidth=3

Maximum Waypoint Name Length

[Settings] ....
MaxWaypointNameLength=6

Allow the use of setting MaxWaypointNameLength in opencpn.ini to enable sending longer than 6 character waypoint names to GPS

Number of Navobject Backups In the opencpn.ini or opencpn.config file you can find a configuration setting to control the number of backups kept, defaulting to KeepNavobjBackups=5. This value can be changed using a text editor.

[Settings] ...
KeepNavobjBackups=5

AnchorWatch Both the default Anchor Watch Radius and Max distance from mark can be changed by editing the configuration file

 
[Settings] ....
AnchorWatchDefault=45
AnchorWatchMax=2500

Enter your own preferences, 45 & 2500 are just for illustration, defaults are 50 and 1852 respectively.

Automatic Anchor Mark Search for a line like this:

[Settings] .....
AutoAnchorDrop=0

and change the value from “0” to “1”.

Using all four processors

[Settings] .....
NCPUCount=4

GPS timeout

[Settings] ....
GPSDogTimeout=6

OCPN must get a valid position report (e.g. RMC, GLL, etc) every six seconds (default) or else the ownship icon will go grey, and many other functions will stop working. Adjustment to the defaut value may be necessary on, for example, a very busy network.