Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

When I add the niDMM lib to my C# project none of the functions of the driver are exposed. Only the constants. Any one know why this is happening?

I cannot expose the functions of the NIDMM_32.dll in Visual Studio.  There does not seem to be any entry point for the dll.
0 Kudos
Message 1 of 2
(3,415 Views)

Hello Dwolfe,

Since there is no .NET driver API available for DMMs in Visual studio you have to include wrappers. The following KnoledgeBase explains how to include these wrappers:

http://digital.ni.com/public.nsf/websearch/52D289F65941474A86256E8A0057D72E?OpenDocument

This will allow you to use the function and read a description to them by opening the niDMM.vb or .cs but you won't see a list of all the functions like you would for DAQmx since it is not an API.

Hope this helps you get started. Please let me know if you have further questions.

Regards,

Tica T

 

0 Kudos
Message 2 of 2
(3,404 Views)