Re: [Scilab-Dev] New xcos blocks executing scilab primitive functions

2019-05-03 Thread ericgernot
Hi guys, I have been out for a while, but reading this topic again raised a question: If I understand well, when the simulation starts, the Xcos engine creates all the blocks' structures, one for each block I guess, allocating memory for the block at this moment. But the Scilab engine can

Re: [Scilab-Dev] New xcos blocks executing scilab primitive functions

2018-04-23 Thread Clément David
nd x variables) call the function, sync the outcomes. Regards, -- Clément > > Message du 09/04/18 09:37 > > De : "Clément David" <clement.da...@esi-group.com> > > A : "dev@lists.scilab.org" <dev@lists.scilab.org> > > Copie à : > > Objet :

Re: [Scilab-Dev] New xcos blocks executing scilab primitive functions

2018-04-12 Thread Eric GERNOT
on ? Would it help ? That would require to rewrite vartosci() and createblklist() with a iterator approach instead of append.   Regards, Eric       > Message du 09/04/18 09:37 > De : "Clément David" > A : "dev@lists.scilab.org" > Copie à : > Objet

Re: [Scilab-Dev] New xcos blocks executing scilab primitive functions

2018-04-10 Thread Eric GERNOT
,   Eric       > Message du 09/04/18 15:27 > De : "Clément David" > A : "dev@lists.scilab.org" > Copie à : > Objet : Re: [Scilab-Dev] New xcos blocks executing scilab primitive functions > > Hello Eric, > > As described in some guides [1][2], the in

Re: [Scilab-Dev] New xcos blocks executing scilab primitive functions

2018-04-09 Thread Clément David
> > > > > > > Message du 09/04/18 09:37 > > > De : "Clément David" <clement.da...@esi-group.com> > > > A : "dev@lists.scilab.org" <dev@lists.scilab.org> > > > Copie à : > > > Objet : Re: [Scilab-Dev] New xcos

Re: [Scilab-Dev] New xcos blocks executing scilab primitive functions

2018-04-09 Thread Eric GERNOT
7 > De : "Clément David" > A : "dev@lists.scilab.org" > Copie à : > Objet : Re: [Scilab-Dev] New xcos blocks executing scilab primitive functions > > Hi Eric and welcome :) > > Nice to have some power users (and maybe futur developers) using big Xcos >

Re: [Scilab-Dev] New xcos blocks executing scilab primitive functions

2018-04-09 Thread Clément David
Hi Eric and welcome :) Nice to have some power users (and maybe futur developers) using big Xcos models, Xcos in 6.0.x have some issues only visible on big diagrams and we currently do not spend too much time benchmarking it. About the scifunc vs Superbloc vs C++ implementation speedup, the

[Scilab-Dev] New xcos blocks executing scilab primitive functions

2018-04-06 Thread ericgernot
Hi, I am new to scilab, and I am not a developper, but I fear I may become one because of Scilab :-; I am on windows 7 /64, and installed some recent versions. I created a physic model (chemical process with compositions, streams, etc.) from a script and used xcos to solve it, only using