Lookup table as an input

1 view (last 30 days)
Alain
Alain on 27 Sep 2013
Commented: Alain on 25 Oct 2013
Hi everyone, I am trying to simulate an hydraulic motor in simhydraulics, but I need to change "efficiency parameter" every step describing the graph that appear in its datasheet. I have thought to use a lookup table with the graph data, and then with its output change the efficiency. But, the problem is that I can't use the output to change the block parameter. I don't know if it can be done, if I can put the efficiency as another input port of the block or with tags, or if I can edit a simulink block (as hydraulick motor) to put a new input inside.
I have seen that it can be used te set_param commanda, but I preffer to don't use it, because it makes slower my system.
Thank you Alain

Accepted Answer

Zack Peters
Zack Peters on 25 Oct 2013
Hi Alain,
Unfortunately, the parameters within most of the Simscape blocks and all of the SimHydraulic blocks are not tunable, meaning that they cannot be changed during simulation. Additionally, there is no way to modify the hydraulic motor block to that it will have an extra input port for modifying the efficiency.
My suggestion would be to either simulate the model repeatedly with varying efficiencies until you have enough data to complete your datasheet model or to develop your own block using the Simscape language. The equations for the hydraulic motor are available in the documentation for the block; you can simply remodel it and rather than have the efficiency set as a dialog parameter, you can set it as a physical signal input port.
~Zack
  1 Comment
Alain
Alain on 25 Oct 2013
Thank you for your answer. I will try to do the second option, building my own model of the motor with the equations.

Sign in to comment.

More Answers (0)

Categories

Find more on Foundation and Custom Domains in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!