Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

27
Developed in collaboration with Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

description

Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities. Engineering Roles. We will be forming groups of 3 students Throughout your work within 2.3.4 Automation Through Programming, you will be required to rotate through 3 different Engineering Roles: - PowerPoint PPT Presentation

Transcript of Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Page 1: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Developed in collaboration with

Connecting VEX and ROBOTC

Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Page 2: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Engineering Roles

• We will be forming groups of 3 students• Throughout your work within 2.3.4

Automation Through Programming, you will be required to rotate through 3 different Engineering Roles:– Mechanical Engineering– Computer Programming– Electrical Engineering

Page 3: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Mechanical Engineer

• The Mechanical Engineer will be responsible for sketching and building the final product on the Automation Through Programing project summary.

Page 4: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Mechanical Engineer continued• It is recommended that

you use isometric and perspective drawings to help explain ideas between group members, but the final sketch should be orthographic with at least a front and top view

Page 5: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Computer Programmer Engineer • The Computer

Programmer will help design the mechanism and complete the necessary program in ROBOTC using the PLTW template. The Program will be printed and attached to each Programming Project Summary

Page 6: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Electrical Engineer

• The Electrical Engineer will work with the Mechanical Engineer to connect the battery, motors, and sensors to the mechanism.

• He or She will also work with the Computer Programmer to complete the motors and sensors set-up.

Page 7: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Electrical Engineer continued

• A completed schematic on the Project Sheet will also be the responsibility of the Electrical Engineer

Page 8: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Things Your Team Will Need To Know

• The following slides will give you an overview of some things your team will need to know

• There will be more detailed information to come

Page 9: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

CortexThe VEX Cortex Microcontroller coordinates the flow of information and power on the robot. All electronic system components must interface to the Microcontroller.

The Microcontroller is the brain of every VEX robot.

Page 10: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Power1. Keep batteries charged – In order for a robot to operate,

it needs a power source.

• A 7.2V NiCd rechargeable battery is used with your VEX robot.

• Attach a battery strap to your model.• When your team is ready to test your

model, retrieve a battery from the container of charged batteries. Attach the battery to the model using the strap and plug it in to the Cortex.

• At the end of class put your battery on the VEX charger so it will be ready for the next class.

Page 11: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Motors2. Attach Motors to the model and Cortex

• Motors are devices that can transform electrical energy into mechanical energy.

• They take electrical power and create rotary motion.

Use motors to power the robot’s drive wheels. The wheels need to make continuous full rotations, which is exactly the kind of motion provided by the motors. Rotation for forward motion is shown.

Page 12: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Motors• 2-wire motors can be connected directly to

ports 1 and 10 on the VEX Cortex• The VEX Motor Controller 29 allows you to

connect the VEX 2-wire Motors to any of the standard 3-wire ports on the VEX Cortex.

• To use the VEX Motor Controller 29, plug the 3-wire end into one of the MOTOR ports (2-9) on your VEX Cortex Microcontroller.

Page 13: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Motors

• Connect the other end of the VEX Motor Controller to the 2-wire Motor. Be sure to align the black and red wires.

• To prevent the 2-wire Motor and Motor Controller wires from accidentally separating while the robot is running, use the supplied wire ties to secure the two ends, along with any excess wire.

Page 14: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Claw• Notice the motor used to open and close the claw.• How many motors are needed for this project?

Page 15: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Sensors2. Attach Sensors to the model and Cortex

• 4 Sensors:• Touch /

Bumper Switch

• Limit Switch

• Line Tracker

• Potentiometer

Page 16: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Bumper Switch SensorSignal: DigitalSensor Values: 1 = pressed, 0 = releasedDescription: The bumper sensor is a physical

switch. It tells the robot whether the bumper on the front of the sensor is being pushed in or not.

Type: SPST switch (“Single Pole, Single Throw”) configured for Normally Open behavior.

Signal Behavior:

Page 17: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Limit Switch SensorSignal: DigitalSensor Values: 1 = pressed, 0 = releasedDescription: The limit switch sensor is a

physical switch. It can tell the robot whether the sensor’s metal arm is being pushed in or not.

Type: SPDT microswitch, configured for SPST Normally Open behavior.

Signal Behavior:

Page 18: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Line TrackerSignal: AnalogSensor Values: Range from 0-4095Description: A line follower consists of an

infrared light sensor and an infrared LED. It works by illuminating a surface with infrared light; the sensor then picks up the reflected radiation and, based on its intensity, determines the reflectivity of the surface. Light colored surfaces will reflect more light than dark surfaces. This allows the sensor to detect a dark line on a pale surface, or a pale line on a dark surface.

Page 19: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Line Tracker

You can use the line trackers to help your robot navigate along a marked path. A typical application uses three line follower sensors, such that the middle sensor is over the line your robot is following.

The line followers are an analog sensor, meaning that its output covers a range of values (in this case, from zero to five volts) rather than being only on (five volts)or off (zero volts), as is the case for a digital sensor.

Page 20: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Line Tracker

You can use the line trackers to discern the boundary between two high-contrast surfaces as well.

The optimal range for the line tracker to read a value is ¼ in.

In this elevator model, the line tracker sensor is used to determine if the elevator is at the correct floor.

Line Tracker

Paper – ¼ in from sensor

Page 21: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

PotentiometerSignal: AnalogSensor Values: Range from 0-4095Description: The Potentiometer is used to measure the

angular position of the axle or shaft passed through its center. The center of the sensor can rotate roughly 265 degrees and outputs values ranging from 0-4095 to the Vex Microcontroller.

Mounted Potentiometer

CAUTION! When mounting the Potentiometer on your robot, be sure that the range of motion of the rotating shaft does not exceed that of the sensor. Failure to do so may result in damage to your robot and the Potentiometer.

Page 22: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

ROBOTC - Programming3. Work with the Computer Engineer to complete

Motor and Sensor Setup

Allows you to configure and name all of the motors and sensors connected to your robot.

Page 23: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Motor and Sensor Setup

Type a name to describe the motor location.

Remember Ports 1 and 10 can be used for 2 – wire motors, or use a Motor Controller 29 to plug into ports 2-9.

Check reversed if you want the motor to turn in the opposite direction.

Page 24: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Motor and Sensor Setup

Type a name to describe the sensor.

Choose the type of sensor – the only analog sensors for GTT are Line Follower and Potentiometer.

Page 25: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Motor and Sensor Setup

Type a name to describe the digital sensor location or purpose. Both the limit and bumper switches are Touch Type.

LED’s can be plugged in to Digital Ports 1-12, the type is VEX LED.

Page 26: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

Motor and Sensor Schematic4. Complete the Motor and Sensor Schematic on

Automation Through Programming Summary This information should match the motor and sensors setup done in ROBOTC

Page 27: Connecting VEX and ROBOTC Mechanical, Computer Programing, & Electrical Engineer Responsibilities

ResourcesCarnegie Mellon Robotics Academy (2011). VEX Cortex

Video Trainer. Retrieved from http://www.education.rec.ri.cmu.edu/products/teaching_robotc_cortex/index.html

VEX Cortex Video Trainer

–http://www.education.rec.ri.cmu.edu/products/teaching_robotc_cortex/index.html