Search found 1040 matches

by stefan.erni
Fri Jan 16, 2026 5:36 pm
Forum: General
Topic: AppDeveloper How to use CSV read/write
Replies: 0
Views: 142

AppDeveloper How to use CSV read/write

Hi Ben Writing a file works perfectly, if I use delay reading doesn't go so well I don't know exactly how to use CSV read/write. Writing a CSV file works well with the next row command. But when reading the CSV file, I don't know if I need the command. Sometimes when creating and writing the file, I...
by stefan.erni
Thu Jan 15, 2026 2:00 pm
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 27
Views: 3147

Re: FC11 ESP32-S3 BLE error

Hi Ben

My test with the web app on PC (Windows), iPhone (iOS), and tablet (Android) worked well.
I'm ready to test BLE with a string until Steve gets back :)

I can only post the HTML file in a ZIP file.
Force_Web.zip
(3.99 KiB) Downloaded 48 times
by stefan.erni
Thu Jan 15, 2026 9:35 am
Forum: App Developer
Topic: Appdeveloper: How to use Property_Manager
Replies: 4
Views: 152

Re: Appdeveloper: How to use Property_Manager

Hi Ben

Yes, when I export the app and run it, a config.cfg file is created. (Not with F5 debug.)
I can open and read the file, and make changes to it.
However, the value is not changed if i start again the App

Start with new config.
2026-01-15_10-24-03.PNG
2026-01-15_10-24-03.PNG (58 KiB) Viewed 101 times
2026-01-15_10-07-29.PNG
2026-01-15_10-07-29.PNG (42.25 KiB) Viewed 101 times
by stefan.erni
Wed Jan 14, 2026 10:42 am
Forum: App Developer
Topic: Appdeveloper: How to use Property_Manager
Replies: 4
Views: 152

Appdeveloper: How to use Property_Manager

Hi Ben

I tried to save properties, but no file was saved.
Not in the program folder or in the folder I specified.
by stefan.erni
Fri Jan 09, 2026 3:41 pm
Forum: General
Topic: Reading a 12.62 Volt battery with a voltage divider on an UNO
Replies: 9
Views: 433

Re: Reading a 12.62 Volt battery with a voltage divider on an UNO

Hi Billduck1302 I found the modul: 2026-01-09_15-59-57.PNG And what is used in the modul: 2026-01-09_16-01-59.PNG There is a command "map" used in the software, 2026-01-09_16-31-10.PNG I guess that's the same as the map component in Flowcode. 2026-01-09_16-20-14.PNG I hope that helps a lit...
by stefan.erni
Fri Jan 09, 2026 8:02 am
Forum: General
Topic: Reading a 12.62 Volt battery with a voltage divider on an UNO
Replies: 9
Views: 433

Re: Reading a 12.62 Volt battery with a voltage divider on an UNO

Hi Billduck1302 I suspect the link goes to the wrong module. Perhaps you could post a schematic. Actually, you only need two resistors. 82 kΩ / 9,1 kΩ → divider 0,0999 and 0,165mA 91 kΩ / 10 kΩ → divider 0,0990 and 0,149mA This requires a little power from the battery. You can also use higher resist...
by stefan.erni
Thu Jan 08, 2026 1:30 pm
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 27
Views: 3147

Re: FC11 ESP32-S3 BLE error

Hi Ben

I cannot locate the comonents in the web developer.
I'm on it, I think we have already released the web developer version of a component
by stefan.erni
Thu Jan 08, 2026 1:22 pm
Forum: App Developer
Topic: FC11 WEBDeveloper error : Unknown or missing macro:
Replies: 2
Views: 205

Re: FC11 WEBDeveloper error : Unknown or missing macro:

Hi Ben

Unfortunately, I tested with these two components.
All others would have worked.
2026-01-08_14-12-49.PNG
2026-01-08_14-12-49.PNG (3.57 KiB) Viewed 189 times
test from the others:
TestWeb.fcweb
(43.67 KiB) Downloaded 35 times
by stefan.erni
Thu Jan 08, 2026 8:35 am
Forum: App Developer
Topic: FC11 WEBDeveloper error : Unknown or missing macro:
Replies: 2
Views: 205

FC11 WEBDeveloper error : Unknown or missing macro:

Hi Ben I have an error message in FC11 (In FC10 it's working fine ) It probably creates part of the HTML code, but not all of it. It stops before it finishes. Test_Web Project.html : 740 : error : Unknown or missing macro: WebDeveloper.Component.GetHtmlElement here my program: Test_Web Project.fcweb
by stefan.erni
Wed Jan 07, 2026 2:20 pm
Forum: Bug Reports
Topic: FC11 ESP32-S3 BLE error
Replies: 27
Views: 3147

Re: FC11 ESP32-S3 BLE error

Hi Ben

Yes RX Led is perfect!

Also the send/receive IntArray is there.

but one little thing ....

NumValues are usually int or uint

A byte has crept into these three macros.

But it's not really a problem.
2026-01-07_14-59-07.PNG
2026-01-07_14-59-07.PNG (130.26 KiB) Viewed 381 times
SNAG-0056.PNG
SNAG-0056.PNG (138.43 KiB) Viewed 381 times
SNAG-0057.PNG
SNAG-0057.PNG (74.51 KiB) Viewed 381 times