Increment and decrement at the input

Hi. I’m trying to avoid sudden data spikes.This is useful in cases where the input data does not have time to come from the ECU. I want to say right away that the SMOOT function won’t help me. And I suggest adding the ability to catch up with the value using the function Increment and decrement at the input What I need it for. I’ll explain. there is a PNG sequence. it should be displayed on the screen depending on the input value. but if the input was, for example, “5”, and the next value came “10”, then my pictures will skip Everything between 5 and 10 and show a picture that is equal to 10. the idea is to smoothly fill in the gap between the values. it is for images. if there were numbers, then the Smoot function would have handled it. And so we had 5 at the input, it became 10: the increment will allow us to catch up with the value from 5 , 6, 7, 8, 9, 10. This way, all the pictures will be displayed in order and it will visually look aesthetically pleasing. Is it possible to pull this off in RealDash?

2025-03-01112412-ezgif.com-video-to-gif-converter

1 Like

If the values come smoothly, then everything is fine!

But if the speed rises sharply, then there are problems, as in the video below!
2025-03-01112823-ezgif.com-video-to-gif-converter

I also understand that it’s not so easy to display pseudo 3D! But you must admit, it looks amazingly beautiful and in a new way! Perhaps you could add a new type of sensor that would load a PNG sequence onto the stack. and would it output each image depending on the sequence number of the picture? Whatever it is that is tied to the inputs! Because uploading 220 images and assigning a value to each one is a great torment. I want to note that the FPS does not sag at the time of scrolling this sequence. It works very smartly.

Why is value smoothing not working in this case?

Can I send you a theme file by email? And you’ll figure it out for yourself. It would be wiser that way. Can you remind me of the current email address?

contact@realdash.net

I have sent the project to the post office. If you have any thoughts about this?

I will take a look as soon as possible.