LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Arduino Yun

Hi . I would like to control my arduino Yun with LabView. But I downloaded LINX and found out that LINX does not support the Yun yet. Are there other ways to have my Arduino Yun connected to labView?

0 Kudos
Message 1 of 8
(4,549 Views)

Two days ago I attended a presentation about a Arduino Compatible Compiler for LabVIEW. I didn't test it now, but the website talks about Arduino targets, not particular Arduino products. I guess it is also on the LabVIEW Tools Network:

    Arduino™ Compatible Compiler for LabVIEW by Aledyne-TSXperts

 

0 Kudos
Message 2 of 8
(4,532 Views)
To communicate, all that you really need is a serial port on the arduino. You would be writing your own sketch instead of using Linx.
0 Kudos
Message 3 of 8
(4,523 Views)

Sadly it only supports LabView 2014 and higher. My version is LabView 2011 . Are there other programs like the LIFA or LINX but is able to support the Yun so that I am able to use my Labview GUI to control  my circuit ? Or solution? Any? Or are there any codings that is able to connect my arduino Yun to Labview? Sorry but I am a beginner in both Arduino and LabView.

0 Kudos
Message 4 of 8
(4,516 Views)
Like I said, you only need the arduino's serial port. You use the VISA read/write functions. There are countless on-line resources for programming the arduino.
0 Kudos
Message 5 of 8
(4,502 Views)

I do not want it to be serial. Are there any solutions? 

0 Kudos
Message 6 of 8
(4,489 Views)

It seems that this Arduino has Ethernet port. Try TCP/IP messages, or whatever else is supported by the libraries.

Message 7 of 8
(4,478 Views)

@diver81 wrote:

I do not want it to be serial. Are there any solutions? 


http://forum.arduino.cc  is your best place to ask Arduino-related questions.

 

0 Kudos
Message 8 of 8
(4,452 Views)