Interface GPIB
GPIB est une interface standardisée qui vous permet de connecter et de contrôler les dispositifs de différents fournisseurs. La communication est établie avec 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, consultez Get Started with GPIB Interface.
Vous pouvez écrire et lire des données binaires et texte. Pour des exemples avec ces deux types de données, consultez 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
visadevinstead ofgpib.
Résolution des problèmes
Troubleshooting GPIB Interface
Troubleshoot the VISA-GPIB interface.