Debug Nodes
These nodes can be utilised for debugging of your flows.
Proc Nodes
signed num
Displays inputs as signed numbers and outputs them as signed numbers.
Inputs
- mFloat : Specify the float value
- mInt8 : Specify the int8 value
- mInt16 : Specify the int16 value
- mInt32 : Specify the int32 value
- mInt64 : Specify the int64 value
Outputs
- mFloat : Float value
- mInt8 : int8 value
- mInt16 : int16 value
- mInt32 : int32 value
- mInt64 : int64 value
unsigned num
Displays inputs as unsigned numbers and outputs them as unsigned numbers.
Inputs
- mFloat : Specify the float value
- mUint8 : Specify the uint8 value
- mUint16 : Specify the uint16 value
- mUint32 : Specify the uint32 value
- mUint64 : Specify the uint64 value
Outputs
- mFloat : Float value
- mUint8 : uint8 value
- mUint16 : uint16 value
- mUint32 : uint32 value
- mUint64 : uint64 value
string
Displays text and buffer inputs and outputs them.
Inputs
- Text : Provide text
- Buffer : Provide buffer
- Print buffer as hex : Whether to print buffer as hex
Outputs
- Text : Text
- Buffer : Buffer