Parameter writer block use case issue

8 vues (au cours des 30 derniers jours)
Sameer
Sameer le 9 Fév 2024
Commenté : Sameer le 28 Fév 2024
Added TEMP variable in Model workspace and assigned this variable to constant block.
Contant block is linked with Parameter Writer block to perform logic. after compiling the Model showing following error meassage:
Parameter Writer block /Initialize Function/Parameter Writer1' is unable to write to the parameter 'Value' of the block 'ModelTest/TEMP' because the block is initialized with a mask parameter or workspace variable on its dialog. Writing to such parameters using the Parameter Writer block is not supported

Réponses (1)

Mark McBroom
Mark McBroom le 17 Fév 2024
It sounds like the value for the Constant block is not TEMP. You need to double click on the Constant block and enter "TEMP" as the Constan block value.
  1 commentaire
Sameer
Sameer le 28 Fév 2024
Thank you Mark.
I'm encountering an issue while attempting to develop a model using the Parameter Writer block. Despite attempting to configure parameters through both Validate Parameter and Access Model Workspace settings, the problem persists. I have attached a dummy model for reference.
Parameter Writer block 'dummy/Triggered Subsystem/Subsystem2/Parameter Writer' is unable to write to the parameter 'Value' of the block 'dummy/Triggered Subsystem/Subsystem2/AsA22' because the block is initialized with a mask parameter or workspace variable on its dialog. Writing to such parameters using the Parameter Writer block is not supported

Connectez-vous pour commenter.

Catégories

En savoir plus sur Event Functions dans Help Center et File Exchange

Tags

Produits


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by