06-28-2021 04:05 PM
Hello,
I am trying to compile a simple simulink model to get the process down for eventually using it on a cRIO. Bellow is my error code, model and configuration parameters for the code generation. The issue seems to be with the input and output blocks because I am able to compile a .dll file without them. Does anyone know what this error means or how to fix it?
Solved! Go to Solution.
06-29-2021 01:44 AM
Hi jpeskar,
It seems you're using Simulink 2021a, which is not supported by VeriStand yet. You can find the compatibility table for VeriStand and Simulink versions here https://www.ni.com/en-us/support/documentation/compatibility/17/veristand-version-compatibility.html
06-30-2021 04:34 PM
Marcelo_I,
You were right. I didn't realize that it 2021a wasn't supported. I installed 2020b and it worked just fine. Thank you for helping.