Search found 1311 matches

by Steve-Matrix
Wed Jan 21, 2026 11:49 am
Forum: App Developer
Topic: Scrolling line chart
Replies: 12
Views: 347

Re: Scrolling line chart

I've had some initial investigation and you might not need a specific historic chart component. See the attached using existing charts. The html is in the zip file. The slider sets the rate (1ms to 1s) and the combo is the width of the data shown. I've quickly thrown it together and it's a bit buggy...
by Steve-Matrix
Wed Jan 21, 2026 9:40 am
Forum: User Components
Topic: FC components and AI (ideas?)
Replies: 10
Views: 16449

Re: FC components and AI (ideas?)

External code can be included in Supplementary Code. See: https://www.flowcode.co.uk/wiki/index.php?title=Supplementary_Code Instead of adding the code directly to Flowcode, add statements into Supplementary Code such as the following to point it at external files: #include "C:\MyFolder\MyCode....
by Steve-Matrix
Wed Jan 21, 2026 9:34 am
Forum: App Developer
Topic: Scrolling line chart
Replies: 12
Views: 347

Re: Scrolling line chart

My thinking is it's the speed of receiving the data that is the bottleneck rather than the speed of the device hosting the app. What are your requirements for a scrolling chart in terms of throughput (number of datapoints per second and number of datapoints on the chart as a whole)? That might help ...
by Steve-Matrix
Wed Jan 21, 2026 9:28 am
Forum: Projects - Embedded
Topic: Difficulty compiling to M5Stack Dial
Replies: 5
Views: 80

Re: Difficulty compiling to M5Stack Dial

That's great, Martin. Thanks for reporting back. It looks like maybe the "Makefile.txt" (etc) files are not actually in that "...ESP/Batch" folder. These should have been downloaded when you did a full library update. I'm not sure why they should be missing. Anyway, at least Ben'...
by Steve-Matrix
Wed Jan 21, 2026 9:21 am
Forum: Bug Reports
Topic: Generating extended debugging information after a crash
Replies: 3
Views: 23089

Re: Generating extended debugging information after a crash

Thanks, Iain. Looking on the web, there are a number of possible causes/solutions such as: Need to right-click a subprocess System configuration has "write debugging information" set to 'none' System files are corrupt (need to run sfc and/or dism to fix) 3rd party tool to blocking dump cre...
by Steve-Matrix
Tue Jan 20, 2026 4:44 pm
Forum: General
Topic: Implementing a non blocking delay
Replies: 13
Views: 449

Re: Implementing a non blocking delay

One way to solve this is to have a timer interrupt constantly running which simply increments a global "tick" integer variable. In your main macro, have something like: //initialise some vars Set tick to zero Set check1 to false Set delay1 to an appropriate value ...etc... Enable Timer Int...
by Steve-Matrix
Tue Jan 20, 2026 4:21 pm
Forum: App Developer
Topic: Scrolling line chart
Replies: 12
Views: 347

Re: Scrolling line chart

Web Developer projects are very different to PC Developer and Embedded projects in Flowcode. We are investigating a scrolling historic chart for Web Developer, but it might be too slow to be useful.
by Steve-Matrix
Tue Jan 20, 2026 4:18 pm
Forum: Projects - Embedded
Topic: Difficulty compiling to M5Stack Dial
Replies: 5
Views: 80

Re: Difficulty compiling to M5Stack Dial

(edit: Ben beat me to it!) Those folders are populated when a compilation takes place. I've tried compiling your project and it compiles ok on my PC. Comparing the msg.txt file, yours has 4 "The system cannot find the file specified" errors near the start after the "Building: 1Hz flas...
by Steve-Matrix
Wed Jan 14, 2026 7:54 am
Forum: General
Topic: Test & Debug pack
Replies: 1
Views: 155

Re: Test & Debug pack

The Test & Debug pack was a stand-alone pack in v9, but is included in the Professional pack in v10 and v11 and is no longer separately available.
by Steve-Matrix
Fri Jan 09, 2026 6:40 am
Forum: General
Topic: error compilador arduino ATMEGA328P
Replies: 1
Views: 177

Re: error compilador arduino ATMEGA328P

Please post the fcfx and msg.txt files as that will help solve the problem.