-
Notifications
You must be signed in to change notification settings - Fork 55
Plotter time axis issue #18
Description
Hey Pavel,
I think there is a bug in the plotting of data using Plotter. It seems as if the resolution on the time axis is not sufficient to resolve data which comes at higher rates.
Pl see the attached screen shots.
Fig1: Here the rate of the storm32.Status is set to 20 (ca 20 ms per message). As evident from the bus monitor every ca 20ms a message is received, and checking shows that each has a new data item. the plot looks as expected.
Fig2: Here the rate of the storm32.Status is set to 3 (ca 3 ms per message). As evident from the bus monitor every ca 3ms a message is received, and checking shows that each has a NEW data item. So, from the bus monitor everything seems perfect. However, the plot has these strange "steps/spikes". My first guess would be that for plotting a too low resolution for the time axis data is used.
The issue seems to start for rates below about 10-15 (clearly present at 10).
cheers, Olli

