- GPIB-PC User Manual for the IBM Personal Computer and Compatibles April 1988 Edition Part Number 320014-01
Section Four A BASICA/QuickBASIC GPIB-PC Function Calls
©National Instruments Corp. 4A-41 GPIB-PC User Manual
Board Examples:
1. Disable the interface board BRD0%.
100 V% = 0
110 CALL IBONL (BRD0%,V%)
2. Enable the interface board BRD0% after taking it offline
temporarily.
100 BDNAME$ = "GPIB0" 'Board name assigned
110 'at configuration time
120 CALL IBFIND (BDNAME$,BRD0%)
130 REM IBONL with V% non-zero is
140 REM automatically performed as part of
150 REM IBFIND.
3. Reset the configuration settings of the interface board BRD0% to
their defaults.
100 V% = 1
110 CALL IBONL (BRD0%,V%)