Instrument Control Toolbox    

The Interface Driver Adaptor

The interface driver adaptor (or just adaptor) is the link between the toolbox and the interface driver. The adaptor's main purpose is to pass information between MATLAB and the interface driver. Interface drivers are provided by your instrument vendor. For example, if you are communicating with an instrument using a National Instruments GPIB controller, then an interface driver such as NI-488.2 must be installed on your platform. Note that interface drivers are not installed as part of the Instrument Control Toolbox.

The Instrument Control Toolbox provides adaptors for the GPIB interface and the VISA standard. The serial port, TCP/IP, and UDP interfaces do not require an adaptor. The supported interfaces and the adaptor names are listed below.

Table 1-1: Supported Interfaces and Adaptor Names
Interface
Adaptor Name
GPIB
agilent, cec, iotech, keithley, mcc, ni
Serial port
N/A
TCP/IP
N/A
UDP
N/A
VISA standard
agilent, ni, tek

As described in Examining Your Hardware Resources, you can list the supported interfaces and adaptor names with the instrhwinfo function. For a list of vendor driver requirements and limitations, refer to the Instrument Control Toolbox Release Notes.


  M-File Functions Communicating with Your Instrument