SeriesCompressor
SeriesCompressor
The SeriesCompressor is a sequencer block, that allows to compress series of numeric data.
Currently, Delta and Delta-of-Delta compression methods are supported.
Events
Name | Appearance | Description |
---|---|---|
Compress | Predefined input event | Will compress the new value of the series (i.e. the argument named by the Value attribute) and emit it out with the Compressed event |
Compressed | Predefined output event | Will be emitted after the Compress event was received, having value named by the Value attribute replaced with the compressed value |
SeriesEnd | Predefined input event | Will reset the compression algorithm (new series can be started to be sent in) |
SeriesEnded | Predefined input event | Will will be emitted after SeriesEnd done |
Arguments
Name | Description |
---|---|
Any user-configurable input argument | Argument that will be included with Compress event and that will be compressed and sent out with the Compressed event. Note, that the argument has also to be selected as an argument to compress via the Value attribute. Note also, that the argument must be selected as a data argument for the Compress and the Compressed events. This is done by clicking into the event's Data property and selecting the argument name. |
Properties
Name | Description |
---|---|
Method | Compression method to use. Look at the Series Compression Methods for a detailed description of the available methods. |
Value | Argument name that holds the value to be compressed. Other arguments of the Compress event will be forwarded to the Compressed event as-is. |
See also SeriesDecompressor.
Get started with CDP Studio today
Let us help you take your great ideas and turn them into the products your customer will love.