Download NI-488.2 Function Reference Manual for DOS/Windows

Transcript
Chapter 1
IBWAIT
NI-488 Functions
Board Level
Device Level
IBWAIT
Purpose
Wait for GPIB events.
DOS Format
C
int ibwait (int ud, int mask)
QuickBASIC/BASIC
CALL ibwait (ud%, mask%)
or
status% = ilwait (ud%, mask%)
BASICA
CALL ibwait (ud%, mask%)
Windows Format
C
int ibwait (int ud, int mask)
Visual Basic
CALL ibwait (ud%, mask%)
or
status% = ilwait (ud%, mask%)
Direct Entry with C
DLLibwait(int ud, int mask, int _far *ibsta, int _far *iberr,
long _far *ibcntl)
Direct Entry with Visual Basic
Declare Function DLLibwait Lib "gpib.dll"
(ByVal ud%, ByVal mask%, ibsta%, iberr%, ibcntl&)
As Integer
© National Instruments Corp.
1-115
NI-488.2 FRM for DOS/Windows