Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

is there a c# .dll to control Ni switch 2510

Solved!
Go to solution

Hi, 

 

i know that i can control switches using niSwitch.cs wrapper in C#, but is there a .dll file that i can use without embeeding direclty niswitch.cs in my code ?

 

Many thanks in advance.

 

Best regards.

0 Kudos
Message 1 of 4
(4,545 Views)
Solution
Accepted by topic author BadreArras

There is a .NET native API for NI-Switch. 

 

Check out the following White Paper:

 

http://www.ni.com/white-paper/14434/en/

 

 

RF R&D
National Instruments
0 Kudos
Message 2 of 4
(4,519 Views)

many thanks , 

 

this is what i have searching for 🙂

 

by using this 2 .dll i can control any relay of my switch  :

 

using NationalInstruments.ModularInstruments.NISwitch;
using NationalInstruments.ModularInstruments.SystemServices.DeviceServices;

 

Best Regards.

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

That's good to hear. Have a great day!

 

-Jayk

RF R&D
National Instruments
0 Kudos
Message 4 of 4
(4,493 Views)