Skip to main content

Indicator panel

Display a color-coded label to indicate threshold values in your data.

indicator panel

Message path functions can be appended to the path using .@name syntax:

Scalar (.@abs, .@acos, .@asin, and more)
FunctionDescription
.@absAbsolute value
.@acosArc cosine (radians)
.@asinArc sine (radians)
.@atanArc tangent (radians)
.@ceilRound up to nearest integer
.@cosCosine (input in radians)
.@degreesConvert radians to degrees
.@logNatural logarithm
.@log1pNatural log of 1 + value
.@log2Base-2 logarithm
.@log10Base-10 logarithm
.@negativeNegate the value
.@radiansConvert degrees to radians
.@roundRound to nearest integer
.@signSign of value (-1, 0, or 1)
.@sinSine (input in radians)
.@sqrtSquare root
.@tanTangent (input in radians)
.@truncTruncate to integer
Operand (.@add(number), .@sub(number), .@mul(number), and more)
FunctionDescription
.@add(number)Add a number
.@sub(number)Subtract a number
.@mul(number)Multiply by a number
.@div(number)Divide by a number
Vector (.@norm)
FunctionDescription
.@normEuclidean norm (magnitude) of 2D or 3D vector
Struct (.@rpy, .@quat)
FunctionDescription
.@rpyConvert quaternion to roll/pitch/yaw (radians)
.@quatConvert roll/pitch/yaw to quaternion

Not supported in this panel: Time-series functions (.@delta, .@derivative, .@timedelta). See the Plot panel for time-series modifiers (timestamp x-axis).

Settings

General

fielddescription
DataMessage path to the data
StyleStyle of indicator ("Bulb" or "Background")

Add, edit, and reorder the rules for when the indicator should display different colors or labels.

Rules (first matching rule wins)

fielddescription
ComparisonHow to evaluate incoming data against the 'Compare with' value ("Equal to", "Less than", "Less than or equal to", "Greater than", or "Greater than or equal to")
Compare withThreshold or reference value to compare against (string, number, or boolean)
ColorColor to display when this rule matches
LabelText label to display when this rule matches