Hello,
I am writing a vb .Net program. When the form loads all the LAN instruments addresses should be populated in the drop down box.
I am using:
Dim rm1 = New Ivi.Visa.Interop.ResourceManager
Dim rsr1 = rm1.FindRsrc("TCPIP?*inst?*INSTR")
The issue I have is that some equipment are not detected until I detect them with NI-MAX.
Is there a way that instruments are detected without the need of invoking NI-MAX.,
Thank you in advance for any help you offer.