Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I monitor the GPIB bus with second GPIB-USB-HS (second PC)?

Solved!
Go to solution

As below, I want to use the Visual studio C# to monitor the command/message on GPIB-USB-HS bus (blue).

How can I use the second GPIB-USB-HS (red) for monitor the GPIB bus (blue)?

Can any one give me a sample code or any information?

Screenshot 2023-03-25 143013.png

0 Kudos
Message 1 of 4
(1,011 Views)
Solution
Accepted by topic author scottj0403

The functions of the analyzer are provided by NI official.
No programming required.
However, it cannot be used with GPIB-USB-HS.
Products with "+" such as GPIB-USB-HS+ , PCI-GPIB+ , PCIe-GPIB+ are supported.
You can use the GPIB analyzer by marking the red part of your diagram as "+" product.

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019LM5SAM&l=ja-JP

 

0 Kudos
Message 2 of 4
(983 Views)

Thank you for your reply.
Is it possible to use my C# program (not NI officiel Analyzer software) via product "+"? I mean that I want tor write a C# program to monitor the GPIB bus (blue) via GPIB-USB-HS+ or PCIe-GPIB+.

0 Kudos
Message 3 of 4
(947 Views)
Solution
Accepted by topic author scottj0403

Theoretically, it is possible to make your own by using "+", but it seems difficult because the programming manual for controlling the hardware for analysis on the board is not disclosed.

(At least I don't know.)

0 Kudos
Message 4 of 4
(935 Views)