Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

This article shows how to send a serial command when a UDP message is received by the player.

  1. In a new presentation, under Layout > Zones, select Add Zone.

  2. Resize the zone and give it a name. In the image below, we’ve named the zone "Event Handler."

    image-20240410-184814.png

  3. Under Properties > Type set the zone to an Audio zone.

  4. Switch to the Content tab and toggle the Interactive switch to on.

  5. Go to Widgets and drag and drop the Event Handler widget into the playlist area.

  6. Under Events, click the UDP event to activate it, and then click on the Event Handler state to attach it, as shown in the image below

    image-20240410-185704.png

  7. In Event Properties > Specify UDP Input enter the UDP input that the player will be listening for (for example, “AMX_Command1").

    image-20240410-185810.png

  8. With the state selected (notice that Event Properties turns to State Properties), select Add Command in the Advanced tab.

  9. Select the type of serial command that you would like to send once the specified UDP input message is received (Serial-send string with EOL, Serial-send string without EOL, or Serial send byte).

  10. Enter the serial command string/value.

image-20240410-190500.png
  1. Configure the serial port setting by navigating to Presentation Settings > Interactive > Connectors. The serial settings from this panel must match the serial settings of the device you would like the player to communicate with (i.e. Baud rate, Data bits, Parity, Stop bits, Protocol, Send EOL, Receive EOL). The 3.5mm serial connector on the player is referred to as "Port 0".

  2. Navigate to Presentation Settings > Interactive > Networking and ensure the UDP Destination Port and UDP Receiver Port to the same value as on your AMX controller (or other UDP application). Both the UDP Destination Port and UDP Receiver Port should be set to the same value.

image-20240410-190746.png
  • No labels