10-18-2005 02:28 PM
10-19-2005 03:22 PM
Hi Jannu,
I'm not familier with the HP 89532A UV Vis software, but in HP Basic for Windows the GPIB drivers are loaded using the LOAD BIN command, plus parameters defining the card type, the base address, the interrupt level, the interface select code (ISC - a number used by Basic to identify the interface), and whether the card is system or nonsystem controller.
If your GPIB-PCII/IIA card is set to PCIIA mode and has the default settings, you can load the driver as:
LOAD BIN "GPIBN;BOARD PC2A BASE 2E1 INT 7 SYS"
If you get "Error 167 - INTERFACE STATUS ERROR"
10-19-2005 03:29 PM