Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Ni-DAQmx .NET6 Support

For any other developers who find this post, I also built a minimalistic .NET 6.0 C# wrapper around the NI-DAQmx driver.  (The dll is actually named 'nicaiu.dll'.) 

 

I only needed it to open and close some relays, so that is all I implemented.  Feel free to expand it with the functions you need.  The readme provides some assistance.

 

NI-DAQmx driver for C#

https://github.com/jrdnwrth/NetDAQmx

 

 

 

0 Kudos
Message 11 of 13
(1,897 Views)

I opened a ticket with NI support last week to ask when they plan to have DAQmx support for .NET6 or .NET8, they replied with the following:

 

 

DAQmx was expected to include support in the H2 of 2025.
 
This is a possible time frame, but the exact date has not yet been confirmed.
 
Is there anything else I can assist you with?
 
Kind regards,
 
<FirstName LastName>
Technical Support
NI Support

 




Message 12 of 13
(331 Views)

This sounds great. At the moment must use .NET 4.8.1 application which streams data by gRPC protocol from NI devices to ASP.NET Core web server running on .NET9.

When DAQmx can be directly integrated into new developments, it would be great. Hopefully .NET9 will be supported too.. not just .NET8.

0 Kudos
Message 13 of 13
(323 Views)