Can the IP address and port of UDP blocks be changed at run-time?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Is there a way to change where a UDP block is sending data at run-time?
This UDP block can be the one in the Instrument Control Toolbox, Raspberry Pi Hardware Support Package, etc.
It doesn't matter, I just need any UDP send block that can have it's parameters changed at run-time.
Note: it must be supported for code generation.
Regards,
Tyler
0 Kommentare
Antworten (1)
Tushar Upadhyay
am 2 Mai 2017
One way to do is to use Raspberry Pi UDP block and provide variable names instead of IP address and port number in the parameters.
For example:
IP address: IP Port number: Port
NOTE: Here, IP and Port are variable.
If you generate the c code using code gen of the model, then user driver code needs to change the values of the variables given in the parameters for IP address and Port number.
If you use it in the external mode and burn the binary to the board, then you can manipulate the variables values through MATLAB workspace.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Deployment, Integration, and Supported Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!