> For the complete documentation index, see [llms.txt](https://wiki.purduesigbots.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.purduesigbots.com/team-administration/hosting-competitions/tournament-manager/competition-electronics.md).

# Competition Electronics

There are two key electronics sold by Vex to support field control and competitions:

![](/files/U0CFwPa8v2Ob8o6unG4I)

The Match Controller is used to interface between a computer running Tournament Manager and the competition field. One is needed for each field and should be placed alongside the field. The Driver Interface is used to connect teams to the field setup. The teams connect their V5 controllers to the VEXnet port. The 2 match controllers at each field (one for each alliance) are connected to the Match Controller through CAT5 cables.&#x20;

![Example field setup](/files/I8yQP4g3vzvAzBHEzRG7)

Above is an example field setup for a small competition. It is physically very straight forward when at a small scale. The lines above represent the only cable that are required to run the match. This however does not show any displays for the competitors and audience, as well as other fields including skills fields. Much of this requires a network to be setup instead of running display cables directly from the main computer.


---

# 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://wiki.purduesigbots.com/team-administration/hosting-competitions/tournament-manager/competition-electronics.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.
