Search found 45 matches

by erikadds
Tue Apr 09, 2013 11:08 am
Forum: Forum in lingua Italiana (closed)
Topic: Problema Mplab
Replies: 7
Views: 17189

Re: Problema Mplab

Ciao,
quando una libreria .dll non è caricata da ScicosLab è tipicamente un problema legato alla versione di Visual C++ installata.
Ti consiglio di installare la versione Microsoft Visual C++ 2008 Express Edition ancora disponibile sui siti Microsoft.

Saluti,
DDS
by erikadds
Thu Nov 29, 2012 5:48 pm
Forum: FLEX (closed)
Topic: Installation not working
Replies: 2
Views: 12925

Re: Installation not working

Dear Tk23, please check the installation steps at: http://erika.tuxfamily.org/wiki/index.php?title=Tutorial:_Installing_scicoslab_and_generating_code_from_a_Scicos_diagram For example, If you didn't install MSVC++ 2008 express edition you cannot link the DLL libraries of the block and you have the e...
by erikadds
Tue Oct 23, 2012 1:39 pm
Forum: Forum in lingua Italiana (closed)
Topic: Problema codegen
Replies: 1
Views: 11699

Re: Problema codegen

Salve, grazie per aver usato il forum. Il problema mi sembra legato al compilatore. La versione C30 v3.00 è troppo datata, ti consiglio di usare la v3.31 che puoi trovare al seguente indirizzo (richiede la registrazione): http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dD...
by erikadds
Wed Oct 17, 2012 8:49 am
Forum: Forum in lingua Italiana (closed)
Topic: Comunicazione USB
Replies: 17
Views: 29275

Re: Comunicazione USB

Salve, se il pic18 è stato programmato correttamente (a questo proposito vedere http://erika.tuxfamily.org/wiki/index.php?title=FLEX_usb_data_communication_using_Scilab_and_Scicos N.B. la programmazione del pic18 richiede lo spostamento di alcuni jumper come mostrato nella guida della FLEX) e se i d...
by erikadds
Wed Sep 05, 2012 3:39 pm
Forum: Forum in lingua Italiana (closed)
Topic: Problemi comunicazione seriale RS232 + EDF
Replies: 8
Views: 18532

Re: Problemi comunicazione seriale RS232 + EDF

Salve, il problema potrebbe essere legato all'uso dei timer, cioè l'applicazione non deve usare i timer dedicati ad EDF (timer 8 e 9) altrimenti si ha una situazione di conflitto. Un'altra causa potrebbe essere che stai usando una versione vecchia di Erika, perciò il mio consiglio è quello di aggior...
by erikadds
Mon Jun 04, 2012 8:57 am
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Amazing ball - Scicos Flex Code generator
Replies: 19
Views: 33118

Re: Amazing ball - Scicos Flex Code generator

Hi Gina, we have not yet tested the Scicos-pack with visual c++ 2010, so it is not recommended to use it for now... The problem of compilation, however, is not related to visual c++ but is instead related to your cygwin installation. Your cygwin has not the 'GNU Make' utility. You cannot use another...
by erikadds
Fri May 25, 2012 9:03 am
Forum: FLEX (closed)
Topic: Amazing ball model
Replies: 17
Views: 31643

Re: Amazing ball model

Hi Gina,
I post the link to a bibliography site for the "ball and plate" system.
http://awtarlab3.engin.umich.edu/publications.php
Ciao,
Dario
by erikadds
Mon May 21, 2012 11:36 am
Forum: FLEX (closed)
Topic: Amazing Ball problems
Replies: 23
Views: 38193

Re: Amazing Ball problems

Hi Gina, maybe this kind of problem is related to the compiler used by MPLAB-X. If compiler optimizations are disabled it is possible that the project dimension increases (the project includes also debug informations). Try with another compiler version: http://www.microchip.com/stellent/idcplg?IdcSe...
by erikadds
Wed May 09, 2012 4:41 pm
Forum: FLEX (closed)
Topic: Amazing Ball problems
Replies: 23
Views: 38193

Re: Amazing Ball problems

Hi, first of all, program the AmazingBall using the executable obtained from this diagram "pid_ctrl_codegen_udp_tuning_square_circle.cos". Program the AmazingBall but do not start the system in MPLAB IDE. To send and receive data, and calibrate the AmazingBall controller use this diagram "PCside_Ama...
by erikadds
Fri Apr 27, 2012 5:27 pm
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Code generation for non-flex boards
Replies: 12
Views: 25000

Re: Code generation for non-flex boards

Hi,
could you send me a zip of the project using a private message?
I need to replicate the error to understand the cause.

DDS
by erikadds
Tue Apr 24, 2012 1:58 pm
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Scicos Flex Code generator-Error. Help!!!
Replies: 3
Views: 15342

Re: Scicos Flex Code generator-Error. Help!!!

The shell of cygwin should enter the cygwin installation paths at the beginning of PATH. So maybe the problem in this case is not the order of the paths as suggested in previous post but the absence of the 'make.exe' version of cygwin. To install 'make.exe' in cygwin just download the utility 'setup...
by erikadds
Tue Apr 24, 2012 11:09 am
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Scicos Flex Code generator-Error. Help!!!
Replies: 3
Views: 15342

Re: Scicos Flex Code generator-Error. Help!!!

The problem is related to 'make.exe' you're using. C:\program~1\egcs\bin\make is not the executable that you should use. The build-chain was designed to work with cygwin make. It is likely that your environment (PATH) has been configured to look first in the egcs path and then in cygwin path. Edit t...
by erikadds
Tue Apr 17, 2012 1:11 pm
Forum: FLEX (closed)
Topic: SCICOSLAB for UBUNTU
Replies: 2
Views: 12536

Re: SCICOSLAB for UBUNTU

No, currently only Microsoft Windows XP, Vista and 7 are supported by our ScicosLab-pack.
ScicosLab and RT-Druid/Erika work perfectly on Ubuntu, but you cannot use the ScicosLab-pack tools.
Regards
DDS
by erikadds
Thu Apr 12, 2012 9:32 am
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Code generation for non-flex boards
Replies: 12
Views: 25000

Re: Code generation for non-flex boards

As you can see in the file 'compile.sh', the compilation chain needs the 'conf_scicos.oil' file to start the parsing using the preprocessor of the compiler. You probably don't need to change the file compile.sh, you can rename your 'conf.oil' file with the name 'conf_scicos.oil'. Note: you can't use...
by erikadds
Tue Apr 10, 2012 10:15 am
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Code generation for non-flex boards
Replies: 12
Views: 25000

Re: Code generation for non-flex boards

Hi, to create a new template just follow the steps at: http://erika.tuxfamily.org/wiki/index.php?title=How_to_use_Scicos-FLEX_on_non-FLEX_boards The point "change the code to reflect your board configuration" means that you will need to edit two files "conf_scicos.oil" and "dspic_main.c", so that th...