Section Four A
BASICA/QuickBASIC GPIB-PC Function Calls
©National Instruments Corp.
4A-43
GPIB-PC User Manual
Device Example:
1.
Change the primary GPIB listen and talk address of the device
PLOTTER%
from the configuration setting to &H2A and &H4A
respectively.
100 V% = &HA ' Lower 5 bits of GPIB address.
110 CALL IBPAD (PLOTTER%,V%)
Board Example:
1.
Change the primary GPIB listen and talk address of the
interface board
BRD0%
from the configuration setting to &H27
and &H47 respectively.
100 V% = &H7 ' Lower 5 bits of GPIB address.
110 CALL IBPAD (BRD0%,V%)