Slow UDP data transfer from Target to Development computer
1 次查看(过去 30 天)
显示 更早的评论
I use two simulink models, one running on a target computer and the other running on a development computer, to exchange UDP packets between those computers. Both models run at 1KHz. When sending data from development to target computer, everything works as expected. On the other hand when sending data (sine wave) from target to development computer, I can observe a long delay. As written in documentation, "UDP receive" block uses a FIFO to store the incoming data but what I need is a LIFO so as to keep the most recent value. Does anybody know if I made something wrong or if there is a better solution?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Development Computer Setup 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!