Search found 1377 matches
- Fri Mar 20, 2026 9:06 am
- Forum: General
- Topic: Solved ! Does the auto version id work in version 11
- Replies: 6
- Views: 195
Re: Solved ! Does the auto version id work in version 11
Glad it's working, Mark. Thanks for letting us know.
- Thu Mar 19, 2026 3:35 pm
- Forum: General
- Topic: Solved ! Does the auto version id work in version 11
- Replies: 6
- Views: 195
Re: Does the auto version id work in version 11
Thanks. It looks like you are using a v10 component instead of the v11 component. This is in the C code: /*========================================================================*\ Use :AutoVersionID1 :GUID: 1911d96c-78dd-414a-b23c-6691fb19f63f :Location: C:\ProgramData\MatrixTSL\FlowcodeV10\Compon...
- Thu Mar 19, 2026 9:20 am
- Forum: General
- Topic: Solved ! Does the auto version id work in version 11
- Replies: 6
- Views: 195
Re: Does the auto version id work in version 11
I've just checked this and it seems to be compiling ok for me. Make sure you up-to-date with Library Updates (in the Help menu) and try again. If it's still a problem, please post the following files of a project that does not work and we will investigate further: .fcfx - the project file .c - gener...
- Tue Mar 17, 2026 12:46 pm
- Forum: Tips & Tricks
- Topic: I2C Sniffer
- Replies: 4
- Views: 3419
Re: I2C Sniffer
I think it's on this page:
https://www.flowcode.co.uk/wiki/index.p ... Interface)
https://www.flowcode.co.uk/wiki/index.p ... Interface)
- Tue Mar 17, 2026 10:26 am
- Forum: General
- Topic: Problem programming
- Replies: 4
- Views: 258
Re: Problem programming
Hi Pete, It looks like the error is because the parameters being passed to the toolchain are not appropriate, or you are sending those parameters to the wrong exe/batch file. This is because you have modified them in the "Compiler Settings" window of Flowcode. If you compare what the defau...
- Thu Mar 12, 2026 8:34 am
- Forum: General
- Topic: HexToDecimal
- Replies: 4
- Views: 567
Re: HexToDecimal
As @chipfryer27 says, it depends on what you are actually receiving. If you are receiving string data in a human-readable form that is represented as a hexadecimal string, then you can convert it using the example in @mnfisher's post. But often you may be receiving bytes that are actually numbers (r...
- Fri Mar 06, 2026 3:54 pm
- Forum: Bug Reports
- Topic: Flowcode crashing when trying to add componets to 2d panel
- Replies: 9
- Views: 3509
Re: Flowcode crashing when trying to add componets to 2d panel
The version number can be found via the "?" in the top-right of Flowcode's screen: Screenshot 2026-03-06 154943.png The components will be loaded from this location: %PROGRAMDATA%\MatrixTSL\FlowcodeV10\ Typically, this will resolve to "C:\ProgramData\MatrixTSL\FlowcodeV10". Flowc...
- Fri Mar 06, 2026 3:36 pm
- Forum: Bug Reports
- Topic: Flowcode crashing when trying to add componets to 2d panel
- Replies: 9
- Views: 3509
- Fri Mar 06, 2026 3:35 pm
- Forum: Bug Reports
- Topic: Flowcode crashing when trying to add componets to 2d panel
- Replies: 9
- Views: 3509
Re: Flowcode crashing when trying to add componets to 2d panel
Thanks for those answers. I've just checked and I have no problem adding those components so I am unsure what the problem could be. Assuming you have the latest version of Flowcode v10 and the latest version of the components, the issue must be something unusual with your PC setup. Is there anything...
- Fri Mar 06, 2026 3:12 pm
- Forum: Bug Reports
- Topic: Flowcode crashing when trying to add componets to 2d panel
- Replies: 9
- Views: 3509
Re: Flowcode crashing when trying to add componets to 2d panel
Sorry, but it would help if you could answer these questions: Is this every component or just some of them? (and please name a few of the components that do not work) Does it make any difference if you add the components by right-clicking in the component menu or dragging them onto the panel? Which ...