Hauptinhalt

Diese Seite wurde mithilfe maschineller Übersetzung übersetzt. Klicken Sie hier, um die neueste Version auf Englisch zu sehen.

GPIB-Schnittstelle

Kommunizieren Sie mit Instrumenten über die VISA-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

alle erweitern

visadevlistList available VISA resources (Seit R2021a)
visadevCreate connection to device using VISA (Seit R2021a)
configureTerminatorSet terminator for ASCII string communication with VISA resource (Seit R2021a)
visastatusCheck status of VISA resource (Seit R2021a)
visatriggerSend trigger to GPIB or VXI instruments (Seit R2021a)
visadevfindFind VISA device connections (Seit R2024a)
readRead data from VISA resource (Seit R2021a)
readlineRead line of ASCII string data from VISA resource (Seit R2021a)
readbinblockRead one binblock of data from VISA resource (Seit R2021a)
writeWrite data to VISA resource (Seit R2021a)
writelineWrite line of ASCII data to VISA resource (Seit R2021a)
writebinblockWrite one binblock of data to VISA resource (Seit R2021a)
writereadWrite command to VISA resource and read response (Seit R2021a)
flushClear buffers for communication with VISA resource (Seit R2021a)

Apps

VISA ExplorerConnect to and communicate with instruments over VISA (Seit R2022b)

Themen

Fehlersuche

Troubleshooting GPIB Interface

Troubleshoot the VISA-GPIB interface.