# Setting Soft Limits

Soft limits (software limits) limit target positions in cues. These values, Min Rev Position and Max Fwd Position, only act on cued motion - you are still able to manually jog past these limits. Soft limits and [hard limits](/docs/spikemark/position-scale/limits/setting-hard-limits.md) should be used together to avoid overtrave&#x6C;**.**

Using the Local Controls section in the [Jog Workspace](https://github.com/creativeconners/PublicDocumentation/blob/main/spikemark/position-scale/limits/broken-reference/README.md) drive the motor in the Reverse direction until it travels as far as you feel comfortable. This is often a good place to [set your position](/docs/spikemark/position-scale/reset-position.md) to 0.

{% hint style="success" %}
It is helpful to place a piece of spike tape on the stage floor to mark the motor’s physical position at the “0” location. This way if you lose position due to a power outage or something else, you have an easy place to Reset "0"
{% endhint %}

In the Position section of the Stagehand Properties Panel, enter “0” for the Min Rev Position, and then press Tab or click in another field to confirm the number. This will prevent you from accidentally writing cues less than 0.

![](/files/-MiRjG9s7xeNHkcAs72m)

Using the Local Controls section in the Jog Workspace, drive the motor in the Forward direction until it travels as far as you feel comfortable and plan to write cues for.

![](/files/-MiRf0h6F1bj_rg9UHUJ)

In the Position section of the Stagehand Properties Panel, enter your current motor position as the Max Fwd Position, which will prevent you from writing cues greater than the current motor position.

![](/files/-MiRjHnC-vIW2XxA9owj)

{% 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 these values. This is why you also need to set [Hard Limits](/docs/spikemark/position-scale/limits/setting-hard-limits.md)
{% endhint %}

If you jog past your Soft Limit, Spikemark will display a yellow limit arrow

![In this example, we have jogged past the reverse soft limit](/files/-MiRk6Q4BoI7GZlzgQGO)


---

# 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://docs.creativeconners.com/docs/spikemark/position-scale/limits/setting-soft-limits.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.
