Simulink Configuration
When you program your application using Simulink, you can use the Read from memory block to retrieve parameters from stored memory. This allows to parameterize a Simulink binary depending on the application.
Add block to Simulink model
- Select Read from memory in the library and add tot your model
- Select Configuration
- Set sample time to 1. In this case the parameter is read each second
- Set an initial value that is used once
If your project is build, uploaded and started, The configuration parameter is automatically found by the Web UI. Simply changing the value in the Web UI followed by enter or Save parameters, will instantly update the parameter in your running Simulink binary.








