GPIB Interface with no driver

8 ビュー (過去 30 日間)
Jacob Tarango
Jacob Tarango 2023 年 8 月 31 日
回答済み: Chris Georgiou 2023 年 9 月 1 日
Hi all,
I am trying to get the keithley 706 Scanner to interface with matlab to run a testing project. I was wondering if anyone has any information on how to connect to a gpib device if there is no driver suppoerted, and how to integrate it into a small program.
  2 件のコメント
Walter Roberson
Walter Roberson 2023 年 9 月 1 日
(It looks like the User Manual for that device is currently available from https://download.tek.com/manual/706_901_01E.pdf )
Walter Roberson
Walter Roberson 2023 年 9 月 1 日
It is an IEEE 488 device from a company that was purchased by Tektronix. Maybe the Tek VISA driver would work?

サインインしてコメントする。

回答 (1 件)

Chris Georgiou
Chris Georgiou 2023 年 9 月 1 日
Hi Jacob,
You will need to install a VISA library for MATLAB to interface with the instrument. I expect that most will work, though I would use an installer downloaded from either the Keysight or National Instruments websites.
If you have the instrument control toolbox, you can then use the functions visadevlist() to find the name of your instrument; visadev() to connect to it and assign this connection an object. Alternatively you can use the function gpib to make a connection, but this is going to be removed from MATLAB at some point in the future according to the documentation.
The rest depends on exactly what you want to do with the instrument.

カテゴリ

Help Center および File ExchangeInstrument Control Toolbox Supported Hardware についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by