LabVIEW 로 Arduino UNO, DUE 사용하기
Labview with Arduino
In this project, author used Arduino + ethernet shield to UDP communicate with LabVIEW.
LabVIEW(Laboratory Virtual Instrument Engineering Workbench) is a system-design platform and development environment for a visual programming language from National Instruments.
There are a lot of LabVIEW + Arduino project. but if PC(that installed Labview) and Arduino has long distance it will be very difficult to connect each other.
Due to these problems, author used UDP communication in local network .
The author released two versions of the code.
one is sending random data made by arduino the other is sending value of potention meter resisitor.

