Action disabled: source

How to send data to Deltacast DELTA-cg ?

  1. In Scoreboard OCR:
    1. Choose Output Type “XML File”
    2. Choose the file path, where you would like to save the XML file
    3. Scoreboard OCR will update the XML file as the digits on physical scoreboard change
  2. Make sure you dont use field names with spaces, they are not allowed for XML output. For example, 'Score Home' will not work, you must use “ScoreHome”
  3. In DELTA-cg:
    1. Goto to any Text field properties
    2. Under “Text” choose “Set XML Value” (please see below the screenshot)
    3. Choose XML file

Here is an example the content of the XML file:

<?xml version="1.0"?>
<root>
    <clock>1:30</clock>
    <shot_clock>10</shot_clock>
</root>