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.
Search found 2213 matches
- Fri Sep 18, 2026 5:11 pm
- Forum: General
- Topic: BL0145 Debounce
- Replies: 7
- Views: 96
- 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.
I had to make a minor cosmetic change.
Can you download the same file again, please.
- 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
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
- 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.
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.
- 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?
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?
- 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
Not just once, but twice!
I'm glad I ....ermm I mean AI was able to help.
- 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?
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?
- 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.
If the error occurs in the main macro, how comes there is not an issue?
Brilliant, that does work.
It's amazing what a binary number can do.
If the error occurs in the main macro, how comes there is not an issue?
- 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.
I'm not sure how it works, but it does.
I'm wondering if the AI makes things up to sound clever.
- 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 ...
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 ...