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

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

Answers (1)

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 Comments

Thank you for the reply and for creating an example. I had indeed put the configure and send blocks together. The only difference between my case and your example is that the configure and the send blocks are in placed inside a subsystem. I will update the example and the question to include them.
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.
it doesn't as the attached example shows. I'll report it to tech support.
Cheers

Sign in to comment.

Categories

Find more on DSP System Toolbox in Help Center and File Exchange

Asked:

MTA
on 11 Feb 2017

Commented:

MTA
on 1 Mar 2017

Community Treasure Hunt

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

Start Hunting!