Interfaz GPIB
GPIB es una interfaz estandarizada que le permite conectar y controlar múltiples dispositivos de distintos proveedores. La comunicación se establece a través de un objeto VISA-GPIB, visadev
, que se crea en el espacio de trabajo MATLAB®. Para obtener información sobre la creación del objeto VISA-GPIB, consulte Get Started with GPIB Interface.
Puede escribir y leer datos binarios y de texto. Para ver ejemplos de ambos, consulte Write and Read GPIB Data.
Funciones
Apps
VISA Explorer | Connect to and communicate with instruments over VISA (Desde R2022b) |
Temas
- 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
.
Solución de problemas
Troubleshooting GPIB Interface
Troubleshoot the VISA-GPIB interface.