Program Arduino with LabVIEW

Hey pals! Today i’m gonna show you how to control led’s using Arduino Mega and LabVIEW. This is the most simplest control one can apply. The package LabVIEW Interface for Arduino (LIFA) has been replaced with LINX. It is highly recommended to migrate to LINX as there will be no further development for LIFA.

rpi.jpg

Install the LabVIEW Interface for Arduino toolkit

To install the toolkit, complete the following steps

  • Make sure you have the most recent version of VI Package Manager (VIPM) installed on your system. You can download VIPM Community Edition for free at VI Package Manager.

  • Launch VIPM

VIPM

  • Browse to LabVIEW Interface for Arduino in the list of packages.

LI_VIPM

  • Click the Install & Upgrade Packages button

Install_VIPM

  • Click Continue and then Finish

  • The LabVIEW Interface for Arduino is now installed on your system. Once the toolkit is installed you can use VIPM to check for updates for it.

Open the Arduino IDE click File»Open and browse to LIFABase.ino found in C:\Program Files\National Instruments\LabVIEW 2017\vi.lib\LabVIEW Interface for Arduino\Firmware\LIFABase\LIFABase.ino

ino.png

clicking Tools»Board » Arduino Mega 2560

Choose the COM port by clicking Tools » Serial Port and choosing the COM port that corresponds to your Arduino Mega

Click the Upload button to upload the firmware to the Arduino Mega

You are now ready to use the Arduino Mega with the LabVIEW Interface for Arduino. The LIFA toolkit contains a number of examples which can be accessed through the functions palette.

Then open LabVIEW and hit Create Project and choose Blank VI

Following is the Block Diagram to control four led’s connected to digital 4, 5, 6 and 7 pin of Arduino Mega.

To check the current I/O port used in the Block Diagram click Tools then Measurement and Automation Explorer (MAX) and then move to Devices and Interfaces.

links.png

Here a GIF file is attached to show the same in real time.

model.gif

Written on June 23, 2018