Map
The Map node offers the possibility to generate a new signals using different operations.
Configuration
Basic
- Pass Through
If this function is activated, all signals of the incoming data group are forwarded to the output data group. If the name of an output signal is identical to the name of an input signal, the output signal is used and the input is discarded.
Signal Configuration
- Parameters
The required parameters can be found in the documentation of the respective operation.
- Operation
The type of aggregate function to be performed.
- Available operations:
static
or
and
- Output Signal Name (optional)
The name of the signal on the ‘out’ port. If empty, the Signal Name is the Output Signal Name.
Operations
static
This operation generates a signal that contains a static value using the specified granularity
Parameters:
- value
The value to use for the resulting data points
- granularity
The granularity with which the data points are generated
or
This operation combines datapoints (only good) from multiple signals for a timestamp using the or operator.
Parameters:
- signalNames
An array of signal names that should be combined.
and
This operation combines datapoints (only good) from multiple signals for a timestamp using the and operator.
Parameters:
- signalNames
An array of signal names that should be combined.
round
This operation rounds the value of an incoming signal.
Parameters:
- Signal Name
The signal from which the value will be rounded.
- Decimals
The amount of decimal places on which the value will be rounded.
Default: 0
- Round Option
Specifies if the value should be rounded up or down.
Default: Round Down