Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
MTA
MTA le 11 Fév 2017
Commenté : MTA le 1 Mar 2017
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

Réponses (1)

Hannes Daepp
Hannes Daepp le 15 Fév 2017
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 commentaires
Suneesh
Suneesh le 28 Fév 2017
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.
MTA
MTA le 1 Mar 2017
it doesn't as the attached example shows. I'll report it to tech support.
Cheers

Connectez-vous pour commenter.

Catégories

En savoir plus sur Multicore Processor Targets dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by