Search found 18 matches

by george_b
Mon Feb 26, 2024 9:53 am
Forum: General
Topic: Flowcode 10 Slow response on programming environment
Replies: 5
Views: 210

Re: Flowcode 10 Slow response on programming environment

Thank you for your reply. The delay for opening Properties:Macro window is approximately 1-2 seconds. Closing the Explorer window seems to run a little faster but there is still a delay. No matter which project i am working on, the delay is always happening. Note that i am talking for project with 8...
by george_b
Mon Feb 26, 2024 6:33 am
Forum: General
Topic: Flowcode 10 Slow response on programming environment
Replies: 5
Views: 210

Re: Flowcode 10 Slow response on programming environment

Not running the latest version since the latest version can not be installed on windows 7 which i currently have on my computer.
by george_b
Sun Feb 25, 2024 7:35 pm
Forum: General
Topic: Flowcode 10 Slow response on programming environment
Replies: 5
Views: 210

Flowcode 10 Slow response on programming environment

Hi, i recently started using FC10 after a long time using FC7 which i loved. I am facing a big problem with delays especially while opening a new popup windows such as the variable creation window or when i double click on a component to open and edit the component settings. It is like there is a ti...
by george_b
Sun Jan 28, 2024 9:08 am
Forum: General
Topic: History of Flowcode
Replies: 31
Views: 48427

Re: History of Flowcode

Flowcode V3 introduced to me as a student at a university course where eblocks development doards were used with it. I used FC V3 a lot for a long time and i upgraded to next version FC5, FC7,FC8,FC9 and FC10 which i am using at the moment. Flowcode is α powerful tool and the development team behind...
by george_b
Fri Dec 08, 2023 7:43 pm
Forum: General
Topic: My working MQTT / Thingspeak project
Replies: 7
Views: 10105

Re: My working MQTT / Thingspeak project

I am strugling to connect to pubnub server spending hours on the PC.

I was hopping that the issue is this length limitation!
by george_b
Fri Dec 08, 2023 7:07 pm
Forum: General
Topic: My working MQTT / Thingspeak project
Replies: 7
Views: 10105

Re: My working MQTT / Thingspeak project

Thanks for your post. This is the first complete tutorial of how to send data to MQTT using flowcode!


I am wondering if anyone knows how to change the client ID limitation from 20 characters to a larger number?

Regards
George
by george_b
Wed Dec 06, 2023 9:57 pm
Forum: General
Topic: MQTT_connect
Replies: 5
Views: 7149

Re: MQTT_connect

Hello, The Host URL is longer than 50 characters, maybe try upping the MQTT Client - Host Max Length property to 100? Hi Ben, Could you please expain how to change the max length of the IOT component for more characters? mine looks like this "pub-c-6a38f739-6472-425a-a522-e5ec55e3e06a/sub-c-2a445fc...
by george_b
Wed Nov 29, 2023 9:04 pm
Forum: General
Topic: ESP32 - python.exe doesn't support asyncio --no-hints
Replies: 5
Views: 7173

Re: ESP32 - python.exe doesn't support asyncio --no-hints

Hi all,

Having the same issues after installing the ESP Tool chain! I expect this kind of fixes to be done on the feature updates of FC10 without the need of release FC11 !

Thanks for the information of this topic i fixed the compilation error and now the ESP package is working.


Regards
George
by george_b
Mon Oct 09, 2023 1:58 pm
Forum: General
Topic: ModBus Master Read coil
Replies: 8
Views: 1199

Re: ModBus Master Read coil

Hi Ben and thanks for you reply. I did manage to make it working after a loooot of time trying and trying different things. Indeed GetResponseInt must be 4 as you said. RegAddress is correct since the device i am trying to read gives me this registers map . Thanks again for your support. Regards Geo...
by george_b
Mon Aug 28, 2023 2:07 pm
Forum: General
Topic: ModBus Master Read coil
Replies: 8
Views: 1199

Re: ModBus Master Read coil

Attached is a program thrying to read modbus registers using Modbus Master component.

Note that this program is not working on hardware. Any idea what is wrong ?


Regards
George