Facility Control

 View Only

Custom panel working in Dashboard but not in Ultritouch

  • 1.  Custom panel working in Dashboard but not in Ultritouch

    Posted 10 hours ago

     I have a custom panel that I created to control the encoding streams on Cobalt 9992-ENC OG Cards.

    The controls on the custom panel that are to start/stop stream and then confirm selection.

    This panel worked fine over last week but when we had to shut down our system over the weekend and when we brought it back up the OGX Frame was assigned a new IP and now a couple of the buttons dont work. 

    What's strange is that the code hasn't changed and all the parameter references should line up. There are a few parameter controls that were dragged straight from the Dashboard page and those buttons work fine. So do the data readouts. But the custom buttons that i created do not. And only from the Ultritouch. Everything works fine in Dashboard Panelbuilder.

    <abs contexttype="opengear" gridaspect="true" gridheight="285" gridsize="10" gridwidth="1920" keepalive="false" touch="true" virtualheight="245" virtualwidth="1653">
    <tab bottom="0" left="0" name="MASTER STREAM CONTROL" right="0" scroll="false" tabposition="north" top="0">
    <abs name="MASTER STREAM CONTROL" virtualheight="210" virtualwidth="1651">

    <split bottom="0" left="0" orientation="horizontal" right="1" top="0">
    <abs virtualheight="210" virtualwidth="875" weight="0.5">
    <table bottom="0" left="0" right="5" top="0">
    <tr>
    <button buttontype="push" colspan="1" fill="both" name="" pheight="105" pwidth="492" rowspan="1" style="bg-u:IMAGES/START%20PRIMARY.png;bdr:thick;" weightx="1.0" weighty="1.0" width="315">
    <task tasktype="ogscript">var enc1 = params.getParam("10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC", "0x2054", 0);
    var enc2 = params.getParam("10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC", "0x2448", 0);
    var enc3 = params.getParam("10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC", "0x283C", 0);

    enc1.setValue(1);
    enc2.setValue(1);
    enc3.setValue(1);</task>
    </button>
    <flow align="west" colspan="1" fill="both" horizontalfill="true" orientation="horizontal" pheight="105" pwidth="377" rowspan="1" style="bg#modaloverlay;" weightx="1.0" width="200">
    <table contexttype="opengear" objectid="10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC" objecttype="9992-ENC">
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Encoder 1 RTMP Status" pheight="18" pwidth="141" weightx="0.0"/>
    <param anchor="west" editable="false" expand="true" fill="horizontal" mid="6" oid="0x2081" pheight="25" pwidth="296" showlabel="false" weightx="1.0" weighty="1.0" widget="default">
    <config key="w.iconsize">25</config>
    </param>
    </tr>
    </table>
    <table contexttype="opengear" objectid="10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC" objecttype="9992-ENC">
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Encoder 2 RTMP Status" pheight="18" pwidth="141" weightx="0.0"/>
    <param anchor="west" editable="false" expand="true" fill="horizontal" mid="11" oid="0x2475" pheight="25" pwidth="296" showlabel="false" weightx="1.0" weighty="1.0" widget="default">
    <config key="w.iconsize">25</config>
    </param>
    </tr>
    </table>
    <table contexttype="opengear" objectid="10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC" objecttype="9992-ENC">
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Encoder 3 RTMP Status" pheight="18" pwidth="141" weightx="0.0"/>
    <param anchor="west" editable="false" expand="true" fill="horizontal" mid="16" oid="0x2869" pheight="25" pwidth="296" showlabel="false" weightx="1.0" weighty="1.0" widget="default">
    <config key="w.iconsize">25</config>
    </param>
    </tr>
    </table>
    <table contexttype="opengear" objectid="10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC" objecttype="9992-ENC">
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Port 1 Link" pheight="18" pwidth="63" weightx="0.0"/>
    <param anchor="west" element="0" expand="true" fill="horizontal" oid="0x3A0C" pheight="22" pwidth="153" showlabel="false" weightx="1.0" weighty="1.0" widget="0"/>
    <table anchor="west" fill="horizontal" pheight="22" pwidth="221" weightx="1.0" weighty="1.0">
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Port 2 Link" pheight="18" pwidth="63" weightx="0.0"/>
    <param anchor="west" element="0" expand="true" fill="horizontal" oid="0x3A4C" pheight="22" pwidth="153" showlabel="false" weightx="1.0" weighty="1.0" widget="0"/>
    </tr>
    </table>
    </tr>
    </table>
    </flow>
    </tr>
    <tr>
    <button buttontype="push" colspan="1" fill="both" name="" pheight="105" pwidth="492" rowspan="1" style="bg-u:IMAGES/STOP%20PRIMARY.png;bdr:thick;" weightx="1.0" weighty="1.0">
    <task tasktype="ogscript">var enc1 = params.getParam("10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC", "0x2054", 0);
    var enc2 = params.getParam("10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC", "0x2448", 0);
    var enc3 = params.getParam("10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC", "0x283C", 0);

    enc1.setValue(0);
    enc2.setValue(0);
    enc3.setValue(0);</task>
    </button>
    <button buttontype="push" colspan="1" fill="both" pheight="105" pwidth="377" rowspan="1" style="bg-u:IMAGES/CONFIRM%20HORIZ.png;overlay-u:IMAGES/CONFIRM%20LIT.png;mask-u:IMAGES/CONFIRM%20LIT.png;bdr:thick;" weightx="1.0" weighty="1.0">
    <task tasktype="ogscript">var apply1 = params.getParam("10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC", "0x207E", 0);
    var apply2 = params.getParam("10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC", "0x2472", 0);
    var apply3 = params.getParam("10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC", "0x2866", 0);

    apply1.setValue(0);
    apply2.setValue(0);
    apply3.setValue(0);</task>
    </button>
    </tr>
    </table>
    </abs>
    <abs virtualheight="210" virtualwidth="755">
    <table bottom="0" left="0" right="5" top="0">
    <tr>
    <button buttontype="push" colspan="1" fill="both" pheight="105" pwidth="432" rowspan="1" style="bg-u:IMAGES/START%20BACKUP.jpg;bdr:thick;" weightx="1.0" width="315">
    <task tasktype="ogscript">var enc1 = params.getParam("10006212054&lt;br&gt;Slot 7&lt;br&gt;9992-ENC", "0x2054", 0);

    var current = enc1.getValue();
    var newState = (current == 1) ? 0 : 1;

    enc1.setValue(newState);</task>
    </button>
    <flow align="west" colspan="1" fill="both" horizontalfill="true" pheight="105" pwidth="317" rowspan="1" style="bg#modaloverlay;" verticalfill="true" weighty="1.0" width="200">
    <table contexttype="opengear" objectid="10006212054&lt;br&gt;Slot 7&lt;br&gt;9992-ENC" objecttype="9992-ENC">
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Encoder 1 RTMP Status" pheight="18" pwidth="141" weightx="0.0"/>
    <param anchor="west" editable="false" expand="true" fill="horizontal" mid="6" oid="0x2081" pheight="30" pwidth="184" showlabel="false" weightx="1.0" weighty="1.0" widget="default">
    <config key="w.iconsize">30</config>
    </param>
    </tr>
    </table>
    <table contexttype="opengear" objectid="10006212054&lt;br&gt;Slot 7&lt;br&gt;9992-ENC" objecttype="9992-ENC">
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Port 1 Link" pheight="18" pwidth="63" weightx="0.0"/>
    <param anchor="west" element="0" expand="true" fill="horizontal" oid="0x3A0C" pheight="22" pwidth="262" showlabel="false" weightx="1.0" weighty="1.0" widget="0"/>
    </tr>
    </table>
    <table contexttype="opengear" objectid="10006212054&lt;br&gt;Slot 7&lt;br&gt;9992-ENC" objecttype="9992-ENC">
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Port 2 Link" pheight="18" pwidth="63" weightx="0.0"/>
    <param anchor="west" element="0" expand="true" fill="horizontal" oid="0x3A4C" pheight="22" pwidth="262" showlabel="false" weightx="1.0" weighty="1.0" widget="0"/>
    </tr>
    </table>
    </flow>
    </tr>
    <tr>
    <button buttontype="push" colspan="1" fill="both" pheight="105" pwidth="432" rowspan="1" style="bg-u:IMAGES/STOP%20BACKUP.jpg;bdr:thick;" weightx="1.0" weighty="1.0">
    <task tasktype="ogscript">var enc1 = params.getParam("10006212054&lt;br&gt;Slot 7&lt;br&gt;9992-ENC", "0x2054", 0);

    var current = enc1.getValue();
    var newState = (current == 1) ? 0 : 1;

    enc1.setValue(newState);</task>
    </button>
    <button buttontype="push" colspan="1" fill="both" pheight="105" pwidth="317" rowspan="1" style="bg-u:IMAGES/CONFIRM%20HORIZ.png;overlay-u:IMAGES/CONFIRM%20LIT.png;mask-u:IMAGES/CONFIRM%20LIT.png;bdr:thick;" weightx="1.0" weighty="1.0">
    <task tasktype="ogscript">var apply1 = params.getParam("10006212054&lt;br&gt;Slot 7&lt;br&gt;9992-ENC", "0x207E", 0);

    apply1.setValue(0);</task>
    </button>
    </tr>
    </table>
    </abs>
    </split>
    </abs>
    <abs name="STREAM STATUS" virtualheight="210" virtualwidth="1651">
    <split bottom="0" left="0" orientation="horizontal" right="0" top="0">
    <abs style="bg-u:IMAGES/pngtree-ocean-waves-break-on-the-ocean-picture-image_3631416.jpg;bg-fill:horizontal;" virtualheight="210" virtualwidth="815" weight="0.5">
    <table bottom="0" left="0" right="0" top="0">
    <tr>
    <label colspan="1" fill="both" header="true" height="20" name="PRIMARY YOUTUBE" pheight="20" pwidth="272" rowspan="1" style="txt-align:center;bg#434A567F;bdr:line;size:Normal;font:bold;" weightx="1.0" width="316"/>
    <label colspan="1" fill="both" header="true" height="20" name="PRIMARY SNAPSTREAM PGM" pheight="20" pwidth="272" rowspan="1" style="txt-align:center;bg#434A567F;font:bold;bdr:line;" weightx="1.0" width="316"/>
    <label colspan="1" fill="both" header="true" height="20" name="PRIMARY SNAPSTREAM CLN" pheight="20" pwidth="272" rowspan="1" style="txt-align:center;font:bold;bg#434A567F;bdr:line;" weightx="1.0" width="316"/>
    </tr>
    <tr>
    <simplegrid colspan="1" contexttype="opengear" fill="both" height="125" objectid="10.162.171.32:5253&lt;br&gt;Slot 4&lt;br&gt;9910DA-AV" objecttype="9910DA-AV" pheight="190" pwidth="272" rows="1" rowspan="1" style="bdr:line;" weightx="1.0" weighty="1.0" width="316">
    <simplegrid baseurl="file:/C:/Users/DavidColeman/OneDrive%20-%20Triton%20Technology%20Solutions,%20Inc/Desktop/RTMP%20BASIC%20v0.2.grid" contexttype="opengear" objectid="10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC" objecttype="9992-ENC" rows="1">
    <flow align="west" horizontalfill="true">
    <param editable="false" mid="6" oid="0x2081" showlabel="false" style="font:bold;" widget="default">
    <config key="w.iconsize">50</config>
    </param>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Transport Rate (b/s)" pheight="18" pwidth="115" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x204D" pheight="22" pwidth="84" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Output Rate (b/s)" pheight="18" pwidth="100" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x204E" pheight="22" pwidth="99" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Server Connection" pheight="18" pwidth="105" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2084" pheight="22" pwidth="94" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Video Buffer %" pheight="18" pwidth="86" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2083" pheight="22" pwidth="113" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Audio Buffer %" pheight="18" pwidth="86" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2082" pheight="22" pwidth="113" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Dropped Packets" pheight="18" pwidth="100" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2085" pheight="22" pwidth="99" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    </flow>
    </simplegrid>
    </simplegrid>
    <simplegrid colspan="1" contexttype="opengear" fill="both" height="125" objectid="10.162.171.32:5253&lt;br&gt;Slot 4&lt;br&gt;9910DA-AV" objecttype="9910DA-AV" pheight="190" pwidth="272" rows="1" rowspan="1" style="bdr:line;" weightx="1.0" weighty="1.0" width="316">
    <simplegrid baseurl="file:/C:/Users/DavidColeman/OneDrive%20-%20Triton%20Technology%20Solutions,%20Inc/Desktop/RTMP%20BASIC%20v0.2.grid" contexttype="opengear" objectid="10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC" objecttype="9992-ENC" rows="1">
    <flow align="west" horizontalfill="true">
    <param editable="false" mid="11" oid="0x2475" showlabel="false" widget="default">
    <config key="w.iconsize">50</config>
    </param>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Transport Rate (b/s)" pheight="18" pwidth="115" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2441" pheight="22" pwidth="84" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Output Rate (b/s)" pheight="18" pwidth="100" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2442" pheight="22" pwidth="99" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Server Connection" pheight="18" pwidth="105" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2478" pheight="22" pwidth="94" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Video Buffer %" pheight="18" pwidth="86" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2477" pheight="22" pwidth="113" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Audio Buffer %" pheight="18" pwidth="86" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2476" pheight="22" pwidth="113" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Dropped Packets" pheight="18" pwidth="100" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2479" pheight="22" pwidth="99" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    </flow>
    </simplegrid>
    </simplegrid>
    <simplegrid colspan="1" contexttype="opengear" fill="both" height="125" objectid="10.162.171.32:5253&lt;br&gt;Slot 4&lt;br&gt;9910DA-AV" objecttype="9910DA-AV" pheight="190" pwidth="272" rows="1" rowspan="1" style="bdr:line;" weightx="1.0" weighty="1.0" width="316">
    <simplegrid baseurl="file:/C:/Users/DavidColeman/OneDrive%20-%20Triton%20Technology%20Solutions,%20Inc/Desktop/RTMP%20BASIC%20v0.2.grid" contexttype="opengear" objectid="10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC" objecttype="9992-ENC" rows="1">
    <flow align="west" horizontalfill="true">
    <param editable="false" mid="16" oid="0x2869" showlabel="false" widget="default">
    <config key="w.iconsize">50</config>
    </param>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Transport Rate (b/s)" pheight="18" pwidth="115" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2835" pheight="22" pwidth="84" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Output Rate (b/s)" pheight="18" pwidth="100" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2836" pheight="22" pwidth="99" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Server Connection" pheight="18" pwidth="105" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x286C" pheight="22" pwidth="94" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Video Buffer %" pheight="18" pwidth="86" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x286B" pheight="22" pwidth="113" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Audio Buffer %" pheight="18" pwidth="86" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x286A" pheight="22" pwidth="113" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Dropped Packets" pheight="18" pwidth="100" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x286D" pheight="22" pwidth="99" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    </flow>
    </simplegrid>
    </simplegrid>
    </tr>
    </table>
    </abs>
    <abs style="bg-u:IMAGES/pegasus2.jpg;bg-fill:horizontal;" virtualheight="210" virtualwidth="816">
    <table bottom="0" left="0" right="0" top="0">
    <tr>
    <label colspan="1" fill="both" header="true" height="20" name="BACKUP YOUTUBE" pheight="20" pwidth="272" rowspan="1" style="txt-align:center;bg#434A567F;bdr:line;font:bold;" width="316"/>
    <label colspan="1" fill="both" header="true" height="20" name="BACKUP SNAPSTREAM PGM" pheight="20" pwidth="272" rowspan="1" style="txt-align:center;bdr:line;bg#434A567F;font:bold;" width="316"/>
    <label colspan="1" fill="both" header="true" height="20" name="BACKUP SNAPSTREAM CLN" pheight="20" pwidth="272" rowspan="1" style="txt-align:center;bg#434A567F;bdr:line;font:bold;" width="316"/>
    </tr>
    <tr>
    <simplegrid baseurl="file:/C:/Users/DavidColeman/OneDrive%20-%20Triton%20Technology%20Solutions,%20Inc/Desktop/RTMP%20BASIC%20v0.2.grid" colspan="1" contexttype="opengear" fill="both" objectid="10006212054&lt;br&gt;Slot 7&lt;br&gt;9992-ENC" objecttype="9992-ENC" pheight="190" pwidth="272" rows="1" rowspan="1" style="bdr:line;" weightx="1.0" weighty="1.0">
    <flow align="west" horizontalfill="true">
    <param editable="false" mid="6" oid="0x2081" showlabel="false" widget="default">
    <config key="w.iconsize">50</config>
    </param>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Transport Rate (b/s)" pheight="18" pwidth="115" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x204D" pheight="22" pwidth="84" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Output Rate (b/s)" pheight="18" pwidth="100" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x204E" pheight="22" pwidth="99" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Server Connection" pheight="18" pwidth="105" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2084" pheight="22" pwidth="94" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Video Buffer %" pheight="18" pwidth="86" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2083" pheight="22" pwidth="113" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Audio Buffer %" pheight="18" pwidth="86" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2082" pheight="22" pwidth="113" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Dropped Packets" pheight="18" pwidth="100" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2085" pheight="22" pwidth="99" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    </flow>
    </simplegrid>
    <simplegrid colspan="1" contexttype="opengear" fill="both" objectid="10006212054&lt;br&gt;Slot 7&lt;br&gt;9992-ENC" objecttype="9992-ENC" pheight="190" pwidth="272" rows="1" rowspan="1" style="bdr:line;" weightx="1.0" weighty="1.0">
    <flow align="west" horizontalfill="true">
    <param editable="false" mid="11" oid="0x2475" showlabel="false" widget="default">
    <config key="w.iconsize">50</config>
    </param>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Transport Rate (b/s)" pheight="18" pwidth="115" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2441" pheight="22" pwidth="84" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Output Rate (b/s)" pheight="18" pwidth="100" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2442" pheight="22" pwidth="99" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Server Connection" pheight="18" pwidth="105" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2478" pheight="22" pwidth="94" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Video Buffer %" pheight="18" pwidth="86" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2477" pheight="22" pwidth="113" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Audio Buffer %" pheight="18" pwidth="86" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2476" pheight="22" pwidth="113" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Dropped Packets" pheight="18" pwidth="100" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2479" pheight="22" pwidth="99" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    </flow>
    </simplegrid>
    <simplegrid colspan="1" contexttype="opengear" fill="both" objectid="10006212054&lt;br&gt;Slot 7&lt;br&gt;9992-ENC" objecttype="9992-ENC" pheight="190" pwidth="272" rows="1" rowspan="1" style="bdr:line;" weightx="1.0" weighty="1.0">
    <flow align="west" horizontalfill="true">
    <param editable="false" mid="16" oid="0x2869" showlabel="false" widget="default">
    <config key="w.iconsize">50</config>
    </param>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Transport Rate (b/s)" pheight="18" pwidth="115" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2835" pheight="22" pwidth="84" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Output Rate (b/s)" pheight="18" pwidth="100" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x2836" pheight="22" pwidth="99" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Server Connection" pheight="18" pwidth="105" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x286C" pheight="22" pwidth="94" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Video Buffer %" pheight="18" pwidth="86" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x286B" pheight="22" pwidth="113" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Audio Buffer %" pheight="18" pwidth="86" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x286A" pheight="22" pwidth="113" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    <table>
    <tr>
    <label anchor="east" fill="none" insets="0,0,0,5" name="Dropped Packets" pheight="18" pwidth="100" weightx="0.0"/>
    <param anchor="west" element="0" fill="horizontal" oid="0x286D" pheight="22" pwidth="99" showlabel="false" weightx="1.0" weighty="1.0" widget="1"/>
    </tr>
    </table>
    </flow>
    </simplegrid>
    </tr>
    </table>
    </abs>
    </split>
    </abs>
    <abs name="STREAM CONTROL" virtualheight="210" virtualwidth="1651">
    <split bottom="0" left="0" orientation="horizontal" right="0" top="0">
    <abs style="bg-u:IMAGES/85814.jpg;bg-fill:horizontal;" virtualheight="210" virtualwidth="815" weight="0.5">
    <table bottom="0" left="0" right="0" style="font:bold;" top="0">
    <tr>
    <label colspan="1" fill="both" header="true" height="20" name="PRIMARY YOUTUBE" pheight="20" pwidth="272" rowspan="1" style="txt-align:center;bg#434A567F;bdr:line;font:bold;" weightx="1.0" width="316"/>
    <label colspan="1" fill="both" header="true" height="20" name="PRIMARY SNAPSTREAM PGM" pheight="20" pwidth="272" rowspan="1" style="txt-align:center;font:bold;bg#434A567F;" weightx="1.0" width="316"/>
    <label colspan="1" fill="both" header="true" height="20" name="PRIMARY SNAPSTREAM CLN" pheight="20" pwidth="272" rowspan="1" style="txt-align:center;bg#434A567F;bdr:line;font:bold;" weightx="1.0" width="316"/>
    </tr>
    <tr>
    <simplegrid colspan="1" contexttype="opengear" fill="both" objectid="10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC" objecttype="9992-ENC" pheight="190" pwidth="272" rows="1" rowspan="1" style="bdr:line;" weightx="1.0" weighty="1.0">
    <param element="0" expand="true" oid="0x2054" showlabel="false" widget="9"/>
    <param element="0" expand="true" oid="0x207E" showlabel="false" widget="12"/>
    </simplegrid>
    <simplegrid colspan="1" contexttype="opengear" fill="both" objectid="10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC" objecttype="9992-ENC" pheight="190" pwidth="272" rows="1" rowspan="1" style="bdr:line;" weightx="1.0" weighty="1.0">
    <param element="0" expand="true" oid="0x2448" showlabel="false" widget="9"/>
    <param element="0" expand="true" oid="0x2472" showlabel="false" widget="12"/>
    </simplegrid>
    <simplegrid colspan="1" contexttype="opengear" fill="both" objectid="10006212054&lt;br&gt;Slot 5&lt;br&gt;9992-ENC" objecttype="9992-ENC" pheight="190" pwidth="272" rows="1" rowspan="1" style="bdr:line;" weightx="1.0" weighty="1.0">
    <param element="0" expand="true" oid="0x283C" showlabel="false" widget="9"/>
    <param element="0" expand="true" oid="0x2866" showlabel="false" widget="12"/>
    </simplegrid>
    </tr>
    </table>
    </abs>
    <abs style="bg-u:IMAGES/red-circuit-board-wallpaper-digital-technology-background-free-vector.jpg;bg-fill:horizontal;" virtualheight="210" virtualwidth="816">
    <table bottom="0" left="0" right="0" top="0">
    <tr>
    <label colspan="1" fill="both" header="true" height="20" name="BACKUP YOUTUBE" pheight="20" pwidth="272" rowspan="1" style="txt-align:center;bg#434A567F;bdr:line;font:bold;" weightx="1.0" width="316"/>
    <label colspan="1" fill="both" header="true" height="20" name="BACKUP SNAPSTREAM PGM" pheight="20" pwidth="272" rowspan="1" style="txt-align:center;bg#434A567F;bdr:line;font:bold;" weightx="1.0" width="316"/>
    <label colspan="1" fill="both" header="true" height="20" name="BACKUP SNAPSTREAM CLN" pheight="20" pwidth="272" rowspan="1" style="txt-align:center;bg#434A567F;bdr:line;font:bold;" weightx="1.0" width="316"/>
    </tr>
    <tr>
    <simplegrid colspan="1" contexttype="opengear" fill="both" objectid="10006212054&lt;br&gt;Slot 7&lt;br&gt;9992-ENC" objecttype="9992-ENC" pheight="190" pwidth="272" rows="1" rowspan="1" style="bdr:line;" weightx="1.0" weighty="1.0" width="316">
    <param element="0" expand="true" oid="0x2054" showlabel="false" widget="9"/>
    <param element="0" expand="true" oid="0x207E" showlabel="false" widget="12"/>
    </simplegrid>
    <simplegrid colspan="1" contexttype="opengear" fill="both" objectid="10006212054&lt;br&gt;Slot 7&lt;br&gt;9992-ENC" objecttype="9992-ENC" pheight="190" pwidth="272" rows="1" rowspan="1" style="bdr:line;" weightx="1.0" weighty="1.0" width="316">
    <param element="0" expand="true" oid="0x2448" showlabel="false" widget="9"/>
    <param element="0" expand="true" oid="0x2472" showlabel="false" widget="12"/>
    </simplegrid>
    <simplegrid colspan="1" contexttype="opengear" fill="both" objectid="10006212054&lt;br&gt;Slot 7&lt;br&gt;9992-ENC" objecttype="9992-ENC" pheight="190" pwidth="272" rows="1" rowspan="1" style="bdr:line;" weightx="1.0" weighty="1.0" width="316">
    <param element="0" expand="true" oid="0x283C" showlabel="false" widget="9"/>
    <param element="0" expand="true" oid="0x2866" showlabel="false" widget="12"/>
    </simplegrid>
    </tr>
    </table>
    </abs>
    </split>
    </abs>

    </tab>
    </abs>


    ------------------------------
    David Coleman
    AV Systems Engineers
    ------------------------------