Why CAN blocks do not update programmatically?!!

1 vue (au cours des 30 derniers jours)
Saeed Soltani
Saeed Soltani le 9 Juin 2016
Hi, I change the message list(MsgList) of CAN Pack module using set_param:
Sys= 'Test/CAN Pack'
set_param(Sys,'MsgList', 'RcInfoMsg');
But as a result noting changes on the block. When I check the message from command line it is changed but the ports are not updated unless I click on the block and then Ok/ Apply button. This one also does not work:
set_param(gcb,'SimulationCommand', 'update');
I have found noting related. The only thing in this link , Accepted answer is using apply_CAN_block(gcb) which is not existed at all.
Any idea?

Réponses (0)

Catégories

En savoir plus sur Programmatic Model Editing dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by