Table 4a.3 - quickbasic gpib-pc calls – National Instruments GPIB-PC User Manual

Page 85

Advertising
background image

BASICA/QuickBASIC GPIB-PC Function Calls

Section Four A

GPIB-PC User Manual

4A-10

©National Instruments Corp.

Table 4A.3 - QuickBASIC GPIB-PC Calls

Description

CALL Function Syntax

Change access board of device

IBBNA (BD%,BNAME$)

Become Active Controller

IBCAC (BD%,V%)

Clear specified device

IBCLR (BD%)

Send commands from string

IBCMD (BD%,CMD$)

Send commands asynchronously from
string

IBCMDA (BD%,CMD$)

Enable/disable DMA

IBDMA (BD%,V%)

Change/disable EOS mode

IBEOS (BD%,V%)

Enable/disable END message

IBEOT (BD%,V%)

Open device and return unit descriptor

IBFIND (BDNAME$,BD%)

Go from Active Controller to Standby

IBGTS (BD%,V%)

Set/clear ist

IBIST (BD%,V%)

Go to local

IBLOC (BD%)

Place device online/offline

IBONL (BD%,V%)

Change primary address

IBPAD (BD%,V%

)

Pass control

IBPCT (BD%)

Parallel poll configure

IBPPC (BD%,V%)

Read data to string

IBRD (BD%,RD$)

Read data asynchronously to string

IBRDA (BD%,RD$)

Read data to file

IBRDF (BD%,FLNAME$)

Read data to integer array

IBRDI
(BD%,IARR%(),CNT%)

Read data asynch to integer array

IBRDIA
(BD%,IARR%(),CNT%

Conduct a parallel poll

IBRPP (BD%,PPR%)

Request/release system control

IBRSC (BD%,V%)

Return serial poll byte

IBRSP (BD%,SPR%)

Request service

IBRSV (BD%,V%)

Change secondary address

IBSAD (BD%,V%)

Send interface clear

IBSIC (BD%)

Set/clear remote enable line

IBSRE (BD%,V%)

Abort asynchronous operation

IBSTOP (BD%)

(continues)

Advertising