QUOTE(emanuele @ Mar 12 2007, 12:26 PM)

Hi ajrdind, thanks for the reply.
Infomations I need are:
1) Why only electricals and hydraulics blocks are integrated in scicos
2) How can I write (maybe programming) a block in modelica for import it in scicos?
thanks in advance.
emanuele
Hi emanuele,
To anwer to your questions :
1°/ I don't know the right answer. I guess that it's due to different projects INRIA (who programs scicos) has lead with his industrial partners.
Anyway I think that you can develop your own explicit block in scicos...
2°/ I advise you to visit the scicos home page (http://www.scicos.org/) where you'll find the latest version of scicos to download (normally with the modelica extension) and some documentation with helpful examples.
Otherwise you can try by your own :
- create a new scicos model
- click on edit -> add new block
- tape MBLOCK2 (if you have make a copy in your working repertory or search ii in your install repertory)
- click on the blank page : a new block appears
- double-click on it and then tape what you want (remark : faced to 'function name' you can tape the name of your model and then a window will appear for taping your code or you can tape directly the path of your file '.mo' (and no window will appear))
I hope that this will help you.
Good luck

ajardin