Building with VEX V5 Motor Groups

When building a custom VEX V5 Robot, sometimes you just need more power. One easy way to do this is to add another motor. These two motors working together are known as a motor group.


How motor groups are mechanically tied together

In order for two motors to work together they need to be mechanically connected in some manner.

Some methods of connecting motors together mechanically include:

Illustration of various mechanisms used in V5 products, showcasing their design and functionality, including gears and levers, relevant to the V5 Category Description.

Both motors share the same drive shaft.

Diagram illustrating the mechanisms of V5 category devices, showcasing various components and their functions, with labeled parts for clarity and understanding.

Both motors share the same gear set.

Diagram illustrating various mechanisms of the V5 category, featuring labeled components and their functions for enhanced understanding of the system.

Both motors share the same chain and sprocket system.

Diagram illustrating the mechanisms of V5 category components, showcasing key features and functions.

Both motors have wheels on the same side of the drivetrain.


The importance of motor spin direction

When two motors are working together it is very important that the direction each motor is spinning does not fight with one other. The orientation of the motors to one another will determine which direction each will need to spin. A typical robot arm with two motors working together to lift the arm is an example of how this works.

Diagram illustrating various mechanisms of the V5 category, showcasing components and their functions in a clear and organized layout.

In this case, the driven gear attached to the right side of the arm will need to rotate counterclockwise for the arm to lift. Since the driving gear needs to rotate in the opposite direction of the driven gear on the arm, the right motor of the arm will need to spin the smaller driving gear in a clockwise direction.

Diagram illustrating various mechanisms of the V5 category, showcasing components and their functions in a clear and organized layout.

However, on the left side of the arm the driven gear will need to rotate in the opposite direction or clockwise. This also means the left motor will need to spin in the opposite counterclockwise direction.

Illustration of V5 mechanisms showcasing various components and their functions, highlighting the design and structure relevant to the V5 category description.

As a general rule, if the two motors in a motor group are facing each other as in the application with the arm above, the spin of one motor in the motor group will need to be reversed so the motors do not fight against one another.

Diagram illustrating various mechanisms in V5 category, showcasing components and their functions in a clear and organized layout.

If the motors are facing in the same direction, then both motors in the motor group will need to spin in the same direction.

Diagram illustrating various mechanisms related to V5 category, showcasing components and their functions in a clear and organized layout.

When using VEXcode V5, it is very easy to reverse a motor within a motor group. This can be done when you are adding the motor group as a device.
For more information on configuring a motor group in VEXcode V5, view this article from the VEX Library.


Applications in which motor groups will be helpful

The principles of mechanical advantage tell us whenever:

  • More weight needs to be lifted.
  • More distance needs to be traveled.
  • More speed is needed.
  • More force will be needed.

These principles can be seen with robot arms as well as drivetrains.

Robot arms

Diagram illustrating various mechanisms of V5 category devices, showcasing components and their functions in a clear and organized layout.Diagram illustrating various mechanisms of the V5 category, showcasing components and their functions in a clear, labeled format.

A single swing arm may be able to lift light things with a single motor. However, if the arm needs to lift a heavy object, a second motor may be necessary.

Diagram illustrating various mechanisms of the V5 category, showcasing different components and their functions in a clear and organized layout.Diagram illustrating various mechanisms of the V5 category, showcasing their components and interactions, with labeled parts for clarity.

When designing advanced arms such as a six-bar or a double-reverse four bar, two motors will be required. This is because these arms are capable of lifting objects higher and faster.

Drivetrains

Diagram illustrating V5 mechanisms, showcasing various components and their interactions within the system, relevant to the V5 Category Description.

When designing a drivetrain you may want to go faster, climb steeper, or push more with your robot. A four motor drivetrain will allow you to accomplish this.

Diagram illustrating various mechanisms of V5 category products, featuring labeled components and their functions, to enhance understanding of the product's design and operation.

VEXcode V5 has a DRIVETRAIN 4-motor device which will allow you to program your drivetrain.
For more information on configuring a 4-Motor Drivetrain, view this article from the VEX Library.

However, a 4-Motor Drivetrain device limits your robot turns to pivot turns. If your robot navigation requires different turns, motor groups can allow these.


Using Motor Groups for different types of turns

A skid-steer robot is a robot which turns by adjusting the speed and direction of the drive wheels on each side of the robot. The types of turns are:

Illustration of V5 mechanisms, showcasing various components and their functions, relevant to the V5 category description.Diagram illustrating various mechanisms in V5 category, showcasing components and their interactions for enhanced understanding of functionality.

Pivot turns: this type of turn pivots on a center point between the drive wheels. This happens when the drive wheel/wheels on one side of the robot move in reverse to the drive wheel/wheels on the other side of the robot. This type of turn is helpful when the robot needs to turn in place.

Illustration of V5 mechanisms showing various components and their functions, highlighting the design and assembly features relevant to V5 robotics systems.Diagram illustrating various mechanisms of the V5 category, showcasing different components and their functions in a clear and organized layout.

Drag turns: this type of turn has the pivot point on the side of the robot. This happens when the drive wheel/wheels on one side of the robot move forward or reverse and the drive wheel/wheels on the other side of the robot do not move. This type of turn can be helpful when lining up with a game piece.

Diagram illustrating various mechanisms of the V5 category, featuring labeled components and their functions, designed to enhance understanding of the system's operation.Diagram illustrating various mechanisms of the V5 category, showing components and their functions in a clear and labeled format.

Arc turns: this type of turn has the pivot point located outside of the drivetrain of the robot. This happens when the drive wheel/wheels on one side of the robot spin at a faster or slower speed than the drive wheel/wheels on the other side of the robot. This type of turn allows for a shorter travel distance when navigating around obstacles.

For more information, help, and tips, check out the many resources at VEX Professional Development Plus

Last Updated: