Search found 26 matches

by S_VE
Tue Dec 24, 2024 7:07 pm
Forum: General
Topic: Merry Christmas!
Replies: 5
Views: 2112

Re: Merry Christmas!

Hi
Merry Christmas to everyone :D
by S_VE
Sun Dec 15, 2024 12:58 pm
Forum: General
Topic: Modbus master non blocking code
Replies: 0
Views: 2217

Modbus master non blocking code

Hello everyone,

i am looking for Modbus RTU Master non blocking code. can you please guide me.

thanks
S_Ve
by S_VE
Fri Oct 04, 2024 6:46 pm
Forum: Feature Requests
Topic: Group Icons - Expand and Collapse
Replies: 4
Views: 8641

Re: Group Icons - Expand and Collapse

Steve-Matrix wrote:
Mon Sep 16, 2024 5:31 pm
as we are actively developing v11 now.
Hi Steve
any tentative FC V11 release date
by S_VE
Sun Sep 29, 2024 5:18 pm
Forum: Feature Requests
Topic: Switch with more decisions
Replies: 11
Views: 12107

Re: Switch with more decisions

Thank You Martin
by S_VE
Mon Sep 16, 2024 5:23 pm
Forum: Feature Requests
Topic: Group Icons - Expand and Collapse
Replies: 4
Views: 8641

Re: Group Icons - Expand and Collapse

The Group Icons tool is useful when tidying up my flowcode. could the +/- expand / collapse feature be added to the group tool. I often want to peak into the group but not want to de-select/re-select the items each time. Thanks, John. very useful feature request!! This may please be extended to Flo...
by S_VE
Mon Sep 16, 2024 5:19 pm
Forum: Feature Requests
Topic: Switch with more decisions
Replies: 11
Views: 12107

Re: Switch with more decisions

Hi Martin this looks quite interesting, If things are more involved (for example some action) then create a macro for each action and use a lookup table of function pointers In a C block; FCV_LOOKUP[0] = FCM_Action0; .. FCV_LOOKUP[11] = FCM_Action11; Then use a line of C to run the action depending ...
by S_VE
Sun Sep 01, 2024 9:59 am
Forum: General
Topic: how to know the "execution time" and "execution cycles" in simulation
Replies: 2
Views: 2517

how to know the "execution time" and "execution cycles" in simulation

Hello everyone

While Debugging in Simulation mode, how can we know the time taken per each STEP ( or from Breakpoint to Breakpoint )
(1) Execution time ( in mS / uS / nS )
(2) Execution Cycles ( in uC cycles )

thanks
by S_VE
Wed Aug 28, 2024 4:31 pm
Forum: General
Topic: Byte or INT number into a ASCII hex string
Replies: 5
Views: 3750

Re: Byte or INT number into a ASCII hex string

Hi Dirk

do you want to convert INT or Byte to STRING ( String is an ARRAY of BYTES)?

Just check this..
FC INT to String.jpg
FC INT to String.jpg (95.85 KiB) Viewed 3700 times