NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

VIsa error code - 1073807195

Solved!
Go to solution

I setup a debug environment for coding. I use C# remote debug mode. The program run on my laptop and GPIB board and instrument are on another machine. When my code (laptop) execute this sentance: mbSession = (MessageBasedSession(ResourceManager.GetLocalManager(":GPIB0:16:INSTR"). There is an error: The interface type is valid, but the specified interface number is not configured.  VISA error code -1073807195 (0xBFFF00A5), ErrorInterfaceNumberNotConfigured. But I can find the instrument by NIMAX( on other machine). So I guess that I have to use my laptop machine to install the GPIB card and control device directly. Am I right? Now the problem is that my laptop can not install a GPIB card and I have to use this remote debug mode. How can I do? does someone have such experience?

0 Kudos
Message 1 of 2
(4,099 Views)
Solution
Accepted by topic author song403

Hardware Solution: Use an USB-GPIB-HS Adapter

Software Solution: Try "Remote VISA". See How Do I Control My VISA Device from Another Computer?

0 Kudos
Message 2 of 2
(4,090 Views)