Alert

Input data

Signal

Message

Output data

Output

Description

The Alert node is used to check if the input signal is positive or true. If the condition is met, a message is logged as a warning.

  1. Receives a numeric or boolean signal (true/false) and a text message.
  2. Checks if the signal is greater than zero (for numbers) or true (for boolean values).
  3. If positive or true, triggers an alert with the provided message.

Input and Output Data

Input

ParameterDefault UnitsDescription
SignalNoneNumeric or boolean value used in the alert.
MessageNoneText message recorded in the alert.

Output

ParameterDefault UnitsDescription
OutputNoneAlert status (true/false).