TravelWriter (Analytic Filter)

Description

The TravelWriter filter is used to write values when items are in a certain point in your process or physical location.

It's primarily used to create heatmaps when one axis of your heatmap is an element that moves or changes state over time.

The filter changes your data significantly, from a pair of values to an array.

Note that the function parameter only applies when the channel remains steady.

Parameters

NameDefaultMeaning
Channel<blank>The column to use as the moving/state-changing axis
Min0The minimum element in the array
Max100The maximum element in the array
FunctionmaxThe function (min or max) that determines which value is stored in each array element

Example

<filter type="TravelWriter">
     <channel>Position</channel>
     <min>0</min>
     <max>200</max>
     <function>min</function>
</filter>

Records the a value as Position changes over a range of 0-200

Example Input Sequence

Input

IndexValuePosition
07:00:00105
07:00:05124
07:00:10125
07:00:15126
07:00:2086

Output

Index123456
07:00:20nannannan12128