BASICA/QuickBASIC GPIB-PC Function Calls
Section Four A
GPIB-PC User Manual
4A-14
©National Instruments Corp.
Table 4A.4 - QuickBASIC Version 4.0 GPIB-PC Functions
Description
Function Syntax
Change access board of device
ILBNA (BD%,BNAME$)
Become Active Controller
ILCAC (BD%,V%)
Clear specified device
ILCLR (BD%)
Send commands from string
ILCMD (BD%,CMD$,CNT%)
Send commands asynchronously from
string
ILCMDA (BD%,CMD$,CNT%)
Enable/disable DMA
ILDMA (BD%,V%)
Change/disable EOS mode
ILEOS (BD%,V%)
Enable/disable END message
ILEOT (BD%,V%)
Open device and return unit descriptor
ILFIND (BDNAME$,BD%)
Go from Active Controller to standby
ILGTS (BD%,V%)
Set/clear ist
ILIST (BD%,V%)
Go to local
ILLOC (BD%)
Place device online/offline
ILONL (BD%,V%)
Change primary address
ILPAD (BD%,V%)
Pass control
ILPCT (BD%)
Parallel poll configure
ILPPC (BD%,V%)
Read data to string
ILRD (BD%,RD$,CNT%)
Read data asynchronously to string
ILRDA (BD%,RD$,CNT%)
Read data to file
ILRDF (BD%,FLNAME$)
Read data to integer array
ILRDI
(BD%,IARR%(),CNT%)
Read data asynch to integer array
ILRDIA
(BD%,IARR%(),CNT%)
Conduct a parallel poll
ILRPP (BD%,PPR%)
Request/release system control
ILRSC (BD%,V%)
Return serial poll byte
ILRSP (BD%,SPR%)
Request service
ILRSV (BD%,V%)
Change secondary address
ILSAD (BD%,V%)
Send interface clear
ILSIC (BD%)
Set/clear remote enable line
ILSRE (BD%,V%)
Abort asynchronous operation
ILSTOP (BD%)
Change/disable time limit
ILTMO (BD%,V%)
Trigger selected device
ILTRG (BD%)
(continues)