MATLAB: How to interact with SLRT signals with the .NET API

I have a vector signal in Simulink, and I am deploying this model to an SLRT target that will be managed through a .NET application. How do I interact with signals?

Best Answer

In order to interact with signals in SLRT, please refer to the following link:
Then, in order to understand how to monitor signals with the .NET API please refer to the following link:
To retrieve a signal's value, you can call the "GetValue" from the xPCSignal class. Check out this link to read the API: