unpacking UDP Send block of an xPC target

조회 수: 2 (최근 30일)
aida
aida 2012년 4월 12일
답변: Dimitri MANKOV 2022년 5월 2일
when sending data through UDP Send block of an xPC target it packed in binary? how can we unpack that in other software like eclipse?

답변 (1개)

Dimitri MANKOV
Dimitri MANKOV 2022년 5월 2일
Hi Aida,
Universal Datagram Protocol (UDP) is a packet-based protocol. You can construct a packet from Simulink data types such as double, int8, int32, uint8, or a combination of these data types. The Simulink Real-Time block library provides blocks for combining various signals into one packet (packing), and then transmitting it. It also provides blocks for splitting a packet (unpacking) into its component signals that can then be used in a Simulink model. That means that the receiving end must know the scructure of the transmitted packet in order to reconstruct the original signal from it correctly.
Best,
Dimitri

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by