Reply Time Interval

adamalfath2 years ago

Is there a way to set a reply time interval? currently reply point is shown directly from the device data
What I want to achieve is even let's say the device is sending data at 10s intervals, I just want to see the reply at >=60s interval

Anton Tananaev2 years ago

Have you checked filter.minPeriod?

adamalfath2 years ago

Yes, in my observation filter.minPeriod will also suppress real-time data based on the timestamp parameter.

It will achieve a target interval during reply, but it's just because the real-time "fast interval" data gets filtered out too.

At least that's what I get. Is that the config expected result?

Anton Tananaev2 years ago

How is it different from what you asked? What do you mean by reply?

adamalfath2 years ago

Ah, sorry, lost in translation. I mean rePLAY not reply. Historical data replay to be precise, the one on the report menu.

Currently data input = data saved (DB) = data replay. If I have data input at 10s intervals (t0, t10, t20, t30, t40, ...) I hope to just replay it at different intervals (ex: at t0, t60, t120, t180, ...). Just for a fast scrubbing of the timeline and doesn't need to load unnecessary data points on the map.

Anton Tananaev2 years ago

It's not possible.

adamalfath2 years ago

got it