目前在NI example code看到有LabVIEW with Arduino
LabVIEW With Arduino
以下是相關community
LabVIEW Interface for Arduino
影片介紹
007 VISV Getting Started With the LabVIEW Interface for Arduino
後來我研究了一下,以下是wiki說明
http://zh.wikipedia.org/wiki/Arduino
及相關網站
http://arduino.cc
http://arduino.tw./
覺得還蠻有趣的,由以上社群網站,發現以下網站有在賣,價格還OK,於是我買了Uno這一款,交期約三四天
http://aroboto.com/shop/
今天到貨試玩了一下覺得還不錯,可以做一些簡單的控制及應用,要po此文前想不到有人先po了一篇相關文章如下,目前microchip和digilent也有推出相關板子,文章有提及是複製板,以上提供給大家參考
http://it360.tw/forum/forum_posts.asp?TID=13648&FID=23
ancle40731.391099537
感覺是的好玩的東西。可以做硬體控制。
ancle要不要po一下開箱文阿… 有機會也想買一個來玩玩…
有網友在問一下相關問題,相關FAQ如下
LabVIEW Interface for Arduino FAQ
關於安裝步驟如下
LabVIEW Interface for Arduino Setup Procedure
PS.補充說明以下二個步驟很重要,一定要注意
以下firmware一定要update
How Do I Load the LabVIEW Interface for Arduino Firmware Onto My Arduino Uno?
以下步驟1的COM port一定要設定,先安裝NI-VISA驅動程式再下載以下IDE軟體,無須安裝直接開啟arduino.exe在Tools>>Serial Port可以看到連接的COM port
http://arduino.cc/en/Main/Software

ancle41064.7900925926
剛剛已經下定一個了,請問大大,此模組,有免費的嗎?
我下載之後,他模組只能是用30天而已,接下來就必須收費
[QUOTE=mthunter]剛剛已經下定一個了,請問大大,此模組,有免費的嗎?
我下載之後,他模組只能是用30天而已,接下來就必須收費
[/QUOTE]
如果你是指LabVIEW Interface For Arduino (LIFA)的話,此toolkit是免費的,在上述安裝步驟有詳細說明,請問你是透過VIPM下載的嗎?
我是透過<span =“apple-style-span” style="font-size: 16px; line-height: 24px; ">VIPM 這款軟體然後直接下載,下載完成後,他直接幫我匯入labview
[QUOTE=mthunter]我是透過VIPM 這款軟體然後直接下載,下載完成後,他直接幫我匯入labview [/QUOTE]
這樣就沒有問題,而且再次強調該toolkit是免費的,不知道你說的要付費的模組指的是什麼?
ancle
2011年07月28日07:24
13
安裝步驟如下
https://decibel.ni.com/content/docs/DOC-15971
1. Install LabVIEW
If you purchased the LabVIEW and Arduino bundle from Sparkfun.com you can install LabVIEW from the included DVD.
If you do not own a copy of LabVIEW you can download and install the 30 day evaluation version here .
2. Install the NI-VISA drivers.
3. Install JKI VI Package Manager (VIPM) Community Edition (Free).
4. Install the LabVIEW Interface for Arduino as described in KB 5L38JQYG
5. Connect your Arduino to your PC as described in KB 5INA7UYG
6. Load the LabVIEW Interface for Arduino Firmware onto your Arduino as described in KB 5LPAQIYG
(We are working to fix the above document. The firmware can be found in <LabVIEW>\vi.lib\LabVIEW Interface for Arduino\Firmware\LVIFA_Base . Use the arduino IDE to deploy this firmware to your Arduino.)
You are now ready to use the LabVIEW Interface for Arduino. Click here to see some examples to help get you started.
hi ancle
請教arduino 可以獨立執行嗎??
也就是說在PC端使用Labview 提供toolkit開發完後(例如PID控制)
不與PC連線可以單獨執行
以上, 感謝
ancle
2011年07月29日06:30
15
[QUOTE=拉拉]hi ancle
請教arduino 可以獨立執行嗎??
也就是說在PC端使用Labview 提供toolkit開發完後(例如PID控制)
不與PC連線可以單獨執行
以上, 感謝
[/QUOTE]
上述的FAQ有說明,但是目前網站連結有問題,目前不支援LabVIEW程式碼下載,可以使用類C語言compiler後下載即可獨立執行
PS.可以透過以下IDE軟體來開發程式和下載程式
http://arduino.cc/en/Main/Software
ancle40766.8906828704
在請教個應用疑問
若要利用ethernet 作為與PC端(LabVIEW arduino toolkit)通訊, 是可行的嗎?
若可行, 是否有建議的板子規格?
抱歉, 網路上查到的太多樣了, 很多所謂相容板
原廠的貴快相容版兩倍(ethernet shield)
ancle
2011年08月11日13:45
17
[QUOTE=拉拉]在請教個應用疑問
若要利用ethernet 作為與PC端(LabVIEW arduino toolkit)通訊, 是可行的嗎?
若可行, 是否有建議的板子規格?
抱歉, 網路上查到的太多樣了, 很多所謂相容板
原廠的貴快相容版兩倍(ethernet shield)
[/QUOTE]
我沒有相關的應用,不過如果你進入LabVIEW arduino toolkit裡底層的vi看的話其實就是使用VISA方式來和板子溝通,上述板子裡附的程式是類C語言的範例,目前LabVIEW arduino toolkit看起來還沒有TCP/IP的vi及範例
你好, 我的想法是這樣
arduino 搭配ethernet 走modbus TCP通訊
這樣LabVIEW就可以用modbus library與arduino讀寫資料
主要是, arduino上有AI / DIO / PWM等端子
如此搭配應用上 或許可以有很多的場合能導入
以上, 感謝您的回覆
ancle
2011年08月12日01:11
19
其實我也在想這個問題,因為安裝arduino toolkit需要安裝VISA的driver主要是透過USB來作通訊,TCP/IP的driver或run-time engine應該是包含在LabVIEW的run-time engine裡,所以如果你說的ethernet轉接板本身不需要安裝driver的話,倒是可以使用LabVIEW本身的TCP/IP或modbus的vi來試看看
PS.如果你有測試的話煩請將結果分享一下
ancle40767.3841666667