07-26-2023 12:21 PM
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
05-05-2025 11:28 AM
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
05-05-2025 11:52 AM
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.