# Configuration

Basic config

Under the *Basic config* section of the *Configuration* tab, you will find the following settings:<br>

<figure><img src="/files/MhN0VzgxJxQLTOdgavbQ" alt=""><figcaption></figcaption></figure>

### **Wind Offset – Wind Sensor Correction**

To ensure accurate steering in all wind-based modes, your anemometer must be correctly aligned. Sail the boat under engine power directly into the wind, check the displayed wind angle, and adjust the offset here if needed.

A correct wind offset is especially important when using features like wind steering and tacking, where precise wind angle measurements are critical for performance.

### **Servo Manual Speed**

This setting determines how quickly the drive accelerates to maximum speed.\
A higher value results in faster response; a lower value allows smoother, more gradual movement.

### **Servo Distance Direction Small**

Defines the distance the drive moves when a single arrow key is pressed.\
Ideal for making small manual steering corrections in **Standby mode**.

### **Servo Distance Direction Big**

Defines the distance the drive moves when a double arrow key is pressed.\
Useful for making larger manual steering adjustments.

### **Servo Mounted Left**

By default, the TillerDrive is mounted on the starboard side.\
If you've installed it on the port side, enable this setting.\
The system will automatically reverse the steering direction accordingly.

### **Use External Compass**

Enable this option if you’re using an external compass.\
The internal compass data will be ignored, and only the external compass values will be used for heading calculations.

### **Use APB NMEA Bearing**

Determines whether the autopilot in APB mode follows:

* **ON:** the bearing to the waypoint (bearing to destination)
* **OFF:** the heading to steer provided by your plotter/navigation system

### **Enable Sound Alarm (Web Interface)**

Turns the sound notification on or off for alarms played through the browser.

### Broadcast Simrad MFD shortcut <a href="#broadcast-simrad-mfd-shortcut" id="broadcast-simrad-mfd-shortcut"></a>

With this switch, you can enable or disable the automatic broadcast of a shortcut to compatible Simrad or B\&G chartplotters. When enabled and connected via Ethernet, a button will appear on the plotter that allows you to directly open the autopilot web interface in the plotter’s built-in browser.

<figure><img src="/files/xFDSB7md0ce93UCgVZtG" alt="" width="563"><figcaption><p>Pcnautic Auopilot shortcut on Simrad NSS evo3</p></figcaption></figure>

<div><figure><img src="/files/rS3wnSGRdBwfuva0IAx6" alt="" width="375"><figcaption><p>Pcnautic Autopilot + instrument bar</p></figcaption></figure> <figure><img src="/files/7vBau20bgVV4ytZBAqkq" alt="" width="375"><figcaption><p>Pcnautic Autopilot + charts</p></figcaption></figure></div>

To receive NMEA data from B\&G / Simrad / Navico chartplotters, a NMEA data connection must be established. See the [NMEA data connection page for B\&G / Simrad / Navico](/autopilot/wifi-verbindingen/b-and-g-simrad-navico.md).

{% hint style="info" %}
This feature is not officially supported but should work on the following types:

**Simrad**

* NSO EVO3/S
* NSS EVO3/S – *NSS7 EVO3 is compatible*
* IDS
* NSX – *Uses a different browser. Not all features are currently supported.*
* Go – *Go5 is not compatible; Go7 XSR is compatible, while Go7 XSE is not*

**B\&G**

* Zeus³/3S Glass Helm
* Zeus³/3S – *Zeus³ 7 is compatible*
* Zeus S – *Uses a different browser. Not all features are currently supported.*
* Vulcan – *Vulcan 5 is not compatible; Vulcan 7R and 7FS are not compatible*

**Lowrance**

* HDS Pro
* HDS Live
* HDS Carbon
* Elite FS
  {% endhint %}

### **Swap Arrow Keys (ControlHead)**

Allows you to reverse the direction of the arrow buttons on the ControlHead.

## **Advanced Config**

Under the *Advanced config* section of the *Configuration* tab, you'll find the following settings, which apply only to the MotorController Advanced:

<figure><img src="/files/tJkYHKzgtXu7TX2kOLVj" alt=""><figcaption></figcaption></figure>

### **Servo Max Current**

Sets the maximum allowable current for the Motor Controller.\
If this limit is exceeded, the Motor Controller will shut down to prevent damage.\
You can monitor the actual current under **Actual**.

### **Trim Current Warning**

Sets a warning threshold as a percentage of the **Servo Max Current** (e.g., 90%).\
If this current level is exceeded, the system will issue a warning **before** the Motor Controller shuts down for protection.\
This feature only works when the value is set below 100%.

### **Clutch PWM**

If you're using a **clutch**, this setting allows you to define the minimum PWM value required to engage it, significantly reducing power consumption.

### **Use Brake**

Enables or disables the use of a **brake**.

### **Use End Switches**

Enables or disables the use of **end switches**.

### **Max Controller Temp**

Sets the maximum allowable temperature for the Motor Controller.\
If this limit is exceeded, the controller will shut down.\
The current temperature can be viewed under **Actual**.

### **Max Motor Temp**

Sets the maximum allowable temperature for the motor.\
If this limit is exceeded, the motor will shut down.\
The current temperature can be viewed under **Actual**.

### Voltage min

Set the minimum battery voltage. If the voltage drops below this value, an alarm will be triggered. The current voltage can be viewed under **Actual**.

### Voltage max

Set the maximum battery voltage. If the voltage rises above this value, an alarm will be triggered.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pcnautic.gitbook.io/autopilot/operate/web-interface-apps/configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
