Search found 6 matches

by evolutiongtx
Sat Nov 20, 2021 4:32 pm
Forum: Feature Requests
Topic: NEXTION DISPLAY FOR FLOWCODE 9 ........PLEASE....
Replies: 15
Views: 7009

Re: NEXTION DISPLAY FOR FLOWCODE 9 ........PLEASE....

Hi Ben, The nextion component is working well. I do have one small request however. For the set_text macro, is it possible to add a macro that allows one to "add" text instead of overwriting the existing text. Example: text.txt="some text" text.txt+="some text" the bottom example will add text to a ...
by evolutiongtx
Sat May 29, 2021 9:17 am
Forum: General
Topic: Avoid using global variables
Replies: 1
Views: 1430

Avoid using global variables

Is anyone else having this problem? I have a program that is rapidly growing in complexity and would like to avoid using global variables to keep the memory usage down as well as reduce the clutter of global variables. Is there a way to create static variables or some other method to conserve memory...
by evolutiongtx
Fri May 28, 2021 4:29 am
Forum: General
Topic: UART RX Interrupt in simulation
Replies: 4
Views: 2426

Re: UART RX Interrupt in simulation

Are you using a key binding to call the rx Macro during sim?
by evolutiongtx
Thu May 27, 2021 12:08 am
Forum: General
Topic: UART RX Interrupt in simulation
Replies: 4
Views: 2426

Re: UART RX Interrupt in simulation

I would greatly appreciate it, how would I be able to do that? Thanks!
by evolutiongtx
Wed May 26, 2021 6:38 pm
Forum: General
Topic: UART RX Interrupt in simulation
Replies: 4
Views: 2426

UART RX Interrupt in simulation

Hi Team,

I noticed that UART RX interrupt doesnt seem to work during simulation, is it possible to have UART RX interrupts in simulation? Thanks!
by evolutiongtx
Tue May 25, 2021 8:23 pm
Forum: General
Topic: Flowcode Modbus Simulation Reply Timeout
Replies: 0
Views: 1971

Flowcode Modbus Simulation Reply Timeout

Hello, I am trying to simulate Modbus Master and i am getting reply time out errors, when trying to use DataSource > Com Port.

I can communicate with the modbus device just fine if I were to download directly to my Arduino, its just that I cannot receive any response when trying to simulate flowcode.