Appearance
Number
Overview
The Number node displays numeric values on the platform dashboard. It serves as an exit point for whole numbers (integers) or decimal numbers (floats), representing counts, probability...
Use Number when:
- You want to display the count of detected objects from a polygon counter node.
- You need to display heatmap probability returned by AI model node.
Inputs
| Name | Type | Description |
|---|---|---|
| value | number | Accepts number values to be displayed on the dashboard or stored in the reporting. |
Parameters
This node does not have any configuration parameters.
Example
Displaying object counts
A flow uses a Polygon Counter to track items passing through a specific region of interest. The running total is sent to a Number node to show the current production count on a management dashboard.
Configuration:
- This node has no configurable parameters.
Result: The dashboard updates a numeric counter widget to show the total count, for example, 142.
Related links
Reference:
- Number Input — source node for number entry
- Number — generates a specific constant number based on the node configuration