# Six Bar

![](/files/-MDFJe92k_X_QzFCf8Ch)

The six bar lift is a derivative of the [four bar lift](/hardware/lifts/four-bar.md). It utilizes the same geometry of four parallel bars, but in two stages. This split into two stages allows the lift to maintain a lower profile on the robot and condense into a smaller space, allowing for a larger lift to ﬁt within the build limits.

![Visual comparison of the difference in compactness between a six bar and a four bar](/files/auWjexKgCQi0uQvVabbb)

![Visual comparison of the height difference between a six bar and a four bar when fully raised](/files/TPdcFlDKABGq7euVIFhq)

It is typically recommended that only the top bar on the static end be driven by the motors, as there will be increased friction on the bottom arm as compared to the top. This can be alleviated by utilizing a PID control on the arm to ensure that one motor does not provide more force than the other on a given side, stressing the lift components and motors. As with every lift, using [screw joints](/hardware/vex-joints.md#single-bearing-screw-joint) is highly encouraged to reduce friction, decrease slop, and increase strength.

### Pros and Cons Analysis

| Pros                                                                                                                                                                                                                                                                                                                                                             | Cons                                                                                                                                                                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ul><li>Relatively easy to build and maintain</li><li>If built properly, can reach higher than a <a href="/pages/-MDFGiVKa79-Oc775WTb">four bar</a> lift on its own.</li><li>Similar to a four bar, this lift has a relatively easy implementation into a<a href="/pages/-MDFGiVJubVOQc8zlqoW#the-double-reverse-design"> "double reverse" </a>design.</li></ul> | <ul><li>More torque necessary to lift to full height than a <a href="/pages/-MDFGiVKa79-Oc775WTb">four bar</a></li><li>Front heavy when horizontally extended; more likely to tip forward</li><li>Increased potential for friction and slop due to the increased number of joints</li></ul> |

Because the lifting length is longer on a six bar than a four bar, more torque is required in order to lift the arm to its full height. The weight and length of the six bar lift also creates additional friction on the joint of the lift and the motors powering it. This can lead to more issues than would be encountered with a four bar lift such as burnt out motors or broken parts. The added length of the lift arm can create a greater tendency for the robot to tip forward when lifting or moving. Heavier loads will increase this chance of tipping. Despite these issues, the six bar lift is a very common lift system as well because it is relatively easy to build and maintain when compared to scissor lifts and reverse six bar lifts. Like the four bar lift, the six bar lift keeps the lifted end at the same angle throughout a lift or decent.

## Resources

{% embed url="<http://www.aura.org.nz/archives/672>" %}
Article from VexU team AURA overviewing six bar lifts
{% endembed %}

{% embed url="<https://youtu.be/rp8gDKTkC0g>" %}
Video demonstrating the basic geometry of a six bar lift, courtesy of team 10D
{% endembed %}

### Teams Contributed to this Article:

* [BLRS](https://purduesigbots.com/) (Purdue SIGBots)
* MTBR (University of Michigan Task Based Robotics)&#x20;


---

# 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://wiki.purduesigbots.com/hardware/lifts/six-bar.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.
