Circularbuffer Getbyte get out wrong data position
-
- Matrix Staff
- Posts: 1465
- http://meble-kuchenne.info.pl
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 204 times
- Been thanked: 347 times
Re: Circularbuffer Getbyte get out wrong data position
There is no fix for this. Please continue to use the workaround of setting the buffer size to one more than the actual quantity you wish to store. That way it seems to work ok.
-
- Posts: 206
- Joined: Thu Sep 23, 2021 3:44 pm
- Location: France
- Has thanked: 34 times
- Been thanked: 25 times
Re: Circularbuffer Getbyte get out wrong data position
hi,
Even with setting the buffer to one more, the second issue is still there who I'm talking today is still there! Did you tried the program sent to you ?
Even with setting the buffer to one more, the second issue is still there who I'm talking today is still there! Did you tried the program sent to you ?

Seb
-
- Matrix Staff
- Posts: 1465
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 204 times
- Been thanked: 347 times
Re: Circularbuffer Getbyte get out wrong data position
Sorry - I saw you say "still no news since the end of December" and I assumed you were raising the same issue again. I'm personally not that familiar with the Circular Buffer component, but I will have a look next week and see if I can suggest another workaround.
-
- Matrix Staff
- Posts: 1465
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 204 times
- Been thanked: 347 times
Re: Circularbuffer Getbyte get out wrong data position
Ben has told me the following:
Unfortunately, I'm not that familiar with this component. Does the above help?There is a property to allow you to keep old data or new data when filling the buffer past it’s limits, has Seb set this property correctly?
The CB is known to work very well the only limit it currently has is you cannot fill it up 100% for a set amount of data you need 1 extra byte.