> For the complete documentation index, see [llms.txt](https://docs.creativeconners.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creativeconners.com/docs/spikemark-6/load-cells/load-cell-mismatch-troubleshooting.md).

# Load Cell Troubleshooting

Load cells are super cool and can help reduce underload and overload situations. They are yet another sensor that can cause trouble.

## Load Status Icons

| ![](/files/Jp81159R1fx7m66lHABo) | ![](/files/BPeVYpcYW8rkJIoapZqZ) | ![](/files/JLyye2KwPF7ImfxRP306) |
| :------------------------------: | :------------------------------: | :------------------------------: |
|          **Overweight**          |          **Underweight**         |      **Load Cell Mismatch**      |

## Load Cell Mismatch

The load cell mismatch fault rears its ugly head when any of **Weight Scaling** or **Weight Alarm** numbers differs between what's stored on the Stagehand and what's stored in Spikemark.

### How To Fix Load Cell Mismatch

* Click **Update Values** to send the **Spikemark Values** to the Stagehand\
  **OR**
* Click **Accept Stagehand Values** to import the **Stagehand Values** into Spikemark.

### When does this typically happen?

* Starting a new show file
* [Swapping to a different Stagehand](#swapping-stagehand)
* [Reconnecting to a Stagehand (rounding error)](#reconnecting-to-the-same-stagehand)

#### In this image, the Weight Scaling numbers are different, so we are telling Spikemark to send the new "Spikemark Values" to the Stagehand

<figure><img src="/files/mcYVrAfv558E6LGUhUvE" alt="Load Cell Configuration Window with differning values and Update Values button indicated" width="25%"><figcaption></figcaption></figure>

## Swapping Stagehand

If you've connected a new Stagehand, it's almost guaranteed that the stored Load Scale will be different from what is stored in the Spikemark file. In this case you want to push the Spikemark value to the Stagehand:

## Reconnecting to the Same Stagehand

If you haven't changed the show file, Stagehand controller or the hoist yet still encounter the Load Cell Mismatch, the issue is a rounding error. Computers are really good at storing numbers - they can store many digits to the right of the decimal. That's great for precision, but challenging to display and parse for human brains. Spikemark rounds the scale value to fewer digits than is initially stored on the Stagehand, and causes the mismatch fault to display. In this case, you want to **pull the Stagehand Value into Spikemark.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.creativeconners.com/docs/spikemark-6/load-cells/load-cell-mismatch-troubleshooting.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.
