Engee documentation

UDP TX

Page in progress.

Transmit UDP messages over Ethernet.

udp tx

Description

The unit is used to transmit UDP messages over Ethernet.

Ports

Input

Size is. number of bytes to be transferred from the Data vector (data type UInt32)
scalar

Data — array of bytes to be transferred
vector

Parameters

IP address - IPv4 address of message recipient
`"127.0.0.1" (by default).

Details

0.0.0.0.0 is the IP address to send messages to the local machine.

Remote port - the port of the remote recipient to which messages will be sent
`5150 (By default).

Local Port - local UDP port from which messages will be sent
0 (By default)

Details

If the mask is set to zero, the port number will be determined by the operating system independently from the available ones.

Maximum message size - maximum possible value of input parameters Size and length of vector Data
`128 (by default).

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