# Zero Offset Calibration

The Power Meter spigot contains load cells which are used to measure the force being applied to the paddle.

The output of a load cell when the shaft is experiencing no force is referred to as the **Zero Offset**. Each load cell has an associated zero offset.

There are two load cells on a Power Meter. The load cells have been designated channels **N** and **O**

The **Zero Offset** of a load cell can drift a small amount with a change in temperature. This is why manufacturers of power meters typically recommend performing a Zero Offset calibration on a semi-regular basis.

A typical **Zero Offset** will change no more than 5 units between calibrations. A difference of 10 or more is an indication that either a bending force is being applied to the shaft, that there is an issue with that particular channel or that you recently traveled from an extremely hot or cold climate.

{% hint style="info" %}
After performing a number of Zero Offset calibrations, it will quickly become clear how frequently or infrequently a Zero Offset calibration is required.

If the Zero Offsets vary by no more than **five** between calibrations, then there is little to be gained from performing a calibration regularly.
{% endhint %}


---

# 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://support.onegiantleap.co.nz/general/zero-offset.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.
