> 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/stagehand/stagehand-apprentice/making-the-connections.md).

# Making the Connections

Thanks to the introduction of the industrial locking connectors we have reduced the number of cable connections on the Stagehand from eight to five.

## Hooking up power <a href="#h.2s8eyo1" id="h.2s8eyo1"></a>

With either configuration, making the power connection is simple and secure. Both the 120VAC single-phase Powercon and the 208VAC 3-phase L15-30 are locking connectors. Simply align the nub on the Powercon connector or the tab on the L15-30, insert the connector and turn.

![L15-30 208VAC, 3P Input Power Connection](/files/P7ozaHjzrA8Nj8Ks88w4)

![PowerCON True1 120VAC, 1P Input Power Connection](/files/KHl91P4Ka6BiUJQZ0UDA)

### Stagehand Status Display

Once power is connected and turned on, the OLED display will light up and show a rolling list of faults as well as an IP address. The faults will cycle through EMERGENCY STOP, DRIVE FAULT, BRAKE FAULT, FWD LIMIT, REV LIMIT and will clear once the E-Stop is connected and released.\\

![](/files/n82d5hgOyTnX5vZJHQOV)

## Hooking up the E-Stop <a href="#h.17dp8vu" id="h.17dp8vu"></a>

The Emergency Stop circuit is powered through standard DMX cable (a.k.a 5-pin XLR). The E-Stop cable needs to plug directly from a Showstopper Base or Hub into the Stagehand. Be sure to engage the Showstopper mushroom button prior to plugging in the E-Stop cable.

![5 Pin XLR Showstopper E-Stop Wiring](/files/HEtfQlsib6MN4cLqIlWr)

## Hooking Up and Configuring the Network Connection <a href="#h.3rdcrjn" id="h.3rdcrjn"></a>

The Stagehand Apprentice connects to the PC running Spikemark software through a network switch and the Stagehand Network. The Stagehand Apprentice Ethernet connector accepts both Neutrik Ethercon and standard RJ45 connectors.

Each Stagehand requires a unique IP Address to communicate with Spikemark. To set the IP Address, press the Jog Wheel.

![Set IP Address Screen](/files/lRStn4HtXpciuF3jubDG)

Use the jog wheel to scroll to the part of the IP address to change and click the wheel. Turn the jog wheel until the desired number is showing, set it by pressing the jog wheel. All Stagehand and Showstopper devices ship from the factory with a default IP Address in the range of 192.168.10.xxx. Feel free to set the IP Addresses to any range which works for you, as long as each IP Address is in the same range. Once the IP address is set, scroll to “OK” and click the wheel, the IP Address is now set.

To set the subnet, press and hold the jog wheel until the display shows the Set Subnet screen. The default subnet of 255.255.255.0 should suffice for almost everyone, though if you are integrating the Stagehand and Spikemark with show control systems you may need to adjust the Subnet.

![Set Subnet Address Screen](/files/zT3vb7EDNmv0ewgddELU)


---

# 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/stagehand/stagehand-apprentice/making-the-connections.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.
