Search found 142 matches

by kersing
Thu Mar 21, 2024 10:33 pm
Forum: General
Topic: Programs cannot be loaded to some clone Arduino nanos
Replies: 6
Views: 695

Re: Programs cannot be loaded to some clone Arduino nanos

Please don’t post hard to read pictures. In there should be a .msg file in the same folder your flowchart is stored that contains the messages. Please either attach that or include it in a [ code ] - [ /code ] block. (Skip the spaces after/before the brackets)
by kersing
Thu Mar 21, 2024 9:48 pm
Forum: Bug Reports
Topic: Lookup table resizing.
Replies: 4
Views: 490

Re: Lookup table resizing.

An 8 bit lookup table with >256 values?? Does that make sense?
by kersing
Thu Mar 21, 2024 9:46 pm
Forum: General
Topic: GPS
Replies: 11
Views: 743

Re: GPS

Have you tested this hardware setup with the same software you used before?
by kersing
Sat Mar 16, 2024 11:57 am
Forum: Bug Reports
Topic: GLCD (SSD1306) I2C
Replies: 6
Views: 450

Re: GLCD (SSD1306) I2C

Have you done a full update of the components? There have been fixes made regarding the properties a little while ago.
by kersing
Fri Mar 15, 2024 9:37 am
Forum: Feature Requests
Topic: Ternary operator in calculation block?
Replies: 7
Views: 288

Re: Ternary operator in calculation block?

Any halfway decent compiler should optimize the expression, BTW, you probably don’t want to include a space between the exclamation mark and the equal sign as it should throw a syntax error. The correct syntax is if ( .x != 0 ) And in flowcode you can use <> which is easier on the eyes for novice pr...
by kersing
Fri Mar 15, 2024 9:11 am
Forum: Feature Requests
Topic: Ternary operator in calculation block?
Replies: 7
Views: 288

Re: Ternary operator in calculation block?

Thanks for the hint, however strictly speaking false is zero and true might be any value not zero, so this working depends compiler/controller (and a bit of luck?)
by kersing
Thu Mar 14, 2024 10:54 pm
Forum: Feature Requests
Topic: Ternary operator in calculation block?
Replies: 7
Views: 288

Re: Ternary operator in calculation block?

Yep, that’s what I thought a couple of years ago as well. Got declined as being unreadable for novice users. Hopefully it will be reconsidered…
by kersing
Sun Mar 03, 2024 8:05 pm
Forum: Feature Requests
Topic: 3 ideas for FC
Replies: 6
Views: 354

Re: 3 ideas for FC

Please don’t use yellow text. That’s unreadable for people using the light theme on the forum…

In like the suggestions!
by kersing
Sun Feb 25, 2024 8:11 pm
Forum: General
Topic: Flowcode 10 Slow response on programming environment
Replies: 5
Views: 218

Re: Flowcode 10 Slow response on programming environment

Are you running the latest version?
by kersing
Sun Feb 11, 2024 8:22 am
Forum: General
Topic: C Code
Replies: 4
Views: 304

Re: C Code

Please post your existing flowchart so we can see what you are trying and which controller you are using.