11
Esben Søvsø Szocska Hansen, MSc Email: [email protected], Tlf.: +45 222384018 Virtuel Instrumenation: LabVIEW Introduction 7

Virtuel Instrumenation : LabVIEW Introduction 7

  • Upload
    camila

  • View
    40

  • Download
    0

Embed Size (px)

DESCRIPTION

Virtuel Instrumenation : LabVIEW Introduction 7. Esben Søvsø Szocska Hansen, MSc Email : [email protected], Tlf.: +45 222384018. Useful tools and structures in LabVIEW. Tab Control. Add pages Enum Control Property Node for further control. Property Node. Modify and customize controls - PowerPoint PPT Presentation

Citation preview

Page 1: Virtuel  Instrumenation : LabVIEW Introduction  7

Esben Søvsø Szocska Hansen, MScEmail: [email protected], Tlf.: +45 222384018

Virtuel Instrumenation:LabVIEW Introduction 7

Page 2: Virtuel  Instrumenation : LabVIEW Introduction  7

2

Useful tools and structures in LabVIEW

Page 3: Virtuel  Instrumenation : LabVIEW Introduction  7

3

Tab Control

• Add pages• Enum Control• Property Node for

further control

Page 4: Virtuel  Instrumenation : LabVIEW Introduction  7

4

Property Node

• Modify and customize controls

• 1 - Create by right-clicking on control

• 2 – Create ref from control and land core property node

• Contains control specific parameters

Page 5: Virtuel  Instrumenation : LabVIEW Introduction  7

5

Typ Def

• Create name – Custom Control

• A must in larger setups• Updates from definition• Typdef• Strict Typdef– Ranges– Enums– …

Page 6: Virtuel  Instrumenation : LabVIEW Introduction  7

6

7.1– Tablet Machine

• 7.1.1 – Tablet Custom Control• 7.1.2 – Tablet Machine• *7.1.3 – Temperature alert and date alert

Page 7: Virtuel  Instrumenation : LabVIEW Introduction  7

7

XControl

• Used for design of more complex custom control

• Dynamic run-time and edit-time behavior

• Script like control and indicator

Page 8: Virtuel  Instrumenation : LabVIEW Introduction  7

8

7.2– XControl

• 7.2.1 – Xcontrol – Temperature to Pressure modification

Page 9: Virtuel  Instrumenation : LabVIEW Introduction  7

9

NI Vision Assistant

• Rapid prototyping of vision control systems and image processing

• Easy to implement• Script to LabVIEW VI

compiler

Page 10: Virtuel  Instrumenation : LabVIEW Introduction  7

10

NI IMAQ toolbox

• Adv. functions for image processing and vision systems

• LabVIEW memory– Use error wire to control

processing steps– Input image will be

replaced in processing steps unless else stated

Page 11: Virtuel  Instrumenation : LabVIEW Introduction  7

11

7.3– IMAQ

• 7.3.1 – Tablet Example One• 7.3.2 – Tablet Example Two