> For the complete documentation index, see [llms.txt](https://docs.revrobotics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revrobotics.com/duo-build/structure/intro/15mm-x-45mm-c-channel.md).

# 15mm x 45mm C Channel

## 15mm x 45mm C Channel Basics

![](/files/-MBkHwyKHZrqmyUCkLn_)

The[ C Channel](https://www.revrobotics.com/competition/ftc/structure/channel/) uses a combination of a **fixed pitch system** and an **extrusion system** to make it easy to iterate robot designs. The Channel system overall is compatible with standard [M3 hardware](https://www.revrobotics.com/ftc/hardware/fasteners/) , and is designed to work seamlessly with existing[ 15mm Extrusion](https://www.revrobotics.com/ftc/structure/15mm-extrusion/) and [15mm x 30mm Extrusion](https://www.revrobotics.com/ftc/structure/15mm-extrusion/). The extrusion system has slots that allows flexible bracket positions for easy Channel to Extrusion connection.&#x20;

The 45mm wide side of the channel features the **Extended Motion Pattern** which uses M3 hardware for attaching brackets, extrusion, and channel together. Locations for mounting bearings, shafts, motors, and servos are available every 16mm. Slots on the 15mm sections of the channel accept standard M3 hex-head bolts or nuts, rather than expensive t-nuts.&#x20;

### Product Specifications&#x20;

* Material: 6063 aluminum
* Height: 45mm
* Width: 15mm
* Length: [Various lengths ](https://www.revrobotics.com/competition/ftc/structure/channel/)
  * Channel can be cut to length if necessary, but care should be taken to ensure cuts preserve the necessary portions of the motion pattern for the overall robot design

## When to Use?

The C Channels are great for creating a sturdy [robot drivetrain](/duo-build/channel-drivetrain-build-guide.md) or for use in areas where additional **torsional strength** is needed.&#x20;

{% hint style="info" %}
**Torsional Strength** is a measure of the ability of a material to withstand a twisting load.&#x20;

*To learn more about why torsional strength is helpful to your robot design visit the* [*constraining motion*](/duo-build/building/constraining-motion.md) *page*&#x20;
{% endhint %}

## How to Use?

The combination of the pitch and extrusion systems featured on the C channel allows flexibility in design and iterations. The extended motion pattern featured on the 15mm x 45mm C Channel allows for easy placement of moving parts, for addition constraint and support of motion. The extended motion pattern can also allow easier replacement or swapping of parts on interior portions of the robot than the 15mm Extrusion, depending on robot design.

{% hint style="info" %}
*For some examples on how to use the C Channel check out the* [*Differential Drivetrain Guide*](/duo-build/channel-drivetrain-build-guide.md)*.*&#x20;
{% endhint %}


---

# 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.revrobotics.com/duo-build/structure/intro/15mm-x-45mm-c-channel.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.
