Language Interface: 16-bit IBM Pascal
Downloads
Filename: example900149.zip
Requirements: View
How to Use the 16-bit IBM Pascal Language Interface:
I. Overview
The 16-bit GPIB language interface contains the following files:
DECL.PAS: Pascal declaration file
PIB.OBJ: Pascal language interface module
II. Items to Include in Your GPIB Application
You must include the following line at the beginning of your application:
{$INCLUDE: 'DECL.PAS'}
Next you need to link the PIB.OBJ file to your application. The PIB.OBJ file must NOT be the first file named in the link list when linking with the application program.
III. Note to IBM Pascal Users about Names
The board or device name must be of type nbuf (array[1..7] of char). nbuf is defined in DECL.PAS. Use blanks to pad the name.
Example:
var bdname : nbuf;
bdname := 'gpib0 ';
Requirements
Filename: example900149.zip
Software Requirements
Language(s): Pascal
Hardware Requirements
Hardware Group: GPIB
Driver: NI-488.2
Reader Comments | Submit a comment »
Legal
This example program (this "program") was developed by a National Instruments ("NI") Applications Engineer. Although technical support of this program may be made available by National Instruments, this program may not be completely tested and verified, and NI does not guarantee its quality in any way or that NI will continue to support this program with each new revision of related products and drivers. THIS EXAMPLE PROGRAM IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND AND SUBJECT TO CERTAIN RESTRICTIONS AS MORE SPECIFICALLY SET FORTH IN NI.COM'S TERMS OF USE (http://ni.com/legal/termsofuse/unitedstates/us/).
