Support Coselica & SIMM in SciLab 2025.0.0 on macOS

Hi,
I try to use and simulate some systems with Scilab 2025.

It’s impossible to load a simulation because I got some warning

It’s possible to get some help ?

Hello and welcome to scilab’s Discourse !

It is not a warning, just an info. BTW, do you have a compiler (did you install command line tools) ?

S.

1 Like

Hi

Thanks for reply,

I don’t know if I got some compiler install on my Mac… but I install the command line source with Xcode. I don’t know if it’s enough.

Thanks

This is what I got in the console

I think it’s because I’m on macOS and with M chipset :frowning:

I installed the good version for M chipset.

You can see my system in my next screenshot

There is no problem with M1 architecture, and I see in your previous post that compilation is successful. You may have another problem at runtime with the construction of your diagram. Can you share it (I have granted you level 1 to allow this) ?

Thanks

S.

1 Like

Hi,

Thanks for you reply. I also encountered the same issue when testing the demo diagram included with SciLab.

You can find my diagram attach with his message.
test.zcos (4.2 KB)

Can you test ilib_build examples ?

Is it a library that I need to install?

Just type

help ilib_build

And try the C examples

It seems to be working.

But when I try a SIMM diagram, it doesn’t work :frowning:

Can you try classical Xcos/modelica demos (e.g. the RLC demo) ?

It works find !

Seems there is a problem with SIMM since at least Scilab 2024.1, none of the examples seems to fully work (compilation is fine, but there is no scope output). Maybe @vincent.couvert could help finding what is hapenning.

S.

Thanks for your time !
Hope he can help… or find a workaround because I want to use Scilab in my courses.

The problem has been fixed in the codebase (see scilab / forge / simm · GitLab) and a new release should be available today.

S.

1 Like

Oh Yes !

Thanks for those informations. I will update the Simm package and test it !
Thanks a lot !

Hello @Dimitri

SIMM have just been updated in ATOMS to be compatible with Scilab 2025.0.0:

atomsSystemUpdate()
atomsInstall("SIMM");

Best regards.

Hi

All right, I will try this afternoon and I will give you my feedback

Thanks !

So I try to do it and I got some error when I try to update ATOMS (you can see the screenshot) :frowning: