I need to remotely manage and deploy NI VeriStand 2024 Q1, retrieve status information, and also obtain values from certain channels. In short, I need to remotely control NI VeriStand 2024 Q1. For this purpose, I am using the IProject
and IWorkspace2
interfaces within the NationalInstruments.VeriStand.ClientAPI
. However, the NationalInstruments.VeriStand.ClientAPI
only supports .NET Framework, and I am unable to use it with .NET 8.0.
Is there a way to use the existing DLL with .NET 8.0? Or is there an alternative approach compatible with .NET 8.0 (such as gRPC) that I could use to obtain this information?
I appreciate any guidance or suggestions you might have.