this is unfortunately present either in the newest Windows version or in older Linux versions... The small dialog says: Failed to drop "FROMWSB" block!
--
You received this message because you are subscribed to the Google Groups "tumbi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tumbi+un...@googlegroups.com.
To post to this group, send email to tu...@googlegroups.com.
Visit this group at https://groups.google.com/group/tumbi.
For more options, visit https://groups.google.com/d/optout.

Dear Mariusz,
Thanks for reporting, you are right. Edit the file macros/blocks/Sources/FROMWSB.sci and replace
scs_m=FROM_WSB_define()
by
scs_m=FROMWSB_define()
To recompile the sci file type the followin code while in scicos-4.4
nsp->pwd
/usr/local/src/nsp2-trunk-gtk3/toolboxes/scicos-4.4
nsp->add_lib('macros/blocks/Sources/',compile=%t)
Regards,
jpc
On 16/04/2019 00:34, 'Mariusz Grecki' via tumbi wrote:
this is unfortunately present either in the newest Windows version or in older Linux versions... The small dialog says: Failed to drop "FROMWSB" block!--
You received this message because you are subscribed to the Google Groups "tumbi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tu...@googlegroups.com.
Dear Mariusz,
The way you provide values in the workspace is not the same in
Nsp than in Scicoslab. You have an example in demos/Tests
the nsp/scicos model is called fromws.cos and the script fromws.sce can be used to create workspace data for the model fromws.cos.
In Nsp, the workspace values must be global values which are hash tables with a field time and a field values (which must be a cell).
First check that the demos works.
Regards
jpc
To unsubscribe from this group and stop receiving emails from it, send an email to tumbi+un...@googlegroups.com.

Dear Mariusz,
I haven't tried to rerun the test. I'll make a try this week-end
Regards
jpc
To unsubscribe from this group and stop receiving emails from it, send an email to tumbi+un...@googlegroups.com.
Dear Mariusz,
I just make a try and it works for me. When compiling you have to
say that the port size are [21,21] as commented in the schema.
Then it work,
at least on my machine (ubuntu). The simulation is too fast and I
have to slow down the graphics by setting the realtime scaling to
1 in the Simulate -> Setup menu.
Regards
jpc
To unsubscribe from this group and stop receiving emails from it, send an email to tumbi+un...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tumbi+un...@googlegroups.com.
