- During the simulation, the block parameter cannot be edited.
- The flag “read-only-if-compiled” describes the parameter attributes obtained programmatically. You can refer to the following documentation to understand more on nontunable parameters in Simulink: https://www.mathworks.com/help/simulink/ug/using-tunable-parameters.html#bu1up6v-1
Can we update simulink Nvidia Jetson UDP block parameter at runtime?
44 views (last 30 days)
Show older comments
Need to update simulink Nvidia Jetson UDP send/receive block parameter at runtime.
After build and deploy a simulink model in jetson which is having Nvidia UDP send/receive block can we update its parameter(IP address) on runtime?
Is there any solution for it?
0 Comments
Answers (1)
Sumukh
on 6 Nov 2024 at 8:20
The "Remote IP Address" block parameter in "UDP Send" block and "Local IP port" block parameter in the "UDP Receive" block are nontunable parameters, i.e., parameters whose value cannot be changed during simulation. This can be checked in two ways:
If the intention behind changing the IP address during runtime is to pass multiple IP addresses to the block, a possible workaround is to use enabled/triggered/switch-case-action subsystem to place multiple send/receive blocks in a single model with different IP addresses. Kindly refer to the following MATLAB Answer from MathWorks Support Team to know more about the workaround:
I hope this answers your query.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!