> For the complete documentation index, see [llms.txt](https://docs.acrome.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acrome.net/electronics/electrical-motors/linear-actuator-with-feedback.md).

# Linear Actuator with Feedback

This linear actuator is designed for **precise linear motion** in compact automation applications. Equipped with an internal **potentiometer for position feedback**, it allows for closed-loop control systems. The 75 lbs (≈ 333 N) force rating makes it suitable for light-to-medium load applications such as robotic arms, adjustable platforms, and smart enclosures.

<figure><img src="/files/vgyecre1sNmGfb3EO9ah" alt=""><figcaption></figcaption></figure>

## Specifications

| Parameter               | Value                             |
| ----------------------- | --------------------------------- |
| **Force**               | 75 lbs (333 N)                    |
| **Stroke Length**       | Options: 2", 4", 6", 8", 10", 12" |
| **Speed (No Load)**     | 0.6 in/s (≈15 mm/s) at 12 V       |
| **Input Voltage**       | 12 V DC                           |
| **Rated Current**       | \~2 A                             |
| **Stall Current**       | \~3 A                             |
| **Feedback Type**       | 10 kΩ Linear Potentiometer        |
| **Position Resolution** | \~0.5 mm                          |
| **Duty Cycle**          | 20%                               |
| **IP Rating**           | IP54                              |
| **Gear Ratio**          | 20:1                              |
| **Connector**           | 6-wire cable (motor + pot)        |

## Wiring

| Wire Color | Function                     |
| ---------- | ---------------------------- |
| Red        | Motor +                      |
| Black      | Motor –                      |
| White      | Potentiometer GND            |
| Green      | Potentiometer Signal (wiper) |
| Yellow     | Potentiometer VCC (\~5V)     |
| Blue       | (Optional) Not used          |

## Dimensions

* **Body Length (retracted):** \~105 mm + stroke
* **Fully Extended Length:** Retracted length + stroke
* **Mounting Holes:** 6.3 mm diameter clevis ends
* **Weight:** \~500 g (varies by stroke)

## Use Cases

* Robotics (arm extension/retraction)
* Smart furniture (adjustable desk legs, drawers)
* Lab automation systems
* Controlled enclosure doors or hatches


---

# 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.acrome.net/electronics/electrical-motors/linear-actuator-with-feedback.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.
