> 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-2/stagehand-apprentice-2-making-the-connections/stagehand-apprentice-2-motor-and-brake-output.md).

# Stagehand Apprentice 2: Motor and Brake Output

The **Motor / Brake** output receptacle combines power for a motor a brake into a single, 6-pin connector. The CCEF-06 is used on both 1HP (120VAC) and 5HP (208VAC, 3P) Stagehand Apprentice controllers. The 5HP (\~400VAC, 3P) Stagehand Apprentice utilizes the Weiland 72.300.0653.0 insert.

<div><figure><img src="/files/6HwDTYolOCeN6gfbdhPM" alt=""><figcaption><p>230VAC Motor Output: 115VAC/240VAC Brake</p></figcaption></figure> <figure><img src="/files/et85T6cKEcCz2Bdqp2tF" alt=""><figcaption><p>460VAC Motor Output:220VAC/460VAC Brake</p></figcaption></figure></div>

## Motor Output

The motor output is intended for connection to a **3-phase**, **inverter-duty**, **induction motor**. Depending on the input voltage, the attached motor will be wired for **230VAC** or **460VAC** power, and suitable for variable frequency from **0.5Hz-60Hz**.

If using a Stagehand Apprentice 2 with 120VAC or 208VAC 3P input power, connect the motor for 230VAC. If using a \~400VAC Stagehand Apprentice, connect the motor for 460VAC.

| Pin # | Purpose |
| :---: | ------- |
|   1   | Motor U |
|   2   | Motor V |
|   3   | Motor W |

## Motor Brake Output

The **Motor Brake** power circuit is either a 208/230VAC 1P or 120VAC 1P, with a fixed frequency that matches the input power source (*typically 60Hz in the United States and 50Hz abroad*).

| Pin # | 120/208VAC Input                             | 380-460VAC Input                           |
| :---: | -------------------------------------------- | ------------------------------------------ |
|   4   | Motor Brake L1 - 120VAC 6A Max               | Motor Brake L1 - 220VAC 6A Max             |
|   5   | Motor Brake L1 - 208/230VAC 6A Max           | Motor Brake L1 - 440VAC 6A Max             |
|   6   | Motor Brake - L2 (either 120VAC or \~200VAC) | Motor Brake L2 - either \~220VAC or 440VAC |

{% hint style="danger" %}
The 6A Max current rating for the **Motor Brake** output is 6A.
{% 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/stagehand/stagehand-apprentice-2/stagehand-apprentice-2-making-the-connections/stagehand-apprentice-2-motor-and-brake-output.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.
