> 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/load-cell/load-cell-readout.md).

# Load Cell Readout

Before jumping into the configuration, let’s take a look at the **load cell information panels**.

Go to the [**Jog Workspace**](/docs/spikemark/workspaces.md) and select your motor from the **Axis Grid**.

Scroll down the **Stagehand Properties** on the right to find the **Load** panel and take a look at the **Quick Properties Panel** across the bottom.

## Load Cell Status Unknown

If there is no load cell connected or an incompatible Stagehand Motion Controller is present, you’ll see this in the **Properties Panels**:

![](/files/D5hhlI3lYUlyEdVrd5JI) ![](/files/Qah5nmFUOspRXgYlEzon)

The Load Alarm Bell is greyed out in both the **Jog Workspace** and **Cues Workspace** Stagehand tags.

![](/files/D79VfMgasVzU4tg2XUIq)

![](/files/yaQG88ZqetZzHvrEzEtm)

{% hint style="info" %}
This status does not appear until the Stagehand registers at least 4mA on the load cell signal line
{% endhint %}

## Load Cell Connected

Once Spikemark detects a load cell signal, the Load Cell section across the bottom, and the Load panel to the right will expand and populate with additional information and buttons.

You will also see the Load Bell icon become active in the Motor Status bars

![](/files/0DwVSV46POG0ZkdJcpWV) ![](/files/lUBGoEoQKc4KZlUCDLZS)

## Load Alarms Enabled/Disabled

When load alarms are turned off, the Alarm Bell turns red, and the Load Cell Status displays **Alarms Disabled.**

{% hint style="info" %}
**The Load Alarm state is saved on the Stagehand, meaning that it will stay Enabled or Disabled until you change it in Spikemark.**
{% endhint %}

![](/files/EDFKBA2nDUWzLf3pctGz) ![](/files/Fzn5gBTgIr58T5odNvS0)

## Load Information

![](/files/XiqT644c2nbTW92SYzs8) ![](/files/WoHA84GwaRvw9L97Q2l3)

1. **Load Cell Status -** Description & Visual Indicator
2. **Current Weight -** Active load reading from the load cell
3. **Underweight Threshold -** Minimum weight allowed on the system
4. **Overweight threshold -** Maximum weight allowed on the system
5. **Auxiliary Weight -** An intermediary weight "soft" limit
6. **Peak Load -** The heaviest reading the loadcell has read
7. **Minimum Load -** The lightest reading the loadcell has read
8. **Reset Buttons -** Peak and Minimum loads
9. **Below Auxiliary Weight -** Yes/No
10. **Weight Measurement -** Pounds or Kilograms
11. **Load Alarms On Button -** Turn on Weight Threshold Alarms
12. **Load Alarms Off Button -** Turn off Weight Threshold Alarms
13. **Configuration Button -** Adjust Weight Thresholds and Load Scaling

### Load Status Icons

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.creativeconners.com/docs/spikemark/load-cell/load-cell-readout.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
