Search found 17 matches

by IVL
Fri Aug 08, 2014 1:34 pm
Forum: Flowcode V6
Topic: E-Block components.
Replies: 1
Views: 1860

E-Block components.

Hi,

It seems several E-Block components are not available in the FC V6 menus.
Are they available somewhere to add them ?
Are we expected to create them using other base components, or is it planned they will gradually be added to FC V6 ?


Regards,
Ivan
by IVL
Sat Aug 25, 2012 3:41 pm
Forum: Flowcode V5 Suggestions
Topic: n-dimensional array variables
Replies: 5
Views: 7737

Re: n-dimensional array variables

Hi,

You might be interested to take a look at this post :

http://www.matrixmultimedia.com/mmforum ... pic#p37105

Regards,
Ivan
by IVL
Sat Aug 25, 2012 12:14 pm
Forum: Flowcode V5
Topic: WLAN module
Replies: 3
Views: 3494

Re: WLAN module

Hi, I'm currently adapting the webserver component of the Internet EB023-1 Internet E-Block to allgin it with the webserver component of the EB069 Wireless LAN E-Block. The differences between EB023-1 and EB069 webserver I'm working on are : - return value of the macro : (EB023-1 returns status whil...
by IVL
Sat Aug 25, 2012 9:36 am
Forum: Flowcode V5 Suggestions
Topic: Macro unwrap to reduce call stack usage.
Replies: 0
Views: 5330

Macro unwrap to reduce call stack usage.

Macro's are often used in 3 contexts - to reuse a block of code more than once and maintain this code in 1 place only - a block of code called by an interupt. This is just a special case of the above - help structuring your code regardless of the fact you are calling this macro only once. Personally...
by IVL
Sun Aug 19, 2012 9:22 am
Forum: Flowcode V4
Topic: Makro in makro
Replies: 6
Views: 6390

Re: Makro in makro

Just for completeness and helping users how to implement BoostC software stack to avoid stack overflow : 1) In the FlowCode menu select Build, Compiler options 2) choose the tab Linker/Assembler 3) in the parameter box, scroll to the end and add the following parameter : -swcs 6 2 This should do the...
by IVL
Sun Aug 19, 2012 9:19 am
Forum: Flowcode V5
Topic: Stack Overflow
Replies: 8
Views: 7548

Re: Stack Overflow

Just for completeness and helping users how to implement BoostC software stack to avoid stack overflow : 1) In the FlowCode menu select Build, Compiler options 2) choose the tab Linker/Assembler 3) in the parameter box, scroll to the end and add the following parameter : -swcs 6 2 This should do the...
by IVL
Sat Aug 18, 2012 8:04 pm
Forum: Flowcode V4
Topic: Makro in makro
Replies: 6
Views: 6390

Re: Makro in makro

Macro's are often used in 3 contexts - to reuse a block of code more than once and maintain this code in 1 place only - a block of code called by an interupt. This is just a special case of the above - help structuring your code regardless of the fact you are calling this macro only once. My questio...
by IVL
Sun Aug 05, 2012 10:13 pm
Forum: Flowcode V5
Topic: EB023-1 webserver initialise hangs
Replies: 4
Views: 4209

Re: EB023-1 webserver initialise hangs

I believe everything is connected correctly.
To make sure the e-block is functioning i was looking for the Test program "EB023_test.hex" mentioned in the e-block pdf but couldn't find it on the website.
Where can i find "EB023_test.hex" ?
by IVL
Tue Jul 31, 2012 9:56 pm
Forum: Flowcode V5
Topic: EB023-1 webserver initialise hangs
Replies: 4
Views: 4209

EB023-1 webserver initialise hangs

Hi,

There seems to be something wrong with the webserver component for EB023-1.
The initialise macro never ends.

Sample program attached.


Regards,
Ivan
by IVL
Mon May 21, 2012 8:53 pm
Forum: Flowcode V4
Topic: random() function
Replies: 4
Views: 4309

Re: random() function

Hi,

I'm not sure about Flowcode, but most programming languages expect a "seed" value to be used.
So, try to use random(256) instead of random.
This would mean a random value between 0 and 256 -1 will be returned.


Regards,
Ivan
by IVL
Mon May 21, 2012 8:39 pm
Forum: Flowcode V4
Topic: RFID on EICO-40
Replies: 8
Views: 6278

Re: RFID on EICO-40

Hi, Indeed, adding a delay as sugested solves the problem. I did some tests changing the delay value and found even 1 µs is sufficient to make it work. Question, What is the usual pratice for this kind of problems ? Would the component be changed to include an additional delay in the next release ? ...
by IVL
Mon May 21, 2012 10:56 am
Forum: Flowcode V4
Topic: RFID on EICO-40
Replies: 8
Views: 6278

Re: RFID on EICO-40

Yes, I'm using Flowcode V4.

I did try to use jumper setting 1 which connects CTS to C0.
This is the setting that works fine, if i send each macro call twice as you can see in the attached flowcode program.

I can try C1 or C2 as well, but not right now.
by IVL
Sun May 20, 2012 1:41 pm
Forum: Flowcode V4
Topic: RFID on EICO-40
Replies: 8
Views: 6278

Re: RFID on EICO-40

Hi, Meanwhile i made some progress. Looking at the RS232 diagram in the E-Block datasheet I noticed a remark "Host must transmit CMD/DATA within 10ms of BUSY going low". That made me think this might be a timing issue with the component macro's. I did some trial and errors with different delays in t...
by IVL
Sun May 20, 2012 1:04 pm
Forum: Flowcode V4
Topic: RFID on EICO-40
Replies: 8
Views: 6278

Re: RFID on EICO-40

Thanks for the feedback John. I've tried those settings and it does make a difference, but it still doesn't work. Using the settings RFID jumpers to "C" and "2" with CTS to port C bit 4 i get the following results - Init macro reply : 255 - Get RFid status macro : 255 Using the settings RFID jumpers...
by IVL
Sat May 19, 2012 7:44 pm
Forum: Flowcode V4
Topic: RFID on EICO-40
Replies: 8
Views: 6278

RFID on EICO-40

Hi, I tested the RFID on EB006 and it works fine. However, it doesn't work on EICO-40. Does anyone know the correct jumper settings to use RFID on EICO-40 ? I'm using : Port B : LCD Port C : RFID Port D : Led On EB006 with 16F877 it works fine. RFID 16F877.fcf On EICO-40 with EB061 ECIO application ...
by IVL
Sun Apr 22, 2012 7:53 pm
Forum: Flowcode V4
Topic: Webserver component.
Replies: 0
Views: 2317

Webserver component.

Hi, I tried to use the webserver component but get errors at compile. The compile to C works, but the compile to hex fails. To avoid any errors i tried to put the webserver initialise only in a flow showing the same result : ........... 16F887A_WebServer_Test1.c(1162:24): error: unknown identifier '...
by IVL
Tue Apr 17, 2012 8:23 pm
Forum: Flowcode V4
Topic: PIC18F66J10
Replies: 2
Views: 2972

PIC18F66J10

Hi,
I'm using FlowCode 4 and EB006 multiprogrammer since a while.
Now, I'm checking out to use PIC18F66J10 for a project. I see it's in the list of FlowCode supported PICs. However this one has 64pins while the programmer supports up to 40 pins.
How to get the Flowcode program into the PIC18F66J10 ?