Search found 2213 matches

by medelec35
Fri Sep 18, 2026 5:11 pm
Forum: General
Topic: BL0145 Debounce
Replies: 7
Views: 96

Re: BL0145 Debounce

It was the description.
It shows up as tool tips when the function is hovered over.
I had to add it for the latest version.
by medelec35
Fri Sep 18, 2026 2:26 pm
Forum: General
Topic: BL0145 Debounce
Replies: 7
Views: 96

Re: BL0145 Debounce

Your Welcome.
I had to make a minor cosmetic change.
Can you download the same file again, please.
by medelec35
Fri Sep 18, 2026 1:59 pm
Forum: General
Topic: BL0145 Debounce
Replies: 7
Views: 96

Re: BL0145 Debounce

I think debounce is a missing function I should have added at the very start.
Can you try the attached and see if it's a function worth including.
@Ben If you would like the source and component I will add it to the additional folder :D
by medelec35
Fri Sep 18, 2026 1:15 pm
Forum: General
Topic: BL0145 Debounce
Replies: 7
Views: 96

Re: BL0145 Debounce

Hi Iain.
There is a way to add debounce, but that means using Component Debugger and exposing full component tree.
I could add the debounce to the Bl0145 and let Ben decide if it is to be added to components database or not.
by medelec35
Tue Sep 15, 2026 10:50 pm
Forum: Bug Reports
Topic: Propery Manager not loading saved values
Replies: 9
Views: 311

Re: Propery Manager not loading saved values

Hi Ben.
Added an event timer to delay by 100ms, but still the same.
Perhaps Code should be slightly different?

Same with PropertyManger, if there is a way around it?
by medelec35
Tue Sep 15, 2026 10:19 pm
Forum: Bug Reports
Topic: Propery Manager not loading saved values
Replies: 9
Views: 311

Re: Propery Manager not loading saved values

chipfryer27 wrote:
Tue Sep 15, 2026 9:08 pm
Not just AI... Me too....
chipfryer27 wrote:
Tue Sep 15, 2026 9:08 pm
Not just AI... Me too....
:lol:
Not just once, but twice! :lol:
BenR wrote:
Tue Sep 15, 2026 5:17 pm
edit. aha no it's the root of the current project not the root of the component. Great nice fix!
I'm glad I ....ermm I mean AI was able to help.
by medelec35
Tue Sep 15, 2026 10:13 pm
Forum: General
Topic: Are API/broadcast events restricted from calling component or user macros?
Replies: 8
Views: 368

Re: Are API/broadcast events restricted from calling component or user macros?

Ah, that explains the issue, thanks Ben.
Steve's solution works well, but if using timer method, would the Ev_Timer call be immediately after CSV_ReadWrite::Openfile, then CSV_ReadWrite::AddString will be removed from properties and placed within Ev_timer set to 50ms?
by medelec35
Tue Sep 15, 2026 8:25 pm
Forum: General
Topic: Are API/broadcast events restricted from calling component or user macros?
Replies: 8
Views: 368

Re: Are API/broadcast events restricted from calling component or user macros?

Thanks, Steve.
Brilliant, that does work.
It's amazing what a binary number can do. :lol:
If the error occurs in the main macro, how comes there is not an issue?
by medelec35
Tue Sep 15, 2026 5:22 pm
Forum: Bug Reports
Topic: Propery Manager not loading saved values
Replies: 9
Views: 311

Re: Propery Manager not loading saved values

Thanks, Ben.
I'm not sure how it works, but it does.
I'm wondering if the AI makes things up to sound clever. :lol:
by medelec35
Tue Sep 15, 2026 5:19 pm
Forum: General
Topic: Are API/broadcast events restricted from calling component or user macros?
Replies: 8
Views: 368

Re: Are API/broadcast events restricted from calling component or user macros?

Hi Steve.
I have attached a simplest version to demo the issue I'm referring to.
The idea is to save a property to a cfg file as soon as its changed, then display value when sim has stopped.
If macros to do that is placed within property, the file generated will be blank at 0B.
If I disable all ...