# Replacing Simple Electronics

Because we used iMates to constrain the simple motor, we can replace them with the real electronic file. &#x20;

## Replacing the Simple Motor

Right click the simple motor and go to `Component` then left click `Replace`.

![Right Click Menu](/files/-MfQLim3wamWE9hpWAHA)

Navigate to the `Electronics` folder of your library, and select `V5 Motor.ipt`.

![Electronics Folder](/files/-MfQM4K9PVtE2psu4FsS)

A warning will appear.  Because we are using iMates, this warning is ok, and we can click `ok`.&#x20;

![Replace Component Warning](/files/-MfQMBpsInoF4rQ6OtjP)

The motor has been replaced with a real motor!  This file has all of the internal geometry that motors have.  Because this is CAD, we don't need the circuitry, just something to make sure the motor fits.  Using computing power on calculating the internal geometry will make your cad a little slower.  That's why we use the simple motors.  But when making renders of our robots, we will switch them to real motors.&#x20;

![Real V5 Motor](/files/-MfQSluXTBA3i6nRUoG7)

To switch the motor back to the simple motor, the process is the same, except select `V5 Simple Motor.ipt` instead.&#x20;

![Electronics Folder](/files/-MfQMy75xs-yY_lkJJfh)

## Contributors to this Article:

* Jess - EZ


---

# 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/vex-cad/making-a-chassis/inventor-chassis-best-practices/replacing-simple-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.
