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.
- Receives a numeric or boolean signal (true/false) and a text message.
- Checks if the signal is greater than zero (for numbers) or true (for boolean values).
- 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). |