Options of SLRT UDP send/recv block reverts to defaults when placed inside a library

1 次查看(过去 30 天)
Hi
I've placed an xpc/slrt realtime udp send/receive blocks along with a configure UDP block inside a library block. I've configured the send/recv blocks to use the configured IP address, and not using host-target connection. However, those options reverts to using host-target connection unless the library link is disabled, which preclude the concept of having them inside a library altogether
Is this a limitation of Simulink in general, or only those blocks? and is there a way around it?
Update: This issue appears in 2016b because it combines the legacy UDP (host target comm) and the realtime UDP in a single configurable block. I have included Examples presenting the case in both 2015b and 2016b
Cheers,
MTA

回答(1 个)

Hannes Daepp
Hannes Daepp 2017-2-15
Did you ensure that when you added blocks from the library, you first added the configuration block (or together with the send/receive blocks)?
If the model does not contain a 'UDP Configure' block with your prescribed connection settings, the 'UDP Send' and 'UDP Receive' blocks from your library will have invalid settings, and will return to their default values.
For example, using the attached library, as long as I first add the configuration block or add them together, the connection settings are preserved.
  3 个评论
Suneesh
Suneesh 2017-2-28
The Send blocks "look for" configure blocks in the same model and create the options list. It should work as expected from within a subsystem too. If not please report it to tech support.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Multicore Processor Targets 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by