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