Search found 9 matches

by harini
Tue May 15, 2012 12:45 am
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Custom blocks for dsPIC
Replies: 5
Views: 34455

Re: Custom blocks for dsPIC

Hello, Thanks for your response. I was a bit busy with finals. Sure. I will update the WIKI page as and when I have things to update. My project is currently internal. I am working on integrating my scheduler to SCICOS. I will provide all the source files and application notes once I have completed ...
by harini
Wed May 09, 2012 5:27 pm
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Custom blocks for dsPIC
Replies: 5
Views: 34455

Custom blocks for dsPIC

Hello, I created new blocks for my dspic custom board application. I wanted to add the palettes that I created to SCICOS permanently. For the time being, I use the command "add_palette" to add the palette. Is there any start_up script that should be modified to add the palettes? Thanks and Regards, ...
by harini
Sat May 05, 2012 4:21 am
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Code generation for non-flex boards
Replies: 12
Views: 24981

Re: Code generation for non-flex boards

Hello,

I am able to generate code now. I had a wrong cfg.mk file. Thank you all for the timely help.

Thanks,
Harini
by harini
Fri May 04, 2012 6:57 pm
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Code generation for non-flex boards
Replies: 12
Views: 24981

Re: Code generation for non-flex boards

Hello, Here is the conf_scicos.oil file that I have to generate the code for dsPIC application. /* This is the new OIL file for the dsPIC custom board */ CPU mySystem { OS myOS { EE_OPT = "DEBUG"; EE_OPT = "NODEPS"; EE_OPT = "__ADD_LIBS__"; EE_OPT = "__C30__"; EE_OPT = "__dsPIC30F__"; EE_OPT = "__US...
by harini
Tue May 01, 2012 11:19 pm
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Code generation for non-flex boards
Replies: 12
Views: 24981

Re: Code generation for non-flex boards

Hello, I followed the steps to generate and compile the code for my custom dspic application. I could not get to compile it without the error. This is how the app.mk file looks like once I start generating the code. EEOPT += __NO_MALLOC__ EEOPT += MODELNAME=SuperBlock EEOPT += __USE_DSPIC_BOARD__ \ ...
by harini
Fri Apr 27, 2012 11:31 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Multi tasking support in SCICOS using ERIKA and RT-DRUID
Replies: 1
Views: 1891

Multi tasking support in SCICOS using ERIKA and RT-DRUID

Hello, I am planning to develop a real time multitasking application using my custom dsPIC board. I am developing my custom blocks for this purpose. I wanted to know if RT-DRUID and ERIKA support multitasking. If not, what can be done to incorporate the multitasking capability in SCICOS using ERIKA ...
by harini
Thu Apr 26, 2012 10:49 pm
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Code generation for non-flex boards
Replies: 12
Views: 24981

Re: Code generation for non-flex boards

Hello, I created new blocks for ADC and UART_TX. I used them in the scicos diagram. I tried generating code for my custom "dspic_board". These are the steps I followed and I get the error as specified in the attached image. 1. I wrote the ADC.sci and UART_TX.sci and placed it in " C:\Evidence\scicos...
by harini
Tue Apr 10, 2012 5:12 pm
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Code generation for non-flex boards
Replies: 12
Views: 24981

Re: Code generation for non-flex boards

Hello, Thanks for your reply. I tried the following. 1. I modified the template.xml to have ID = "myboard" 2. I modified the corresponding dspic_main.c and conf.oil files in the same directory. (C:\Program Files\scicoslab-4.4.1\contrib\scicos_ee\RT-Druid\plugins\com.eu.evidence.ee.templates.dspic_1....
by harini
Mon Apr 09, 2012 11:52 pm
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Code generation for non-flex boards
Replies: 12
Views: 24981

Code generation for non-flex boards

Hello, I am new to SCICOS. I wanted to model and develop control algorithms for dsPIC. I do not have a FLEX board with me. The dsPIC30f/33f is on a breadboard which is interfaced with the necessary peripherals. I have the following installed on my windows 7 64 bit machine. 1. MPLAB IDE 8.63 with MPL...