Error while using byte unpacking in simulink
조회 수: 22 (최근 30일)
이전 댓글 표시
Nithesh Thakku Krishnamoorthy Ganesan
2022년 9월 9일
댓글: Nithesh Thakku Krishnamoorthy Ganesan
2022년 9월 12일
I have a basic simulink model with the objective of transferring a simple sine wave using udp send and receive blocks. Both the blocks are in the same model. I have used byte packing and unpacking for this model. After I run this, I am getting this error:
"slrealtimebytepacking(Unpack): Invalid inherited input port width 512 for data type 0 (1)"
what should I do to rectify this error ?
댓글 수: 0
채택된 답변
Pavan Singh
2022년 9월 12일
Make sure the UDP Receive and Send port width are set up correctly.
For example, if you are packing 1 "double" datatype signal,then the width should be 8 bytes. Also, if you're packing 2 "double" datatype signals, the width should be 16 because a double is 8 bytes (hence, total width/size is 2x8 = 16 bytes).
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Modeling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!