Page 1 of 2

Components

Posted: Mon Jul 16, 2007 9:34 pm
by kovacs.peter
Hi all!

I bought Flowcode only for a few weeks, and it's a great devtool!

But theere is a weak pont: The components :cry:
Includede components are great, but a lot of good thinks missig as I think.

How can I get more component :?:
(At the moment I need a stepper motor component)

I have only the student version of Flowcode 3, in the other versions are there more components?

P.S.:
I work as a software developer, developing Windows softwares in .NET (C#), if in the future avalible some kind of component SDK (the current VB version not so durable for me) for .NET I intrested in very mutch :wink:

Posted: Tue Jul 17, 2007 11:15 am
by Benj
Hello

A stepper motor component could be quite a good idea.

There are more components available in the Professional version. See the flowcode datasheet for full details.

We are also looking into creating a SDK for components.

Posted: Tue Jul 17, 2007 9:43 pm
by kovacs.peter
Hi!

Thanks for fast answer!
I try to find a Student and Pro version comparison in the datasheet, but can't find a full detailed comparison.

Can you please tell me where can I find a list of components avalible in the Pro version?

I wish you good work for the SDK! I think if it release, Flowcode step ito a new dimension...

Posted: Wed Jul 18, 2007 9:26 am
by Benj
There is a custom component which allows users to add their own hardware macros. However we do not offer support for this component. You can design your macros by modifying the Custom_Code.c file in the components directory.

I think the detailed comparison is available on page 8 of the Flowcode datasheet.

Also I have been given the go ahead for the Stepper motor component so it should be available soon.

Posted: Wed Jul 18, 2007 12:07 pm
by kovacs.peter
Benj wrote: Also I have been given the go ahead for the Stepper motor component so it should be available soon.
Thanks! You are the BEST :!: :D

Had this one before

Posted: Fri Jul 20, 2007 4:51 pm
by goldwingers
I still think that a slow frequency clock would be a good one, I know you have made the PWM unit but having an analogue input with a frequency range upto say 1KHZ would be great for low frequency pulses.

Ian

Posted: Mon Jul 23, 2007 6:48 am
by FCCHow
Well, apart from having to look at new components, I would very much prefer a guided tutorial that explains in terms of macros, interrupts, how each component works, etc.

The tutorial files included in the Flowcode software is fine but it just stops there. So in the end, every program that I have successfully programmed to a PIC, I have a feeling that it could be done much better or more efficient with macros and interrupts instead of one long string of repeated commands.

Thanks.

Posted: Mon Jul 23, 2007 9:35 am
by Benj
Hello

We have a course called an introduction to microcontroller which is available for free on our website. This is a complete starter guide for PIC programming with Flowcode. This should answer most of your questions.

As well as this there are help files available for all of the components. Simply go into the component properties and click on the help button.

Posted: Tue Jul 31, 2007 11:23 am
by FCCHow
Wow. Thank you. I actually forgot about that section ever since I went into your Forum.

Posted: Wed Aug 01, 2007 2:42 pm
by Mikat
Stepper motor is nice,but what i like to see,is the graphical lcd component..
The charater display is good,but same size glcd could show much more information at the same display size...
And the cheap glcd,like 128x64 dont cost more than charater lcd...
So the glcd component is number one at my wishlist..

Posted: Mon Aug 06, 2007 9:26 pm
by serstel
Hello

What I really like to see is a servo component and a servo signal input component. These two are quite tricky to program using the present components and it is even harder to have them both in one program.

Posted: Wed Jan 09, 2008 11:41 pm
by Eric
I would be very happy if there would be a component for:
graphical display
stepper motor
real one wire component without using the custom component

Posted: Thu Jan 10, 2008 4:18 pm
by mytekcontrols
I would like to see the PWM component support the full 10-bit range, and not just a byte as it is now. Essentially I want to be able to pass this value within an integer.

Re: Components

Posted: Sun Jan 20, 2008 8:27 pm
by dsanderson
I would REALY like to see real one wire component as well.

Re: Components

Posted: Wed Jan 23, 2008 1:26 pm
by Benj
Hello

A number of Custom code beta component have now been released for Flowcode.

If you would like us to develop these component further or develop new components then please let us know via this forum page.

http://www.matrixmultimedia.com/Flowcode_Components.php

The component code is provided on a as is basis.

Re: Components

Posted: Sat Feb 09, 2008 9:09 pm
by nils
Hello there

while I was using a lot of custom functions (20+) in my project I felt the need of an easier way to "code" only and let a script do my dirty work of filling out the MacroNames, MacroReturns,... and so on.
Finally I began this week and am now finished and can say that it works in Windows as well as it does on my Mac where I coded it.
If one wants to use it, you need Perl (e.g. from activestate.com), place my script into the same folder as the Custom_Code.c file, then edit your file and run the script via command line "perl set_code.pl" it then scans the file and backs it up with the unix style time stamp.

I hope you like it as much as I do

Regards
Nils

edit: another problem is, if MatrixMultimedia changes their style of Custom_Code.c, my script won't likely work anymore, so be happy right now.

Re: Components

Posted: Sun Feb 10, 2008 9:45 pm
by ALAN_26
Hello
Are these beta components compatible with Flowcode For AVR ?

Re: Components

Posted: Tue Feb 12, 2008 12:55 pm
by Benj
Hello Alan

No the Beta component are only compatible with Flowcode_PIC sorry about this, However if you are good at C code you should be able to edit the C code files to convert the target from a PIC to an AVR.

Re: Components

Posted: Sun Feb 24, 2008 10:50 pm
by alain31
Dear MatrixMultimedia team,
One more post on this forum for tonight, I would have two requests about new components, the first one would be an I2C sonar sensor like the MSU10 or SFR08, and the other would be the I2C compass CMP03. Both of these components are widely used for personal robots and would be a nice evoution from your Formula Micromouse development. An IR range sensor would be great too, but it might easier to go from your ADC examples to get it working.
Thanks for all your work.

Alain

Re:

Posted: Tue Feb 26, 2008 1:20 pm
by chevy6600
serstel wrote:Hello

What I really like to see is a servo component and a servo signal input component. These two are quite tricky to program using the present components and it is even harder to have them both in one program.
I second the above. :mrgreen:
There is a growing push in industry to use pwm to control motors, from a power saving view point as well as better products, this is from microchip tech themselves! This is why they are increasingly putting pwm functions in the pic chips, and others are wanting to use the facility.
People are using the pic to control fans to cool computers more effectively.
The radio control folk use servo`s predominately and use the pic chips in a big way, this also includes the r/c hobbyist who programs pics themselves developing unmanned flying machines.
The robotics folk use pwm with servo`s in a big way, also doing there programing.
So if the hardware out there is covering all the above i think the software should be able to take advantage too!...Also, schools do projects covering all the above! and they are a target customer of yours i think!.
So how about having a SERVO component and a more POLISHED PWM FUNCTION to increase the usefulness of flowcode. :mrgreen:

Re: Components

Posted: Wed Feb 27, 2008 5:30 am
by msnm4
The ideal solution would be a tool similar to the Application Maestro from Microchip, but generating C code. After that will be true the statement: no coding, no limits. Otherwise, will not very 100% flexible for me.

Regards

Re: Components

Posted: Sat Mar 01, 2008 9:59 am
by mabd
I like to see (develop-test) more usb devices and some mechatronics examples.
Also a pdf manual might be useful.

Design automatic gate house Flowcode Component

Posted: Fri May 02, 2008 9:10 am
by ROMANO1
Good morning

I have already designed a graphical component for Flowcode V2 with the SDK
in VBasic.

It is an automatic gate house.

For the moment the component operates under Flowcode V2 but not Flowcode V3.

I asked for help from MAtrix, waiting.

You can contact me for more information if you want.

Best regards

T. ROMANO

Electronic Teacher
LT J. Verne
Chateau Thierry
France

Re: Components

Posted: Thu Oct 23, 2008 10:06 am
by Alex@Honda
I am looking at interfacing a digital three axis accelerometer to a PIC, is there any chance of generating a custom component for this application?

The device i am looking at using is:

3 axis LIS3LV02DQ accelerometer from ST Micro

Any help people can give is greatly appreciated.

Alex

Re: Components

Posted: Tue Sep 15, 2009 8:51 pm
by omega_elite
Please please please can you add a DMX RX/TX component, i have the demo version of this software and would gladly buy Flowcode 4 Pro Devboard bundle if there was a DMX component !!!