Keithley KPCI-488 LPA User Manual
Keithley KPCI-488 LPA User Manual

Keithley KPCI-488 LPA User Manual

Gpib controller interface card

Advertisement

Quick Links

KPCI-488LPA GPIB Controller
Interface Card
User's Manual
KPCI-488LPA-900-01 Rev. A / December 2008
A
G
R
E
A
T
E
R
M
E
A
S
U
R
E
O
F
C
O
N
F
I
D
E
www.keithley.com
N
C
E

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the KPCI-488 LPA and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Keithley KPCI-488 LPA

  • Page 1 KPCI-488LPA GPIB Controller Interface Card User’s Manual KPCI-488LPA-900-01 Rev. A / December 2008...
  • Page 3 WARRANTY Keithley Instruments, Inc. warrants this product to be free from defects in material and workmanship for a period of one (1) year from date of shipment. Keithley Instruments, Inc. warrants the following items for 90 days from the date of shipment: probes, cables, software, rechargeable batteries, diskettes, and documentation.
  • Page 5 Keithley Instruments products are designed for use with electrical signals that are rated Measurement Category I and Measurement Category II, as described in the International Electrotechnical Commission (IEC) Standard IEC 60664. Most measurement, control, and data I/O signals are Measurement Category I and must not be directly connected to mains voltage or to voltage sources with high transient over-voltages.
  • Page 6 To maintain protection from electric shock and fire, replacement components in mains circuits - including the power transformer, test leads, and input jacks - must be purchased from Keithley Instruments. Standard fuses with applicable national safety approvals may be used if the rating and type are the same.
  • Page 7 Model KPCI-488LPA GPIB Controller Interface Card User’s Manual ©2008, Keithley Instruments, Inc. All rights reserved. Cleveland, Ohio, U.S.A. Document Number: KPCI-488LPA-900-01 Rev. A / December 2008...
  • Page 9: Table Of Contents

    Introduction ....................1-2 Using Keithley Command Compatible functions......... 1-2 ® Microsoft Visual Basic (Version 6.0)........... 1-2 Microsoft Visual C/C++................. 1-4 Keithley Command Compatible function reference ........1-5 GPIBBOARDPRESENT ............... 1-5 BOARDSELECT .................. 1-5 DMACHANNEL ..................1-5 ENTER ....................1-5 FEATURE..................... 1-6 INITIALIZE ...................
  • Page 10 Table of Contents Model KPCI-488LPA GPIB Controller Interface Card User’s Manual ibist ..................... 2-20 iblines ....................2-20 ibln ...................... 2-21 ibloc ....................2-21 ibonl ....................2-22 ibnotify ....................2-22 ibpad ....................2-24 ibsad ....................2-24 ibpct ....................2-24 ibppc ....................2-25 ibrd......................
  • Page 11 List of Figures Section Figure Title Page Figure 1-1 Open Project dialog box ..............1-2 Figure 2-1 Open Project dialog box ..............2-3...
  • Page 12 List of Figures Model KPCI-488LPA GPIB Controller Interface Card User’s Manual This page left blank intentionally. KPCI-488LPA-900-01 Rev. A / December 2008...
  • Page 13 List of Tables Section Table Title Page Table 1-1 FEATURE parameters ..............1-6 Table 1-2 TRANSMIT command string parameters........1-11 Table 2-1 IEEE 488 device-level functions ............ 2-5 Table 2-2 IEEE 488 board-level functions ............. 2-6 Table 2-3 IEEE 488.2 functions ..............
  • Page 14 List of Tables Model KPCI-488LPA GPIB Controller Interface Card User’s Manual This page left blank intentionally. KPCI-488LPA-900-01 Rev. A / December 2008...
  • Page 15: Topic Page

    Section 1 Keithley Command Compatible Functions In this section: Topic Page Introduction ..................Using Keithley Command Compatible functions......Microsoft® Visual Basic (Version 6.0)..........Microsoft Visual C/C++ ..............Keithley Command Compatible function reference......GPIBBOARDPRESENT ..............BOARDSELECT................DMACHANNEL ................ENTER ..................FEATURE ..................
  • Page 16: Keithley Command Compatible Functions

    XP/2000/Vista Keithley Command Compatible application using the API and Microsoft Visual Basic, follow these steps: Step 1: Enter Visual Basic and open or create a project to use the Keithley Command Compatible functions To create a new project, select New Project from the File menu.
  • Page 17 Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 1: Keithley Command Compatible Functions Step 3: Design the application interface Add elements, such as a command button, list box, or text box, etc., on the Visual Basic form used to design the interface.
  • Page 18: Microsoft Visual C/C

    The project can be a new or existing one. NOTE Step 2: Include function declarations and constants file (IEEE-C.H) Include IEEE-C.H in the C/C++ source files that call Keithley Command Compatible functions by adding the following statement in the source file: #include "IEEE-C.H"...
  • Page 19: Keithley Command Compatible Function Reference

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 1: Keithley Command Compatible Functions Keithley Command Compatible function reference This section contains a detailed description of Keithley Command Compatible library functions, including the compatible library data types and function reference. The following functions are arranged alphabetically:...
  • Page 20: Feature

    Section 1: Keithley Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Visual Basic call enter(buf As String, maxlen As Integer, len As Integer, addr As Integer, status As Integer) Parameters buf: the buffer storing the received data maxlen: the maximum bytes of data to receive.
  • Page 21: Listenerpresent

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 1: Keithley Command Compatible Functions LISTENERPRESENT Description This function checks if a listener is present on the GPIB system. Syntax Microsoft C/C++ and Borland C++ char listener_present(long int addr) Visual Basic...
  • Page 22: Receive

    Section 1: Keithley Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual RECEIVE Description This function reads data from a specified device, but does not address a talker. The GPIB addressing must be performed using the transmit function.
  • Page 23: Setoutputeos

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 1: Keithley Command Compatible Functions SETOUTPUTEOS Description This function sets the terminating characters for output data transfer. Syntax Microsoft C/C++ and Borland C++ void setoutputEOS (long int e1, long int e2)
  • Page 24: Srq

    Section 1: Keithley Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Description This function checks if a device is requesting service. Syntax Microsoft C/C++ and Borland C++ char srq(void) Visual Basic srq ( ) As Long Return Value...
  • Page 25 Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 1: Keithley Command Compatible Functions Table 1-2 TRANSMIT command string parameters Commands Description Example LISTEN Sets the addresses of the listeners. The "LISTEN 1 2 3" values following LISTEN are the GPIB meaning: config devices whose GPIB addresses of the listeners.
  • Page 26: Waitsrqdevice

    Section 1: Keithley Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual WAITSRQDEVICE Description This function waits until a device is requesting service or a timeout error occurs. Syntax Microsoft C/C++ and Borland C++ long int waitSRQDevice (long int addr,...
  • Page 27: Ni Command Compatible Functions

    Section 2 NI Command Compatible Functions In this section: Topic Page Introduction ..................Using NI Command Compatible functions ........Microsoft Visual Basic..............Microsoft Visual C/C++ ..............Overview of NI command compatible functions ......IEEE 488 device-level functions ............ IEEE 488 board-level functions ............. IEEE 488.2 functions ..............
  • Page 28 Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Topic (continued) Page ibrsp ....................2-29 ibrsv ....................2-29 ibsic ....................2-30 ibsre ....................2-30 ibstop ..................... 2-31 ibtmo....................2-31 ibtrg....................2-32 ibwait ..................... 2-32 ibwrt ....................2-33 ibwrta .....................
  • Page 29: Introduction

    Keithley Command Compatible Functions. NOTE If you have any questions after reviewing this information, please contact your local Keithley Instruments representative or call one of our Applications Engineers at 1-800-KEITHLEY (US only) or visit our website at www.keithley.com. Using NI Command Compatible functions ®...
  • Page 30 Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Step 2: Include function declarations and constants file (GPIB.BAS) If it is not already included in the project, add the GPIB.BAS file. All NI command compatible function declarations and constants are contained in this file.
  • Page 31: Microsoft Visual C/C

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions Microsoft Visual C/C++ To create an application with NI command compatible functions and Microsoft Visual C/C++, follow these steps: Step 1: Enter Microsoft Visual C/C++ and open or create a project in which you wish to use NI command compatible functions The project can be a new or existing one.
  • Page 32: Ieee 488 Board-Level Functions

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Table 2-1 (continued) IEEE 488 device-level functions Function Description ibpct Passes Controller-in-Charge (CIC) status to another GPIB device that has controller capability. ibppc Configures parallel polling. ibrd Reads data from a device to the indicated buffer.
  • Page 33: Ieee 488.2 Functions

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions Table 2-2 (continued) IEEE 488 board-level functions Function Description ibrpp Performs parallel polling. ibrsc Sends Interface Clear (IFC) message or Remote Enable (REN) message to request or release the System Control. ibrsv Requests service and changes the status byte of the sequential polling.
  • Page 34: Data Types

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Table 2-3 (continued) IEEE 488.2 functions Function Description SendIFC Sends Interface Clear command to reset GPIB. SendList Sends data bytes to multiple GPIB devices. SendLLO Sends Local Lockout (LLO) message to all devices. SendSetup Configures device to receive data.
  • Page 35: Ni Command Compatible Function Reference

    NI command compatible function reference Use this section as a function reference for NI command compatible functions. Refer to Section 1 information on Keithley Command Compatible Functions. ibask Description This command returns the current value of the selected configuration item.
  • Page 36 Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Table 2-5 (continued) ibask board configuration parameter options Options Options (Constants) (Value) Returned Information 0x000B 0: While the board becomes the System Controller, the GPIB REN ibaSRE line is not set to enable automatically.
  • Page 37: Ibbna

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions Table 2-6 (continued) ibask device configuration parameter options Options Options (Constants) (Values) Returned Information 0x0006 0: The unnecessary addressing is not operated during the device-level ibaREADDR writing or reading.
  • Page 38: Ibcac

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual ibcac Description This command sets the assigned GPIB board to be the active controller by setting the ATN line to enable. The GPIB board must be the CIC (controller in charge) before calling ibcac.
  • Page 39: Ibcmd

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions ibcmd Description This command sends GPIB commands. Command words are used to configure the GPIB status. ibwrt is used to send the device self-control command. To return the number of transferred command bytes in the global variable, use ibcntl.
  • Page 40: Ibconfig

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Syntax Visual Basic idcmda (ByVal ud As Integer, ByVal buf As String, ByVal cnt As Long) As Integer - or - call ibcmda (ByVal ud As Integer, ByVal buf As String) Parameters ud: device unit descriptor...
  • Page 41 Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions Table 2-7 (continued) Board configuration parameter options Options Options (Constants) (Value) Valid Values ibcSC 0x000A Request or release system control. The same as ibrsc. ibcSRE 0x000B Control the Remote Enable (REN) line.
  • Page 42: Ibdev

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Table 2-8 (continued) Device configuration parameter options Options Options (Constants) (Values) Returned Information ibcREADDR 0x0006 0: Unnecessary addressing is not operated during device-level writing or reading. 1: Addressing is operated continuously during the device-level writing or reading.
  • Page 43: Ibdma

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions Return Value The device descriptor or -1 Error Codes EARG, EDVR, ENEB ibdma Description This command enables or disables DMA. This function is not supported for the Model KPCI-488LPA.
  • Page 44: Ibeos

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual ibeos Description This command configures the EOS termination mode or character. NOTE Defining an EOS byte does not automatically send it when I/O writing is terminated; the user must set the EOS byte after the data strings have been defined by the application.
  • Page 45: Ibfind

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions ibfind Description This command opens and initializes the GPIB board descriptor. The returned board descriptor can be used in later commands. Similar to ibonl 1, ibfind performs a board description initialization.
  • Page 46: Ibist

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual ibist Description This command sets or clears the board individual status (ist) bit for parallel polling. Support Level Board level Syntax Microsoft C/C++ and Borland C++ int ibist (int ud, int ist) Visual Basic ibist (ByVal ud As Integer, ByVal v As Integer)
  • Page 47: Ibln

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions Parameters ud: board descriptor line_status: the status information of the returned GPIB control line Return Value The value of the ibsta Error Codes EARG, EDVR, ENEB, EOIP ibln Description This command determines if there is an available device on bus.
  • Page 48: Ibonl

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Syntax Microsoft C/C++ and Borland C++ int ibloc (int ud) Visual Basic ibloc (ByVal ud As Integer) As Integer - or - call ibloc (ByVal ud As Integer) Parameters ud: board or device descriptor Return Value...
  • Page 49 Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions Parameters ud: board or device descriptor mask: GPIB event code. Table 2-11 contains the valid event codes. Table 2-11 GPIB event codes for mask Event code Description No mask - TIMO...
  • Page 50: Ibpad

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual ibpad Description This command sets a board or a device primary GPIB address. Support Level Board / device level Syntax Microsoft C/C++ and Borland C++ int ibpad (int ud, int v) Visual Basic ibpad (ByVal ud As Integer, ByVal v As Integer) As Integer...
  • Page 51: Ibppc

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions Syntax Microsoft C/C++ and Borland C++ int ibpct (int ud) Visual Basic ibpct (ByVal ud As Integer) As Integer - or - call ibpct (ByVal ud As Integer) Parameters ud: device descriptor Return Value...
  • Page 52: Ibrd

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual ibrd Description This command reads data from a device to the indicated buffer. The GPIB is addressed by ibrd, which reads count data bytes (count is the counting value in the counter);...
  • Page 53: Ibrdf

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions Once the asynchronous I/O has begun, later GPIB commands are strictly limited; any command that would interfere with the I/O in progress will not be allowed. In this case, EOIP is returned by the driver.
  • Page 54: Ibrpp

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Syntax Microsoft C/C++ and Borland C++ int ibrdf (int ud, const char *filename) Visual Basic ibrdf (ByVal ud As Integer, ByVal filename As String ) As Integer - or - call ibrdf (ByVal ud As Integer, ByVal filename As String)
  • Page 55: Ibrsp

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions Syntax Microsoft C/C++ and Borland C++ int ibrsc (int ud, int v) Visual Basic ibrsc (ByVal ud As Integer, ByVal v As Integer) As Integer - or - call ibrsc (ByVal ud As Integer, ByVal v As Integer) Parameters ud: device descriptor...
  • Page 56: Ibsic

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Parameters ud: device descriptor v: the status byte of the sequential polling Return Value The value of the ibsta Error Codes EARG, EDVR, ENEB, EOIP ibsic Description This command enables the GPIB interface clear (IFC) line to allow at least 100ns when the GPIB interface is the system controller by initializing the GPIB interface,...
  • Page 57: Ibstop

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions ibstop Description This command stops asynchronous I/O operation. If the ibsta command is used when asynchronous I/O is operating, the error code EABO is returned to show the I/O was successfully stopped.
  • Page 58: Ibtrg

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Table 2-13 (continued) ibtmo timeout Constant V Value Minimum Timeout T30ms 30ms T100ms 100ms T300ms 300ms T10s T30s T100s 100s T300s 300s T1000s 1000s Return Value The value of the ibsta Error Codes EARG, EDVR, ENEB, EOIP...
  • Page 59: Ibwrt

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions Syntax Visual Basic ibwait (ByVal ud As Integer, ByVal mask As Integer) As Integer - or - call ibwait (ByVal ud As Integer, ByVal mask As Integer) Parameters ud: board or device descriptor...
  • Page 60: Ibwrta

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Support Level Board / device level Syntax Microsoft C/C++ and Borland C++ int ibwrt (int ud, const void *buf, long cnt) Visual Basic ibwrt (ByVal ud As Integer, ByVal buf As String, ByVal cnt As Long) As Integer - or - call ibwrt (ByVal ud As Integer, ByVal buf As...
  • Page 61: Ibwrtf

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions Support Level Board / device level Syntax Microsoft C/C++ and Borland C++ int ibwrta (int ud, const void *buf, long cnt) Visual Basic ibwrta (ByVal ud As Integer, ByVal buf As String, ByVal cnt As Long) As Integer - or - call ibwrta (ByVal ud As Integer, ByVal buf As...
  • Page 62: Multi-Device Functions

    Multi-device functions This section provides a NI command compatible multi-device IEEE 488 function reference. Refer to Section 1 for information on Keithley Command Compatible Functions. AllSpoll Description This command sequentially polls one or more devices. The responses and number of responses of poll are individually stored in resultList and ibcntl.
  • Page 63: Devclearlist

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions DevClearList Description This command clears multiple devices. If the address is the constant NOADDR, the DCL message is sent to all devices. Syntax Microsoft C/C++ and Borland C++ void DevClearList (int board_desc, const Addr4882_t addressList[]) Visual Basic...
  • Page 64: Findlstn

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Parameters board_desc: board ID addressList: the list of the device addresses ended by NOADDR; the devices are waiting to go to remote control mode Error Codes EARG, EBUS, ECIC, EDVR, EOIP, ENEB, ESAC FindLstn Description...
  • Page 65: Passcontrol

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions PassControl Description This command sends the Take Control (TCT) GPIB message to the device for passing control to another GPIB device with control capability. The device changes to Controller-In-Charge (CIC) status when the interface is no longer CIC status.
  • Page 66: Ppollunconfig

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Parameters board_desc: board ID address: the device address of the device is waiting to be configured. dataLine: data line on which the device responds to parallel polling; its range is from 1 to 8.
  • Page 67: Readstatusbyte

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions ReadStatusByte Description This command sequentially polls a device. If the sixth bit (hex 40) of the response is set, the device is requesting service. Syntax Microsoft C/C++ and Borland C++ void ReadStatusByte (int board_desc, Addr4882_t address, short *result) Visual Basic...
  • Page 68: Receivesetup

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual ReceiveSetup Description This command configures the device to be a talker and the interface to a receiver. After the function ReceiveSetup, RcvRespMsg function is usually called to transfer the data from the device to the interface.
  • Page 69: Sendcmds

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions Syntax Microsoft C/C++ and Borland C++ void Send (int board_desc, Addr4882_t address, const void *buffer, long count, int eot_mode) Visual Basic call Send (ByVal ud As Integer, ByVal addr As Integer, ByVal buf As String, ByVal eot_mode As Integer) Parameters...
  • Page 70: Sendlist

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Syntax Microsoft C/C++ and Borland C++ void SendDataBytes (int board_desc, const void *buffer, long count, int eotmode) Visual Basic call SendDataBytes (ByVal ud As Integer, ByVal buf As String, ByVal term As Integer) Parameters board_desc: board ID buffer: the sent data bytes...
  • Page 71: Sendifc

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions SendIFC Description This command sends the Interface Clear command to reset GPIB. SendIFC is used to be a part of GPIB initialization. The function forces the interface to Controller-in- Charge of GPIB.
  • Page 72: Setrwls

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual SetRWLS Description This command configures the device to lockout status of remote control mode. SetRWLS sets the devices listed in addrlist to remote control mode by controlling the Remote Enable (REN) GPIB line.
  • Page 73: Trigger

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Section 2: NI Command Compatible Functions Syntax Microsoft C/C++ and Borland C++ void TestSys (int board_desc, Addr4882_t *addrlist, short resultList[]) Visual Basic call TestSys (ByVal ud As Integer, addrlist ( ) As Integer, resultList ( ) As Integer) Parameters board_desc: board ID addrlist: the list of the device addresses ended by NOADDR...
  • Page 74: Waitsrq

    Section 2: NI Command Compatible Functions Model KPCI-488LPA GPIB Controller Interface Card User’s Manual WaitSRQ Description This command waits until the device controls the GPIB SRQ line. When WaitSRQ returns, the result contains a non-zero value if the SRQ line in controlled. Otherwise the result contains a zero value.
  • Page 75: Status/Error Codes

    Appendix A Status/Error Codes In this section: Topic Page NI command compatible status codes ......... NI command compatible function error codes ......
  • Page 76: Ni Command Compatible Status Codes

    Appendix A: Status/Error Codes Model KPCI-488LPA GPIB Controller Interface Card User’s Manual NI command compatible status codes This section contains information about possible error codes produced when using the National Instruments™ (NI) command compatible functions. All commands update global status word ibsta which contains the GPIB status and the message from the user's GPIB hardware.
  • Page 77: Ni Command Compatible Function Error Codes

    Model KPCI-488LPA GPIB Controller Interface Card User’s Manual Appendix A: Status/Error Codes NI command compatible function error codes NI command compatible function error codes are listed in the following table. Note that, the error variable is meaningful only when the ERR bit of the status variable, ibsta, is placed. Click the error mnemonic, and you can obtain a detailed description and the solution for each error.
  • Page 78 Appendix A: Status/Error Codes Model KPCI-488LPA GPIB Controller Interface Card User’s Manual This page left blank intentionally. KPCI-488LPA-900-01 Rev. A / December 2008...
  • Page 79 Service Form Model No. Serial No. Date Name and Telephone No. Company List all control settings, describe problem and check boxes that apply to problem. ❏ ❏ ❏ Intermittent Analog output follows display Particular range or function bad; specify ❏ ❏...
  • Page 82 M E A S U R E C O N F I D E N C E Keithley Instruments, Inc. Corporate Headquarters • 28775 Aurora Road • Cleveland, Ohio 44139 • 440-248-0400 • Fax: 440-248-6168 • 1-888-KEITHLEY • www.keithley.com 12/06...

Table of Contents