03-25-2023 01:38 AM
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?
Solved! Go to Solution.
03-25-2023 05:43 AM
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
03-26-2023 08:07 PM
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+.
03-26-2023 09:13 PM
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.)