> 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/revolver/troubleshooting.md).

# Troubleshooting

Most of the time the Revolver spins as expected, other times it can feel like a battle with a toddler.

## Common Challenges <a href="#hqzuc247id2" id="hqzuc247id2"></a>

### Motor is Jerky <a href="#p8cnnyux6ae5" id="p8cnnyux6ae5"></a>

Poor motion with a turntable can be caused by several factors

* Drive wheel slippage
  * Add more tension to the drive wheel
* Encoder wheel slippage
  * Add more tension to the encoder
* PID tuning
  * Too high of a P-Gain can cause poor motion. Reduce the P-Gain.
* Cast dancing (even walking) on the the turntable
  * PID tuning can help, but check for drive wheel slippage first

### Won’t run in a cue <a href="#id-4ouzowvdsi4i" id="id-4ouzowvdsi4i"></a>

Often you will be able to successfully jog your turntable but trying to run in cue faults with a position fault.

![](/files/OqSTQncP1njKPn3mbpx3)

The cue could fault immediately or mid cue.

1. Confirm encoder counts and motor direction are in phase (jogging FWD counts increase)
2. Confirm dancer wheel encoder is counting accurately
3. Set [position lag time](/docs/spikemark/position-scale/max-position-error.md#position-lag-time) to 1 second
4. Reduce cue speed by half and try to run again

Sometimes the cue will run but will seemingly randomly stop mid-move with a soft stop

![](/files/bxUbAbGgT2U9FtVrHR83)

* Spikemark is searching for a [Showstopper Consolette](/docs/showstopper/legacy/showstopper-consolette/connecting-the-consolette-to-spikemark.md)
  * Connect your Showstopper Consolette
  * Disconnect from the Consolette if you are using a Showstopper 2

## Technical Support

If you are still in the weeds feel free to reach out for assistance.

The best (and quickest) way to reach one of our support staff is via email: <support@creativeconners.com>.

You can also try to reach us on the phone. Give us a call at 401-289-2942 x2 - leave a voicemail if no one is available.


---

# 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/revolver/troubleshooting.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.
