> 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/machinery/spotline-v2/spotline-v2-setup-process.md).

# Spotline V2: Setup Process

To be show-ready, the Spotline requires both a [**Physical Setup**](#h.dk4yg0poxaxy) and [**Spikemark Setup**](#h.1g47tizbai8r). Below are the basic steps on these processes with links on how to complete each step.

{% hint style="info" %}
**CTRL+Click** to open a link in a new tab!

**ALT+SHIFT+Click** to open a link in a new window
{% endhint %}

## Physical Setup Process <a href="#h.dk4yg0poxaxy" id="h.dk4yg0poxaxy"></a>

1. [Install Spotline](/docs/machinery/spotline-v2/spotline-v2-installation.md)
2. [Install Controls](/docs/stagehand/stagehand-pro-ac/stagehand-pro-4-making-the-connections.md)
3. [Connect the Spotline to the Stagehand](/docs/stagehand/stagehand-pro-ac/stagehand-pro-4-making-the-connections.md)
4. [Test functionality before installing rope](https://docs.creativeconners.com/docs/machinery/spotline-v2/pages/q9bVsyu6mn4WKAatdNaU#h.kv6iagcwmer9)
5. [Install rope onto the Spotline](/docs/machinery/spotline-v2/spotline-v2-rigging-the-spotline.md)
6. Install Scenery - Unfortunately we can't really help with scenic integration!

{% hint style="danger" %}
**WARNING**

**Because we don’t have limits set yet, jogging too far in either direction can cause scenery collision.**
{% endhint %}

7. [Set Physical Limits](https://docs.creativeconners.com/docs/machinery/spotline-v2/pages/q9bVsyu6mn4WKAatdNaU#h.4ml8trclb7li)

## <img src="/files/CplqNuwJoMkyCf2eG7CJ" alt="" data-size="line"> Spikemark Setup Process <a href="#h.1g47tizbai8r" id="h.1g47tizbai8r"></a>

1. [Open Spikemark from the Start Menu](/docs/spikemark.md)
2. [Add Spotline v2 from the Machine Library](/docs/spikemark/quickstart/adding-motors/1.2-add-motors-from-the-machine-library.md)
3. [Match IP address with the Stagehand and connect](/docs/spikemark/quickstart/step-5-going-live/going-live.md)
4. [Auto Tune the Stagehand and Spotline](/docs/spikemark/drive-communication/configuring-the-drive.md#auto-tuning)
5. [Set Position](/docs/spikemark/position-scale/reset-position.md)
6. [Set Soft Limits](/docs/spikemark/position-scale/limits/setting-soft-limits.md)
7. [Use Move to Position to test motion](/docs/spikemark/quickstart/jogging/3.3-move-to-position.md)
8. [Tune the Motor](/docs/spikemark/position-scale/motor-tuning/motor-tuning-the-practical-approach.md)
9. [Understand Position Fault](/docs/spikemark/position-scale/max-position-error.md)

Once both of these setup processes are complete, you are ready to [program cues](/docs/spikemark/quickstart/writing-your-first-cues/4.1-cues-workspace.md) and run your show!

{% hint style="info" %}
Check out some additional resources here for [Sharpening Your Programming Skills](/docs/spikemark/quickstart/program-your-show.md)
{% endhint %}


---

# 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/machinery/spotline-v2/spotline-v2-setup-process.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.
