Sequencer Processor

The “Sequencer” processor is installed with the Dataristix Application, Core Service version 2.0.92 or later. The processor accepts multiple connected input tags and serializes their values into a single output stream. Each time a value is received on any connected input tag, it is forwarded to the output “Value” tag.

Add to Task

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

../../_images/processor-sequencer.png

Configuration

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

You can change the following properties:

  • Name
    The title of the “Sequencer” processor as it appears within the task builder.

Press the “Apply” button to commit your changes.

Example

The following example shows a task that receives various input values as Task Constants. The input values are sequentially forwarded to the CSV connector. The CSV file will have a single “Value” column with values “1”, “2”, “3” stored in separate rows.

../../_images/processor-sequencer-example.png