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.

 

The Default calculation method performs the following operations:

  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

Parameter
Default Units
Description
Signal
None
Numeric or boolean value used in the alert.
Message
None
Text message recorded in the alert.

Output

Parameter
Default Units
Description
Output
None
Alert status (true/false).