Labview Introduction Writing and Saving your first program.

Slides:



Advertisements
Similar presentations
Getting started with LEGO NXT Mindstorms software This is intended to be a short introduction to the LEGO Mindstorms software and programming the LEGO.
Advertisements

Windows XP / Microsoft Word Computer Applications.
If you press this you attach a files. This window will come up when the attach file button is pressed. You can then press browse and pick a file that.
Putting Your PowerPoint into WebCT. To put your PowerPoint online Create an appropriate folder Upload the PowerPoint file to that folder Create a link.
CS320n –Visual Programming Introduction to LabVIEW.
How to install the Zelle graphics package
A Visual Introduction to PC SAS. Start SAS by double-clicking on the SAS icon...
An Introduction to Using a Flatbed Scanner “The Computer as an Educational Tool: Productivity and Problem Solving” ©Richard C. Forcier and Don E. Descy.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Web Technologies Website Development Trade & Industrial Education
Programming 101 The Common Palette Content provided by Connor Statham (6 th Grade Student) Formatting by Shannon Sieber.
LabVIEW Program and Data Flow Review LabVIEW Robotics Fundamentals.
CIS—100 Chapter 15—Windows Vista 1. Parts of a Window 2.
Mail merge I: Use mail merge for mass mailings Perform a complete mail merge Now you’ll walk through the process of performing a mail merge by using the.
MS Access Tour Sesión # 6. MS Access Tour Database Management System (DBMS): An application software that allows users to create, manipulate, and change.
LabVIEW Basics Review LabVIEW Robotics Fundamentals.
LabVIEW – 2 Windows ► Front Panel- User Interface ► Block Diagram- Programming View.
Tax Reporting And Claims Software TRACS. Let’s Get Started.
Inspiration 7.5 A Tutorial.
Lesson 2 Solid Works GUI and the Design Process. Model Parts Set Up Document Properties –Select a Plane Create a 2D Sketch Create a 3D Feature.
This example is a step by step walkthrough for installing the SRH Front Desk printer in Windows 7 (64 Bit).
Chapter 1 Creating a Dreamweaver Web Page and Local Site
By Jane Cable DOWNLOADING SOUNDS To Use With Windows Events To Use With Windows Events.
Vex Robotics Program six: combining autonomous and radio control.
Saving Work to Your School Server Click through this presentation at your own speed. Use it as a review or a guide while saving a project.
Introduction to LabVIEW
HONG KONG TAOIST ASSOCIATION WUN TSUEN SCHOOL Microsoft PowerPoint 2010 Chapter 1 – Introduction of PowerPoint.
Windows Top 10 Time Savers! Pickens Technical College Business Department.
Global Change. The Global Change gives users the ability to make global changes to quotes by displaying common options, allowing users to edit the options.
CS320n –Visual Programming More LabVIEW Foundations.
Creating Your First Web Page – Topic: Creating a wiki, blog, image blog and podcast Click Arrow - Next Slide 1.
Step 1 1.) go up to the Layer menu in the Menu Bar at the top of the screen, choose New, and then choose Layer via Copy.
CPS-Student Response System Dottie Betts ITRT June 2009.
How to use By Lauren Fowler. Adding Attachments Attachments are pictures, videos and files that you have on your computer. You can add these to.
Keeping Organized Managing your folders and files on your computer.
Listing Documents, Disclosures, Purchase Offers, Addendum’s.
Know your computer Make a Folder Copy from Word to Composer Format the Font Change the Alignment Format the Background Format the Colors Insert a Picture.
Website 1. Username and Password: See your ITRT or Media Specialist 2. Click Login Created by: Carol Schreiber,
Designing a Relational Database 13.4 Page A database should be created based on a design  Three steps Determine what information should be stored.
Lab Lesson Three: How to save to a USB (or Flash) Drive.
Unit 1: “Move!”. NXT Functions NXT Functions can be found under “NXT I/O” on the functions palette in an instance targeting the NXT.
Print out your name blocks! (15 points). Create a new “idw”
If you don’t have Google Earth downloaded already, you can go to to get it.
Word 2010 Headers and Footers You can make your document look professional and polished by utilizing headers and footers. The header is a section of the.
Downloading Procedures From the Web Importing Web Procedures Using ProEdit.
we are going to write our Assembly language program as sample ex01.asm. So that we can attempt our assigment.
Adding a Picture in ArcGIS. Getting Started Open ArcMap in ArcGIS Add shape files Find pictures on the web save in folder with shape files you added to.
Activity 2 Creating a blank database 1.Start Microsoft Access and then select ‘File’  ‘New’. 2. Click ‘Blank database’ from the panel on the right.
Prepare by Ms. Fatima Bajafar Usage of EndNote Program in Documentation.
CS 201 Lecture 1 (b) Using an IDE Tarik Booker CS 201: Introduction to Programming California State University, Los Angeles.
Perform a complete mail merge Lesson 14 By the end of this lesson you will be able to complete the following: Use the Mail Merge Wizard to perform a basic.
SETTING UP NEW PROJECT IN CUBASE – (I’VE USED CUBASE BEFORE) MUSIC TECH.
Using the Lego Mindstorms Edu NXT Software
BEGINNER PROGRAMMING LESSON
Using a template to create a document
Introduction To Programming with LEGO NXT 2
Siebel CTI Program Functionality & SOP.
Dashboard
Chapter 5 SubVIs.
How to Embed Videos into Powerpoint
ديبــــاجــــــة: صادق الكنيست الإسرائيلي في تاريخ على اقتراح قانون دائرة أراضي إسرائيل (تعديل رقم7) – 2009 الذي يشكّل، عمليًا، خطة إصلاح شاملة.
Working with Files.
Quality Checking your Personnel Folders
Electronics II Physics 3620 / 6620
Blackboard Tutorial (Student)
Click on Save All to save everything and choose a location etc
Blackboard Tutorial (Student)
How to Make a Contact Sheet
More to Learn Creating a shortcut
Importing Opera Notes.
Presentation transcript:

Labview Introduction Writing and Saving your first program

Getting started When you open Labview, you get the “Getting Started” window: Click “Create program”

Robot Project, Blank Project You then create a new “blank” robot project

Location for the Project In the top field, give the project a name In the second field, click on the folder to put the project in your “Robotics -> Programs” folder. The project will have the extension “.lvrbt”

The Project Center The project center is where we create new individual programs, with the extension “.vi” Click “New VI” and “VI for NXT target” to create a new program.

Where we write the program After naming the new.vi, you get two windows: The Front Panel, the gridded screen in back The Block Diagram. This is where we write our programs If the Block Diagram ever disappears, click Command-E to bring it back.

Adding Blocks to a program We build program one block at a time, by right clicking on the Block Diagram and choosing the appropriate command. Both the “Motor” and “Wait” blocks are under “NXT I/O”

Saving and Closing To Save a program, click Command – S, or choose Save under the File menu. When you close the project you will get an error message about “PassKeyOrCancel.vi” and “ConnectToBrick.vi” Do not worry about them, just choose “Don’t Save – All” for them.