Motor Control Blockset examples: Using variant source block

65 vues (au cours des 30 derniers jours)
Petr Kadanik
Petr Kadanik le 10 Juin 2020
Commenté : Petr Kadanik le 11 Juin 2020
Hello,
a Variant source block is used in 'mcb_pmsm_operating_mode_f28379d.slx' model example to switch betwen SIMulation mode and CODE-generation mode. Inside Varian source block, there are two variables: mcb_isCodeGenVar() and mcb_isSimVar().
Could you please tell me where and how are those variables set? When the model decides what mode is to be chosen? Do I have to play with a Variant manager?
Thanks
Petr

Réponse acceptée

Mark McBroom
Mark McBroom le 11 Juin 2020
Those are functions, not variables. They are p-coded M-Files that are shipped with the example. Type the following to see where the files exist:
who mcb_isCodeGenVar
Thanks.
Mark.
  5 commentaires
Mark McBroom
Mark McBroom le 11 Juin 2020
Yes, those two functions are part of the Motor Control Toolbox. Neither of these two functions are currently documented in MATLAB Help. I'll add a change request to have them added to the help documentation.
Petr Kadanik
Petr Kadanik le 11 Juin 2020
I would be perfect. Thanks a lot.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Component-Based Modeling 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