Re: [Scilab-users] From Xcos model to DLL

2018-07-12 Thread Grzegorz Skiba
Dear Qian, If you need out of the box solution for rapid control prototyping and data acquisition you can check MicroDAQ toolbox [1]. It features automatic code generation for MicroDAQ DSP processor, Xcos blocks for ADC, DAC, Encoder, PWM, DIO,... real-time data access with standard Xcos sink bloc

Re: [Scilab-users] From Xcos model to DLL

2018-07-12 Thread Q Z
Hi Clément, Thanks for the suggestions! I have tried the code generator in Xcos. However, it seems the C code was generated to substitute the blocks, but the code generator cannot handle the I/O blocks and deliver a standalone executable for real-time control. Also, when I put everything in my mod

Re: [Scilab-users] From Xcos model to DLL

2018-07-12 Thread Clément David
Hello Qian, The most obvious solution is to use the Tools->Code generator that will generate C code for the schema (the calls to the simulation functions) and using the simulation functions shipped with Scilab (and freely available within Scilab source code). If you want to target a specific ha

Re: [Scilab-users] From Xcos model to DLL

2018-07-11 Thread Q Z
Thank you! On Mon, Jul 2, 2018 at 6:12 PM, ol.bond wrote: > Hi, > You can check for RTAI-Lab: https://www.rtai.org/?About_RTAI-Lab, which is > similar to the Simulink RTW. > > > > -- > Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing- > Lists-Archives-f2602246.html > __

Re: [Scilab-users] From Xcos model to DLL

2018-07-02 Thread ol.bond
Hi, You can check for RTAI-Lab: https://www.rtai.org/?About_RTAI-Lab, which is similar to the Simulink RTW. -- Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html ___ users mailing list users@lists.scilab.org h