Is it possible for a time series to have the time in the data?
Posted: Wed Nov 22, 2023 7:02 am
Currently the
{TIMEPLOT|DATA|...
line uses a |T| as a time placeholder which is presumably populated with a timestamp at the time it is parsed within Megunolink.
For slow data rates this isn't a problem, however for intermittently high data rates I have to buffer the data and then feed at a measured rate into Megunolink to avoid overloading it.
As a consequence the applied timestamps don't reflect reality and the lines that have shallower than expected slopes.
I tried to work around this by using an xyplot with a milliseconds time stamp, however the setting that controls the number of points in the plot works on a per series setting, therefore low update plots span the full width of the display, whereas high update plots with the same number of points only appear on the right.
{TIMEPLOT|DATA|...
line uses a |T| as a time placeholder which is presumably populated with a timestamp at the time it is parsed within Megunolink.
For slow data rates this isn't a problem, however for intermittently high data rates I have to buffer the data and then feed at a measured rate into Megunolink to avoid overloading it.
As a consequence the applied timestamps don't reflect reality and the lines that have shallower than expected slopes.
I tried to work around this by using an xyplot with a milliseconds time stamp, however the setting that controls the number of points in the plot works on a per series setting, therefore low update plots span the full width of the display, whereas high update plots with the same number of points only appear on the right.