Appearance
Boolean output
Overview
The Boolean output node provides an exit point for logical true/false data from your flow. It is typically used to indicate the final status of a process, such as a pass/fail condition or a presence check, which is then visualized as a status indicator on the platform dashboard.
Use Boolean output when:
- You need to signal the result of a conditional check or validation.
- You want to display a pass or fail status on the dashboard.
Inputs
| Name | Type | Description |
|---|---|---|
| value | bool | A strictly true or false value representing a binary decision result. |
Parameters
This node does not have any configuration parameters.
Example
Light the light (green/red) based on the quality inspection result
A flow inspects a part for surface defects. If no defects are found, it sends a true value to the Boolean output node. This node is connected to ADAM-6060 that triggers a green light to inform the operator.
Configuration:
- This node has no configurable parameters.
Result: The green light turns on when no defects are found.
Related links
Reference:
- Boolean Input — receives boolean data into a flow
- ADAM-6060 - digital I/O module used for industrial automation and remote monitoring