I am trying to control an HP 8350B sweep oscillator. I have an Agilent PCI-GPIB card installed on my computer and have set it up to run with labview. I installed NI VISA, followed by Agilent IO libraries and activated the Tulip passport in NI MAX.
I tried turning on the "enable agilent GPIB cards for 488 programs" in Agilent IO libraries and checking the VISA test panel for WRITE and READ, but I get the timeout error: (Hex 0xBFFF0015) Timeout expired before operation completed signal recovery
On moving to labview, when I configure the VISA Serial it gives me this error
Error -1073807331 occurred at Property Node (arg 2) in VISA Configure Serial Port (Instr).vi->8350_VISA.vi
and the possible reason is
VISA: (Hex 0xBFFF001D) The specified attribute is not defined or supported by the referenced resource.
Subsequently on removing the VISA Serial, I get errors in Write and Read with the possible reason being
VISA: (Hex 0xBFFF0015) Timeout expired before operation completed.
Help !!