Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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 inthe Advanced tab.

    1. Select the type of serial command to send (Serial-send string with EOL, Serial-send string without EOL, or Serial send byte) once the UDP input message is received.

    2. Enter the serial command string/value.

  9. 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".

  10. Go to Presentation Settings > Interactive > Networking and ensure the UDP Destination Port and UDP Receiver Port are set to the same value as your UDP controller (the AMX controller in these images).

...