# 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: 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:

```
GET https://docs.creativeconners.com/docs/machinery/revolver/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
