Simulink Real-Time startup parameter set for a standalone application
Show older comments
Hi all,
Currently I have a compiled MATLAB GUI which loads a compiled Simulink real-time application and its parameters (read from a .txt file on the GUI PC) to a 32-bit target PC every time it is executed. The GUI and application are made using MATLAB R2015a. During installation on a customer site where I don’t have access to any MATLAB license, these parameters are tuned and the newly tuned values are then saved to the .txt file. So every time the GUI executable restarts, the application together with the tuned parameters are loaded to the target.
Because of a new requirement that the target PC and the GUI PC must be independent of each other this behavior is not wanted. The real-time application is now build as a standalone application which starts up with its initial (compile) parameter values every time the target PC is rebooted. I’m wondering if it is possible to let it start up with a tuned parameter set instead. As far as I know the ability to add a specific startup parameter set to a real-time application is not present in MATLAB until R2021a. But the release notes for Simulink real-time R2020b state the following: Support for MATLAB compiler deployment of MATLAB applications to control real-time applications is disabled.
My questions then are:
- Is it possible to use the parameter set functions present in R2021a, in a deployed GUI?
- Are there other ways to set the tuned parameters as startup parameters (possibly also for earlier versions of MATLAB) in a situation where no MATLAB licenses are available?
- Is it possible to use the same 32-bit target machine when using R2021a?
Thanks in advance,
~ Micky
Accepted Answer
More Answers (0)
Categories
Find more on Target Computer Setup in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!