Page 1 of 1
Custom Component
Posted: Fri Jun 06, 2008 9:55 am
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)

.
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
Re: Custom Component
Posted: Fri Jun 06, 2008 3:24 pm
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
Re: Custom Component
Posted: Fri Jun 06, 2008 7:29 pm
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 ... .
Re: Custom Component
Posted: Sat Jun 07, 2008 12:30 pm
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