Arduino

Getting started with the LabVIEW Interface for Arduino

ElectricShock 2014. 7. 30. 14:02

ArduinoLabVIEW 연동하기

 

http://www.youtube.com/watch?v=RhdnmFJcFA0

 

http://jki.net/vipm  Download VI Package Manager here. (집에서 설치할때)

이 안에 LIFA가 있다.

http://www.ni.com/white-paper/11611/en/ ☜ This is 2010 Version.

 

 

 

visa520full_downloader.exe☜ NI-VISA Driver

 

 

LabVIEW(2009이상) + NI-VISA(LabVIEW안에 있음) + VIPM(LabVIEW와 버젼 맞출것) + Arduino IDE + Arduino Driver

이것만 설치하면 끝~~!!! 이제 간단한 연동을 통한 프로젝트를 수행해 보도록 하자.

==============================================================================

 

 

위 BlockDiagram을 만들어 보도록 하자.

 

BasicArduino3.vi☜Download it.

The Arduino IDE will open.  Click File»Open and browse to LIFA_Base.ino found in C:\Program Files\National Instruments\LabVIEW 201x\vi.lib\LabVIEW Interface for Arduino\Firmware\LIFA_Base

Arduino를 실행후 위의 경로에서 스케치 파일을 연다.

 

COM Port가 서로 같은지 체크한다.

You can determine the COM port that corresponds to your Arduino Uno using the Device Manager.

In my case, I need to adjust COM port to COM9 to let them correspond with each other.