The NI1014 support only works on vvWorks.
Each NI1014 board must be configured via the startup file as follows

drvNi1014GpibConfig(link,nPorts,base,vector,level)

where

link - The gpib link number
nPorts - must be 1 or 2. Must match the number of ports for the board
base - A16 VME adderess for port 1
vector - Interrupt vector for port 1
level - interrupt level

For example

drvNi1014GpibConfig(1,2,0x5000,100,5)


A global variable niTimeoutSquelch is available to display a message
if a timeout occurs.
The default is 0 which means to display the timeout messages.

To suppress the messages just give the vxWorks shell command

niTimeoutSquelch=1
