dymola

alternative to sample function with varying sampling range

只谈情不闲聊 提交于 2020-07-30 07:00:12
问题 Is there an alternative to the sample function in Openmodelica, which accepts arguments which are not of type parameter ? That is, the alternative should permit the sampling of a variable range of values during a simulation. The end goal is to create a class with which I can measure the RMS value of a real signal during a simulation. The RMS value is used as a control variable. The real signal has a continuously changing frequency so in order to have better measurements, I want to either be

alternative to sample function with varying sampling range

独自空忆成欢 提交于 2020-07-30 07:00:05
问题 Is there an alternative to the sample function in Openmodelica, which accepts arguments which are not of type parameter ? That is, the alternative should permit the sampling of a variable range of values during a simulation. The end goal is to create a class with which I can measure the RMS value of a real signal during a simulation. The RMS value is used as a control variable. The real signal has a continuously changing frequency so in order to have better measurements, I want to either be

alternative to sample function with varying sampling range

橙三吉。 提交于 2020-07-30 06:59:34
问题 Is there an alternative to the sample function in Openmodelica, which accepts arguments which are not of type parameter ? That is, the alternative should permit the sampling of a variable range of values during a simulation. The end goal is to create a class with which I can measure the RMS value of a real signal during a simulation. The RMS value is used as a control variable. The real signal has a continuously changing frequency so in order to have better measurements, I want to either be

alternative to sample function with varying sampling range

前提是你 提交于 2020-07-30 06:58:18
问题 Is there an alternative to the sample function in Openmodelica, which accepts arguments which are not of type parameter ? That is, the alternative should permit the sampling of a variable range of values during a simulation. The end goal is to create a class with which I can measure the RMS value of a real signal during a simulation. The RMS value is used as a control variable. The real signal has a continuously changing frequency so in order to have better measurements, I want to either be

Looking for PID tuning library in Modelica

橙三吉。 提交于 2020-06-01 04:49:05
问题 I am building a control system with the Modelica Standard Library. But I got trouble in tuning the parameters in the PID system,so I wanna use a library that could do auto-tuning for the PID system. After some searching on Google, it seems there is no such a library in Modelica. My question: Could anyone recommend an auto-tuning library for the PID system? 回答1: You should take a look at Modelica IndustrialControlSystems (https://github.com/mbonvini/IndustrialControlSystems). It has some