23
FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Embed Size (px)

Citation preview

Page 1: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

FSAE Instrumentation 02/10/09

Ryan GunnJohn LeeDan Van WinkleAli Yilmaz

Page 2: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

System Diagram

Page 3: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

cRIO

9012 9201 9401

Page 4: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

NI 9205 Pin Assignments

Page 5: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

NI 9401 Pin Assignments

Page 6: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz
Page 7: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Front Box to cRIO

Page 8: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Front Box Layout

Page 9: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Pspice Schematics

Page 10: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Pspice AC Sweep

Page 11: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Pspice AC Sweep (cont)

Page 12: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Engine Tachometer

Page 13: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Power Signal

Page 14: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Accelerometer Power Source

Page 15: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

ADXL330

Page 16: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Sensor Harness to Front Box

Page 17: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Rear Box to cRIO

Page 18: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz
Page 19: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Sensor Harness to Rear Box

Page 20: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Software Implementation

We have decided to restart implementation of the software

We are using last year’s software as a reference

We are attempting a complete overhaul of the software implementationMay lead to significant changes to

requirements and/or scheduling

Page 21: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Tentative Improvements

In the old implementation, saving and reading data was convoluted:Data binary log files run .vi to convert

binary log files to .lvm file run .vi to open .lvm file

It appears that we can skip intermediate step:Data .lvm file run .vi to open .lvm file

Processor and memory limitations

Page 22: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Other Solutions

USB driveMerge conversion program into read file

program

Page 23: FSAE Instrumentation 02/10/09 Ryan Gunn John Lee Dan Van Winkle Ali Yilmaz

Future Challenges

Still need to implement some requirements: Interface between cRIO and softwareData calibrationMultiple signal analysis

Anticipate heavy debugging