How to Interface Arduino to LabVIEW ? #Simple Steps#

by AXR AMAR in Circuits > Arduino

27538 Views, 42 Favorites, 0 Comments

How to Interface Arduino to LabVIEW ? #Simple Steps#

temp_1043701993.jpg
# Laboratory Virtual Instrument
Engineering Workbench (LabVIEW) #

You can use Arduino as a Data acquisition device to measure,control,monitor different devices and sensors ,it is easy to learn Graphical programming than normal programming, this Graphical programming takes less time than usual arduino programming.This tutorial is for Beginners of LabVIEW ,

Download LabVIEW !!

temp_1105103330.jpg
Go to

http://www.ni.com/download-labview/

and Download the package !

Install VISA

temp_-1529773534.jpg
The Virtual Instrument Software Architecture (VISA) is a standard for configuring, programming, and troubleshooting instrumentation systems comprising GPIB, VXI, PXI, Serial, Ethernet, and/or USB interfaces. VISA provides the programming interface between the hardware and development environments such as LabVIEW, 

Link ::

http://www.ni.com/visa/

VI Package Manager

temp_-391807162.jpg
Vi package manger is used to Install/remove add-ons to the NI LabVIEW
A VI package is a single file that is handled automatically by VIPM. This makes sharing LabVIEW code easy with the following added benefits:

Installs the package into LabVIEW seamlessly Handles different versions of LabVIEW with the same package (no need to rebuild)Works with multiple OSs (Windows, Mac, and Linux)Helps you reduce project costs by implementing a code reuse process in your organization Automatically mass compiles your VIs into the version of LabVIEW you are installing the packages into Notifies, downloads, and solves the dependencies for you if a package requires dependencies Helps you get started and directs you to examples and help when a new package is installed..


Once we install VIPM we need to install LabVIEW interface for arduino

Keep All These Files Ready Before You Start Installation !

temp_-1007148204.jpg
1) LabVIEW.exe

2) Ni-Visa.exe

3) Vipm.exe

4) LabVIEW interface for Arduino.vip

Steps to Install LabVIEW

temp_-1192374115.jpg
temp_817133201.jpg
temp_-1706094428.jpg
temp_97085155.jpg
temp_-536845855.jpg
temp_-962283531.jpg
temp_1558472233.jpg
temp_-1231955894.jpg
temp_-1267141342.jpg
temp_-797855229.jpg
temp_2018159895.jpg
temp_1567523714.jpg
temp_-2119198512.jpg
temp_-915265231.jpg
temp_828089976.jpg
temp_86513615.jpg
temp_5660373.jpg
temp_-225437457.jpg
temp_574050658.jpg
Follow all the steps correctly and Install it

NI VISA Installation Procedure

temp_-1812135259.jpg
temp_390705624.jpg
temp_2117717760.jpg
temp_-637038061.jpg
temp_43021632.jpg
temp_-1444384016.jpg
temp_-1973638658.jpg
temp_-1401859169.jpg
temp_-1752258631.jpg
temp_2075931305.jpg
temp_1312298237.jpg
Follow all the steps and install it

Steps to Install VI Package Manager

temp_1838762855.jpg
temp_-1794831520.jpg
temp_-1098989232.jpg
temp_1437572857.jpg
temp_-1776531370.jpg
temp_35151420.jpg
temp_1737481854.jpg
temp_168463342.jpg
Install Arduino support package for LabVIEW

After Installation ! Upload LIFA Base to Arduino

temp_-1056660235.jpg
temp_1323998043.jpg
temp_-227789974.jpg
temp_-631230619.jpg
Upload LIFA Base program into Arduino using arduino IDE

Link::

https://decibel.ni.com/content/docs/DOC-30365

This is Normal Procedure

Connect your Arduino to computer
Select -com port
Select-board type
Then open LISA base program from drive which you have saved it

and the Upload it to your Arduino !!

Congratulations now your Arduino is ready to accept commands from LabVIEW ,now you can begin with Graphical programming !!

LabVIEW VI !!

temp_-1685577124.jpg
Open New VI !! you will get front panel and Back panel
now start programming !

I will do one more Instructable for Arduino programming on LabVIEW till then follow me , Thank you

please Vote !