Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Getting Started with Arduino and LabVIEW

Ahmed Sobhy
December 19, 2015

Getting Started with Arduino and LabVIEW

Ahmed Sobhy

December 19, 2015
Tweet

More Decks by Ahmed Sobhy

Other Decks in Programming

Transcript

  1. Ahmed Sobhy Vice Chair IEEE RAS Egypt Chapter Co-founder -

    Qafeer Makerspace CEO - GDG 6 October & Robosapien Robotics sobhy.me
  2. LabVIEW = Laboratory + Virtual Instrument Engineering Workbench . Lab

    VIEW is a graphical programming language that uses icons instead of lines of text to create programs. . LabVIEW program 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”.
  3. 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.
  4. Basic wires used in block diagrams and corresponding types: .Each

    wire has different style or color, depending on the data type that flows through the wire:
  5. 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.
  6. Installation ⚫ Get an Arduino board and USB cable ⚫

    Download the Arduino environment ⚫ Connect the board ⚫ Install the drivers ⚫ Launch the Arduino application ⚫ Open the blink example ⚫ Select your board ⚫ Select your serial port ⚫ Upload the program “LIFA Interface”