hi Frank,
I do not think changing middle time interval to more then a blocksize would make any difference at all. All three messages are processed at once, and middle one (or any number of them) is simply ignored -- all this is always equivalent to `0, 0.5 100'.
Btw, I may be mistaken, but, anyway: is there any other method to get subblocksize segment length, than to read values from an array?
Krzysztof
Frank Barknecht wrote: ...
0 0, 1 1.4, 0.5 100
That should go from 0 to 1 to 0.5 but it goes from 0 to 0.5 omitting the 1 unless I cange the 1.4 to 1.5.