GPIB-Schnittstelle
GPIB ist eine standardisierte Schnittstelle, über die Sie mehrere Geräte verschiedener Hersteller verbinden und steuern können. Die Kommunikation wird über ein VISA-GPIB-Objekt, visadev
, hergestellt, das Sie im MATLAB®-Workspace erstellen. Informationen zum Erstellen des VISA-GPIB-Objekts finden Sie unter Get Started with GPIB Interface.
Sie können sowohl Binär- als auch Textdaten schreiben und lesen. Beispiele für beides finden Sie unter Write and Read GPIB Data.
Funktionen
Apps
VISA Explorer | Connect to and communicate with instruments over VISA (Seit R2022b) |
Themen
- 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
.
Fehlersuche
Troubleshooting GPIB Interface
Troubleshoot the VISA-GPIB interface.