BVI我們實驗室想用LABVIEW
和AgilentN5230A,TEKTRONIX,TDS8200 通訊做自動化測量
用的線是Agilent Technologies 82357A (GPIB USB)
可是用labview或max查看都無反應
但電腦系統和Agilent Connection Expert 程式都可以看到GPIB連線成功
max要如何使用才能和GPIB通訊上呢?
上網爬很多文看到很多人也有和太克或安捷倫儀器通訊成功例子
VISA版本5.0 應該也OK
問過NI工程師也說插上GPIB USB 後max上應該會出現
請問是哪裡出了問題或如何設定...
已解決! 轉到解決方案。
在 03-31-2011 01:58 AM
您好,
有關如何在MAX裡面看見Agilent 82357A,在NI support中有提到相關的文章
http://digital.ni.com/public.nsf/allkb/F7C187DBF09EBE1186256F550065BD32
不知道是不是符合您的問題,希望對您有幫助
在 03-31-2011 08:13 PM
後來下載 NI-488.2 就可以抓到儀器了...
但是在labview還是會跳出這個畫面
這個不是要上網登錄NI?
但他一直說我連線有發生問題....
只差這問題了~
在 03-31-2011 08:35 PM
您好,有關Agilent N5230A以及Tektronix TDS8200兩台儀器的driver,在下面兩個網址可以下載
http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=6417
http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=10545
希望對您有幫助
在 04-01-2011 05:31 AM
MAX有出現GPIB
但是有個問號
這算有沒有連線到
然後開Instrument I/O Assistant沒有儀器可以選擇
04-01-2011 09:08 AM - 已編輯 04-01-2011 09:12 AM
您好,請問您是使用Agilent82357以及一條NI GPIB來控制兩台儀器嗎?如果是的話那麼在NI Support中有提到解決方案
http://digital.ni.com/public.nsf/websearch/3B3626D9C1F999218625694200791AD7?OpenDocument
節錄其中兩段所提供不同的解決方案:
Measurement & Automation Explorer 4.x
To use the VISA Passport editor in MAX 4.x, select Tools » NI-VISA » VISA Options... Once the VISA Options screen appears, select Passports in the tree view (My System » General Settings » Passports). Enable the NiVisaTulip.dll by placing a check mark in the box beside it and then click on the Save button. You will need to restart MAX for the setting to take effect. Once MAX is restarted, you will be able to access your third-party GPIB boards and give them VISA aliases under My System » Devices and Interfaces » Miscellaneous VISA Resources.
LabVIEW
Uninstall NI-VISA, and install HP-VISA. Use the VISA functions in LabVIEW to access the HPIB board.
By default, a VISA resource name constant or control will only allow devices defined in Measurement & Automation Explorer (MAX). Since HPIB boards using HP-VISA will not be found by MAX, you must right-click on the control or constant and select "Allow Undefined Names." This will allow you to manually enter the address of the instrument. Then, you must get the proper board and instrument address from the Agilent/HP I/O configuration utility. Once you have that information, type the resource name according to the standard convention GPIBx::y::INSTR, where x is the board index number (usually 0) and y is the primary address of the instrument.
希望對您有幫助
<補上Agilent對於這類問題的解答>