CATIA-Systems / FMIKit-Simulink

Import and export Functional Mock-up Units with Simulink
Other
157 stars 51 forks source link

Simscape Internal Variables Missing #413

Open vsranjitroshan opened 1 year ago

vsranjitroshan commented 1 year ago

First off thanks for this amazing repo, made my life simpler. At the moment, I am working to export Simscape models as FMU's. During simulink model exports, I noticed, all the component internal paramters are getting exported successfully. But when exporting Simscape components for example, Translational Mass, the internal parameters such as Force and Velocity, are missing in the FMU avaiable parameters list. Am I missing something during export, or is this feature absent ?

vsranjitroshan commented 1 year ago

I found the problem, I had enable override, and variables getting exported. Just one small thing, the names of the component variables in simscape comes like RTP_004540_v_Value, how do we give it a proper name like SS_Mass/v_Value?