[Scilab-users] Duration time of Xcos simulation

simi99 simon.mayr at gmail.com
Mon Jul 22 15:20:19 CEST 2013


I also believe that the compilation takes the largest part ot the simulation
time. Using scicos_simulate instead of xcos_simulate to avoid recompilation
is a good idea. However, there occurs a new problem: 

...
/[result]=importXcosDiagram('SimulatePositionsServoReduced_NoScope.zcos')
typeof(scs_m);
Info = scicos_simulate(scs_m,list());
scicos_simulate(scs_m,Info);/
...

When the simulation is run the second time with the compilation information
(Info) from the first run as input, there appears the following message in
the console:
/"Partial compilation failed. Attempting a full compilation."/

I do not understand why the whole schematic is compilated again...



--
View this message in context: http://mailinglists.scilab.org/Duration-time-of-Xcos-simulation-tp4027041p4027063.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list