Search found 1386 matches

by Steve-Matrix
Thu Apr 02, 2026 8:34 am
Forum: App Developer
Topic: Number Pad
Replies: 7
Views: 148

Re: Number Pad

simon-sandtcontrols wrote:
Thu Apr 02, 2026 8:32 am
I am not sure what file format the .fcpcd is, but Flowcode 10 won't recognise it, so I can't look and see what you have done.
I think you could change the extension to .fcsx and then it should load into Flowcode v10.
by Steve-Matrix
Wed Apr 01, 2026 11:08 am
Forum: Projects - Embedded
Topic: PIC18F24J11 PWM not working (simulation working)
Replies: 4
Views: 224

Re: PIC18F24J11 PWM not working (simulation working)

Sorry for taking a while to respond and thanks for the polite reminder :) I don't have that chip, but I have tried your project on another chip (PIC18F67K40) and it works fine. At first I thought the issue might be because you are outputting to the same pin as the PWM, but that does not seem to caus...
by Steve-Matrix
Thu Mar 26, 2026 3:22 pm
Forum: General
Topic: ADS1115 An0 not simulate - Resolved
Replies: 3
Views: 285

Re: ADS1115 An0 not simulate

Thank you for reporting this. I can see the problem and will try to get a fix out soon. The problem is that another subcomponent is blocking most of the left-most gauge. It doesn't completely cover the gauge and you should be able to click it near the top and it will work. This means that as a worka...
by Steve-Matrix
Wed Mar 25, 2026 11:36 am
Forum: General
Topic: Flowcode v11.0.1.14
Replies: 1
Views: 293

Re: Flowcode v11.0.1.14

The templates/examples are stored with Flowcode's other Library Files data and can be overwritten, so I would not suggest copying your files there unless you were careful to keep backups. If you did want to add templates there, then they are located here: %PROGRAMDATA%\MatrixTSL\FlowcodeV11\Misc\Tem...
by Steve-Matrix
Tue Mar 24, 2026 10:05 am
Forum: General
Topic: Compare strings!
Replies: 7
Views: 685

Re: Compare strings!

Also, the direct string comparison current only works with the "is equal to" ("==" / "=") and "is not equal to" ("<>" / "!=") operators. We may change this in a future release so it also works with "greater than" (etc).
by Steve-Matrix
Tue Mar 24, 2026 10:01 am
Forum: General
Topic: Compare strings!
Replies: 7
Views: 685

Re: Compare strings!

Just to add, the result of the "Compare$" function can also be used to determine whether the strings are "higher" or "lower" than each other. For example, see this: s1 = "abc" s2 = "abd" result = Compare$(s1, s2, 0) In this case, "result" w...
by Steve-Matrix
Mon Mar 23, 2026 5:22 pm
Forum: Feature Requests
Topic: Visual-Only Flowcharter
Replies: 10
Views: 10091

Re: Visual-Only Flowcharter

My thoughts however were along the lines of a simple embedded flowcharting tool for inclusion within the Flowcode project source, enabling simple high-level charts to be created/presented/discussed potentially in advance of code development, particularly for collaborative discussions with non-FC us...
by Steve-Matrix
Mon Mar 23, 2026 12:06 pm
Forum: General
Topic: Flowcode v11.0.1.14
Replies: 0
Views: 377

Flowcode v11.0.1.14

A new core update to Flowcode v11 is now available. This version is v11.0.1.14 and if you are running a version of Flowcode v11 prior to this latest release, the following notification will appear allowing it to be downloaded and installed: v11_core_update_available.png Alternatively, this new versi...
by Steve-Matrix
Mon Mar 23, 2026 10:17 am
Forum: Bug Reports
Topic: Flowcode crashing when trying to add componets to 2d panel
Replies: 11
Views: 7514

Re: Flowcode crashing when trying to add componets to 2d panel

I have not seen any other user experiencing this issue and V10 was released over 3 years ago, so there must be something unusual happening on your PC(s) that is causing this issue. The components will be loaded from this location: %PROGRAMDATA%\MatrixTSL\FlowcodeV10\ Typically, this will resolve to ...
by Steve-Matrix
Fri Mar 20, 2026 9:06 am
Forum: General
Topic: Solved ! Does the auto version id work in version 11
Replies: 6
Views: 492

Re: Solved ! Does the auto version id work in version 11

Glad it's working, Mark. Thanks for letting us know.