Last Sample Repeat

By default time series creates samples only if the associated data source is changed. Optionally you can add behavior where the new sample will be created if the data source is not changed within RepeatLastSampleFactor βœ• DataSource.UpdateRate time interval (in milliseconds). The new sample time will differ RepeatLastSampleFactor βœ• DataSource.UpdateRate from the current one, and the value will be equal to the current sample value. Thus the combined mode of writing data to the store is implemented:

  • Generation of time series sample in case data source changes.

  • Cycling of the current sample in case data source doesn’t change.

Last updated