04-17-2019 05:44 PM
Greetings,
I need to generate a dll from a Simulink model, which will then be imported into Veristand. Does anyone happen to know what impact the solver-type has when compiling the Simulink model?
The instructions at the below link say to set the solver options to Fixed-Step with a discrete solver (no continuous states).
http://zone.ni.com/reference/en-XX/help/372846G-01/veristand/convert_model_to_dll/
However, these later instructions don't mention using a discrete solver:
http://zone.ni.com/reference/en-XX/help/372846M-01/veristand/convert_model_to_dll/
The current model I'm working with has some continuous states, so I can't use the discrete solver, but I'm wondering what influence the solver actually has on the dll that is generated.
Relevant Info:
Windows 7 64-bit
Veristand 2016
Matlab/Simulink 2016a
Thanks for any info,
-Rene-
Solved! Go to Solution.
04-18-2019 08:04 AM
Hey Rene,
As long as the stop time is set to inf and the type is fixed-step, you can select any of the available solvers. The instructions from the VeriStand documentation is accurate.
Nice catch. It looks like we updated the VeriStand documentation but not the LabVIEW MIT information. I will file a Corrective Action Request to get it updated in a future release.
Thanks,
Andy
Product Support Engineer
04-18-2019 09:25 AM
Excellent, thanks for the clarification!
-Rene-