Custom Component

Forum for problems or queries regarding other Flowcode Components. Eg LEDs, Switches, LCD, Gfx LCD etc

Moderators: Benj, Mods

Post Reply
Xsusakamei
Posts: 12
Joined: Sat Sep 15, 2007 11:40 pm
Contact:

Custom Component

Post by Xsusakamei »

Hello!

Can anyone tell me how the Custom Component(v1.0) works? If i use this i can choos between 4 Functions (Fuct1-4). There is no help (not in english or german) :cry: .

I want to convert Values for output on an 7 Seg. Display. Can i use this component for this requirement :?:

Thanks a lot for help!

J. Schol

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Custom Component

Post by Benj »

Hello

Yes you can use the custom component to provide that functionality,

More information on the custom component can be found here.

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

Xsusakamei
Posts: 12
Joined: Sat Sep 15, 2007 11:40 pm
Contact:

Re: Custom Component

Post by Xsusakamei »

Hey!

Thanks for help.
But, do i must change the custom_code.c File as the Manual shows?
Do i must change this File in even Project where i want use this Custom Component?
I don't know a lot about c. So i don't want change anything in that File. And, in the actual Version of Flowcode, there are 2 Custom Components!

Is there no other way to convert Values (like a Charset-Table)?
Ok, i can use the If-Then Icon, but thisi s not gentleman like, i think ... .
Greetings
J. Schol

nils
Posts: 33
Joined: Fri Nov 02, 2007 11:03 am
Contact:

Re: Custom Component

Post by nils »

hi

I scripted a nice Perl script which takes care of all the settings you usually would have had to do by yourself. and there is also a small description of what is going on in this file with all the Macro* definitions. take a look in my sig and go to the Custom_Code. c help needed link. there you'll find the doc and the script.

I made a Custom Component file for each one of my projects to keep it simple and clean.

unfortunately you have to learn C if you want to use the Custom Component.

cheers,
nils
Custom_Code.c help needed? -> http://tinyurl.com/2y2mzq
Flowchart high quality vector graphic output =>>http://tinyurl.com/6sx2sx

Post Reply