Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I monitor test station GPIB activity using an external roll around PC with a PCI-GPIB card installed?

I need to monitor GPIB activity on an old HP-1000 test station.  I have an external roll around PC / Win 2000 with a PCI-GPIB card installed.  For some reason I cant get NI-Spy to capture bus activity.  Is it possible to use the PCI-GPIB card and NI-Spy on the external PC to capture GPIB activity on the old station?
 
Thanks.
0 Kudos
Message 1 of 4
(3,610 Views)

I think NI-Spy will only monitor traffic generated from/to the NI board you have. You probably need a bus analyzer board.

0 Kudos
Message 2 of 4
(3,606 Views)
Is it possible to configure the PCI-GPIB as a listener using CVI or LabView?
0 Kudos
Message 3 of 4
(3,586 Views)

reboot1,

It would be possible to add another PCI-GPIB as a listener if you modified the GPIB controller in charge code.  You can always add the extra PCI-GPIB primary address as a listener through all interactions (each read/write would need to be modified to add this new address as a listener).  This way, as long as there is code telling the extra PCI-GPIB to constantly read from the bus, you will get all data transferred.  However, this is fairly complicated and should not be attempted if you do not have full control over the controller in charge program.

Steven T.

0 Kudos
Message 4 of 4
(3,545 Views)