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

조회 수: 4 (최근 30일)
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.

채택된 답변

Mark McBroom
Mark McBroom 2021년 3월 6일
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++.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Development Computer Setup에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by