Chapter 5 SubVIs.

Slides:



Advertisements
Similar presentations
Contacts Macintosh JCPS WEBMAIL. In Webmail, a button pane is located to the left. Click the CONTACTS button. A new window opens.
Advertisements

LabVIEW is a graphical programming development environment for data acquisition and control, data analysis, and data presentation. With LabVIEW you can.
Floyd, Digital Fundamentals, 10 th ed EET 2259 Unit 2 Virtual Instruments Read Bishop, Chapter 2. Lab #2 and Homework #2 due next week. Quiz #1 next week.
LabView Academy 5. óra. Témakörök SubVI Modularitás Icon Connector Pane.
Lesson 2 Navigating LabVIEW
Compose Workflow. Home page To compose a workflow navigate to the “Workflow Editor” page.
Jeff Beltramo NHTI-Concord’s Community College FRC Team 1922.
Introduction to LabVIEW 8.5
CS320n –Visual Programming LabVIEW Foundations. Visual ProgrammingLabVIEW Foundations2 What We Will Do Today Hand back and review the midterm Look at.
Virtual Instrumentation With LabVIEW. Course Goals Understand the components of a Virtual Instrument Introduce LabVIEW and common LabVIEW functions Build.
PC Applications Course LabVIEW: Laboratory Virtual Instrument Engineering Workbench Graphical Programming Easy to use Faster Development Time.
1. 2 LabVIEW 2011 Versus 8.6 Doug Norman National Instruments January 6, 2012.
Floyd, Digital Fundamentals, 10 th ed EET 2259 Unit 4 SubVIs  Read Bishop, Chapter 4.  Lab #4 and Homework #4 due next week.
Virtual Instrumentation With LabVIEW
How to use LabVIEW Ihor Korolov February 2011.
Virtual Instrumentation With LabVIEW. Course Goals Understand the components of a Virtual Instrument Introduce LabVIEW and common LabVIEW functions Build.
Course contents 1.Labview basics – virtual instruments, data flow, palettes 2.Structures – for, while, case,... – editing techniques 3.Controls&Indicators.
Virtual Instrumentation With LabVIEW. Course Goals Understand the components of a Virtual Instrument Introduce LabVIEW and common LabVIEW functions Create.
MCEN 371 – Mechanical Engineering Lab Chapter 6: LabVIEW Part 1: Introduction.
Chapter 1 LabVIEW Basics. Features > Uses Graphic Symbols > Created by National Instruments > Virtual Instruments (VIs) > Extensive Library of VIs.
Virtual Instrumentation With LabVIEW. Front Panel Controls = Inputs Indicators = Outputs LabVIEW Programs Are Called Virtual Instruments (VIs) Block Diagram.
LabVIEW an Introduction
Introduction to LabVIEW
SQL Maestro Hello World IQ Associates. Contents Initial setup Hello World.
LabVIEW in 3 Hours. What is Test & Measurement? Keypad Functionality Keypad Functionality LCD Testing LCD Testing Sound Quality Sound Quality Acoustic.
Samuel Alberg Thrysøe, PhD, PostDoc, Kontakt info: Tlf:
1. 2 LabVIEW Intro, Basics, Tips, Tricks Doug Norman & Stephanie Brierty National Instruments January 8, 2010.
Creating, Editing, & Debugging a VI A.How to Create VIs B.How to Edit VIs C.How to Debug VIs You Will Learn:
Lab 7 – Misc. pieces Southern Methodist University Bryan Rodriguez.
Digital Electronics and Computer Interfacing Tim Mewes 4. LabVIEW - Advanced.
Introduction to LabVIEW 8.5
Lab 1 : Introduction to LabView 1 Southern Methodist University Bryan Rodriguez.
Introduction to LabVIEW
Chapter 10 Function Block Diagram
CS320n –Visual Programming
Virtual Instrumentation With LabVIEW. Front Panel Controls = Inputs Indicators = Outputs Block Diagram Accompanying “program” for front panel Components.
CS320n –Visual Programming More LabVIEW Foundations.
Laboratory #1 LabVIEW Supplement Prepared by Tiffany Morris.
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.
Digital Electronics and Computer Interfacing Tim Mewes 2. LabVIEW Basics part II.
Web and Multimedia Development Copyright © Genetic Computer School 2007WM LESSON OVERVIEW  Use of Tables  Creating Tables  Try It – 1  Creating.
LabVIEW Course Course 1.
Week 3 Data Structures and Common Tools. Common Tools in Labview Automatic Tool Selector Using the Operating Tool Using the Positioning Tool to Select.
Workshop 5 of 7 Welcome!. Today's Topics Review from Workshop 4 Modularity & subVIs Documentation File Input/Output Introduction.
Week 3 Labview exercises
Dive Into® Visual Basic 2010 Express
EET 2259 Unit 4 SubVIs Read Bishop, Chapter 4.
Course Learning Map Lesson # Lesson Title Lesson 3 Lesson 2 Lesson 1
Power Point: Microsoft 2007
Chapter 2 – Introduction to the Visual Studio .NET IDE
EET 2259 Unit 3 Editing and Debugging VIs
CR 245L Digital Design I Lab Sum of Products, 7-Segment Display,
הודעות-שיעור1 שי שרעבי חדר 201
Module 6: Creating Web Pages and Working with Channels
مسابقة المدرسين المجددين
Chapter 1 LabVIEW Basics
Chapter 2 – Introduction to the Visual Studio .NET IDE
Chapter 4 Editing and Debugging
LabVIEW 7.1 寒假短期教學課程 歐陽丞修 2006/02/06.
Project Documentation Generation
Electronics II Physics 3620 / 6620
Working with Symbols and Interactivity
CST-115 Introduction to Computer Programming
Autodesk Inventor Tips and Tricks for New Users
Guidance The IHHA 2019 PowerPoint templates are in standard format 16: 9. There are several page templates to choose from, including different front pages,
Introduction to LabVIEW
EET 2259 Unit 2 Virtual Instruments
EET 2259 Unit 4 SubVIs Read Bishop, Chapter 4.
הודעות ריענון מהיר והרחבות - Shift Register Feedback Node המשך
EET 2259 Unit 3 Editing and Debugging VIs
Presentation transcript:

Chapter 5 SubVIs

Icon/Connector > Representation of the SubVI > Set of terminals that corresponds to the controls & indicators

Icon and Connector An icon represents a VI in other block diagrams A connector shows available terminals for data transfer Connector Terminals Every VI displays an icon, shown above, in the upper right corner of the front panel and block diagram windows. An icon is a graphical representation of a VI. It can contain text, images, or a combination of both. If you use a VI as a subVI, the icon identifies the subVI on the block diagram of the VI. The connector shows terminals available for transfer or data to and from the subVI. There are several connector patterns to choose from. Right click on the connector and select the pattern from the Patterns menu. From there you can assign controls and indicators on the front panel to the connector terminal, as we will see later.

SubVIs Sub VIs The above block diagram contains two subVIs. To see the front panel of a subVI, simply double click the subVI. You can also view the hierarchy of subVIs within a top level VI by clicking on Browse » Show VI Hierarchy.

Assign Terminals After you select a pattern to use for your connector pane, you must define connections by assigning a front panel control or indicator to each of the connector pane terminals. When you link controls and indicators to the connector pane, place inputs on the left and outputs on the right to prevent complicated, unclear wiring patterns in your VIs. To assign a terminal to a front panel control or indicator, click a terminal of the connector pane. Click the front panel control or indicator you want to assign to the terminal. Click an open area of the front panel. The terminal changes to the data type color of the control to indicate that you connected the terminal. You also can select the control or indicator first and then select the terminal. Make sure you save the VI after you have made the terminal assignments.

Creating SubVIs 1. From VIs 2. From Selections

Insert the SubVI into a Top Level VI Accessing user-made subVIs Functions >>All Functions >> Select a VI Or Drag icon onto target diagram After you build a VI and create its icon and connector pane, you can use it as a subVI. To place a subVI on the block diagram, select Functions»Select a VI. Navigate to and double-click the VI you want to use as a subVI and place it on the block diagram. You also can place an open VI on the block diagram of another open VI by using the Positioning tool to click the icon in the upper right corner of the front panel or block diagram of the VI you want to use as a subVI and drag the icon to the block diagram of the other VI.

Hierarchy Window > Displays Structure of all VIs > Shows Dependencies

Context Help Window > Displays Node Information