このページは機械翻訳を使用して翻訳されました。最新版の英語を参照するには、ここをクリックします。
GPIB インターフェース
GPIB は、さまざまなベンダーの複数のデバイスを接続して制御できるようにする標準化されたインターフェースです。通信は、MATLAB® ワークスペースで作成した VISA-GPIB オブジェクト visadev
を介して確立されます。VISA-GPIB オブジェクトの作成については、Get Started with GPIB Interface を参照してください。
バイナリデータとテキストデータの両方の書き込みと読み取りが可能です。両方の例については、Write and Read GPIB Data を参照してください。
関数
アプリ
VISA Explorer | Connect to and communicate with instruments over VISA (R2022b 以降) |
トピック
- Get Started with GPIB Interface
Establish a connection between MATLAB and your instrument using the VISA-GPIB interface.
- Write and Read GPIB Data
Write and read both text and binary data over the VISA-GPIB interface.
- Send Trigger to Instrument
Send the trigger command to your VISA resource.
- Execute Serial Polls
Execute a serial poll to check the status of your VISA resource.
- GPIB Overview
Basic features of the General Purpose Interface Bus (GPIB).
- Transition Your Code to VISA-GPIB Interface
Connect to a GPIB instrument using
visadev
instead ofgpib
.
トラブルシューティング
Troubleshooting GPIB Interface
Troubleshoot the VISA-GPIB interface.