html5-img
1 / 49

LabVIEW

Introduction to LabVIEW

guest45378
Download Presentation

LabVIEW

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Presentation on LabVIEWforInstrumentation & Control System Mr. SAJID NAEEM M.SC – Electronics (UOP) PG-DEP (C-DAC)

  2. Contents • Introduction to LabVIEW • LabVIEW Software Overview • Data Acquisition System • Instrumentation in LabVIEW • Control System in LabVIEW • Examples • Advantages • Applications • References

  3. Introduction to

  4. LabVIEW = Laboratory+ VirtualInstrumentEngineering Workbench . Lab VIEW is a graphical programming language that uses icons instead of lines of text to create programs. . LabVIEWprogram called Virtual Instrument produced by National Instruments in 1988. . LabVIEW is a much loved tool of the scientist and engineer. . Jeff Kodosky is the “Father of LabVIEW”.

  5. Virtual Instruments: . Lab VIEW programs are called virtual instruments, or VIs, because their appearance and operation imitate physical instruments, such as oscilloscopes and multimeters etc. . After build the user interface, add code using VIs and structures to control the front panel objects. The block diagram contains this code.

  6. LabVIEW Software: Overview

  7. VI Front Panel:

  8. VI Block Diagram:

  9. Controls and Functions Palettes:

  10. Tools Palette:

  11. Status Toolbar:

  12. Creating VI:

  13. Terminals:

  14. Wiring Tips:

  15. Basic wires used in block diagramsand corresponding types: .Each wire has different style or color, depending on the data type that flows through the wire:

  16. Controls & Indicators:

  17. Functions for Signals:

  18. Help Options:

  19. Basic Examples : • LabVIEW is written on graphical structure. • While in LabVIEW summation is a function and it is represent by following symbol. • In LabVIEW, such mathematical and logical functions are represented graphically.

  20. Addand multiply two given numbers and display the results

  21. Converting ºC to ºF °F = (1.8 * °C) + 32 Control Indicator

  22. Introduction to DAQ Card

  23. DAQ System

  24. The building blocks of a DAQ system: • Transducer: A device that converts a physical phenomenon such as light, temperature, pressure, or sound into a measurable electrical signal such as voltage or current. • Signal: The output of the transducer. • Signal conditioning: Hardware that you can connect to the DAQ device to make the signal suitable for measurement or to improve accuracy or reduce noise. • DAQ hardware: Hardware you use to acquire, measure, and analyze data. • Software: NI application software is designed to help you easily design and program your measurement and control application (LABVIEW).

  25. Types of Data Acquisition & Control Devices:

  26. DAQ Device Properties: • DAQ devices have four standard elements: • Analog input (AI) • Analog output (AO) • Digital I/O (DIO) • Counter/Timers

  27. Feature of DAQ 6009: . Eight 14-bit analog inputs. . 12 digital I/O lines. . 2 analog outputs. . 1 counter. 17 1 Analog Digital 32 16

  28. How to Select DAQ Device & Accessories: 1. Open the Labview program, in the Block Diagram select functions, express input then select the DAQ Assistanticon.

  29. 2. Select “Analog Input” so as to input your analog data to the computer and Labview.

  30. 3. We have 16 physical input channels from ai0 to ai15, select a channel like ai0.

  31. 4. Select your input voltage setup

  32. 5. Now make the connections and select test then Run to see the input voltage.

  33. Example

  34. Result in Block Diagram: • Temperature ( oC) = Vout * (100 oC/V) Convert from Dynamic Data

  35. Result in Front Panel (heating) Result in Front Panel (cooling) XY Graph XY Graph

  36. Practical Set Up Temperature Measurement LM35 Thermistor PT100

  37. Instrumentation in LabVIEW Virtual Instrumentation Lab Instrumentation Lab

  38. Control System in LabVIEW LabVIEWControl Panel IndustrialControl Panel

  39. Control System in LabVIEW Control System Virtual System

  40. LabVIEW in Robotics:

  41. LabVIEW interfacing to External Peripherals:

  42. Advantages of LabVIEW • .Easy to learn, use, maintain, and upgrade • . One tool for design, prototyping and deployment • . Multidisciplinary use (Instr. Elect. Control…) • . Multiplatform (Windows, Mac OS, Linux, RTOSs) • . Multicore-ready design and support for different hardware acceleration technologies.(DSP, FPGA…) • . Ability to solve and execute complex algorithms in real time. • .

  43. Applications of LabView in Various Industries . Instrumentation . Process Control . Electronics . Communication . Biomedical . Robotics . Image Processing . Research…………………

  44. LabView in Industries:

  45. References: • www.ni.com • www. forums.ni.com • www.labviewwiki.org • Books: • LabVIEW Data Acquisition Basics Manual • LabVIEW for Data Acquisition by Bruce Mihura • LabVIEW based Advanced Instrumentation Systems • LabVIEW for Everyone by Jim Kring

More Related