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
Creating a UDPDevice
Section titled “Creating a UDPDevice”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 properties
Section titled “UDPDevice properties”
Verbose Send
Section titled “Verbose Send”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.
IP Address
Section titled “IP Address”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.
Failover Command
Section titled “Failover Command”A control string sent to the device over UDP when failover is triggered.
Recovery Command
Section titled “Recovery Command”A control string sent to the device over UDP when failover recovery is triggered.