12-20-2014 04:16 PM
I have a fresh reinstall of NI 488.2 While going through the Troubleshooting Wizard
I get the following;
GPIB0 AT-GPIB/***** Failed
GPIB1 AT-GPIB/***** Failed
GPIB2 PCI-GPIB Passed
GPIB3 AT-GPIB/***** Failed
GPIB4 AT-GPIB/***** Failed
All of the AT-GPIB/***** Failed,
The Device Status is;
This Device is not present, Not working properly,
or does not have all the drivers installed. See your Hardware documentation (code 24)
I'm not sure if I should have this many devices, I have two instruments I'm trying to control
an HP 3570 and an HP 3330B.
Also, what is the difference between a PCI-GPIB and an AT-GPIB/*****?
This is an old system running on Windows 95.
12-20-2014 06:28 PM
12-21-2014 10:04 AM
How do I access the driver number?
I have installed everything, software, hardware, and the GPIB pcb into a different computer running XP.
I now note the only thing I see in the Troubleshooting Wizard is;
GPIB0 PCI-GPIB Passed
and now my "Frequency Sweep" program does start and at least the first command is followed.
So, I'm kinda back to where I started before I apparently caused some problems.
There is one new problem, the two instruments do not get released from remote when I exit the program.
I'd just as soon ignore that for now and get "frequency Sweep" to run.
Here is The NI Spy report, note I don't have the ENOL error any more, but the program stalls at the same line of code. #9
Also the 6th and 7th line are a repeat. (WAG maybe because the Amplitude did not get set or report it was set?)
Can I assume that UD0 calls the HP3330 and UD1 calls the HP3570?
(Confused because I thought address 4 called the 3330 and 15 called the 3570.)
I think line 6 is calling the HP3330 and setting the frequency to 300kHz then I think it attempts to set the Amplitude
with , 10 (0xA)) still in line 6. Although from the very little I understand the proper syntax is "N2.0;" to set Amplitude to +2db.
This frequency does change to 300kHz but the amplitude does not change.
Or am I barking up the wrong tree and it stalls because of line 9.
Line 9 does show the Amplitude of B-A on the HP3570, in this case +004.32. (It's bogus because the Amplitude is not set.)
Thank you for your help.
Mikek
12-21-2014 11:39 PM