> 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/technical-support/tech-tips/revolver-v1-position-issues.md).

# Revolver V1 Position Issues

1. Make sure that the encoder wheel itself is secured to the shaft. Any slip on there will definitely cause problems. This is done with this special tool to reach down inside the encoder bore.

![](https://lh4.googleusercontent.com/412Y7fvsxKRvJJCHBFv8e3pQHmGkY8u8tTiydcOjSTi5Yy-Ts2e1uB_JX5tqpbPhhuN2hteTfrFeFKHnA9t9WPFkg7xjYn3b1hVadhwA_PEgC7lKfC25sBbwziv05zzaqsyMP_b2J_A9U4i5OVaNVP4) ![](https://lh6.googleusercontent.com/7WARF4IWO8jIj5lrC_j-8i3BrcDj6Z5iO8A7l7uV-tFyW52TicyLtEv6664u9r8rUd_tWFBuuCfgY5rJgE2WsqbDmcdxLUSMoSLdq42Cl8w_i4gXYZ6P_wuIY8J9cxZ1vnx4hZC72bHXOMxqJ1rQoWE)

2. Verify that the encoder is level with the turntable. The Revolver v1 encoders are notorious for "climbing" when they aren't perfectly level with the turntable. If you need to, use shims when tightening the unistrut nuts to bring it into level.
3. Check and see if there is slop in the encoder sled. Some of the Revolver v1 encoder sleds were not machined with as fine a tolerance as we adhere to today. If you can jiggle it around in the grooves, you may need to get some UHMW shims in there (still allowing it to move of course) to help decrease that space. We've used the UHMW tape to great success for applications such as this. Here is an example of the current tolerance we machine to:

![](https://lh5.googleusercontent.com/xkLYuR6-SQ2r95JCwYJGHRsOPYTO2OIsgBhuh7-eD65282sl_psG-RfAAxYKI8AntFtaDRqApGWDutCOZYqrQN5_1cg41e4LRxVL0TxPoWjsaiFxMnmrGKiSrZKp16pCeNHeFdoTgiStUgEIbBxMz4E)

3. Check that the encoder isn't TOO tight. I know it sounds weird, but if the encoder is jammed too tightly into the turntable, it can actually deform the soft rubber wheel enough so that it becomes elongated and gives you inconsistent counts. Check out our [Friction Wheel Tensioning Guide.](/docs/machinery/revolver/making-it-move/friction-wheel-tension-guide.md)
4. Check that your encoder cable is NOT running in line with any kind of power cables. This can cause interference and throw off encoder counts.


---

# 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/technical-support/tech-tips/revolver-v1-position-issues.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.
