intro

11

Upload: kelsey-woodward

Post on 30-Dec-2015

18 views

Category:

Documents


0 download

DESCRIPTION

Intro. Joe A Varnell – mentor for team 704 SGP Robotics Lockheed Martin - Test Engineer Have been a software and systems Worked with NI equipment for 10 years LabVIEW on and off for 6 years LabVIEW core I, II, and III. Starting off. To start a new project. NI Areas for help. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Intro
Page 2: Intro

Intro

• Joe A Varnell – mentor for team 704 SGP Robotics

• Lockheed Martin - Test Engineer – Have been a software and systems

• Worked with NI equipment for 10 years– LabVIEW on and off for 6 years– LabVIEW core I, II, and III

Page 3: Intro

Starting off

To start a new project

Open an existing project

NI Areas for help

Sensor, motor, robot operation examples

Page 4: Intro

The Robot Project

-Give meaningful name to project-Everything under “My Computer” does not-Everything under “RT CompactRIO” goes on the cRIO

Page 5: Intro
Page 6: Intro

-Front Panel-Block Diagram-Flow left to right

-NI Code provides info on diagram-Context Help to see -Double click to dig down into blocks

Page 7: Intro

-Open block going to a refNum register block with meaningful name-Autonomous code-Drag down comment blocks-Dropdowns control operations-Watch dog; Feed the dog

Page 8: Intro

-Get refnum using name-State machine to control execution of teleop-reads joystick and operates on it

Page 9: Intro

-Each loop runs independent of the other (parallel execution)-get reference outside of loop

-Anything outside executes once-Anything inside the loops is repeated

Page 10: Intro

Technical Resources

• www.chiefdelphi.com• www.ni.com/first - a lot of technical issues• NI training page -

http://decibel.ni.com/content/docs/DOC-8923

• http://www.usfirst.org/roboticsprograms/frc/content.aspx?id=10934

• www.lvmastery.com – LabVIEW training. Free for now, may be pay later

Page 11: Intro