1. GPIB Controllers
The GPIB consists of one or more interface boards and one or more instruments. The interface boards are GPIB controllers, which govern the flow of information on the bus. They do this by commanding instruments to talk or listen and responding to service requests from devices. There can be more than one GPIB controller on the bus, but only one can be active controller, or Controller-In-Charge (CIC) at any given time. A GPIB controller can pass control of the bus from itself to another controller on the bus, but only one controller (system controller) has ultimate control of the bus. Only the System Controller, usually a GPIB interface, can make itself the CIC by asserting IFC (Interface Clear), one of five GPIB interface managment lines. It is responsible for overall bus management.
2. Types of Interfaces
National Instruments makes several plug-in GPIB interface boards for the traditional computer buses: ISA, PCI, PCMCIA, and so on. Usually, you only have one GPIB interface board per computer. However, you can have several boards if you want to control more instruments (the limit is 14 instruments per System Controller).
In addition to these interfaces, GPIB controllers can escape the confines of the computer case and find their way into the realm of the Ethernet, parallel, serial, USB, and FireWire ports. These alternative GPIB interfaces have all the functionality of plug-in GPIB interfaces, and they greatly expand the flexibility of your applications.
See Also:
Alternative GPIB Interfaces
3. Controllers versus Converters
Whereas a GPIB controller governs bus communications, a GPIB converter simply translates the data from one bus type to another. For example, the GPIB-232CV-A (the GPIB to RS-232 serial converter) translates serial commands to GPIB commands. Most of the alternative GPIB interfaces are converters and controllers. Only the GPIB-232CV-A is a converter only.
Most converters act like a two-way street: They can convert from GPIB to the alternative interface and vice versa. For example, with the GPIB-485CT-A (the GPIB to RS-485 serial controller), you can use the RS-485 port on your computer to communicate with a GPIB instrument, or you can connect an RS-485 instrument to an existing GPIB bus. In the first case, the GPIB-485CT-A has all capabilities of a full GPIB controller (for example, you can control up to 14 instruments with it), but in the second case, the GPIB-485CT-A works with a single RS-485 instrument to make it look like a GPIB instrument.
Exceptions to this two-way street concept are the GPIB-USB, the GPIB-1394, and the GPIB-ENET, which can only be used with GPIB instruments. For example, the GPIB-ENET allows you to control up to 14 GPIB instruments through an Ethernet connection, but you cannot control even one Ethernet instrument through a GPIB connection.
