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

5 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

Mark McBroom
Mark McBroom el 6 de Mzo. de 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++.

Más respuestas (0)

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by