There shouldn't be any problem. There's even a driver for it
here. The only thing to be careful of is the GPIB board you use. The driver is written using LabVIEW GPIB functions and not VISA. If you use a card from a different manufacturer, which I suspect because you refer to it as an HPIB board, then you will need to make some modifications. One way is to replace the GPIB functions with VISA calls. Then the driver can be used with any GPIB board that comes with VISA drivers (i.e. either Agilent or NI). This sort of modification is pretty simple to do. The other way would be to replace the LabVIEW GPIB functions with whatever funct
ions the manufacturer provides as a replacement.
Message Edited by Support on 08-03-2007 10:46 AM