> 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/position-scale/limits.md).

# Limits

Limit are important. We talk about limits in two ways: [Hard Limits](/docs/spikemark/position-scale/limits/setting-hard-limits.md) and [Soft Limits](/docs/spikemark/position-scale/limits/setting-soft-limits.md)

## [Hard Limits](/docs/spikemark/position-scale/limits/setting-hard-limits.md)

Physical limits that trigger a stopping response at the Stagehand and prevent the motor from moving. The hard limits should not be used to stop motion when running regular cues.

There are typically two sets of Hard Limits:

1. Initial Limits - set to constrain the travel during the show
2. Ultimate Limits - set at the furthest possible extents of travel to prevent hitting anything else.

## [Soft Limits](/docs/spikemark/position-scale/limits/setting-soft-limits.md)

Software(Soft) limits are set at the farthest extent of unit travel for cued motion. If you don’t have a specific location for these and pace and travel allows, we recommend setting the soft limits at least several inches inside your hard limits.

{% hint style="danger" %}
Soft Limits only prevent you from writing cues beyond this value, you still can [jog](/docs/spikemark/quickstart/jogging.md) your machines beyond this value.
{% endhint %}

When setting limits, use this graphic as a guide to where you should set each limit:

![](https://lh6.googleusercontent.com/slF9ym0K1Qy9RWXOJbtOXdRCDLPnFOx6lyppvZCZA-40F-7zd94sUiqLpSHhIJTRFF9JsDZDZuOVioa52Jp_4R6JMhlYaEeJsod0OkaaebmdMBmg3EcRhM__HdTJGPhCNSYVmGtt=s0)

## Limit Indicator in Spikemark

The Triangles in the Axis Info Section shows the status of your limits

* Green - Limit Cleared
* Yellow - Exceeded Soft Limit
* Red - Exceeded Hard Limit

<figure><img src="/files/7dkBAdtkKZ8Kal3rCNjX" alt=""><figcaption></figcaption></figure>

If you Override on a Stagehand Pro 5 or Stagehand Apprentice 2 or more recent, you will see a readout of Limit Overrides in the same area.

<figure><img src="/files/4oJa3UE2no11BqAL5TON" alt=""><figcaption></figcaption></figure>


---

# 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/position-scale/limits.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.
