Introduction to LabVIEW. Introduction Welcome to LabVIEW Getting Started Front Panel Block Diagram.

8
Introductio n to LabVIEW

Transcript of Introduction to LabVIEW. Introduction Welcome to LabVIEW Getting Started Front Panel Block Diagram.

Page 1: Introduction to LabVIEW. Introduction Welcome to LabVIEW Getting Started Front Panel Block Diagram.

Introductionto

LabVIEW

Page 2: Introduction to LabVIEW. Introduction Welcome to LabVIEW Getting Started Front Panel Block Diagram.

IntroductionWelcome to LabVIEW

Getting StartedFront PanelBlock Diagram

Page 3: Introduction to LabVIEW. Introduction Welcome to LabVIEW Getting Started Front Panel Block Diagram.

Introduction to LabVIEW

From the Getting Started Window, you can open new or oldLabVIEW code, find examples, read articles, andget help.

Page 4: Introduction to LabVIEW. Introduction Welcome to LabVIEW Getting Started Front Panel Block Diagram.

Intro to LabVIEW Cont…All LabVIEW code is made

up of a Front Panel and a Block Diagram.

The Front Panel contains the graphs, knobs, buttons, indicators, controls.

The Block Diagram is where the code resides.

Front Panel

Block Diagram

Page 5: Introduction to LabVIEW. Introduction Welcome to LabVIEW Getting Started Front Panel Block Diagram.

Controls Palette

This is available in the Front Panel This palette allows you to place knobs, graphs,

indicators, etc… on the Front Panel.

Page 6: Introduction to LabVIEW. Introduction Welcome to LabVIEW Getting Started Front Panel Block Diagram.

Functions PaletteThis is accessed from the

Block Diagram.This allows you to place

functions on the Block Diagram.

You will find most of the Functions here.

Page 7: Introduction to LabVIEW. Introduction Welcome to LabVIEW Getting Started Front Panel Block Diagram.

Context HelpBy hovering over any

function and control in LabVIEW, context help gives you a: labelled diagramdescription of the

function link to more detailed

information

Page 8: Introduction to LabVIEW. Introduction Welcome to LabVIEW Getting Started Front Panel Block Diagram.

WiringData is transferred

through wiresConnect things like

controls to indicators using wires

“Connect Wire” tool is used to wire in LabVIEW