Appearance
Number
Overview
The Number node produces a constant numeric value based on its configuration. It serves as a source for static numbers within a flow.
Use Number when:
- Providing a fixed numeric value to other nodes
- Setting a constant parameter for calculations
💡 Tip
This node is useful for defining thresholds or constants that do not change during based on the flow inputs.
Outputs
| Name | Type | Description |
|---|---|---|
| output | number | The configured numeric value. |
Parameters
| Parameter | Default | Valid values | Tunable |
|---|---|---|---|
| Number value | 0.0 | int or float | ✅ |
Number value
The numeric value that the node delivers as its output.
Example
Setting a threshold
A flow compares a number of found defects against a fixed limit. The Number node provides that limit.
Configuration:
- Number value:
5
Result: The node outputs 5 for the comparison. Comparison can be done using Compare Value node.
Related links
Reference:
- Number Input — receives numeric data from an external connection
- Random Number — generates a random numeric value
- Number — exit point for numerical data from the flow