LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Programming an Arduino with CVI

Hi, 

 

Wondering if someone could help me. I'm a LabVIEW user however have recently started to use CVI. I know with LabVIEW you can program the Arduino but wanted to know if you could do the same with CVI?

 

Thanks

 

Sam 

0 Kudos
Message 1 of 3
(5,829 Views)

Hi Sam,

 

I am an Applications Engineer at National Instruments. You must be already knowing that it's possible to program an Arduino in LabVIEW and in C. But I have not programmed an arduino using CVI before, and unfortunately haven't been able to find any documentation or examples on this. I think if you are more familiar with text based programming, it would be easier to simply do this in C because CVI is really C code.

 

Best regards,

NabilahF
Applications Engineer
0 Kudos
Message 2 of 3
(5,771 Views)
Labwindows is excellent to build the application that runs the driver compiled and loaded into the micro controller using the original Arduino IDE. The program and the driver can easily communicate via serial or Ethernet interface usind tcp or udp protocolls. All libraries are awailable on both systems.
0 Kudos
Message 3 of 3
(5,701 Views)