Page 1 of 1

ERIKA OS block on scilab/xcos

Posted: Thu Apr 04, 2019 2:21 pm
by islem
Greetings,

I'm an engineering student working on a gradutation project.
The project consists on creating a full model based design tool for automotive application. Hence, I'm using SCILAB,the open source software, to generate C code for embeded target : AURIX TC26X.
In this project ,I should use the erika os scheduler .
For this reason ,I'm asking about possibilities of providing me tips to create an ERIKA OS block in XCOS

Best regards.

Re: ERIKA OS block on scilab/xcos

Posted: Fri Apr 05, 2019 9:15 am
by paolo.gai
Not sure how you want to generate code from the blocks. I suggest you to take a look at:

- the code generator which was done on ERIKA2 (the scicos pack, done originally by Roberto Bucher)
http://erika.tuxfamily.org/drupal/scilabscicos.html

- the code generator used in microdaq - https://atoms.scilab.org/toolboxes/microdaq/1.2.2 (which is based on the same Roberto's code generator)

- some of the work we did on E4Coder (on ScicosLab).

Ciao, PJ