Engee documentation

UDP RX

Page in progress.

Receive UDP messages over Ethernet.

udp rx

Description

The unit is used to receive UDP messages over Ethernet.

Ports

Output

Size - number of bytes received
scalar

Details

Not more than the value of the Maximum message size parameters. If there is more data in the operating system buffer, it will be read in the next calculation step.

Data type

UInt32.

Data - array of received bytes
vector

Parameters

IP address -. IPv4 address of the message sender
"0.0.0.0.0" (By default)

Details

0.0.0.0.0 is the IP address to receive messages from any sender.

Port - the port to be listened to by the receiver.
`5150 (By default).

Maximum message size — --. maximum possible length of the received message
128 (By default)

Calculation Step - calculation step in seconds for receiving UDP messages in a real-time application.
`-1 (By default).