The Number Inlet element allows you to create the input for number data.
Important: A number inlet must be used only for the single value scalar graph
ports.
The Number Inlet element has the following properties:
- Name - The Number Inlet name. The name must be a valid C identifier, must be unique
and can't exceed 63 characters.
- Data Type - The data type of the input number. 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 input number value.
- Program - Name of the associated program.
- Inputs - Name of the connected process input.