10-25-2023 02:51 AM
10-25-2023 07:29 AM
You can only run C# on the host but not on the RT target.
You can use gRPC with NI Software and Hardware. Install the gRPC server on the Linux RT target, then run your gRPC Client using C# on the host. All you need are provided in GitHub - ni/grpc-device: gRPC server providing remote access to NI device driver APIs.
10-26-2023 01:16 AM
I actually don't need to run C# on the RT target in RT target. I only need to access the hardware and run it on the host. For example, a similar situation exists with VISA. I can access the ports of the RT target with the VISA server and use it with C# on the host. However, I couldn't find something similar for DAQmx.
10-26-2023 07:24 AM
That's when gRPC comes into play. Have you read the articles on gRPC device that I shared?