Plotting data missing point #4318
-
Hi everyone, This is the plugin I'm using: ` function RealtimeTelemetryMQTTPluginArgo() {
} Do you have idea of how to solve this problem or did you encountered in the past a similar behavior? Thank you video.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
It looks to me as though the real-time data has timestamps that are in the future (according to Open MCT). This explains why the plot is showing a line that appears to go off the screen to the right, even though there are no data points plotted (it is actually plotting the data points, they're just off-screen).
Here's an example from the video you provided (thanks! This was really helpful in diagnosing the issue):
Note that the last timestamp in the data is later than latest time being considered by the time conductor. The Open MCT clock is based on the local time on the machine that the browser is running on. This could be caused by clock drift in either the client, or the machine that …