Page 1 of 1
Tutorial to create components with FC10?
Posted: Fri Jan 31, 2025 6:04 pm
by Xbiotec
hello,
Do you have a tutorial to create components with FC10?
Re: Tutorial to create components with FC10?
Posted: Fri Jan 31, 2025 6:30 pm
by medelec35
Hello Seb,
There is some information
here on the wiki.
If you need further help let me know.
Is the component you would like to create for the general public or to remain private?
Re: Tutorial to create components with FC10?
Posted: Fri Jan 31, 2025 11:26 pm
by Xbiotec
Thx Martin,
I have different components to create. Some could be public and some private.
I will let you know.
How to create new MCU and update MCU?
Re: Tutorial to create components with FC10?
Posted: Sat Feb 01, 2025 11:32 am
by medelec35
Hello Seb
Xbiotec wrote: ↑Fri Jan 31, 2025 11:26 pm
How to create new MCU and update MCU?
Make sure Flowcode is closed.
Copy and paste in windows explorer
Code: Select all
%ProgramData%\MatrixTSL\FlowcodeV10\FCD
Then select the directory that is for the type of MCU you would like to add e.g. PIC, ARD, ARM etc.
Open the fcdx file that is nearest to the MCU you want to create.
Save the fcdx in the name of target MUC to be created keeping it within the same directory.
Edit the fcdx for your new MCU.
For the fcdx to take effect, you will need to run Flowcode and select the new MCU you created.
Every time you make changes you will need to reload your project.
Note there won't be any fields within
Choose a target e.g
Pins ,
Max MHz etc.
Re: Tutorial to create components with FC10?
Posted: Mon Feb 03, 2025 9:14 am
by Steve-Matrix
A while ago, I created the attached worked example for creating a component. You might find this useful too.
Re: Tutorial to create components with FC10?
Posted: Fri Feb 07, 2025 7:44 am
by Xbiotec
Hello,
Is the Component Source Code IO Expander (MCP23017) on wiki is the last one ?
if not please send me the last version.
thx
Re: Tutorial to create components with FC10?
Posted: Fri Feb 07, 2025 8:10 am
by medelec35
Hello, Seb.
Yes, I can confirm that the MCP23017 source file on the Wiki is the latest version.
Re: Tutorial to create components with FC10?
Posted: Mon May 12, 2025 10:33 pm
by alanwms
Steve-Matrix wrote: ↑Mon Feb 03, 2025 9:14 am
A while ago, I created the attached worked example for creating a component. You might find this useful too.
Worked example - creating a component.pdf
I always fail with this at step 6. I tried it again today (After giving up months ago) thinking I had incapacity to read but failed again. Maybe I do have reading problems?
I have yet to create a component
Re: Tutorial to create components with FC10?
Posted: Mon May 12, 2025 11:56 pm
by medelec35
Hello.
If you attach what you have done so far, then I will help you to progress further.
Re: Tutorial to create components with FC10?
Posted: Tue May 13, 2025 8:41 am
by Steve-Matrix
That document could probably be more clear.
In step 6, you "select the rot component" in the dropdown at the top of the "properties" window.
Or is it the step to create the "propType" property that is where the problem is?