Reply Time Interval

adamalfatha year 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 Tananaeva year ago

Have you checked filter.minPeriod?

adamalfatha year 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 Tananaeva year ago

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

adamalfatha year 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 Tananaeva year ago

It's not possible.

adamalfatha year ago

got it