=Concepts= {| border="1" cellpadding="5" cellspacing="0" align="center" |- ! style="background: #efefef;" | Name !! style="background: #efefef;" |Description |- | HistoryManager || Manages a collection of items. |- | (History) Item || An item of HistoryManager is ''a time-series'' collection of samples; a file or memory array. It's random-accessable, streamable and appendable. |- | Sample || An entry in history item. It's a record that contains time and value, possibly other fields too. |- | (Sample)Format || The record type description of a sample. |- | Collector || Utility that samples a value from data source and writes to history items according to its configuration. |- | SamplingFormat (class) || Named description how a datasource's item is to be sampled by a collector. Used for Trend's history subscriptions. |- | Datasource || An information system that has variables. Provides values to Collector utility. |- | Variable || A variable in a datasource. |}