> 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/rotator/specifications.md).

# Specifications

### Physical Specifications <a href="#h.w3plpkr76iat" id="h.w3plpkr76iat"></a>

| Description        | Value                                                |
| ------------------ | ---------------------------------------------------- |
| Overall Dimensions | 36” L x 36” W x 8 ¼” H                               |
| Weight             | 500lbs                                               |
| Motor              | 5HP AC Induction Motor                               |
| Max Torque         | 8,140 ft-lb                                          |
| Stock Speed        | 1.5 RPM or 9.5 deg/sec at 60 hertz                   |
| Max Speed          | 2.75 RPM or 16.5 deg/sec at 120 hertz                |
| Max Axial Load     | 10,000lbs evenly balanced over the rotational center |

### Electrical Specifications <a href="#h.3a2zq8iwtboh" id="h.3a2zq8iwtboh"></a>

| Description       | Value                 |
| ----------------- | --------------------- |
| Motor Voltage     | 230VAC 0-60Hz 3-Phase |
| Max Input Current | 14.3A                 |
| Brake Voltage     | 200-240VAC            |

### Drawings <a href="#h.42pscre40ge7" id="h.42pscre40ge7"></a>

{% file src="/files/bKuiaFUp26JM7UvGRe7J" %}

{% file src="/files/j75qEHLECGhf1P0LcHoD" %}


---

# 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/rotator/specifications.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.
