Interfaccia GPIB
GPIB è un'interfaccia standardizzata che consente di connettere e controllare più dispositivi di diversi fornitori. La comunicazione viene stabilita tramite un oggetto VISA-GPIB, visadev
, creato nell'area di lavoro MATLAB®. Per informazioni sulla creazione dell'oggetto VISA-GPIB, vedere Get Started with GPIB Interface .
È possibile scrivere e leggere sia dati binari che di testo. Per esempi di entrambi, vedere Write and Read GPIB Data .
Funzioni
App
VISA Explorer | Connect to and communicate with instruments over VISA (Da R2022b) |
Argomenti
- 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
.
Risoluzione dei problemi
Troubleshooting GPIB Interface
Troubleshoot the VISA-GPIB interface.