> For the complete documentation index, see [llms.txt](https://docs.axon-robotics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.axon-robotics.com/archive/max.md).

# Axon MAX+

{% hint style="warning" %}
The Axon MAX+ has been discontinued and replaced by the [Axon MAX MK2](/servos/max.md)
{% endhint %}

{% hint style="success" %}
Compatible with [Servo Programmer](/archive/programmer.md)
{% endhint %}

The Axon MAX+ is a high torque brushless servo suited for high torque applications such as arms, linkages, turrets, and 1/10-1/8 RC steering.&#x20;

### Features

* Heat treated 416 and 303 stainless steel gears
* 6061 T6 Case
* Dual 6x10mm ball bearing output shaft
* Hall effect encoder
* 64% efficiency at peak power output
* \*Dual Mode
* Programmable&#x20;
* H25T spline

\*If Purchased after Sep 25 2022

### Specs

Weight: 85g

<table><thead><tr><th width="136">Voltage (V)</th><th width="128">Idle (mA)</th><th width="128">Stall (mA)</th><th>Speed (sec/60°)</th><th>Torque (kgf·cm)</th></tr></thead><tbody><tr><td>4.8 *</td><td>280</td><td>3600</td><td>0.140</td><td>28</td></tr><tr><td>6.0 ** </td><td>320</td><td>4000</td><td>0.115</td><td>34</td></tr><tr><td>7.4</td><td>360</td><td>4300</td><td>0.100</td><td>39</td></tr><tr><td>8.4</td><td>400</td><td>4600</td><td>0.085</td><td>45</td></tr></tbody></table>

\*REV Control/Expansion Hub operating voltage        \*\*REV Servo Power Module Operating Voltage


---

# 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.axon-robotics.com/archive/max.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.
