with "leaps in time" I mean, I will jump to a later point of time of the simulation (e.g. 5 min)
I'm using asyncTimer, which always start in their own thread.
Your idea to run the timer faster is good opportunity.
When I'm arrived at the later point of time, the timer should go on in the normal mode. So I have to replace the parameter.
But it is good when I think of events which will happen between the two points of time.
My idea first was to replace the value, the timer has arrived since he was started, but this will be a problem with timer, which will finish betwenn the steps.
my first solution is:
Installing a slider to regulate the rate of the timersteps.
First I have to check if I'm allowed to solve this problem this way.
Firstly thanks for your idea.
Florian