Skip to content

UDP Device

UDPDevices can be used to send commands over a network via UDP to 3rd party products.

UDPDevices are used by the Control Layer and the MatrixControl layer

A UDPDevice is created in the same way as any other device type. Please see the earlier sub-chapter Creating devices for step-by-step instructions on how to create a device, and select UDPDevice from the menu of different device types. This will open the UDPDevice editor (explained below).

UDPDevice

When enabled, the device logs every UDP message sent to the console. This option is intended for debugging and troubleshooting only. We recommend disabling it for devices that send messages frequently, as it can generate excessive console output.

The IP address of the destination 3rd party hardware. You must ensure that your network topology is configured to allow communications between the two machines.

The network port of the destination 3rd party hardware. The 3rd party vendor will need to specify this value.

A control string sent to the device over UDP when failover is triggered.

A control string sent to the device over UDP when failover recovery is triggered.