Interface GPIB
GPIB est une interface standardisée qui vous permet de connecter et de contrôler plusieurs appareils de différents fournisseurs. La communication est établie via un objet VISA-GPIB, visadev
, que vous créez dans l'espace de travail MATLAB®. Pour plus d'informations sur la création de l'objet VISA-GPIB, voir Get Started with GPIB Interface .
Vous pouvez écrire et lire des données binaires et textuelles. Pour des exemples des deux, voir Write and Read GPIB Data .
Fonctions
Applications
VISA Explorer | Connect to and communicate with instruments over VISA (depuis R2022b) |
Rubriques
- 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
.
Résolution des problèmes
Troubleshooting GPIB Interface
Troubleshoot the VISA-GPIB interface.