How to send data over tcp to remote server from a simulink model

4 vues (au cours des 30 derniers jours)
I plan to simulate a ieee 9 bus system and use PMU model to collect the phasor data. The collected data needs to be sent over actual internet to another remote ip address that I give to the simulink model. What resources do i need to refer for implementing this?
Below is an image to give idea of what i want to implement.

Réponse acceptée

Mark McBroom
Mark McBroom le 6 Mar 2021
The easiest way to do this is to use the UDP blocks in either the Instrument Control Toolbox or the Embedded Coder Toolbox. Otherwise, you'll need to create your own custom Simulink blocks, which will require you writing the UDP send/receive code in C/C++.

Plus de réponses (0)

Produits


Version

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by