UDP Client Send

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
Supported Targets: E407

General information about UDP Client Send

With this block you can send a data packet to a UDP server at the specified IP address on the specified port.

Block

UDPClientSend.png

Mask

UDPClientSendMask.png

Inputs (inports)

Data inputs, data type and number of inputs can be changed in mask

Block parameters

Parameter Description
IP address Enter the destination IP address, numbers 1 to 4.
Port Enter the destination port
Input ports Select the number of inputs, this changes the amount of inports of the block.
Input data type Select the data type of the inputs (all inputs must have the same data type)
Byte order Set the appropriate byte ordering for your CAN message:Checkbox checked = Most Significant Bit (MSB) is send first (Motorola format).Checkbox unchecked = Least Significant Bit (LSB) is send first (Intel format).
Sample time The block execution time, the amount of time between consecutive executions of the block. 0.1 means the the block will be executed at 10 Hz.

See Also

UDP Server init | UDP Server new data available | UDP Server receive | UDP Server receive size