How to use run-time tunable parameter for Constant Volume Chamber (G)
    2 次查看(过去 30 天)
  
       显示 更早的评论
    
When you use e.g. a DoubleActing Actuator (IL) in Simulink/SimScape, you can select that the initial position displacement parameter should be run-time tunable from a dropdown menu, instead of compile-time tunable.

How can you make a parameter for the initial pressure of the gas to be run-time tunable for a "Constant Volume Chamber (G)"? 
Here the there is no option to change from compile-time to run-time.
Exported c++ code has this value hardcoded according to the current value of the parameter in the Workspace.

1 个评论
  Yifeng Tang
    
 2023-5-10
				I think it's do-able.  Try this first: make this InitialPressure a Simulink Parameter in the Model Workspace, instead of MATLAB base workspace variable.  Will you see it available in the generated code, instead of hard-coded?
回答(1 个)
  Akshat Dalal
      
 2023-9-7
        Hi Stian,  
I understand you would like to make some of the block parameters run-time tunable. You could refer to the following documentations for the same:  
- https://in.mathworks.com/help/releases/R2021a/sldrt/ug/tune-block-parameters-and-matlab-variables.html
- https://in.mathworks.com/help/simscape/ug/specify-and-change-a-run-time-configurable-parameter.html
Hope this helps. 
0 个评论
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Gas Models 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


