The Number Outlet element allows to create the output for number data.
Important: A number outlet must be used only for the single value scalar graph
ports.
The Number Outlet element has the following properties:
- Name - The Number Outlet name. The name must be a valid C identifier, must be
unique and can't exceed 63 characters.
- Data Type - The output data type. The following types are available:
- d08u - unsigned 8-bit data
- d08s - signed 8-bit data
- d16u - unsigned 16-bit data
- d16s - signed 16-bit data
- d32u - unsigned 32-bit data
- d32s - signed 32-bit data
- Value - The output number value.
- Program - Name of the associated program.
- Process Output - Name of the connected process output.