LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW with arduino uno for 8x8 matrix

Hello everyone, I am working on an 8x8 LED matrix to make different boxes, I have my VI with all the boxes and LEDs running in LabVIEW, but now I have to do this on a physical 8x8 LED matrix using an Arduino UNO . I need help implementing Arduino UNO in my LabVIEW VI to make it work efficiently. I share my file of my 8x8 array of LEDs working without the arduino uno

0 Kudos
Message 1 of 2
(165 Views)

Hi Felapa,

 


@Felapa123 wrote:

I need help implementing Arduino UNO in my LabVIEW VI to make it work efficiently.


In this case all you need in "LabVIEW" are VISA functions to communicate with your Arduino.

 

In the Arduino you need to programm the display functions using the Arduino IDE, with some communication calls (serial read/write) to read commands from LabVIEW and send responses…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(136 Views)