Deadband Processor

The “Deadband Processor” is installed with the Dataristix Application. The processor accepts any input values and forwards the values after a configurable deadband value is exceeded. Deadband threshold values may be specified as a percentage or as an absolute value.

For the “percentage” option, values are forwarded when the absolute change in value of the new value compared to the last forwarded value is equal or exceeds the given percentage of the last forwarded value.

For the “absolute value” option, values are forwarded when the absolute change in value of the new value compared to the last forwarded value is equal or exceeds the given absolute value.

Add to Task

Add the “Deadband Processor” to a task by dragging it from the “Build” panel onto the task’s “Task Builder” panel.

../../_images/processor-deadband.png

Configuration

Select the “Deadband Processor” item in the “Task Builder” panel to view its properties.

You can change the following properties:

  • Name
    The title of the “Deadband Processor” as it appears within the task builder.
  • Deadband threshold
    A percentage or absolute threshold value.
  • Threshold option
    Either “percentage” or “absolute value”.

Press the “Apply” button to commit your changes.

Example

The following example shows a task that receives some signals from the OPC UA Connector. Signals are forwarded to the CSV Connector when a deadband of one percent is exceeded.

../../_images/processor-deadband-example.png