Search found 133 matches

by kersing
Tue Mar 26, 2024 5:45 pm
Forum: General
Topic: "ATS-5S18F46K22.c:37:45: error: (1504) the PIC18 extended instruction set was enabled but is not supported by this compi
Replies: 2
Views: 41

Re: "ATS-5S18F46K22.c:37:45: error: (1504) the PIC18 extended instruction set was enabled but is not supported by this c

This error is not license related. Check the chip settings in your flowchart and disable the extended instruction set.
by kersing
Thu Mar 21, 2024 10:33 pm
Forum: General
Topic: Programs cannot be loaded to some clone Arduino nanos
Replies: 6
Views: 100

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: 74

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: 139

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: 238

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: 116

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: 116

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: 116

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: 182

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: 173

Re: Flowcode 10 Slow response on programming environment

Are you running the latest version?