Search found 168 matches

by kersing
Wed Apr 23, 2025 3:04 pm
Forum: Feature Requests
Topic: Component Library Management Improvement
Replies: 6
Views: 982

Re: Component Library Management Improvement

The compilers are packaged and made available by Matrix for most targets so the versions are known.
by kersing
Tue Apr 22, 2025 2:10 pm
Forum: Feature Requests
Topic: Component Library Management Improvement
Replies: 6
Views: 982

Re: Component Library Management Improvement

I concur, being able to open and compile a flowchart with ‘locked’ component versions would be an excellent improvement. Of course allowing the user to update versions. Currently development can very much be hit and miss because of changes to components. Ideally a user would be to be able to version...
by kersing
Tue Apr 22, 2025 1:55 pm
Forum: Bug Reports
Topic: Compiler error PIC10F202
Replies: 1
Views: 563

Re: Compiler error PIC10F202

The controller does not have sufficient RAM memory required for your code. Did you recently add new arrays/strings or components that require a lot of memory?
by kersing
Sun Feb 09, 2025 8:48 pm
Forum: General
Topic: Components creation in Version 10
Replies: 9
Views: 3827

Re: Components creation in Version 10

Actually, been through that PDF and failed. Just tried it again and stumped at step 6 Could you describe what issue you are having? Is there something you can not find? Is there something not showing that you need because the text refers to it? It is hard to help if we have to guess what issue you ...
by kersing
Sun Feb 09, 2025 8:45 pm
Forum: General
Topic: Components creation in Version 10
Replies: 9
Views: 3827

Re: Components creation in Version 10

alanwms wrote:
Sun Feb 09, 2025 5:08 pm
Not sure which "text" primitive. Would that be text box or static text - UNDER 2d OR 4d OR Primitives 3d?
Any text that shows on 2D panel works.
by kersing
Sat Feb 08, 2025 11:22 pm
Forum: General
Topic: Components creation in Version 10
Replies: 9
Views: 3827

Re: Components creation in Version 10

Component creation is basically the same for version 9 and version 10. What is the specific issue that is bothering you?
by kersing
Sun Dec 29, 2024 5:39 pm
Forum: General
Topic: Schematic!
Replies: 2
Views: 926

Re: Schematic!

It’s included at the end of this document.
by kersing
Mon Dec 09, 2024 2:59 pm
Forum: Feature Requests
Topic: PWM + Сapture + Сomparison
Replies: 36
Views: 15932

Re: PWM + Сapture + Сomparison

Because it is a lot of work to add for all the different chips involved and there were other requests as well. Time for the team is not infinite so choices have to be made…
by kersing
Wed Aug 21, 2024 9:40 pm
Forum: Feature Requests
Topic: Macros Map
Replies: 7
Views: 9202

Re: Macros Map

just a flowchart of all macros
How would you handle recursive calls or even more complex: macro A calling macro B which calls macro A etc etc?
by kersing
Sat Jul 20, 2024 3:20 pm
Forum: General
Topic: If then in a calculation
Replies: 4
Views: 4901

Re: If then in a calculation

Don’t you think using if then else in a calculation would change readability of flowcharts? Now looking at the icons you get a feel for the program flow. With if then else in a calculation you could create a obscured flow.