remote control of an atv

13
emote Control of an ATV Team members: Bryce Aberg Eduardo Barcellos Faculty: Stacy Wilson Ron Rizzo

Upload: affrica

Post on 23-Feb-2016

26 views

Category:

Documents


0 download

DESCRIPTION

Remote Control of an ATV. Team members: Bryce Aberg Eduardo Barcellos. Faculty: Stacy Wilson Ron Rizzo. Background Information. Originally developed by WKU’s Engineering Manufacturing Commercialization Center (EMCC ) Used as a mobile platform to detect subsurface voids - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Remote Control of an ATV

Remote Control of an ATVTeam members:

Bryce AbergEduardo Barcellos

Faculty:Stacy Wilson

Ron Rizzo

Page 2: Remote Control of an ATV

Background Information• Originally developed by WKU’s Engineering Manufacturing Commercialization Center (EMCC)

• Used as a mobile platform to detect subsurface voids

• Applications include: Sinkhole detection, tunnel/bunker detection

Page 3: Remote Control of an ATV

Project Objectives• Remote control of the steering, throttle, choke, brakes, start/stop of an ATV

• Communicate through WiFi to a myRIO that will control these systems by using shared variables.

Page 4: Remote Control of an ATV

Block Diagram

Page 5: Remote Control of an ATV

Haydon Motor Controller (Throttle, Choke)

• Step-motors need a driver

• Clipper has internal and external control

• Stepper-motors can be controlled by sending a clock signal (10Hz – 2KHz) from the myRIO to the Clipper

• Inputs on the Clipper for direction, clock, motor enable

Page 6: Remote Control of an ATV

Sabertooth 2x25 (Steering)

• Linak actuator controls steering, requires 20A

• Sabertooth 2x25 motor controller can control up to two 25A motors.

• Two control options: Serial and analog on S1 and S2

• For analog: • <2.5V on S1: Backwards• =2.5V on S1: No movement• >2.5V on S1: Forwards

Page 7: Remote Control of an ATV

Relays (Brakes, start/stop)

• Zettler relays used to control solenoid actuator

• Solenoid is connected to thick wire to control brakes

• Another relay controls the engines ignition

Page 8: Remote Control of an ATV

myRIO Pinout

Page 9: Remote Control of an ATV

Current Front Panel

Page 10: Remote Control of an ATV

Shared Variables• Variables that can be shared between programs or across a network

• Several types, this project will be using network-published shared variables

• Can be changed using an app on the iPad (Data Dashboard)

Page 11: Remote Control of an ATV

Current Status• We have almost all the basic functions complete

• All motors and relays can be controlled through LabView

• No wireless connectivity

• Wiring system is a mess

Page 12: Remote Control of an ATV

Future Goals• Update code to use event handling

• Implement shared variables in LabView

• Design board that will connect to myRIO to replace the stock board

• Streamline the wiring on the ATV

Page 13: Remote Control of an ATV