Programming preparations for basica – National Instruments GPIB-PC User Manual

Page 78

Advertising
background image

Section Four A

BASICA/QuickBASIC GPIB-PC Function Calls

©National Instruments Corp.

4A-3

GPIB-PC User Manual

QBIB2.OBJ

- Version 2.0 and 3.0 without coprocessor.

QBIB_87.OBJ

- Version 3.0 with coprocessor.

QBIB_87E.OBJ

- Version 3.0 coprocessor emulator mode.

QBIB4.OBJ

- Version 4.0 language interface..

QBDECL4.BAS

- Version 4.0 required initialization code..

The appropriate language interface depends on the version of
QuickBASIC used:

DQBSAMP.BAS

- A sample program using device calls.

BQBSAMP.BAS

- A sample program using board calls.

Programming Preparations for BASICA

A BASICA language code block must be executed before the main body
of your application program.

Place the file

DECL.BAS

, which contains this code block, at the

beginning of the application program, with appropriate adjustments to
line numbers. Refer to the BASICA MERGE command.

DECL.BAS

contains code which loads the file

BIB.M

into memory. The file

BIB.M

contains the BASICA language interface to the GPIB-PC

handler, and must exist in the directory currently in use.

Advertising