Hello, > 1. Debug output: I have a type 4 computational function writen in c. I try to > print some debug output to the scilab console. printf fails, it prints to > stdout, that is my xterm. I tried to use Coserror but without any result in > the scilab or xterm terminal. scicos.h and scicos_block4.h do not provide any > other possibility, so what possibility do i have? Did you try sciprint from sciprint.h - output_stream.dll ?
> 2. Grafical Update: If I change a block parameter which create a new block > output, the output is shown, but the output label for the new port is not > shown. But if i reopen the parameter dialog and set the parameter again the > Label is shown. I guess this is a bug, can you report it to bugzilla.scilab.org with a reduced test_case please ? > 3. Input/output datatype: If I create new block outputs I create them via > set_io, everything is ok, the block detail dialog shows the correct settings. > But if I try to connect the port does not have the correct datatypes. I > appended the detail dialog and the model. > If you look at the configuration, port 1,2 have correct datatype (uint8), 3 > +4 should be real, but if I connect a block it shows me that it has a invalid > datatype 8 => uint8. Is there an model update missing? Maybe also a bug, are you able to reproduce with GAINBLK (from the standard palette) ? -- Clément DAVID Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Mobile: +33.6.26.26.51.90 Phone: +33.2.90.22.78.96 http://www.scilab-enterprises.com _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
