Facility Control

 View Only
  • 1.  Custom Dashboard Panel Devices not working only on Ultritouch

    Posted 09-05-2024 17:42

    Hello,

    After lots of learning and work here and there over some time, I am getting close to being done with our 4U Ultritouch global broadcast custom panel for our facility.  The Ultritouch is giving lots of trouble already as it was shipped to us not allowing us to add our PTZ cameras or the Dashboard PTZ plugin.  I am working on support to figure that out.  I tried to load my most recent panel to the Ultritouch 4U today and it did not work.  It works great on any Dashboard on the PC, but when loaded to the Ultritouch, the Ultrix and Kiva connections don't work.  I'm pretty sure the only part that worked was controlling the Open Gear cards.  All the same devices are connected to the Ultritouch. I'm assuming that a panel that works on a PC with all the same devices should be working on an Ultritouch as well.   I tried loading the panel and then restarting Ultritouch as when I transferred this panel to another PC, it didn;t work properly until I restarted Dashboard. I know this is a very large and complex panel but if anyone has some time to check this out and help me figure this out why it isn't working on Ultritouch that would be amazing. It also needs a lot of cleaning up.but maybe there are some basic things that can be noticed that would cause issues.  I did not configure devices as data sources as there are a lot of custom parameters.. I used a lot of API commands from the devices. It may be related to how the panel is working with internal data but I was assuming as long as Ultritouch had all the same devices it would work.  Thank you!

    <abs contexttype="opengear" gridaspect="false" gridheight="485" gridwidth="1304" keepalive="false" touch="true" virtualheight="485" virtualwidth="1304">
       <timer autostart="true" pattern="HH:mm:ss" rate="500" start="00:00:00" stop="00:00:00"/>
       <timer autostart="false" id="Timer_3" pattern="HH:mm:ss" rate="500" start="00:00:00" stop="00:00:00">
          <timertask tasktype="ogparamset">params.setValue('Timer_3_Display', 0, event.getDisplay());</timertask>
       </timer>
       <timer autostart="false" id="Timer_2" pattern="HH:mm:ss" rate="500" start="00:00:00" stop="00:00:00">
          <timertask tasktype="ogparamset">params.setValue('Timer_2', 0, event.getDisplay());</timertask>
       </timer>
       <timer autostart="true" id="Timer_1" pattern="HH:mm:ss" rate="500" start="00:00:00" stop="00:10:00">
          <timertask tasktype="ogparamset">params.setValue('Timer_1_Param', 0, event.getDisplay());</timertask>
       </timer>
       <timer id="Date" pattern="MMMM d" rate="500">
          <timertask tasktype="ogparamset">params.setValue('Datevalue', 0, event.getDisplay());</timertask>
       </timer>
       <timer id="Time" pattern="h:mm a" rate="500">
          <timertask tasktype="ogparamset">params.setValue('Timervalue', 0, event.getDisplay());</timertask>
       </timer>
       <timer autostart="true" id="Autoswitch" pattern="HH:mm:ss" rate="1000" start="00:00:15" stop="00:00:00">
          <timertask tasktype="ogscript"/>
          <timertask tasktype="ogparamset">params.setValue('CenterTimerLabel', 0, event.getDisplay());</timertask>
          <timertask tasktype="ogscript">var timer = ogscript.getTimerManager().getTimer('Autoswitch');
    
    var index = params.getValue('autoarrayindex', 0);
    
    if (timer.getCurrent() == 4000 &amp;&amp; index &lt; 9)
    
    {
       params.setValue('autoarrayindex', 0, index +1);
    
    }
    
    
    //if (v1 == "yes" &amp;&amp; v2 == "yes")
    
    
    //need to say if the parameter is 8, then don't set value.  when it is 8, set the index value back to 1 on the next time. 
    //In order to send the command on step 8.   send the command than afterward send the command.delayed to reset the index to 0. 
    //all needs to happen here.</timertask>
          <timertask tasktype="ogscript">var timer = ogscript.getTimerManager().getTimer('Autoswitch');
    var index = params.getValue('autoarrayindex', 0);
    
    
    if (timer.getCurrent() == 0)
    
    {
      ogscript.getTimerManager().getTimer('Autoswitch').startTimer(true);
      ogscript.setStyle('step' + index + 'border', 'bdr#DA0000');
      ogscript.hide('step' + (index - 1) + 'border');
      ogscript.reveal('step' + (index) + 'border');
    
    
    }
    
    //need t0 put the index variable into this and do math . +1 to preview.hide and set style to green.   current is set style to red. -1 is hide need to</timertask>
          <timertask tasktype="ogscript"/>
          <timertask tasktype="ogscript"/>
          <timertask tasktype="ogscript">var timer = ogscript.getTimerManager().getTimer('Autoswitch');
    
    var index = params.getValue('autoarrayindex', 0);
    
    var start = 1;
    
    if (timer.getCurrent() == 1000 &amp;&amp; index == 9)
    
    {
       params.setValue('autoarrayindex', 0, start);
       ogscript.debug('foxmandog');
       ogscript.hide('step8border');
    
    }</timertask>
          <timertask tasktype="ogscript">var time = ogscript.getTimerManager().getTimer('Autoswitch').getCurrent();
    
    if (time &lt;= 3000)
    {
       ogscript.setStyle('auto_timer_label', 'fg#E0CDCD');
    
    }
    
    else
    {
       ogscript.setStyle('auto_timer_label', 'fg#FFFFFF');
    }</timertask>
       </timer>
       <meta>
          <params>
             <param access="1" constraintstrict="false" constrainttype="STRING_STRING_CHOICE" maxlength="0" name="Buttons" oid="Buttons" type="STRING" value="tab_9" widget="default">
                <constraint key="tab_1">&lt;html&gt;&lt;center&gt;PTZ &lt;br/&gt; Presets&lt;/center&gt;&lt;/html&gt;</constraint>
                <constraint key="tab_2">&lt;html&gt;&lt;center&gt;Router&lt;br/&gt; Control&lt;/center&gt;&lt;/html&gt;</constraint>
                <constraint key="tab_3">&lt;html&gt;&lt;center&gt;Auto &lt;br/&gt; Switcher&lt;/center&gt;&lt;/html&gt;</constraint>
                <constraint key="tab_4">&lt;html&gt;&lt;center&gt;Color &lt;br/&gt; Correct&lt;/center&gt;&lt;/html&gt;</constraint>
                <constraint key="tab_5">&lt;html&gt;&lt;center&gt;Graphics &lt;br/&gt; Presets&lt;/center&gt;&lt;/html&gt;</constraint>
                <constraint key="tab_6">&lt;html&gt;&lt;center&gt;Recording/ &lt;br/&gt;Clip Player&lt;/center&gt;&lt;/html&gt;</constraint>
                <constraint key="tab_7">Audio</constraint>
                <constraint key="tab_8">Utility/Conv</constraint>
                <constraint key="tab_9">Timers</constraint>
             </param>
             <param access="1" constraintstrict="false" constrainttype="STRING_STRING_CHOICE" maxlength="0" name="Buttons" oid="buttons" type="STRING" value="tab_1" widget="default">
                <constraint key="tab_1">PTZ 1</constraint>
                <constraint key="tab_2">PTZ 2</constraint>
             </param>
             <param access="1" constraint="0.0;600.0;0.0;600.0;1" constrainttype="INT_STEP_RANGE" name="dwell_number" oid="dwell_number" precision="0" type="INT32" value="309" widget="slider-vertical"/>
             <param access="1" constrainttype="INT_CHOICE" name="toggle2step" oid="toggle2step" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0"/>
                <constraint key="1"/>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="step3button" oid="step3button" precision="0" type="INT32" value="1" widget="default">
                <constraint key="0">Invalid</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="step4toggle" oid="step4toggle" precision="0" type="INT32" value="1" widget="toggle">
                <constraint key="0">Invalid</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="step5button" oid="step5button" precision="0" type="INT32" value="1" widget="toggle">
                <constraint key="0"/>
                <constraint key="1"/>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="step6button" oid="step6button" precision="0" type="INT32" value="1" widget="toggle">
                <constraint key="0">Invalid</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="step7toggle" oid="step7toggle" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0"/>
                <constraint key="1"/>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="step8toggle" oid="step8toggle" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Invalid</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Playtoggle" oid="Playtoggle" precision="0" type="INT32" value="1" widget="toggle">
                <constraint key="0"/>
                <constraint key="1"/>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="stoptoggle" oid="stoptoggle" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0"/>
                <constraint key="1"/>
             </param>
             <param access="1" constraint="0.0;600.0;0.0;600.0;1" constrainttype="INT_STEP_RANGE" name="dwell_time" oid="dwell_time" precision="0" type="INT32" value="291" widget="slider-vertical"/>
             <param access="1" constrainttype="INT_NULL" name="StepNumber" oid="StepNumber" precision="0" type="INT32_ARRAY" value="1;2;3;4;5;6;7;8" widget="default"/>
             <param access="1" maxlength="0" name="Timer_1_Start_Time" oid="Timer_1_Start_Time" type="STRING" value="00:22:00" widget="default"/>
             <param access="1" constrainttype="STRING_CHOICE" maxlength="0" name="Text 1" oid="Text_1" type="STRING" value="Dogs" widget="text">
                <constraint>TEAM 1</constraint>
             </param>
             <param access="1" constrainttype="STRING_CHOICE" maxlength="0" name="Textinput2" oid="Textinput2" type="STRING" value="Gobblers" widget="text">
                <constraint>Team 2</constraint>
             </param>
             <param access="1" constrainttype="STRING_CHOICE" maxlength="0" name="Text_3" oid="Text_3" type="STRING" value="fdsfsa" widget="text">
                <constraint>Team 3</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Color1" oid="Color1" precision="0" type="INT32" value="1" widget="radio-toggle">
                <constraint key="1">Red</constraint>
                <constraint key="2">Blue</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="EncoderOn" oid="EncoderOn" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="GymSDI" oid="GymSDI" precision="0" type="INT32" value="6" widget="combo">
                <constraint key="1">Wall Plate 1</constraint>
                <constraint key="2">Wall Plate 2</constraint>
                <constraint key="3">Wall Plate 3</constraint>
                <constraint key="4">Wall Plate 4</constraint>
                <constraint key="5">Box 1</constraint>
                <constraint key="6">Box 2</constraint>
                <constraint key="7">Box 3</constraint>
                <constraint key="8">Box 4</constraint>
             </param>
             <param access="1" constraint="0.0;100.0;1.0;101.0;1" constrainttype="INT_STEP_RANGE" name="EQ_AJA_1_High" oid="EQ_AJA_1_High" precision="0" type="INT32" value="0" widget="wheel"/>
             <param access="1" constrainttype="INT_CHOICE" name="Timer_1_Full_Toggle" oid="Timer_1_Full_Toggle" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Full On</constraint>
                <constraint key="1">Full Off</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Timer_2_Toggle" oid="Timer_2_Toggle" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Full On</constraint>
                <constraint key="1">Full Off</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Timer_3_Toggle" oid="Timer_3_Toggle" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Full On</constraint>
                <constraint key="1">Full Off</constraint>
             </param>
             <param access="1" maxlength="0" name="Timer_1_Param" oid="Timer_1_Param" type="STRING" value="00:00:00" widget="label"/>
             <param access="1" constraint="0.0;6.0;0.0;6.0;1" constrainttype="INT_STEP_RANGE" name="Timer_1_Hour_End" oid="Timer_1_Hour_End" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" constraint="0.0;59.0;0.0;59.0;1" constrainttype="INT_STEP_RANGE" name="Timer_1_End_Time_Minute" oid="Timer_1_End_Time_Minute" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" constraint="0.0;59.0;0.0;59.0;1" constrainttype="INT_STEP_RANGE" name="Timer_1_End_Time_Seconds" oid="Timer_1_End_Time_Seconds" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" constraint="0.0;698.0;0.0;698.0;1" constrainttype="INT_STEP_RANGE" name="Timer_1_Hour_Start_Time" oid="Timer_1_Hour_Start_Time" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" constraint="0.0;59.0;0.0;59.0;1" constrainttype="INT_STEP_RANGE" name="Timer_1_Start_Time_Minutes" oid="Timer_1_Start_Time_Minutes" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" constraint="0.0;59.0;0.0;59.0;1" constrainttype="INT_STEP_RANGE" name="Timer_1_Start_Seconds" oid="Timer_1_Start_Seconds" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" maxlength="0" name="Timer_2" oid="Timer_2" type="STRING" value="00:00:00" widget="label"/>
             <param access="1" constraint="0.0;6.0;0.0;6.0;1" constrainttype="INT_STEP_RANGE" name="Timer_2_Start_Time_Hour" oid="Timer_2_Start_Time_Hour" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" constraint="0.0;59.0;0.0;59.0;1" constrainttype="INT_STEP_RANGE" name="Timer_2_Start_Time_Minutes" oid="Timer_2_Start_Time_Minutes" precision="0" type="INT32" value="11" widget="spinner"/>
             <param access="1" constraint="0.0;59.0;0.0;59.0;1" constrainttype="INT_STEP_RANGE" name="Timer_2_Start_Time_Seconds" oid="Timer_2_Start_Time_Seconds" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" constraint="0.0;6.0;0.0;6.0;1" constrainttype="INT_STEP_RANGE" name="Timer_2_End_Time_Hours" oid="Timer_2_End_Time_Hours" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" constraint="0.0;59.0;0.0;59.0;1" constrainttype="INT_STEP_RANGE" name="Timer_2_End_Time_Minutes" oid="Timer_2_End_Time_Minutes" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" constraint="0.0;59.0;0.0;59.0;1" constrainttype="INT_STEP_RANGE" name="Timer_2_End_Time_Seconds" oid="Timer_2_End_Time_Seconds" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" maxlength="0" name="Timer_3_Display" oid="Timer_3_Display" type="STRING" value="00:00:00" widget="label"/>
             <param access="1" constraint="0.0;6.0;0.0;6.0;1" constrainttype="INT_STEP_RANGE" name="Timer_3_Start_Hour" oid="Timer_3_Start_Hour" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" constraint="0.0;59.0;0.0;59.0;1" constrainttype="INT_STEP_RANGE" name="Timer_3_Start_Minutes" oid="Timer_3_Start_Minutes" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" constraint="0.0;59.0;0.0;59.0;1" constrainttype="INT_STEP_RANGE" name="Timer_3_Start_Seconds" oid="Timer_3_Start_Seconds" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" constraint="0.0;6.0;0.0;6.0;1" constrainttype="INT_STEP_RANGE" name="Timer_3_End_Hour" oid="Timer_3_End_Hour" precision="0" type="INT32" value="3" widget="spinner"/>
             <param access="1" constraint="0.0;59.0;0.0;59.0;1" constrainttype="INT_STEP_RANGE" name="Timer_3_End_Minutes" oid="Timer_3_End_Minutes" precision="0" type="INT32" value="35" widget="spinner"/>
             <param access="1" constraint="0.0;59.0;0.0;59.0;1" constrainttype="INT_STEP_RANGE" name="Timer_3_End_Seconds" oid="Timer_3_End_Seconds" precision="0" type="INT32" value="0" widget="spinner"/>
             <param access="1" constrainttype="INT_CHOICE" name="Router" oid="Router" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">&lt;html&gt;&lt;center&gt;Scope&lt;br/&gt; Router On&lt;/center&gt;&lt;/html&gt;</constraint>
                <constraint key="1">&lt;html&gt;&lt;center&gt;Scope&lt;br/&gt; Router Off&lt;/center&gt;&lt;/html&gt;</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Timer_1_End_Start" oid="Timer_1_End_Start" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">START</constraint>
                <constraint key="1">END</constraint>
             </param>
             <param access="1" maxlength="0" name="Scope_Router_Scope_1" oid="Scope_Router_Scope_1" type="STRING" value="" widget="text-display"/>
             <param access="1" maxlength="0" name="Scope_Router_Scope_2" oid="Scope_Router_Scope_2" type="STRING" value="" widget="text-display"/>
             <param access="1" maxlength="0" name="Scope_Router_Scope_3" oid="Scope_Router_Scope_3" type="STRING" value="" widget="text-display"/>
             <param access="1" maxlength="0" name="Scope_Router_Scope_4" oid="Scope_Router_Scope_4" type="STRING" value="" widget="text-display"/>
             <param access="1" constrainttype="INT_CHOICE" name="Timer_2_Start_End" oid="Timer_2_Start_End" precision="0" type="INT32" value="1" widget="toggle">
                <constraint key="0">START</constraint>
                <constraint key="1">END</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Audio_Router_On_Off" oid="Audio_Router_On_Off" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">&lt;html&gt;&lt;center&gt;Production&lt;br/&gt; Router On&lt;/center&gt;&lt;/html&gt;</constraint>
                <constraint key="1">&lt;html&gt;&lt;center&gt;Production&lt;br/&gt; Router Off&lt;/center&gt;&lt;/html&gt;</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Zoom_Toggle_Cam_1" oid="Zoom_Toggle_Cam_1" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">&lt;html&gt;&lt;center&gt;2X Zoom&lt;br/&gt; Toggle&lt;/center&gt;&lt;/html&gt;</constraint>
                <constraint key="1">&lt;html&gt;&lt;center&gt;2X Zoom&lt;br/&gt; Toggle&lt;/center&gt;&lt;/html&gt;</constraint>
             </param>
             <param access="1" constrainttype="INT_NULL" name="QC_Param" oid="0x2" precision="0" type="INT16" value="2" widget="default"/>
             <param access="1" maxlength="0" name="Step_1_Cam_Array" oid="step1cam" precision="0" type="STRING_ARRAY" widget="default">
                <value>XPT AUX:1:IN:5</value>
                <value>2</value>
                <value>3</value>
                <value>XPT AUX:1:IN:4</value>
                <value>5</value>
                <value>6</value>
                <value>7</value>
                <value>8</value>
             </param>
             <param access="1" maxlength="0" name="Step_2_Cam_Array" oid="step2cam" precision="0" type="STRING_ARRAY" widget="default">
                <value>6.0</value>
                <value>XPT AUX:1:IN:4</value>
                <value>XPT AUX:1:IN:3</value>
                <value>XPT AUX:1:IN:4</value>
                <value>XPT AUX:1:IN:5</value>
                <value>XPT AUX:1:IN:6</value>
                <value>XPT AUX:1:IN:7</value>
                <value>XPT AUX:1:IN:8</value>
             </param>
             <param access="1" maxlength="0" name="Step_8_Cam_Array" oid="step8cam" precision="0" type="STRING_ARRAY" widget="default">
                <value>2.0</value>
                <value>2</value>
                <value>3</value>
                <value>4</value>
                <value>5</value>
                <value>6</value>
                <value>7</value>
                <value>XPT AUX:1:IN:5</value>
             </param>
             <param access="1" maxlength="0" name="Step_3_Cam_Array" oid="step3cam" precision="0" type="STRING_ARRAY" widget="default">
                <value>7.0</value>
                <value>2</value>
                <value>XPT AUX:1:IN:5</value>
                <value>4</value>
                <value>5</value>
                <value>6</value>
                <value>7</value>
                <value>8</value>
             </param>
             <param access="1" maxlength="0" name="Step_4_Cam_Array" oid="step4cam" precision="0" type="STRING_ARRAY" widget="default">
                <value>3.0</value>
                <value>2</value>
                <value>3</value>
                <value>XPT AUX:1:IN:5</value>
                <value>5</value>
                <value>6</value>
                <value>7</value>
                <value>8</value>
             </param>
             <param access="1" maxlength="0" name="Step_5_Cam_Array" oid="step5cam" precision="0" type="STRING_ARRAY" widget="default">
                <value>3.0</value>
                <value>2</value>
                <value>3</value>
                <value>4</value>
                <value>XPT AUX:1:IN:5</value>
                <value>6</value>
                <value>7</value>
                <value>8</value>
             </param>
             <param access="1" maxlength="0" name="Step_6_Cam_Array" oid="step6cam" precision="0" type="STRING_ARRAY" widget="default">
                <value>3.0</value>
                <value>2</value>
                <value>3</value>
                <value>4</value>
                <value>5</value>
                <value>XPT AUX:1:IN:5</value>
                <value>7</value>
                <value>8</value>
             </param>
             <param access="1" maxlength="0" name="Step_7_Cam_Array" oid="step7cam" precision="0" type="STRING_ARRAY" widget="default">
                <value>2.0</value>
                <value>2</value>
                <value>3</value>
                <value>4</value>
                <value>5</value>
                <value>6</value>
                <value>XPT AUX:1:IN:5</value>
                <value>8</value>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="new_auto_value" oid="autovalue" precision="0" type="INT32" value="1" widget="default">
                <constraint key="1"/>
             </param>
             <param access="1" constrainttype="STRING_CHOICE" maxlength="0" name="AutoArray" oid="AutoArray" precision="0" type="STRING_ARRAY" widget="combo">
                <value>2.0</value>
                <value>6.0</value>
                <value>3.0</value>
                <value>3.0</value>
                <value>3.0</value>
                <value>3.0</value>
                <value>2.0</value>
                <value>2.0</value>
                <value>
                </value>
                <value>0.0</value>
                <constraint>1</constraint>
             </param>
             <param access="1" constrainttype="INT_NULL" name="AutoArrayIndex" oid="autoarrayindex" precision="0" type="INT16" value="6" widget="default"/>
             <param access="1" constraint="4000.0;10000.0;4000.0;10000.0;1" constrainttype="INT_STEP_RANGE" name="Dwell_Time" oid="Dwell_Time" precision="0" type="INT32" value="5308" widget="fader"/>
             <param access="1" constrainttype="INT_CHOICE" name="AM_PM" oid="AM_PM" precision="0" type="INT32" value="1" widget="list">
                <constraint key="0">AM</constraint>
                <constraint key="1">PM</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Multiviewer_Abs_Toggle" oid="Multiviewer_Abs_Toggle" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Multiviewer Router On</constraint>
                <constraint key="1">Multiviewer Router Off</constraint>
             </param>
             <param access="1" maxlength="0" name="CL5_21" oid="CL5_21" type="STRING" value="" widget="text-display"/>
             <param access="1" maxlength="0" name="CL5_22" oid="CL5_22" type="STRING" value="" widget="text-display"/>
             <param access="1" maxlength="0" name="CL5_3" oid="CL5_3" type="STRING" value="" widget="text-display"/>
             <param access="1" maxlength="0" name="CL5_4" oid="CL5_4" type="STRING" value="" widget="text-display"/>
             <param access="1" maxlength="0" name="KIVA_CH_A_CLIP_LOAD" oid="KIVA_CH_A_CLIP_LOAD" type="STRING" value="" widget="text"/>
             <param access="1" maxlength="0" name="KIVA_CLIP_NAME_B" oid="KIVA_CLIP_NAME_B" type="STRING" value="BASKETBALLGAME1" widget="text"/>
             <param access="1" constraint="0.0;100.0;0.0;100.0;1" constrainttype="INT_STEP_RANGE" name="AUDIO_TEST" oid="AUDIO_TEST" precision="0" type="INT32" value="205" widget="slider-vertical-nolabel"/>
             <param access="1" maxlength="0" name="Jumbotron_Source" oid="Jumbotron_Source" type="STRING" value="40.0" widget="text-display"/>
             <param access="1" constrainttype="INT_CHOICE" name="Dest_Label" oid="Dest_Label" precision="0" type="INT16" value="30" widget="default">
                <constraint key="0">Invalid</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="KIVA_MIRA_CTRL_SWITCH" oid="KIVA_MIRA_CTRL_SWITCH" precision="0" type="INT32" value="0" widget="radio-toggle">
                <constraint key="0">&lt;html&gt;&lt;center&gt;SHOW&lt;br/&gt;KIVA&lt;/center&gt;&lt;/html&gt;</constraint>
                <constraint key="1">&lt;html&gt;&lt;center&gt;SHOW&lt;br/&gt;MIRA&lt;/center&gt;&lt;/html&gt;</constraint>
             </param>
             <param access="1" constraint="0.0;300.0;0.0;300.0;1" constrainttype="INT_STEP_RANGE" name="ENCODER_TO_LEVEL" oid="ENCODER_TO_LEVEL" precision="0" type="INT32" value="0" widget="slider-vertical-nolabel"/>
             <param access="1" constraint="0.0;100.0;0.0;100.0;1" constrainttype="INT_STEP_RANGE" name="CAM_2_IRIS" oid="CAM_2_IRIS" precision="0" type="INT32" value="3044" widget="slider-horizontal"/>
             <param access="1" constrainttype="INT_CHOICE" name="CAM_2_WB_MODE" oid="CAM_2_WB_MODE" precision="0" type="INT16" value="4" widget="list">
                <constraint key="0">ATW</constraint>
                <constraint key="2">AWB A</constraint>
                <constraint key="3">AWB B</constraint>
                <constraint key="4">PRESET 3200K</constraint>
                <constraint key="5">PRESET 5600K</constraint>
                <constraint key="9">VAR</constraint>
             </param>
          </params>
          <params>
             <param access="1" constrainttype="INT_CHOICE" name="GlobalCameraPresets" oid="GlobalCameraPresets" precision="0" type="INT32" value="2" widget="radio-toggle">
                <constraint key="0">6 Full Courts</constraint>
                <constraint key="1">Arena Default</constraint>
                <constraint key="2">Freethrow Shooters</constraint>
                <constraint key="3">Basket Closeups</constraint>
                <constraint key="4">All Cameras Wide</constraint>
                <constraint key="5">8 Full Courts</constraint>
                <constraint key="6">Arena Default</constraint>
                <constraint key="7">Servers</constraint>
                <constraint key="8">Net CloseUp</constraint>
                <constraint key="9">All Cameras Wide</constraint>
                <constraint key="10">Stage Left</constraint>
                <constraint key="11">Stage Center</constraint>
                <constraint key="12">Stage Right</constraint>
                <constraint key="13">All Wide</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="AutoswitchTimes" oid="AutoswitchTimes" precision="0" type="INT32" value="3" widget="list">
                <constraint key="1">15</constraint>
                <constraint key="2">30</constraint>
                <constraint key="3">45</constraint>
                <constraint key="4">60</constraint>
                <constraint key="5">180</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Camera1Presets" oid="Camera1Presets" precision="0" type="INT32" value="1" widget="list">
                <constraint key="1">Half Court</constraint>
                <constraint key="2">Freethrow</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Cam1Presets" oid="Cam1Presets" precision="0" type="INT32" value="1" widget="list">
                <constraint key="0">Invalid</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Cam3Presets" oid="Cam3Presets" precision="0" type="INT32" value="1" widget="list">
                <constraint key="1">Volleyball 12A</constraint>
                <constraint key="2">Volletball 12B</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Cam2Presets" oid="Cam2Presets" precision="0" type="INT32" value="5" widget="list">
                <constraint key="0">Invalid</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="AutoSwitch8Off" oid="AutoSwitch8Off" precision="0" type="INT32" value="0" widget="radio-toggle">
                <constraint key="0">Invalid</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Cam7autotoggle" oid="Cam7autotoggle" precision="0" type="INT32" value="0" widget="checkbox">
                <constraint key="0">Invalid</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Camera8toggleautio" oid="Camera8toggleautio" precision="0" type="INT32" value="0" widget="checkbox">
                <constraint key="0">Invalid</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="AUTOTIME" oid="AUTOTIME" precision="0" type="INT32" value="3" widget="list">
                <constraint key="1">15</constraint>
                <constraint key="2">30</constraint>
                <constraint key="3">45</constraint>
                <constraint key="4">60</constraint>
                <constraint key="5">360</constraint>
                <constraint key="6">720</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Source" oid="Source" precision="0" type="INT32" value="1" widget="radio-toggle">
                <constraint key="1">1</constraint>
                <constraint key="2">2</constraint>
                <constraint key="3">3</constraint>
             </param>
             <param access="1" constraint="0.0;100.0;0.0;100.0;1" constrainttype="INT_STEP_RANGE" name="KivaAudioMeter1" oid="KivaAudioMeter1" precision="0" type="INT32" value="0" widget="level-meter"/>
             <param access="1" constraint="0.0;100.0;0.0;100.0;1" constrainttype="INT_STEP_RANGE" name="Kivafader" oid="Kivafader" precision="0" type="INT32" value="60" widget="slider-vertical-nolabel"/>
             <param access="1" maxlength="0" name="texentrykiva" oid="texentrykiva" type="STRING" value="" widget="text"/>
             <param access="1" constrainttype="INT_CHOICE" name="QCpopup" oid="QCpopup" precision="0" type="INT32" value="0" widget="list">
                <constraint key="0">Invalid</constraint>
             </param>
             <param access="1" constrainttype="INT_NULL" name="QC_Param" oid="0x2" precision="0" type="INT16" value="5" widget="default"/>
             <param access="1" constrainttype="INT_CHOICE" name="QC1" oid="QC1" precision="0" type="INT32" value="1" widget="toggle">
                <constraint key="1">On</constraint>
                <constraint key="2">Off</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="WD1" oid="WD1" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="TODEST" oid="TODEST" precision="0" type="INT32" value="5" widget="label">
                <constraint key="1">QC</constraint>
                <constraint key="2">Wall TV</constraint>
                <constraint key="3">Audio</constraint>
                <constraint key="4">Kiva</constraint>
                <constraint key="5">Scoreboard</constraint>
             </param>
             <param access="1" constraint="0.0;100.0;0.0;100.0;1" constrainttype="INT_STEP_RANGE" name="USBMAINLEVEL" oid="USBMAINLEVEL" precision="0" type="INT32" value="31" widget="slider-vertical-nolabel"/>
             <param access="1" maxlength="0" name="Timervalue" oid="Timervalue" type="STRING" value="9:59 PM" widget="label"/>
             <param access="1" maxlength="0" name="Datevalue" oid="Datevalue" type="STRING" value="June 27" widget="label"/>
             <param access="1" constrainttype="INT_CHOICE" name="ToggleCam8" oid="ToggleCam8" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Cam4toggle" oid="Cam4toggle" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Invalid</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Cam5Toggle" oid="Cam5Toggle" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Cam2toggle" oid="Cam2toggle" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Cam3Toggle" oid="Cam3Toggle" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Invalid</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Cam1Toggle" oid="Cam1Toggle" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Cam7toggle" oid="Cam7toggle" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Cam6toggle" oid="Cam6toggle" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="1_place" oid="a.1_place" precision="0" type="INT32" value="0" widget="label">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" maxlength="0" name="CenterTimerLabel" oid="CenterTimerLabel" type="STRING" value="00:00:00" widget="label"/>
             <param access="1" constrainttype="INT_CHOICE" name="2 choice" oid="a.2_choice" precision="0" type="INT32" value="1" widget="combo">
                <constraint key="1">1</constraint>
                <constraint key="2">2</constraint>
                <constraint key="3">3</constraint>
                <constraint key="4">4</constraint>
                <constraint key="5">5</constraint>
                <constraint key="6">6</constraint>
                <constraint key="7">7</constraint>
                <constraint key="8">8</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Step_1" oid="Step_1" precision="0" type="INT32" value="5" widget="toggle">
                <constraint key="1">1</constraint>
                <constraint key="2">2</constraint>
                <constraint key="3">3</constraint>
                <constraint key="4">4</constraint>
                <constraint key="5">5</constraint>
                <constraint key="6">6</constraint>
                <constraint key="7">7</constraint>
                <constraint key="8">8</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Step_1" oid="Step_10" precision="0" type="INT32" value="5" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Step_2" oid="Step_2" precision="0" type="INT32" value="1" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Step_3" oid="Step_3" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Step_4" oid="Step_4" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Step_5" oid="Step_5" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Step_6" oid="Step_6" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Step_7" oid="Step_7" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="Step_8" oid="Step_8" precision="0" type="INT32" value="0" widget="toggle">
                <constraint key="0">Off</constraint>
                <constraint key="1">On</constraint>
             </param>
             <param access="1" constrainttype="INT_CHOICE" name="step1toggle" oid="step1toggle" precision="0" type="INT32" value="1" widget="toggle">
                <constraint key="0"/>
                <constraint key="1"/>
             </param>
          </params>
          <context contexttype="opengear" id="Ultricore.1" objectid="Ultricore-50217013003&lt;br&gt;Slot 0&lt;br&gt;Ultricore:devices:controllers_matrices:Ultricore-local" objecttype="Ultricore" subscriptions="false"/>
          <context contexttype="opengear" id="Ultricore.2" objectid="Ultricore-50217013003&lt;br&gt;Slot 0&lt;br&gt;Ultricore" objecttype="Ultricore" subscriptions="false"/>
          <context contexttype="opengear" id="Abekas.1" objectid="AbekasMira-00-00-76-42-06-7E&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" subscriptions="false"/>
          <context contexttype="opengear" id="Ultrix.1" objectid="Ultrix-50265813001&lt;br&gt;Slot 0&lt;br&gt;Ultrix" objecttype="Ultrix" subscriptions="true">
             <meta>
                <subscription oids="params.audiomixers.0.outputstrips.0.inputs.0.fader"/>
             </meta>
          </context>
       <context contexttype="opengear" objectid="Ultrix-50265813001&lt;br&gt;Slot 0&lt;br&gt;Ultrix" objecttype="Ultrix" subscriptions="true"/>
       <context contexttype="opengear" id="AW-UE150.1" objectid="com.rossvideo.camera.generic&lt;br&gt;Slot 1&lt;br&gt;AW-UE150" objecttype="AW-UE150" subscriptions="false"/>
       </meta>
       <simplegrid cols="1" height="430" left="5" top="3" width="73">
          <param expand="true" oid="Buttons" runtasksonload="true" showlabel="false" style="style:navigationButton;size:12;bdr#DADADA;bdr:round;font:bold;" widget="radio-toggle">
             <task tasktype="ogscript">ogscript.reveal(this.getValue());</task>
          </param>
       </simplegrid>
       <tab height="483" left="87" name="Utility" tabposition="none" top="0" width="1214">
          <abs id="tab_1" name="Tab 1" style="bg#838383;" virtualheight="483" virtualwidth="1214">
             <label height="207" left="635" style="txt-align:west;bg#4A4A4A;bdr#000000;" top="266" width="141"/>
             <label height="217" left="780" style="txt-align:west;bg#4A4A4A;bdr#000000;" top="134" width="123"/>
             <label height="210" left="435" style="txt-align:west;bg#4A4A4A;bdr#000000;" top="267" width="166"/>
             <label height="209" left="37" style="txt-align:west;bg#4A4A4A;bdr#000000;" top="268" width="165"/>
             <label height="228" left="33" style="txt-align:west;bg#4A4A4A;bdr#000000;bdr:line;" top="31" width="165"/>
             <label height="477" left="3" style="txt-align:west;bg#tableheader;" top="3" width="6"/>
             <label height="221" left="272" style="txt-align:west;bg#4A4A4A;bdr#000000;" top="26" width="216"/>
             <label height="207" left="254" style="txt-align:west;bg#4A4A4A;bdr#000000;" top="267" width="149"/>
             <label height="218" left="512" style="txt-align:west;bg#4A4A4A;bdr#000000;" top="26" width="226"/>
             <label height="29" left="299" name="CAM 1" style="txt-align:west;size:Big;fg#FFFFFF;font:bold;" top="274" width="79"/>
             <label height="29" left="493" name="CAM 2" style="txt-align:west;size:Big;font:bold;fg#FFFFFF;" top="274" width="79"/>
             <label height="29" left="675" name="CAM 3" style="txt-align:west;size:Big;font:bold;fg#FFFFFF;" top="274" width="79"/>
             <label height="29" left="331" name="CAM 4" style="txt-align:west;size:Big;font:bold;fg#FFFFFF;" top="32" width="79"/>
             <label height="29" left="579" name="CAM 5" style="txt-align:west;size:Big;font:bold;fg#FFFFFF;" top="31" width="79"/>
             <label height="47" left="804" name="CAM 6" style="txt-align:west;size:Big;font:bold;fg#FFFFFF;" top="141" width="79"/>
             <label height="29" left="76" name="CAM 7" style="txt-align:west;size:Big;fg#FFFFFF;font:bold;" top="274" width="79"/>
             <table height="108" left="276" top="353" width="109">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="COURT 10" pheight="54" pwidth="109" rowspan="1" style="size:Big;bg#303030;bdr#FFFFFF;bdr:round;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="Wide" pheight="54" pwidth="109" rowspan="1" style="size:Big;bg#B7B7B7;fg#000000;bdr#FFFFFF;bdr:round;look:normal" weightx="1.0" weighty="1.0"/>
                </tr>
             </table>
             <table height="116" left="309" top="88" width="114">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="COURT 9" pheight="58" pwidth="114" rowspan="1" style="size:Big;bg#303030;bdr#FFFFFF;bdr:round;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="WIDE" pheight="58" pwidth="114" rowspan="1" style="size:Big;bg#B7B7B7;fg#000000;bdr#FFFFFF;bdr:round;look:normal" weightx="1.0" weighty="1.0"/>
                </tr>
             </table>
             <table height="109" left="659" top="357" width="102">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="COURT 12" pheight="54" pwidth="102" rowspan="1" style="size:Big;bg#303030;bdr#FFFFFF;bdr:round;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="WIDE" pheight="54" pwidth="102" rowspan="1" style="size:Big;bg#B7B7B7;fg#000000;bdr#FFFFFF;bdr:round;look:normal" weightx="1.0" weighty="1.0"/>
                </tr>
             </table>
             <table height="110" left="560" top="84" width="108">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="COURT 11" pheight="55" pwidth="108" rowspan="1" style="size:Big;bg#303030;bdr#FFFFFF;bdr:round;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="WIDE" pheight="55" pwidth="108" rowspan="1" style="size:Big;bg#B7B7B7;fg#000000;bdr#FFFFFF;bdr:round;look:normal" weightx="1.0" weighty="1.0"/>
                </tr>
             </table>
             <table height="157" left="470" top="311" width="103">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="COURT 10" pheight="52" pwidth="103" rowspan="1" style="size:Big;bg#303030;bdr#FFFFFF;bdr:round;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="COURT 12" pheight="52" pwidth="103" rowspan="1" style="size:Big;bg#303030;bdr#FFFFFF;bdr:round;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="WIDE" pheight="52" pwidth="103" rowspan="1" style="size:Big;bg#B7B7B7;fg#000000;bdr#FFFFFF;bdr:round;look:normal;" weightx="1.0" weighty="1.0"/>
                </tr>
             </table>
             <table height="103" left="52" top="323" width="110">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="COURT 8" pheight="51" pwidth="110" rowspan="1" style="size:Big;bg#303030;bdr#FFFFFF;bdr:round;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="Wide" pheight="51" pwidth="110" rowspan="1" style="size:Big;bg#B7B7B7;fg#000000;bdr#FFFFFF;bdr:round;look:normal" weightx="1.0" weighty="1.0"/>
                </tr>
             </table>
             <table height="115" left="53" top="87" width="117">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="COURT 7" pheight="57" pwidth="117" rowspan="1" style="size:Big;bg#303030;bdr#FFFFFF;bdr:round;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="WIDE" pheight="57" pwidth="117" rowspan="1" style="size:Big;bg#B7B7B7;fg#000000;bdr#FFFFFF;bdr:round;look:normal;" weightx="1.0" weighty="1.0"/>
                </tr>
             </table>
             <label height="29" left="80" name="CAM 8" style="txt-align:west;size:Big;fg#FFFFFF;font:bold;" top="35" width="79"/>
             <button buttontype="push" height="38" left="284" name="&lt;html&gt;&lt;center&gt;2X Zoom&lt;br/&gt; Toggle&lt;/center&gt;&lt;/html&gt;" style="bdr#FFFFFF;bdr:round;font:bold;" top="305" width="89"/>
             <button buttontype="push" height="38" left="667" name="&lt;html&gt;&lt;center&gt;2X Zoom&lt;br/&gt; Toggle&lt;/center&gt;&lt;/html&gt;" style="bdr#FFFFFF;bdr:round;font:bold;" top="306" width="89"/>
             <label height="432" left="918" style="txt-align:west;bg#4A4A4A;bdr#000000;" top="29" width="271"/>
             <button buttontype="push" height="66" left="959" name="6 BASKETBALL COURTS" style="size:Normal;font:bold;bdr#FFFFFF;bdr:line;" top="107" width="197"/>
             <button buttontype="push" height="66" left="959" name="8 VOLLEYBALL COURTS" style="font:bold;bdr#FFFFFF;bdr:line;" top="195" width="197"/>
             <button buttontype="push" height="66" left="959" name="ALL WIDE" style="font:bold;bdr#FFFFFF;bdr:line;" top="309" width="197"/>
             <label height="29" left="961" name="GLOBAL PRESETS" style="txt-align:west;size:Big;font:bold;fg#FFFFFF;" top="38" width="188"/>
             <table height="152" left="790" top="185" width="105">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="CAM 11" pheight="50" pwidth="105" rowspan="1" style="size:Big;bg#303030;bdr#FFFFFF;bdr:round;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="CAM 12" pheight="50" pwidth="105" rowspan="1" style="size:Big;bg#303030;bdr#FFFFFF;bdr:round;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="WIDE" pheight="50" pwidth="105" rowspan="1" style="size:Big;bg#B7B7B7;fg#000000;bdr#FFFFFF;bdr:round;look:normal" weightx="1.0" weighty="1.0"/>
                </tr>
             </table>
          </abs>
          <abs id="tab_2" name="Tab 2" virtualheight="483" virtualwidth="1214">
             <abs bottom="-2" id="multiviewer_routing_abs" left="-3" style="bg#buttonbg;" top="6" virtualheight="479" virtualwidth="1209" width="1209">
                <button buttontype="push" height="37" left="214" name="Graphics Left" top="10" width="152"/>
                <button buttontype="push" height="31" left="398" name="Graphics Right" top="13" width="146"/>
                <button buttontype="push" height="34" left="578" name="PTZ" top="14" width="140"/>
                <button buttontype="push" height="33" left="750" name="Director Left" top="15" width="144"/>
                <button buttontype="push" height="34" left="911" name="Director Right" top="14" width="143"/>
                <button buttontype="push" height="32" left="1063" name="Replay" top="13" width="135"/>
                <label height="41" left="24" name="PRESETS" style="txt-align:center;size:Big;" top="28" width="137"/>
                <button buttontype="push" height="43" left="28" name="DEFAULT" top="85" width="132"/>
                <label bottom="3" height="398" right="6" style="txt-align:west;bg#selectedmuted;bdr#000000;bdr:thick;" width="1013"/>
                <table height="358" left="223" top="106" width="151">
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Program" pheight="39" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Preview" pheight="39" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Aux 1 (Follow)" pheight="39" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="AUX 2 (Follow)" pheight="39" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Aux 3 (Follow)" pheight="39" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Aux 4 (Follow)" pheight="39" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Clip Player" pheight="39" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 1" pheight="39" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 2" pheight="39" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                </table>
                <table height="355" left="415" top="112" width="160">
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CLN PGM" pheight="39" pwidth="160" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Mini M/E 1" pheight="39" pwidth="160" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Mini M/E 2" pheight="39" pwidth="160" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Mini M/E 3" pheight="39" pwidth="160" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Mini M/E 4" pheight="39" pwidth="160" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Mira 1" pheight="39" pwidth="160" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Mira 2" pheight="39" pwidth="160" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="MP 1" pheight="39" pwidth="160" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="MP 2" pheight="39" pwidth="160" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                </table>
                <table height="356" left="608" top="109" width="180">
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Xpression" pheight="39" pwidth="180" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Kiva PGM" pheight="39" pwidth="180" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Kiva PVW" pheight="39" pwidth="180" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Show Control (Follow)" pheight="39" pwidth="180" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" id="EZ-TV 2 (Follow)" name="EZ-TV 1 (Follow)" pheight="39" pwidth="180" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ -TV 2 (Follow)" pheight="39" pwidth="180" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 3 (Follow)" pheight="39" pwidth="180" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 4 (Follow)" pheight="39" pwidth="180" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 5 (Follow)" pheight="39" pwidth="180" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                </table>
                <table height="360" left="1013" top="108" width="173">
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 1" pheight="40" pwidth="173" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 2" pheight="40" pwidth="173" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 3" pheight="40" pwidth="173" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 4" pheight="40" pwidth="173" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 5" pheight="40" pwidth="173" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 6" pheight="40" pwidth="173" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 7" pheight="40" pwidth="173" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 8" pheight="40" pwidth="173" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="SCOPE" pheight="40" pwidth="173" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                </table>
                <table height="358" left="821" top="107" width="165">
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="UTIL PC" pheight="39" pwidth="165" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="AJA DECK 2" pheight="39" pwidth="165" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" id="" name="Kiva MV" pheight="39" pwidth="165" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Mira MV" pheight="39" pwidth="165" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Utility PC" pheight="39" pwidth="165" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="HDMI IN" pheight="39" pwidth="165" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 6 (Follow)" pheight="39" pwidth="165" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 7 (Follow)" pheight="39" pwidth="165" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 8 (Follow)" pheight="39" pwidth="165" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                </table>
                <label height="18" left="572" name="SOURCES" style="txt-align:center;size:Normal;bg#000000;" top="85" width="214"/>
                <label height="18" left="568" name="DESTINATIONS" style="txt-align:center;size:Normal;bg#000000;" top="0" width="214"/>
             </abs>
             <label height="477" left="695" name="" style="txt-align:west;bg#tablezebra;bdr:line;bdr#FBFBFB;" top="4" width="512"/>
             <label height="36" id="DestinationLabel" left="973" name="DEST LABEL" style="txt-align:center;bg#orange;size:Big;fg#000000;bdr#FFFFFF;bdr:line;" top="8" width="222"/>
             <label bottom="0" left="-4" name="" style="txt-align:west;bg#21457D;bdr:line;bdr#FFFFFF;" top="3" width="699"/>
             <button buttontype="push" height="35" left="313" name="&lt;html&gt;&lt;center&gt;UPDATE&lt;br/&gt;STATUS&lt;/center&gt;&lt;/html&gt;" style="size:11;font:bold;bg#red;bdr:thick;" top="4" width="101">
                <task tasktype="ogscript">ogscript.rename(19, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (19 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(27, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (27 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(30, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (30 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(46, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (46 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(59, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (59 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(34, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (34 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(45, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (45 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(29, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (29 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(60, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (60 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(61, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (60 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(62, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (60 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(42, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(28, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (28 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(20, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (20 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(63, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (63 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(64, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (64 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(65, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (65 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(66, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (66 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(37, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (37 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(38, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (38 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(39, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (39 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(40, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (40 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(51, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (51 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(52, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (52 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(53, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (53 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(54, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (54 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(44, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (44 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(47, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (47 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(48, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (48 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(49, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (49 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(32, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (32 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(31, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (31 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
             </button>
             <button buttontype="push" height="33" left="21" name="AUDIO TV" style="size:Big;bdr#9D9D9D;bdr:round;" top="214" width="126">
                <task tasktype="ogscript">/*ogscript.rename("AUDIOTV_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (46 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'AUDIO TV');
    
    params.setValue('Dest_Label', 0, 46);</task>
             </button>
             <button buttontype="push" height="29" left="428" name="V-MIX" style="size:Big;bdr#9D9D9D;bdr:round;" top="418" width="122">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'V-MIX');
    
    params.setValue('Dest_Label', 0, 44);</task>
             </button>
             <button buttontype="push" height="27" left="428" name="EZ-TV 4" style="size:Big;bdr#FFFFFF;bdr:round;" top="353" width="113"/>
             <button buttontype="push" height="33" left="22" name="CTRL TV" style="size:Big;bdr#9D9D9D;bdr:round;" top="144" width="126">
                <task tasktype="ogscript">/*ogscript.rename("CTRLTV_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (59 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'CTRL TV');
    
    params.setValue('Dest_Label', 0, 59);</task>
             </button>
             <button buttontype="push" height="36" left="16" name="COURTSIDE WEST" style="size:Normal;bdr#9D9D9D;bdr:round;font:bold;" top="366" width="130">
                <task tasktype="ogscript">/*ogscript.rename("COURTSIDEWEST_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (59 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'COURTSIDE WEST');
    
    params.setValue('Dest_Label', 0, 45);</task>
             </button>
             <button buttontype="push" height="30" left="561" name="OG-2" style="size:Big;bdr#FFFFFF;bdr:round;" top="220" width="120">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'OG-2');
    
    params.setValue('Dest_Label', 0, 48);</task>
             </button>
             <button buttontype="push" height="32" left="561" name="PIB 4" style="size:Big;bdr#FFFFFF;bdr:round;" top="76" width="122">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'PIB 4');
    
    params.setValue('Dest_Label', 0, 40);</task>
             </button>
             <button buttontype="push" height="31" left="561" name="OG-1" style="size:Big;bdr#FFFFFF;bdr:round;" top="148" width="121">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'OG-1');
    
    params.setValue('Dest_Label', 0, 47);</task>
             </button>
             <button buttontype="push" height="32" left="425" name="EZ-TV 2" style="size:Big;bdr#FFFFFF;bdr:round;" top="220" width="126">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'EZ-TV 2');
    
    params.setValue('Dest_Label', 0, 52);</task>
             </button>
             <button buttontype="push" height="29" left="558" name="PIB 3" style="size:Big;bdr#9D9D9D;bdr:round;" top="8" width="123">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'PIB 3');
    
    params.setValue('Dest_Label', 0, 39);</task>
             </button>
             <button buttontype="push" height="29" left="563" name="RP-150/WINDOW" style="size:Normal;bdr#9D9D9D;bdr:round;font:bold;" top="352" width="118">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'RP-150/WINDOW');
    
    params.setValue('Dest_Label', 0, 32);</task>
             </button>
             <meta>
                <lookup name="Scaler 1"/>
                <lookup/>
             </meta>
             <button buttontype="push" flat="true" height="31" left="22" name="QC" style="size:Big;bdr#9D9D9D;bdr:round;" top="78" width="122">
                <task tasktype="ogscript">/*ogscript.rename("QC_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (30 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'QC');
    
    params.setValue('Dest_Label', 0, 30);</task>
             </button>
             <button buttontype="push" height="36" left="19" name="COURTSIDE EAST" style="size:Normal;bdr#9D9D9D;bdr:round;font:bold;" top="288" width="126">
                <task tasktype="ogscript">/*ogscript.rename("COURTSIDEEAST_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (34 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'COURTSIDE EAST');
    
    params.setValue('Dest_Label', 0, 34);</task>
             </button>
             <button buttontype="push" flat="true" height="35" id="dogs" left="24" name="JUMBOTRON" style="size:17;bdr#9D9D9D;bdr:round;font:bold;" top="8" width="118">
                <task tasktype="ogscript">/*ogscript.rename("Jumbotron_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (19 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    ogscript.rename('DestinationLabel', 'JUMBOTRON');
    
    params.setValue('Dest_Label', 0, 19);</task>
             </button>
             <button buttontype="push" height="30" left="562" name="OG-3" style="size:Big;bdr#FFFFFF;bdr:round;" top="285" width="123">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'OG-3');
    
    params.setValue('Dest_Label', 0, 49);</task>
             </button>
             <button buttontype="push" height="28" left="426" name="EZ-TV 3" style="size:Big;bdr#FFFFFF;bdr:round;" top="285" width="123">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'EZ-TV 3');
    
    params.setValue('Dest_Label', 0, 53);</task>
             </button>
             <button buttontype="push" height="29" left="428" name="EZ-TV 4" style="size:Big;bdr#FFFFFF;bdr:round;" top="353" width="122">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'EZ-TV 4');
    
    params.setValue('Dest_Label', 0, 54);</task>
             </button>
             <button buttontype="push" height="33" left="298" name="PATCH 1" style="size:Big;bdr#FFFFFF;bdr:round;" top="185" width="111">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'PATCH 1');
    
    params.setValue('Dest_Label', 0, 63);</task>
             </button>
             <button buttontype="push" height="31" left="300" name="PATCH 2" style="size:Big;bdr#FFFFFF;bdr:round;" top="258" width="109">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'PATCH 2');
    
    params.setValue('Dest_Label', 0, 64);</task>
             </button>
             <button buttontype="push" height="32" left="298" name="PATCH 3" style="size:Big;bdr:round;bdr#FFFFFF;" top="327" width="116">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'PATCH 3');
    
    params.setValue('Dest_Label', 0, 65);</task>
             </button>
             <button buttontype="push" height="32" left="299" name="PATCH 4" style="size:Big;bdr:round;bdr#C3C3C3;" top="399" width="113">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'PATCH 4');
    
    params.setValue('Dest_Label', 0, 66);</task>
             </button>
             <button buttontype="push" height="31" left="165" name="SCOPE 3" style="size:Big;bdr#FFFFFF;bdr:round;" top="321" width="115">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE3_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (62 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'SCOPE 3');
    
    params.setValue('Dest_Label', 0, 62);</task>
             </button>
             <button buttontype="push" height="30" left="421" name="PIB 1" style="size:Big;bdr#9D9D9D;bdr:round;" top="7" width="125">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'PIB 1');
    
    params.setValue('Dest_Label', 0, 37);</task>
             </button>
             <button buttontype="push" height="32" left="165" name="SCOPE 4" style="size:Big;bdr#FFFFFF;bdr:round;" top="391" width="115">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'SCOPE 4');
    
    params.setValue('Dest_Label', 0, 42);</task>
             </button>
             <button buttontype="push" height="31" left="164" name="SCOPE 2" style="size:Big;bdr#FFFFFF;bdr:round;" top="248" width="119">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE2_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (61 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));8888*/
    
    
    
    ogscript.rename('DestinationLabel', 'SCOPE 2');
    
    params.setValue('Dest_Label', 0, 61);</task>
             </button>
             <button buttontype="push" height="32" left="164" name="KIVA" style="size:Big;bdr#9D9D9D;bdr:round;" top="28" width="121">
                <task tasktype="ogscript">/*ogscript.rename("KIVA_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (27 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'KIVA');
    
    params.setValue('Dest_Label', 0, 27);</task>
             </button>
             <button buttontype="push" height="32" left="299" name="XPRESSION" style="size:15;bdr#9D9D9D;bdr:round;font:bold;" top="43" width="114">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'XPRESSION');
    
    params.setValue('Dest_Label', 0, 28);</task>
             </button>
             <button buttontype="push" height="29" left="560" name="UTIL MAGEWELL" style="size:Normal;bdr#9D9D9D;bdr:round;font:bold;" top="417" width="126">
                <task tasktype="ogscript"/>
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'UTIL MAGEWELL');
    
    params.setValue('Dest_Label', 0, 31);</task>
             </button>
             <button buttontype="push" height="33" left="298" name="ENCODER" style="size:Big;bdr#9D9D9D;bdr:round;" top="112" width="112">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'ENCODER');
    
    params.setValue('Dest_Label', 0, 20);</task>
             </button>
             <table height="422" left="704" top="45" width="114">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" flat="true" name="CAM 1" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#9D9D9D;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1054,1011 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,22 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1054" type="Ultrix.1_ultix_takecrosspoint" x="540" y="142" w="243" SRC="22" DEST="ID:1011" LEVEL="1,2,3" /&gt;
    &lt;block id="1011" type="param_getvalue" x="31" y="138" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second4.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;48b2696cb6a8cfbd1c29a3917342384f&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="CAM 2" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#9D9D9D;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1055,1056 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,39 - 1);	
    }			
    multi1.execute();
    
    
    /*!!
     &lt;block id="1055" type="Ultrix.1_ultix_takecrosspoint" x="337" y="117" w="243" SRC="39" DEST="ID:1056" LEVEL="1,2,3" /&gt;
    &lt;block id="1056" type="param_getvalue" x="142" y="36" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second4.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;bf9db9b8002876c9f101c36d006657f2&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="CAM 3" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#9D9D9D;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1058,1063 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,21 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1058" type="Ultrix.1_ultix_takecrosspoint" x="476" y="264" w="243" SRC="21" DEST="ID:1063" LEVEL="1,2,3" /&gt;
    &lt;block id="1063" type="param_getvalue" x="10" y="404" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;cd05df4ff647e4b9f76dd52a7432affa&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="CAM 4" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#9D9D9D;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1060,1064 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,43 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1060" type="Ultrix.1_ultix_takecrosspoint" x="618" y="254" w="243" SRC="43" DEST="ID:1064" LEVEL="1,2,3" /&gt;
    &lt;block id="1064" type="param_getvalue" x="323" y="223" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;e256f3e1ee6ac648e3b2193d252e84c1&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="CAM 5" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#9D9D9D;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1065,1064 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,45 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1065" type="Ultrix.1_ultix_takecrosspoint" x="368" y="94" w="243" SRC="45" DEST="ID:1064" LEVEL="1,2,3" /&gt;
    &lt;block id="1064" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;808c4587b4fa4614394d8e68994ba5ed&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="CAM 6" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#9D9D9D;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1068,1067 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,41 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1068" type="Ultrix.1_ultix_takecrosspoint" x="566" y="201" w="243" SRC="41" DEST="ID:1067" LEVEL="1,2,3" /&gt;
    &lt;block id="1067" type="param_getvalue" x="288" y="110" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;fb66b5c8575bf0629f7ce557ee51235f&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="CAM 7" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#9D9D9D;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">
    
    
    /*! block id=1071,1070 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,23 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1071" type="Ultrix.1_ultix_takecrosspoint" x="10" y="192" w="243" SRC="23" DEST="ID:1070" LEVEL="1,2,3" /&gt;
    &lt;block id="1070" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;fd731b9427d01e13fc609c0d24e2af85&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="CAM 8" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#9D9D9D;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1073,1072 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,72 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1073" type="Ultrix.1_ultix_takecrosspoint" x="546" y="125" w="243" SRC="72" DEST="ID:1072" LEVEL="1,2,3" /&gt;
    &lt;block id="1072" type="param_getvalue" x="101" y="89" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;176a64b1aa2dfb7cee546b5a9f5effc9&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="PGM" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#9D9D9D;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1075,1074 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,1 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1075" type="Ultrix.1_ultix_takecrosspoint" x="331" y="92" w="243" SRC="1" DEST="ID:1074" LEVEL="1,2,3" /&gt;
    &lt;block id="1074" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;9ab7adb77953bdfb2b3bae7780b2934f&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="PVW" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#9D9D9D;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1077,1076 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,2 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1077" type="Ultrix.1_ultix_takecrosspoint" x="365" y="96" w="243" SRC="2" DEST="ID:1076" LEVEL="1,2,3" /&gt;
    &lt;block id="1076" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;c11a150ab9e5b4f9fe46e6c1a5087339&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="CLN PGM" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#9D9D9D;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1079,1078 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,18 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1079" type="Ultrix.1_ultix_takecrosspoint" x="376" y="114" w="243" SRC="18" DEST="ID:1078" LEVEL="1,2,3" /&gt;
    &lt;block id="1078" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;6fe0d61486aa0fc4eec8debca82d20b1&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
             </table>
             <table height="423" left="1083" top="51" width="111">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="9904 SCALER" pheight="36" pwidth="111" rowspan="1" style="size:Normal;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;font:bold;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1129,1128 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,38 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1129" type="Ultrix.1_ultix_takecrosspoint" x="345" y="122" w="243" SRC="38" DEST="ID:1128" LEVEL="1,2,3" /&gt;
    &lt;block id="1128" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;a88931c2b115333ab44327e72b1c8a6e&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="OG 1-UTIL PC" pheight="36" pwidth="111" rowspan="1" style="size:Normal;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;font:bold;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">
    
    
    /*! block id=1131,1132 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,34 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1131" type="Ultrix.1_ultix_takecrosspoint" x="390" y="237" w="243" SRC="34" DEST="ID:1132" LEVEL="1,2,3" /&gt;
    &lt;block id="1132" type="param_getvalue" x="72" y="107" w="318" PARAM="[root, Params for SEND_TO_UTILITY2.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;5322ab92a9aae9760e4bef2632d9d22c&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="OG 2-SCOPE" pheight="36" pwidth="111" rowspan="1" style="size:Normal;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;font:bold;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1134,1133 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,37 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1134" type="Ultrix.1_ultix_takecrosspoint" x="10" y="192" w="243" SRC="37" DEST="ID:1133" LEVEL="1,2,3" /&gt;
    &lt;block id="1133" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;99eea0295aef7148d230910eeaf5fbbe&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="OG 3-EZ-TV" pheight="36" pwidth="111" rowspan="1" style="size:Normal;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;font:bold;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1136,1135 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,35 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1136" type="Ultrix.1_ultix_takecrosspoint" x="352" y="125" w="243" SRC="35" DEST="ID:1135" LEVEL="1,2,3" /&gt;
    &lt;block id="1135" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;9a9281609e402d2db1d7e9fc77689007&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="ROOM RACK 1" pheight="36" pwidth="111" rowspan="1" style="size:Normal;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;font:bold;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1138,1137 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,28 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1138" type="Ultrix.1_ultix_takecrosspoint" x="463" y="151" w="243" SRC="28" DEST="ID:1137" LEVEL="1,2,3" /&gt;
    &lt;block id="1137" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;08d5da9c89eff3e4a4648c10c21691f6&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="ROOM RACK 2" pheight="36" pwidth="111" rowspan="1" style="size:Normal;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;font:bold;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1140,1139 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,55 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1140" type="Ultrix.1_ultix_takecrosspoint" x="402" y="114" w="243" SRC="55" DEST="ID:1139" LEVEL="1,2,3" /&gt;
    &lt;block id="1139" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;6eb1be9290746be1c94e03eeeebe0821&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="COURTSIDE EAST" pheight="34" pwidth="111" rowspan="1" style="size:12;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;font:bold;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1142,1141 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,19 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1142" type="Ultrix.1_ultix_takecrosspoint" x="398" y="22" w="243" SRC="19" DEST="ID:1141" LEVEL="1,2,3" /&gt;
    &lt;block id="1141" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;2b019fcebdddecf950aa933657263a83&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="Patch 1" pheight="43" pwidth="111" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1144,1143 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,63 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1144" type="Ultrix.1_ultix_takecrosspoint" x="427" y="168" w="243" SRC="63" DEST="ID:1143" LEVEL="1,2,3" /&gt;
    &lt;block id="1143" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;4f6da7dc3777f7d4d64b197feee14513&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="Patch 2" pheight="43" pwidth="111" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1146,1145 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,64 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1146" type="Ultrix.1_ultix_takecrosspoint" x="329" y="147" w="243" SRC="64" DEST="ID:1145" LEVEL="1,2,3" /&gt;
    &lt;block id="1145" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;fee0245acfe67814380c9c5be49f2e0e&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="Patch 3" pheight="43" pwidth="111" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1148,1147 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,65 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1148" type="Ultrix.1_ultix_takecrosspoint" x="10" y="192" w="243" SRC="65" DEST="ID:1147" LEVEL="1,2,3" /&gt;
    &lt;block id="1147" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;67b6fd84845f58bb9b28a160242381b1&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="Patch 4" pheight="43" pwidth="111" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1150,1149 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,66 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1150" type="Ultrix.1_ultix_takecrosspoint" x="432" y="106" w="243" SRC="66" DEST="ID:1149" LEVEL="1,2,3" /&gt;
    &lt;block id="1149" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;341f9ac00320cc493fe20fc33e66ea59&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
             </table>
             <table height="423" left="952" top="50" width="121">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="QUAD 1" pheight="38" pwidth="121" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1106,1105 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,61 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1106" type="Ultrix.1_ultix_takecrosspoint" x="363" y="74" w="243" SRC="61" DEST="ID:1105" LEVEL="1,2,3" /&gt;
    &lt;block id="1105" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;3310bcaac5d59e38ebddbfd46d3b7832&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="QUAD 2" pheight="38" pwidth="121" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1108,1107 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,62 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1108" type="Ultrix.1_ultix_takecrosspoint" x="313" y="131" w="243" SRC="62" DEST="ID:1107" LEVEL="1,2,3" /&gt;
    &lt;block id="1107" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;aed8d0b1cfe7ac4c2cfe9ea4f5060bc1&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="KIVA PGM" pheight="38" pwidth="121" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1110,1109 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,29 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1110" type="Ultrix.1_ultix_takecrosspoint" x="352" y="130" w="243" SRC="29" DEST="ID:1109" LEVEL="1,2,3" /&gt;
    &lt;block id="1109" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;e50444bf31813a3b62f4b5d4741a0a9b&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="KIVA PVW" pheight="38" pwidth="121" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1112,1111 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,31 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1112" type="Ultrix.1_ultix_takecrosspoint" x="355" y="91" w="243" SRC="31" DEST="ID:1111" LEVEL="1,2,3" /&gt;
    &lt;block id="1111" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;e0a99d902e2c357d82e288a310ba404f&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="KIVA MV" pheight="38" pwidth="121" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1114,1113 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,33 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1114" type="Ultrix.1_ultix_takecrosspoint" x="362" y="114" w="243" SRC="33" DEST="ID:1113" LEVEL="1,2,3" /&gt;
    &lt;block id="1113" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;33364d88d160b13e304f6095a653d0b8&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="MIRA 1" pheight="38" pwidth="121" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript"/>
                      <task tasktype="ogscript">/*! block id=1116,1115 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,24 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1116" type="Ultrix.1_ultix_takecrosspoint" x="10" y="192" w="243" SRC="24" DEST="ID:1115" LEVEL="1,2,3" /&gt;
    &lt;block id="1115" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;da3c2425aeb04dc72941e6431c90efb9&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="MIRA 2" pheight="38" pwidth="121" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1118,1117 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,25 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1118" type="Ultrix.1_ultix_takecrosspoint" x="369" y="85" w="243" SRC="25" DEST="ID:1117" LEVEL="1,2,3" /&gt;
    &lt;block id="1117" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;0381af1723fbbbb917746c1dd31471a1&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="Mira MV 1" pheight="38" pwidth="121" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1120,1119 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,49 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1120" type="Ultrix.1_ultix_takecrosspoint" x="430" y="77" w="243" SRC="49" DEST="ID:1119" LEVEL="1,2,3" /&gt;
    &lt;block id="1119" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;954940df2f583fdd4a7c0d2d35587908&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="Mira MV 2" pheight="38" pwidth="121" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1122,1121 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,50 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1122" type="Ultrix.1_ultix_takecrosspoint" x="351" y="89" w="243" SRC="50" DEST="ID:1121" LEVEL="1,2,3" /&gt;
    &lt;block id="1121" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;5c115bc0b10e41b503587325275c21b8&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="CARB MV 1" pheight="38" pwidth="121" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1125,1124 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,16 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1125" type="Ultrix.1_ultix_takecrosspoint" x="377" y="95" w="243" SRC="16" DEST="ID:1124" LEVEL="1,2,3" /&gt;
    &lt;block id="1124" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;13767d99cac66d3267c3ca2e4366fe99&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="CARB MV 2" pheight="38" pwidth="121" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1127,1126 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,17 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1127" type="Ultrix.1_ultix_takecrosspoint" x="325" y="89" w="243" SRC="17" DEST="ID:1126" LEVEL="1,2,3" /&gt;
    &lt;block id="1126" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;e862ece73f2df836d41bbbca0965c6f1&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
             </table>
             <button buttontype="push" height="34" left="424" name="EZ-TV 1" style="size:Big;bdr#9D9D9D;bdr:round;" top="147" width="126">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'EZ-TV 1');
    
    params.setValue('Dest_Label', 0, 51);</task>
             </button>
             <button buttontype="push" height="34" left="165" name="9904 SCALER" style="size:Normal;bdr#9D9D9D;bdr:round;font:bold;" top="97" width="119">
                <task tasktype="ogscript">/*ogscript.rename("9904SCALER_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (29 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', '9904 SCALER');
    
    params.setValue('Dest_Label', 0, 29);</task>
             </button>
             <label height="26" left="794" name="SOURCES" style="txt-align:center;size:Big;fg#000000;bg#FFFFFF;font:bold;" top="8" width="110"/>
             <label height="29" id="40" left="561" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="110" width="121"/>
             <label height="30" id="37" left="421" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="39" width="126"/>
             <label height="31" id="60" left="165" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="204" width="116"/>
             <label height="31" id="42" left="164" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="423" width="115"/>
             <label height="29" id="39" left="558" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="38" width="123"/>
             <label height="26" id="28" left="298" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="77" width="115"/>
             <label height="27" id="20" left="297" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="146" width="115"/>
             <label height="30" id="29" left="165" name="" style="txt-align:center;bg#000000;size:Big;" top="133" width="117"/>
             <label height="31" id="51" left="424" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="182" width="127"/>
             <label height="27" id="27" left="165" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="61" width="119"/>
             <label height="27" id="46" left="20" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="251" width="127"/>
             <button buttontype="push" height="31" left="422" name="PIB 2" style="size:Big;bdr#9D9D9D;bdr:round;" top="76" width="128">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE4_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'PIB 2');
    
    params.setValue('Dest_Label', 0, 38);</task>
             </button>
             <button buttontype="push" height="33" left="165" name="SCOPE 1" style="size:Big;bdr#9D9D9D;bdr:round;" top="171" width="117">
                <task tasktype="ogscript">/*ogscript.rename("SCOPE1_Status", (params.getParam("Ultrix.1", 'params.statusByDestination.' + (60 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));*/
    
    
    
    ogscript.rename('DestinationLabel', 'SCOPE 1');
    
    params.setValue('Dest_Label', 0, 60);</task>
             </button>
             <label height="27" id="64" left="300" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="290" width="111"/>
             <label height="28" id="63" left="298" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="219" width="113"/>
             <label height="28" id="38" left="423" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="111" width="129"/>
             <label height="16" left="148" name="DESTINATIONS" style="txt-align:center;size:Big;bg#FFFFFF;fg#000000;font:bold;" top="4" width="166"/>
             <label height="32" id="61" left="164" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="279" width="117"/>
             <label height="29" left="927" name="TO" style="txt-align:west;size:Big;font:bold;" top="9" width="33"/>
             <label height="30" id="62" left="164" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="352" width="116"/>
             <label height="29" id="53" left="427" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="316" width="123"/>
             <label height="26" id="31" left="564" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="382" width="117"/>
             <label height="28" id="54" left="428" name="" style="txt-align:center;bg#000000;fg#FFFFFF;size:Big;" top="383" width="121"/>
             <table height="420" left="828" top="48" width="114">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="AUX 1" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#9D9D9D;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1081,1080 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,12 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1081" type="Ultrix.1_ultix_takecrosspoint" x="398" y="98" w="243" SRC="12" DEST="ID:1080" LEVEL="1,2,3" /&gt;
    &lt;block id="1080" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;a1790579e6adf4f5682a9a842c42c7f5&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="AUX 2" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#9D9D9D;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1083,1082 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,13 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1083" type="Ultrix.1_ultix_takecrosspoint" x="353" y="86" w="243" SRC="13" DEST="ID:1082" LEVEL="1,2,3" /&gt;
    &lt;block id="1082" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;01d713da6119b5275641bab6d30aedb6&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="AUX 3" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#9D9D9D;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1085,1084 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,14 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1085" type="Ultrix.1_ultix_takecrosspoint" x="442" y="142" w="243" SRC="14" DEST="ID:1084" LEVEL="1,2,3" /&gt;
    &lt;block id="1084" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;f9a52e8d385b6d5e598fbf60389bfc62&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="AUX 4" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1088,1086 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,15 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1088" type="Ultrix.1_ultix_takecrosspoint" x="478" y="55" w="243" SRC="15" DEST="ID:1086" LEVEL="1,2,3" /&gt;
    &lt;block id="1086" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;7730934b343caf1b4a282530dc1547c4&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="PIB 1" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1091,1090 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,51 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1091" type="Ultrix.1_ultix_takecrosspoint" x="335" y="100" w="243" SRC="51" DEST="ID:1090" LEVEL="1,2,3" /&gt;
    &lt;block id="1090" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;526c33097e4fcc1bf2397ba63ffff59d&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="PIB 2" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1093,1092 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,52 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1093" type="Ultrix.1_ultix_takecrosspoint" x="378" y="103" w="243" SRC="52" DEST="ID:1092" LEVEL="1,2,3" /&gt;
    &lt;block id="1092" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;25fc02c1f33f76f4155ad8d6cbfbdbd0&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="PIB 3" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1095,1094 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,53 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1095" type="Ultrix.1_ultix_takecrosspoint" x="385" y="93" w="243" SRC="53" DEST="ID:1094" LEVEL="1,2,3" /&gt;
    &lt;block id="1094" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;add249ee3e4598a7aeb0f40a83260c16&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="PIB 4" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1097,1096 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,54 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1097" type="Ultrix.1_ultix_takecrosspoint" x="388" y="103" w="243" SRC="54" DEST="ID:1096" LEVEL="1,2,3" /&gt;
    &lt;block id="1096" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;a9fc0794bf089cd25f67a45967937cf5&lt;/checksum&gt;!!*/</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="V-MIX 1" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1099,1098 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,47 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1099" type="Ultrix.1_ultix_takecrosspoint" x="316" y="137" w="243" SRC="47" DEST="ID:1098" LEVEL="1,2,3" /&gt;
    &lt;block id="1098" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;cd5bb313547773ff666508660e54b3ae&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="V-MIX 2" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1102,1100 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,48 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1102" type="Ultrix.1_ultix_takecrosspoint" x="415" y="82" w="243" SRC="48" DEST="ID:1100" LEVEL="1,2,3" /&gt;
    &lt;block id="1100" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;18e2f67db8c7866ffe451495cf9caa93&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="LAPTOP" pheight="38" pwidth="114" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">/*! block id=1104,1103 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,20 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1104" type="Ultrix.1_ultix_takecrosspoint" x="10" y="192" w="243" SRC="20" DEST="ID:1103" LEVEL="1,2,3" /&gt;
    &lt;block id="1103" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;f62443b7c7e80670536251e86546e1ea&lt;/checksum&gt;!!*/</task>
                      <task tasktype="pause">500</task>
                      <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                   </button>
                </tr>
             </table>
             <label height="27" id="19" left="23" style="txt-align:center;bg#000000;size:Big;" top="44" width="120"/>
             <button buttontype="push" height="14" left="181" name="TEST" top="462" width="83">
                <task tasktype="ogscript">/*! block id=1053,1052 !*/
    ogscript.debug(params.getValue('Dest_Label', 0));
    /*!!
     &lt;block id="1053" type="ogscript_debug" x="577" y="279" w="243" MESSAGE="ID:1052" /&gt;
    &lt;block id="1052" type="param_getvalue" x="250" y="141" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second2.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;89fb76bfabb750d30d6c5ca73921d84d&lt;/checksum&gt;!!*/</task>
             </button>
             <label height="25" id="30" left="24" style="txt-align:center;bg#000000;size:Big;" top="111" width="118">
                <task tasktype="ogscript"/>
             </label>
             <label height="25" id="59" left="22" style="txt-align:center;size:Big;bg#000000;" top="179" width="124"/>
             <label height="29" id="34" left="20" style="txt-align:center;bg#000000;size:Big;" top="327" width="124"/>
             <label height="29" id="45" left="18" style="txt-align:center;size:Big;bg#000000;" top="404" width="126"/>
             <label height="29" id="65" left="299" style="txt-align:center;bg#000000;size:Big;" top="360" width="115"/>
             <label height="27" id="66" left="300" style="txt-align:center;size:Big;bg#000000;" top="436" width="111"/>
             <label height="26" id="52" left="425" style="txt-align:center;size:Big;bg#000000;" top="253" width="126"/>
             <label height="26" id="44" left="427" style="txt-align:center;bg#000000;size:Big;" top="447" width="124"/>
             <label height="30" id="47" left="561" style="txt-align:center;bg#000000;size:Big;" top="182" width="121"/>
             <label height="26" id="48" left="561" style="txt-align:center;bg#000000;size:Big;" top="251" width="123"/>
             <label height="26" id="49" left="562" style="txt-align:center;bg#000000;size:Big;" top="317" width="124"/>
             <label height="26" id="32" left="558" style="txt-align:center;bg#000000;size:Big;" top="446" width="129"/>
             <abs bottom="-2" id="multiviewer_routing_abs" left="-1" style="bg#buttonbg;" top="2" virtualheight="483" virtualwidth="1213" width="1213">
                <button buttontype="push" height="37" left="215" name="Graphics Left" style="size:17;bdr#9D9D9D;bdr:round;font:bold;" top="33" width="153"/>
                <button buttontype="push" height="35" left="370" name="Graphics Right" style="size:17;bdr#9D9D9D;bdr:round;font:bold;" top="34" width="146"/>
                <button buttontype="push" height="34" left="565" name="PTZ" style="size:17;bdr#9D9D9D;bdr:round;font:bold;" top="32" width="140"/>
                <button buttontype="push" height="33" left="748" name="Director Left" style="size:17;bdr#9D9D9D;bdr:round;font:bold;" top="32" width="144"/>
                <button buttontype="push" height="34" left="896" name="Director Right" style="size:17;bdr#9D9D9D;bdr:round;font:bold;" top="32" width="143"/>
                <button buttontype="push" height="32" left="1074" name="Replay" style="size:17;bdr#9D9D9D;bdr:round;font:bold;" top="33" width="135"/>
                <label height="41" left="24" name="PRESETS" style="txt-align:center;size:Big;" top="28" width="137"/>
                <button buttontype="push" height="43" left="28" name="DEFAULT" top="86" width="132"/>
                <label bottom="3" height="401" right="6" style="txt-align:west;bg#selectedmuted;bdr#000000;bdr:thick;" width="1016"/>
                <table height="361" left="224" top="107" width="151">
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Program" pheight="40" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Preview" pheight="40" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Aux 1 (Follow)" pheight="40" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="AUX 2 (Follow)" pheight="40" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Aux 3 (Follow)" pheight="40" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Aux 4 (Follow)" pheight="40" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Clip Player" pheight="40" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 1" pheight="40" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 2" pheight="40" pwidth="151" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                </table>
                <table height="358" left="416" top="113" width="161">
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CLN PGM" pheight="39" pwidth="161" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Mini M/E 1" pheight="39" pwidth="161" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Mini M/E 2" pheight="39" pwidth="161" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Mini M/E 3" pheight="39" pwidth="161" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Mini M/E 4" pheight="39" pwidth="161" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Mira 1" pheight="39" pwidth="161" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Mira 2" pheight="39" pwidth="161" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="MP 1" pheight="39" pwidth="161" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="MP 2" pheight="39" pwidth="161" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                </table>
                <table height="359" left="610" top="110" width="181">
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Xpression" pheight="39" pwidth="181" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Kiva PGM" pheight="39" pwidth="181" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Kiva PVW" pheight="39" pwidth="181" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Show Control (Follow)" pheight="39" pwidth="181" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" id="EZ-TV 2 (Follow)" name="EZ-TV 1 (Follow)" pheight="39" pwidth="181" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ -TV 2 (Follow)" pheight="39" pwidth="181" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 3 (Follow)" pheight="39" pwidth="181" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 4 (Follow)" pheight="39" pwidth="181" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 5 (Follow)" pheight="39" pwidth="181" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                </table>
                <table height="363" left="1016" top="109" width="174">
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 1" pheight="40" pwidth="174" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 2" pheight="40" pwidth="174" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 3" pheight="40" pwidth="174" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 4" pheight="40" pwidth="174" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 5" pheight="40" pwidth="174" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 6" pheight="40" pwidth="174" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 7" pheight="40" pwidth="174" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 8" pheight="40" pwidth="174" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="SCOPE" pheight="40" pwidth="174" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                </table>
                <table height="361" left="824" top="108" width="166">
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="UTIL PC" pheight="40" pwidth="166" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="AJA DECK 2" pheight="40" pwidth="166" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" id="" name="Kiva MV" pheight="40" pwidth="166" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Mira MV" pheight="40" pwidth="166" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="Utility PC" pheight="40" pwidth="166" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="HDMI IN" pheight="40" pwidth="166" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 6 (Follow)" pheight="40" pwidth="166" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 7 (Follow)" pheight="40" pwidth="166" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="EZ-TV 8 (Follow)" pheight="40" pwidth="166" rowspan="1" weightx="1.0" weighty="1.0"/>
                   </tr>
                </table>
                <label height="18" left="574" name="SOURCES" style="txt-align:center;size:Normal;bg#000000;" top="86" width="215"/>
                <label height="18" left="392" name="DESTINATIONS" style="txt-align:center;size:Big;bg#FFFFFF;fg#000000;" top="6" width="214"/>
             <label height="16" left="618" name="TO" style="txt-align:center;size:Big;" top="6" width="42"/>
             </abs>
             <param expand="true" height="31" left="5" oid="Multiviewer_Abs_Toggle" style="style:toggleButton;font:default;bdr:line;bdr#orange;" top="448" width="147">
                <task tasktype="ogscript">/*! block id=1001,1000,1005,1004 !*/
    if (params.getValue('Multiviewer_Abs_Toggle', 0)  ==  0)
    {
    	ogscript.hide("multiviewer_routing_abs");
    } else {
    	ogscript.reveal("multiviewer_routing_abs");
    }
    /*!!
     &lt;block id="1001" type="if" x="337" y="110" w="268" INPUT1="ID:1000" OPERATION="equals" INPUT2="0" TRUE="ID:1005" FALSE="ID:1004" IGNORE="" /&gt;
    &lt;block id="1000" type="param__top&amp;amp;Multiviewer_Abs_Toggle (Multiviewer_Abs_Toggle)[0]" x="111" y="259" w="243" SET="" /&gt;
    &lt;block id="1005" type="ogscript_hide" x="706" y="271" w="243" ID="multiviewer_routing_abs" /&gt;
    &lt;block id="1004" type="ogscript_reveal" x="309" y="446" w="243" ID="multiviewer_routing_abs" /&gt;
    !!*/
    /*!!&lt;checksum&gt;69fb52cff9486b30e7f0e226f174879e&lt;/checksum&gt;!!*/</task>
             </param>
          <label height="17" id="60" left="289" style="txt-align:west" top="461" width="63"/>
          
          </abs>
          <abs id="tab_3" name="Tab 3" virtualheight="483" virtualwidth="1214">
             <label bottom="5" left="-2" style="txt-align:west;bg#lightdivider;" top="2" width="453"/>
             <label bottom="9" left="341" style="txt-align:west;bg#28292A;bdr#FFFFFF;bdr:line;" top="-7" width="878"/>
             <label height="248" left="346" style="txt-align:west;bg#tablezebra;bdr#FFFFFF;bdr:line;" top="9" width="266">
                <task tasktype="ogscript">var playbutton = params.getValue('Playtoggle', 0);
    
    if (playbutton == 1)
    {
       ogscript.getTimerManager().getTimer('Autoswitch').start(true);
    }</task>
             </label>
             <meta>
                <context/>
             </meta>
             <label bottom="105" left="616" style="txt-align:west;bg#CFCFCF;bg-u:autopic2.png;" top="34" width="596"/>
             <label height="223" left="0" style="txt-align:west;bg#081B7C;" top="260" width="341"/>
             <table height="165" left="363" top="83" width="106">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="Arena" pheight="40" pwidth="106" rowspan="1" style="size:18;bdr#9D9D9D;bdr:round;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">ogscript.rename('step1label','1');
    ogscript.rename('step2label','2');
    ogscript.rename('step3label','2');
    ogscript.rename('step4label','3');
    ogscript.rename('step5label','4');
     ogscript.rename('step6label','4');
    ogscript.rename('step7label','5');
     ogscript.rename('step8label','6')</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="1-2" pheight="41" pwidth="106" rowspan="1" style="size:Big;bdr#9D9D9D;bdr:round;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">ogscript.rename('step1label','1');
    ogscript.rename('step2label','2');
    ogscript.rename('step3label','1');
    ogscript.rename('step4label','2');
    ogscript.rename('step5label','1');
     ogscript.rename('step6label','2');
    ogscript.rename('step7label','1');
     ogscript.rename('step8label','2')</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="1-3" pheight="41" pwidth="106" rowspan="1" style="size:Big;bdr#9D9D9D;bdr:round;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">ogscript.rename('step1label','1');
    ogscript.rename('step2label','3');
    ogscript.rename('step3label','1');
    ogscript.rename('step4label','3');
    ogscript.rename('step5label','1');
     ogscript.rename('step6label','3');
    ogscript.rename('step7label','1');
     ogscript.rename('step8label','3')</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="1-3" pheight="41" pwidth="106" rowspan="1" style="size:Big;bdr#9D9D9D;bdr:round;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">ogscript.rename('step1label','1');
    ogscript.rename('step2label','3');
    ogscript.rename('step3label','1');
    ogscript.rename('step4label','3');
    ogscript.rename('step5label','1');
     ogscript.rename('step6label','3');
    ogscript.rename('step7label','1');
     ogscript.rename('step8label','3')</task>
                   </button>
                </tr>
             </table>
             <label height="30" left="113" name="Dwell Time" style="txt-align:center;size:Big;fg#FFFFFF;bg#323232;" top="5" width="147"/>
             <label height="35" left="428" name="Presets" style="txt-align:center;size:Big;" top="0" width="114"/>
             <table height="25" left="359" top="455" width="843">
                <tr>
                   <table colspan="1" fill="both" pheight="25" pwidth="108" rowspan="1" style="fg#000000;" weightx="1.0" weighty="1.0">
                      <tr>
                         <label colspan="1" fill="both" name="1" pheight="25" pwidth="108" rowspan="1" style="txt-align:center;bdr#lightdivider;size:Bigger;fg#FFFFFF;bg#2F429E;bdr:line;" weightx="1.0" weighty="1.0"/>
                      </tr>
                   </table>
                   <label colspan="1" fill="both" name="2" pheight="25" pwidth="105" rowspan="1" style="txt-align:center;bdr#7B7B7B;size:Big;fg#FFFFFF;bg#1F3292;" weightx="1.0" weighty="1.0"/>
                   <label colspan="1" fill="both" name="3" pheight="25" pwidth="105" rowspan="1" style="txt-align:center;bdr#7B7B7B;size:Big;bg#182988;" weightx="1.0" weighty="1.0"/>
                   <label colspan="1" fill="both" name="4" pheight="25" pwidth="105" rowspan="1" style="txt-align:center;bdr#7B7B7B;size:Big;bg#11227F;" weightx="1.0" weighty="1.0"/>
                   <label colspan="1" fill="both" name="5" pheight="25" pwidth="105" rowspan="1" style="txt-align:center;bdr#7B7B7B;size:Big;bg#0D1C6E;" weightx="1.0" weighty="1.0"/>
                   <label colspan="1" fill="both" name="6" pheight="25" pwidth="105" rowspan="1" style="txt-align:center;bdr#7B7B7B;size:Big;bg#081556;" weightx="1.0" weighty="1.0"/>
                   <label colspan="1" fill="both" name="7" pheight="25" pwidth="105" rowspan="1" style="txt-align:center;bdr#7B7B7B;size:Big;bg#061251;" weightx="1.0" weighty="1.0"/>
                   <label colspan="1" fill="both" name="8" pheight="25" pwidth="105" rowspan="1" style="txt-align:center;bdr#7B7B7B;size:Big;bg#030A3E;" weightx="1.0" weighty="1.0"/>
                </tr>
             </table>
             <param expand="true" height="80" id="auto_timer_label" left="51" oid="CenterTimerLabel" style="size:57;txt-align:center;bg#000000;fg#FFFFFF;bdr#teal;bdr:thick;" top="398" width="254">
                <task tasktype="ogscript"/>
             </param>
             <button buttontype="push" height="47" left="429" name="ALL" style="size:Big;bdr#9D9D9D;" top="33" width="107">
                <task tasktype="ogscript"/>
                <task tasktype="ogscript">ogscript.rename('step1label','1');
    ogscript.rename('step2label','2');
    ogscript.rename('step3label','3');
    ogscript.rename('step4label','4');
    ogscript.rename('step5label','5');
     ogscript.rename('step6label','6');
    ogscript.rename('step7label','7');
     ogscript.rename('step8label','8')</task>
             </button>
             <table height="217" left="41" top="42" width="116">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="00:05" pheight="43" pwidth="116" rowspan="1" style="size:Big;bg#000000;fg#FFFFFF;bdr#9D9D9D;bdr:round;" weightx="1.0" weighty="1.0">
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setStart(5000);</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').resetTimer();</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setTime(3000);</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="00:10" pheight="43" pwidth="116" rowspan="1" style="size:Big;bg#000000;fg#FFFFFF;bdr#9D9D9D;bdr:round;" weightx="1.0" weighty="1.0">
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setStart(10000);</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').resetTimer();</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setTime(3000);</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="00:15" pheight="43" pwidth="116" rowspan="1" style="size:Big;bg#000000;fg#FFFFFF;bdr#9D9D9D;bdr:round;" weightx="1.0" weighty="1.0">
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setStart(15000);</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').resetTimer();</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setTime(3000);</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="00:30" pheight="43" pwidth="116" rowspan="1" style="size:Big;bdr#9D9D9D;bdr:round;bg#000000;fg#FFFFFF;" weightx="1.0" weighty="1.0">
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setStart(30000);</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').resetTimer();</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setTime(3000);</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="00:45" pheight="43" pwidth="116" rowspan="1" style="size:Big;bdr#9D9D9D;bdr:round;bg#000000;fg#FFFFFF;" weightx="1.0" weighty="1.0">
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setStart(45000);</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').resetTimer();</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setTime(3000);</task>
                   </button>
                </tr>
             </table>
             <param expand="true" height="64" left="366" oid="step1toggle" style="style:toggleButton;bdr:round;bdr#FFFFFF;" top="384" width="92"/>
             <label height="36" id="step1label" left="397" name="6" style="txt-align:center;size:34;bg#FFFFFF96;fg#000000;bdr#E2000093;bdr:line;" top="396" width="26"/>
             <param expand="true" height="62" left="473" oid="toggle2step" style="style:toggleButton;bdr#FFFFFF;bdr:round;" top="384" width="95"/>
             <param constrainttype="INT_CHOICE" expand="true" height="59" left="577" oid="step3button" precision="0" style="bdr#FFFFFF;bdr:round;" top="386" widget="toggle" width="90">
                <constraint key="0"/>
                <constraint key="1"/>
             </param>
             <label height="36" id="step2label" left="508" name="6" style="txt-align:center;size:34;bg#FFFFFF96;fg#000000;bdr#E2000093;bdr:line;" top="397" width="26"/>
             <label height="36" id="step3label" left="610" name="1" style="txt-align:center;size:34;bg#FFFFFF96;fg#000000;bdr#E2000093;bdr:line;" top="395" width="26"/>
             <param constrainttype="INT_CHOICE" expand="true" height="63" left="680" oid="step4toggle" precision="0" style="style:toggleButton;bdr#FFFFFF;bdr:round;" top="384" width="94">
                <constraint key="0"/>
                <constraint key="1"/>
             </param>
             <label height="36" id="step4label" left="709" name="2" style="txt-align:center;size:34;bg#FFFFFF96;fg#000000;bdr#E2000093;bdr:line;" top="395" width="26"/>
             <param expand="true" height="63" left="789" oid="step5button" style="style:toggleButton;bdr#FFFFFF;bdr:round;" top="384" width="92"/>
             <label height="36" id="step5label" left="817" name="2" style="txt-align:center;size:34;bg#FFFFFF96;fg#000000;bdr#E2000093;bdr:line;" top="394" width="26"/>
             <param constrainttype="INT_CHOICE" expand="true" height="60" left="895" oid="step6button" precision="0" style="style:toggleButton;bdr#FFFFFF;bdr:round;" top="386" width="88">
                <constraint key="0"/>
                <constraint key="1"/>
             </param>
             <label height="36" id="step6label" left="926" name="8" style="txt-align:center;size:34;bg#FFFFFF96;fg#000000;bdr#E2000093;bdr:line;" top="395" width="26"/>
             <param expand="true" height="63" left="997" oid="step7toggle" style="style:toggleButton;bdr#FFFFFF;bdr:round;" top="382" width="90"/>
             <param constrainttype="INT_CHOICE" expand="true" height="63" left="1100" oid="step8toggle" precision="0" style="style:toggleButton;bdr#FFFFFF;bdr:round;" top="382" width="93">
                <constraint key="0"/>
                <constraint key="1"/>
             </param>
             <label height="36" id="step7label" left="1030" name="8" style="txt-align:center;size:34;bg#FFFFFF96;fg#000000;bdr#E2000093;bdr:line;" top="394" width="26"/>
             <label height="36" id="step8label" left="1132" name="2" style="txt-align:center;size:34;bg#FFFFFF96;fg#000000;bdr#E2000093;bdr:line;" top="394" width="26"/>
             <button buttontype="push" height="77" left="631" name="8" style="size:Bigger;bg-u:camicon4.png;mask-u:camicon4.png;" top="39" width="62">
                <task tasktype="ogscript">var toggle1 = params.getValue('step1toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step1label','8');
    params.setValue('step1cam', 0, 'XPT AUX:1:IN:'+'8');
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('toggle2step', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step2label','8')
    params.setValue('step2cam', 1, 'XPT AUX:1:IN:'+'8');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step3button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step3label','8')
    params.setValue('step3cam', 2, 'XPT AUX:1:IN:'+'8');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step4toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step4label','8')
    params.setValue('step4cam', 3, 'XPT AUX:1:IN:'+'8');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step5button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step5label','8')
    params.setValue('step5cam', 4, 'XPT AUX:1:IN:'+'8');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step6button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step6label','8')
    params.setValue('step6cam', 5, 'XPT AUX:1:IN:'+'8');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step7toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step7label','8')
    params.setValue('step7cam', 6, 'XPT AUX:1:IN:'+'8');</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step8toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step8label','8')
    params.setValue('step8cam', 7, 'XPT AUX:1:IN:'+'8');
    }</task>
             </button>
             <button buttontype="push" height="73" left="830" name="4" style="bg-u:camicon4.png;mask-u:camicon4.png;size:Bigger;" top="38" width="60">
                <task tasktype="ogscript">var toggle1 = params.getValue('step1toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step1label','4');
    
    params.setValue('step1cam', 0, 'XPT AUX:1:IN:'+'4');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('toggle2step', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step2label','4')
    params.setValue('step2cam', 1, 'XPT AUX:1:IN:'+'4');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step3button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step3label','4')
    params.setValue('step3cam', 2, 'XPT AUX:1:IN:'+'4');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step4toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step4label','4')
    params.setValue('step1cam', 3, 'XPT AUX:1:IN:'+'4');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step5button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step5label','4')
    params.setValue('step5cam', 4, 'XPT AUX:1:IN:'+'4');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step6button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step6label','4')
    params.setValue('step6cam', 5, 'XPT AUX:1:IN:'+'4');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step7toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step7label','4')
    params.setValue('step7cam', 6, 'XPT AUX:1:IN:'+'4');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step8toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step8label','4')
    params.setValue('step8cam', 7, 'XPT AUX:1:IN:'+'4');
    }</task>
             </button>
             <button buttontype="push" height="71" left="1017" name="5" style="bg-u:camicon4.png;mask-u:camicon4.png;size:Bigger;" top="42" width="59">
                <task tasktype="ogscript">var toggle1 = params.getValue('step1toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step1label','5')
    params.setValue('step1cam', 0, 'XPT AUX:1:IN:'+'5');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('toggle2step', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step2label','5');
    params.setValue('step2cam', 1, 'XPT AUX:1:IN:'+'5');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step3button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step3label','5')
    params.setValue('step3cam', 2, 'XPT AUX:1:IN:'+'5');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step4toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step4label','5')
    params.setValue('step4cam', 3, 'XPT AUX:1:IN:'+'5');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step5button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step5label','5')
    params.setValue('step5cam', 4, 'XPT AUX:1:IN:'+'5');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step6button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step6label','5')
    params.setValue('step6cam', 5, 'XPT AUX:1:IN:'+'5');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step7toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step7label','5')
    params.setValue('step7cam', 6, 'XPT AUX:1:IN:'+'5');
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step8toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step8label','5')
    params.setValue('step8cam', 7, 'XPT AUX:1:IN:'+'5');
    }</task>
             </button>
             <button buttontype="push" height="76" left="1145" name="6" style="bg-u:camicon4.png;mask-u:camicon4.png;size:Bigger;" top="112" width="59">
                <task tasktype="ogscript">var toggle1 = params.getValue('step1toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step1label','6')
       params.setValue('step1cam', 0, 6);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('toggle2step', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step2label','6')
    params.setValue('step2cam', 0, 6);
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step3button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step3label','6')
    params.setValue('step3cam', 0, 6);
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step4toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step4label','6')
    params.setValue('step4cam', 0, 6);
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step5button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step5label','6')
    params.setValue('step5cam', 0, 6);
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step6button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step6label','6')
    params.setValue('step6cam', 0, 6);
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step7toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step7label','6')
    params.setValue('step7cam', 0, 6);
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step8toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step8label','6')
    params.setValue('step8cam', 0, 6);
    }</task>
             </button>
             <button buttontype="push" height="70" left="637" name="7" style="bg-u:camicon4.png;mask-u:camicon4.png;size:Bigger;" top="301" width="60">
                <task tasktype="ogscript">var toggle1 = params.getValue('step1toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step1label','7')
       params.setValue('step1cam', 0, 7);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('toggle2step', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step2label','7')
       params.setValue('step2cam', 0, 7);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step3button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step3label','7')
       params.setValue('step3cam', 0, 7);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step4toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step4label','7')
       params.setValue('step4cam', 0, 7);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step5button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step5label','7')
       params.setValue('step5cam', 0, 7);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step6button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step6label','7')
       params.setValue('step6cam', 0, 7);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step7toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step7label','7')
       params.setValue('step7cam', 0, 7);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step8toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step8label','7')
       params.setValue('step8cam', 0, 7);
    
    }</task>
             </button>
             <button buttontype="push" height="68" left="738" name="1" style="bg-u:camicon4.png;mask-u:camicon4.png;size:Bigger;" top="306" width="63">
                <task tasktype="ogscript">var toggle1 = params.getValue('step1toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step1label','1')
       params.setValue('step1cam', 0, 1);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('toggle2step', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step2label','1')
       params.setValue('step2cam', 0, 1);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step3button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step3label','1')
       params.setValue('step3cam', 0, 1);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step4toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step4label','1')
       params.setValue('step4cam', 0, 1);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step5button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step5label','1')
       params.setValue('step5cam', 0, 1);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step6button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step6label','1')
       params.setValue('step6cam', 0, 1);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step7toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step7label','1')
       params.setValue('step7cam', 0, 1);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step8toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step8label','1')
       params.setValue('step8cam', 0, 1);
    
    }</task>
             </button>
             <button buttontype="push" height="69" left="939" name="2" style="bg-u:camicon4.png;mask-u:camicon4.png;size:Bigger;" top="303" width="65">
                <task tasktype="ogscript">var toggle1 = params.getValue('step1toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step1label','2')
       params.setValue('step1cam', 0, 2);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('toggle2step', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step2label','2')
       params.setValue('step2cam', 0, 2);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step3button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step3label','2')
       params.setValue('step3cam', 0, 2);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step4toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step4label','2')
       params.setValue('step4cam', 0, 2);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step5button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step5label','2')
       params.setValue('step5cam', 0, 2);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step6button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step6label','2')
       params.setValue('step6cam', 0, 2);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step7toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step7label','2')
       params.setValue('step7cam', 0, 2);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step8toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step8label','2')
       params.setValue('step8cam', 0, 2);
    
    }</task>
             </button>
             <button buttontype="push" height="66" left="1148" name="3" style="bg-u:camicon4.png;mask-u:camicon4.png;size:Bigger;" top="307" width="58">
                <task tasktype="ogscript">var toggle1 = params.getValue('step1toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step1label','3')
       params.setValue('step1cam', 0, 3);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('toggle2step', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step2label','3')
       params.setValue('step2cam', 0, 6);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step3button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step3label','3')
       params.setValue('step3cam', 0, 3);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step4toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step4label','3')
       params.setValue('step4cam', 0, 3);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step5button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step5label','3')
       params.setValue('step5cam', 0, 3);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step6button', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step6label','3')
       params.setValue('step6cam', 0, 3);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step7toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step7label','3')
       params.setValue('step7cam', 0, 3);
    
    }</task>
                <task tasktype="ogscript">var toggle1 = params.getValue('step8toggle', 0);
    
    if (toggle1 == 1)
    {
       ogscript.rename('step8label','3')
       params.setValue('step8cam', 0, 3);
    
    }</task>
             </button>
             <button buttontype="push" height="26" left="372" name="None" style="bdr#9D9D9D;bdr:round;size:Big;" top="295" width="95">
                <task tasktype="ogscript">/*! block id=1003 !*/
    params.setValue('step1toggle', 0, 0);
    /*!!
     &lt;block id="1003" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second.grid, Not In Menu, step1toggle (step1toggle)]" PARAM_DATA="_top&amp;amp;step1toggle[0]" VALUE="0" /&gt;
    !!*/
    /*!!&lt;checksum&gt;3427a7a23a75f87d396ee62ec6cf480f&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1004 !*/
    params.setValue('toggle2step', 0, 0);
    /*!!
     &lt;block id="1004" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs57.grid, Not In Menu, toggle2step (toggle2step)]" PARAM_DATA="_top&amp;amp;toggle2step[0]" VALUE="0" /&gt;
    !!*/
    /*!!&lt;checksum&gt;11de1c9c40ef0054d4a782344d927bdc&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1005 !*/
    params.setValue('step3button', 0, 0);
    /*!!
     &lt;block id="1005" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs57.grid, Not In Menu, step3button (step3button)]" PARAM_DATA="_top&amp;amp;step3button[0]" VALUE="0" /&gt;
    !!*/
    /*!!&lt;checksum&gt;846f4e02fcfe9eb4099d88a294773386&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1006 !*/
    params.setValue('step4toggle', 0, 0);
    /*!!
     &lt;block id="1006" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs58.grid, Not In Menu, step4toggle (step4toggle)]" PARAM_DATA="_top&amp;amp;step4toggle[0]" VALUE="0" /&gt;
    !!*/
    /*!!&lt;checksum&gt;96a6ad24c523fc1a9ed0c2a8ec1e8dc7&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1011 !*/
    params.setValue('step5button', 0, 0);
    /*!!
     &lt;block id="1011" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs58.grid, Not In Menu, step5button (step5button)]" PARAM_DATA="_top&amp;amp;step5button[0]" VALUE="0" /&gt;
    !!*/
    /*!!&lt;checksum&gt;8835e0c9f3a16736e1770dd9337697ef&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1012 !*/
    params.setValue('step6button', 0, 0);
    /*!!
     &lt;block id="1012" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs58.grid, Not In Menu, step6button (step6button)]" PARAM_DATA="_top&amp;amp;step6button[0]" VALUE="0" /&gt;
    !!*/
    /*!!&lt;checksum&gt;074b8bfa4e4bfd84ef56e86234b7a7f0&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1013 !*/
    params.setValue('step7toggle', 0, 0);
    /*!!
     &lt;block id="1013" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs58.grid, Not In Menu, step7toggle (step7toggle)]" PARAM_DATA="_top&amp;amp;step7toggle[0]" VALUE="0" /&gt;
    !!*/
    /*!!&lt;checksum&gt;fdcc9ee5ab32bee48554567790a56239&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1014 !*/
    params.setValue('step8toggle', 0, 0);
    /*!!
     &lt;block id="1014" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs58.grid, Not In Menu, step8toggle (step8toggle)]" PARAM_DATA="_top&amp;amp;step8toggle[0]" VALUE="0" /&gt;
    !!*/
    /*!!&lt;checksum&gt;c57264119b4ea52e2154df40314190d2&lt;/checksum&gt;!!*/</task>
             </button>
             <label height="63" id="step3border" left="576" name="" style="txt-align:west;bdr#DA0000;bdr:thick;" top="384" width="92"/>
             <button buttontype="push" height="34" left="503" name="All" style="bdr#9D9D9D;bdr:round;size:Big;" top="292" width="90">
                <task tasktype="ogscript">/*! block id=1015 !*/
    params.setValue('step1toggle', 0, 1);
    /*!!
     &lt;block id="1015" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs58.grid, Not In Menu, step1toggle (step1toggle)]" PARAM_DATA="_top&amp;amp;step1toggle[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;d37340884e5b35712a4138828299b784&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1016 !*/
    params.setValue('toggle2step', 0, 1);
    /*!!
     &lt;block id="1016" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs58.grid, Not In Menu, toggle2step (toggle2step)]" PARAM_DATA="_top&amp;amp;toggle2step[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;7bc03dd1d4aac49a4a666edf01865533&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1017 !*/
    params.setValue('step3button', 0, 1);
    /*!!
     &lt;block id="1017" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs58.grid, Not In Menu, step3button (step3button)]" PARAM_DATA="_top&amp;amp;step3button[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;50e20f4228c9eac62c27b6af3ba0e621&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1018 !*/
    params.setValue('step4toggle', 0, 1);
    /*!!
     &lt;block id="1018" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs58.grid, Not In Menu, step4toggle (step4toggle)]" PARAM_DATA="_top&amp;amp;step4toggle[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;70e497da4f2ea51158c1d551c6f69b64&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1019 !*/
    params.setValue('step5button', 0, 1);
    /*!!
     &lt;block id="1019" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs58.grid, Not In Menu, step5button (step5button)]" PARAM_DATA="_top&amp;amp;step5button[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;703676fb222d0fe78c1e6137c620c70a&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1020 !*/
    params.setValue('step6button', 0, 1);
    /*!!
     &lt;block id="1020" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs58.grid, Not In Menu, step6button (step6button)]" PARAM_DATA="_top&amp;amp;step6button[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;7e0ba0f52b271494b5b74c30f6fa230e&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1021 !*/
    params.setValue('step7toggle', 0, 1);
    /*!!
     &lt;block id="1021" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs58.grid, Not In Menu, step7toggle (step7toggle)]" PARAM_DATA="_top&amp;amp;step7toggle[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;8959bcf2be7d4db7a2ee2463d0b49d15&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1022 !*/
    params.setValue('step8toggle', 0, 1);
    /*!!
     &lt;block id="1022" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for hsectabs58.grid, Not In Menu, step8toggle (step8toggle)]" PARAM_DATA="_top&amp;amp;step8toggle[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;a249176fd660090db6fe46b0b6cef35e&lt;/checksum&gt;!!*/</task>
             </button>
             <param expand="true" height="87" id="playbutton" left="968" oid="Playtoggle" style="style:toggleButton;bdr#A65959;t:bdr#FF2E2E;t:bdr:thick;t:bg-u:camicon4.png;f:bdr#F6F6F6;f:bdr:line;f:bg-u:play.png;" top="176" width="80">
                <task tasktype="ogscript">/*! block id=1018,1017,1019,1021 !*/
    if (params.getValue('Playtoggle', 0)  ==  1)
    {
    	ogscript.debug(params.getValue('autoarrayindex', 0));
    } else {
    	
    }
    /*!!
     &lt;block id="1018" type="if" x="671" y="107" w="268" INPUT1="ID:1017" OPERATION="equals" INPUT2="1" TRUE="ID:1019" FALSE="" IGNORE="" /&gt;
    &lt;block id="1017" type="param_getvalue" x="176" y="96" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, Playtoggle (Playtoggle)]" PARAM_DATA="_top&amp;amp;Playtoggle[0]" /&gt;
    &lt;block id="1019" type="ogscript_debug" x="701" y="450" w="243" MESSAGE="ID:1021" /&gt;
    &lt;block id="1021" type="param_getvalue" x="122" y="430" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, AutoArrayIndex (autoarrayindex)]" PARAM_DATA="_top&amp;amp;autoarrayindex[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;cd26d05456b4091c0ae2bf31ada10e57&lt;/checksum&gt;!!*/</task>
             </param>
             <button buttontype="push" height="64" left="212" name="STOP" style="bdr#FFFFFF;bdr:round;size:Big;bg#8D5915;" top="270" width="92">
                <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').stopTimer(true);</task>
             </button>
             <label height="65" id="step1border" left="366" name="" style="txt-align:west;bdr#DA0000;bdr:thick;" top="383" width="95"/>
             <label height="64" id="step2border" left="471" name="" style="txt-align:west;bdr#DA0000;bdr:thick;" top="383" width="97"/>
             <label height="64" id="step4border" left="679" name="" style="txt-align:west;bdr#DA0000;bdr:thick;" top="383" width="96"/>
             <label height="64" id="step5border" left="788" name="" style="txt-align:west;bdr#DA0000;bdr:thick;" top="383" width="95"/>
             <label height="63" id="step6border" left="892" name="" style="txt-align:west;bdr#DA0000;bdr:thick;" top="383" width="93"/>
             <label height="64" id="step7border" left="995" name="" style="txt-align:west;bdr#DA0000;bdr:thick;" top="381" width="93"/>
             <label height="64" id="step8border" left="1100" name="" style="txt-align:west;bdr#DA0000;bdr:thick;" top="382" width="94"/>
             <button buttontype="push" height="33" left="376" name="Odd" style="bdr#9D9D9D;bdr:round;size:Big;" top="337" width="97">
                <task tasktype="ogscript">/*! block id=1017 !*/
    params.setValue('step1toggle', 0, 1);
    /*!!
     &lt;block id="1017" type="param_setvalue" x="431" y="119" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, step1toggle (step1toggle)]" PARAM_DATA="_top&amp;amp;step1toggle[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;9c963d5b5e0e8ed96892ae2e6602b223&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1018 !*/
    params.setValue('step3button', 0, 1);
    /*!!
     &lt;block id="1018" type="param_setvalue" x="417" y="149" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, step3button (step3button)]" PARAM_DATA="_top&amp;amp;step3button[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;f3999cba40dc685585b83a3da604c3f1&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1019 !*/
    params.setValue('step5button', 0, 1);
    /*!!
     &lt;block id="1019" type="param_setvalue" x="323" y="191" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, step5button (step5button)]" PARAM_DATA="_top&amp;amp;step5button[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;7c140f86e9944903b795589d4b9ba16b&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1020 !*/
    params.setValue('step7toggle', 0, 1);
    /*!!
     &lt;block id="1020" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, step7toggle (step7toggle)]" PARAM_DATA="_top&amp;amp;step7toggle[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;f3e0105a4f39cd493f8d71bad08e11b3&lt;/checksum&gt;!!*/</task>
             </button>
             <button buttontype="push" height="33" left="510" name="Even" style="size:Big;bdr:round;bdr#9D9D9D;" top="336" width="86">
                <task tasktype="ogscript">/*! block id=1021 !*/
    params.setValue('toggle2step', 0, 1);
    /*!!
     &lt;block id="1021" type="param_setvalue" x="448" y="170" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, toggle2step (toggle2step)]" PARAM_DATA="_top&amp;amp;toggle2step[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;131c166f4c2384d6bc28c816920d380a&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1022 !*/
    params.setValue('step4toggle', 0, 1);
    /*!!
     &lt;block id="1022" type="param_setvalue" x="575" y="179" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, step4toggle (step4toggle)]" PARAM_DATA="_top&amp;amp;step4toggle[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;f7a6d6a8bbca536ede13e0954bf74b95&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1023 !*/
    params.setValue('step6button', 0, 1);
    /*!!
     &lt;block id="1023" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, step6button (step6button)]" PARAM_DATA="_top&amp;amp;step6button[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;5105e5f23f4298563d90474fc475fb23&lt;/checksum&gt;!!*/</task>
                <task tasktype="ogscript">/*! block id=1024 !*/
    params.setValue('step8toggle', 0, 1);
    /*!!
     &lt;block id="1024" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, step8toggle (step8toggle)]" PARAM_DATA="_top&amp;amp;step8toggle[0]" VALUE="1" /&gt;
    !!*/
    /*!!&lt;checksum&gt;e1b1b6f9018db075ce6d6dbff6faab80&lt;/checksum&gt;!!*/</task>
             </button>
             <button buttontype="push" height="42" left="90" name="RESET SEQUENCER" style="bdr:round;bdr#AAAAAA;size:15;font:bold;" top="351" width="181">
                <task tasktype="ogscript">/*! block id=1030 !*/
    params.setValue('autoarrayindex', 0, 1);
    /*! block id=1032 !*/
    ogscript.hide("step1border");
    /*! block id=1033 !*/
    ogscript.hide("step2border");
    /*! block id=1034 !*/
    ogscript.hide("step3border");
    /*! block id=1035 !*/
    ogscript.hide("step4border");
    /*! block id=1036 !*/
    ogscript.hide("step5border");
    /*! block id=1037 !*/
    ogscript.hide("step6border");
    /*! block id=1038 !*/
    ogscript.hide("step7border");
    /*! block id=1039 !*/
    ogscript.hide("step8border");
    /*!!
     &lt;block id="1030" type="param_setvalue" x="653" y="89" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, AutoArrayIndex (autoarrayindex)]" PARAM_DATA="_top&amp;amp;autoarrayindex[0]" VALUE="1" /&gt;
    &lt;block id="1032" type="ogscript_hide" x="613" y="270" w="243" ID="step1border" /&gt;
    &lt;block id="1033" type="ogscript_hide" x="619" y="365" w="243" ID="step2border" /&gt;
    &lt;block id="1034" type="ogscript_hide" x="642" y="476" w="243" ID="step3border" /&gt;
    &lt;block id="1035" type="ogscript_hide" x="647" y="590" w="243" ID="step4border" /&gt;
    &lt;block id="1036" type="ogscript_hide" x="886" y="291" w="243" ID="step5border" /&gt;
    &lt;block id="1037" type="ogscript_hide" x="920" y="404" w="243" ID="step6border" /&gt;
    &lt;block id="1038" type="ogscript_hide" x="923" y="516" w="243" ID="step7border" /&gt;
    &lt;block id="1039" type="ogscript_hide" x="908" y="634" w="243" ID="step8border" /&gt;
    !!*/
    /*!!&lt;checksum&gt;3af383520e4def556a8b9d878c73e7aa&lt;/checksum&gt;!!*/</task>
                <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setTime(3000);</task>
             </button>
             <label height="25" left="390" name="Step Selection Presets" style="txt-align:center;size:Big;" top="260" width="202"/>
             <button buttontype="push" height="67" left="48" name="PLAY" style="bdr#FFFFFF;bdr:round;size:Big;bg#436444;" top="267" width="97">
                <task tasktype="ogscript">/*! block id=1008,1020 !*/
    params.setValue('AutoArray', 0, params.getValue('step1cam', 0));
    /*! block id=1011,1021 !*/
    params.setValue('AutoArray', 1, params.getValue('step2cam', 0));
    /*! block id=1012,1022 !*/
    params.setValue('AutoArray', 2, params.getValue('step3cam', 0));
    /*! block id=1013,1024 !*/
    params.setValue('AutoArray', 3, params.getValue('step4cam', 0));
    /*! block id=1014,1026 !*/
    params.setValue('AutoArray', 5, params.getValue('step6cam', 0));
    /*! block id=1015,1028 !*/
    params.setValue('AutoArray', 7, params.getValue('step8cam', 0));
    /*! block id=1017,1027 !*/
    params.setValue('AutoArray', 6, params.getValue('step7cam', 0));
    /*! block id=1023,1025 !*/
    params.setValue('AutoArray', 4, params.getValue('step5cam', 0));
    /*!!
     &lt;block id="1008" type="param_setvalue" x="682" y="104" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, AutoArray (AutoArray), AutoArray[0]]" PARAM_DATA="_top&amp;amp;AutoArray[0]" VALUE="ID:1020" /&gt;
    &lt;block id="1020" type="param_getvalue" x="331" y="92" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, Step_1_Cam_Array (step1cam), Step_1_Cam_Array[0]]" PARAM_DATA="_top&amp;amp;step1cam[0]" /&gt;
    &lt;block id="1011" type="param_setvalue" x="684" y="191" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, AutoArray (AutoArray), AutoArray[1]]" PARAM_DATA="_top&amp;amp;AutoArray[1]" VALUE="ID:1021" /&gt;
    &lt;block id="1021" type="param_getvalue" x="332" y="181" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, Step_2_Cam_Array (step2cam)]" PARAM_DATA="_top&amp;amp;step2cam[0]" /&gt;
    &lt;block id="1012" type="param_setvalue" x="690" y="280" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, AutoArray (AutoArray), AutoArray[2]]" PARAM_DATA="_top&amp;amp;AutoArray[2]" VALUE="ID:1022" /&gt;
    &lt;block id="1022" type="param_getvalue" x="376" y="301" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, Step_3_Cam_Array (step3cam)]" PARAM_DATA="_top&amp;amp;step3cam[0]" /&gt;
    &lt;block id="1013" type="param_setvalue" x="670" y="367" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, AutoArray (AutoArray), AutoArray[3]]" PARAM_DATA="_top&amp;amp;AutoArray[3]" VALUE="ID:1024" /&gt;
    &lt;block id="1024" type="param_getvalue" x="322" y="399" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, Step_4_Cam_Array (step4cam)]" PARAM_DATA="_top&amp;amp;step4cam[0]" /&gt;
    &lt;block id="1014" type="param_setvalue" x="671" y="575" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, AutoArray (AutoArray), AutoArray[5]]" PARAM_DATA="_top&amp;amp;AutoArray[5]" VALUE="ID:1026" /&gt;
    &lt;block id="1026" type="param_getvalue" x="328" y="597" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, Step_6_Cam_Array (step6cam)]" PARAM_DATA="_top&amp;amp;step6cam[0]" /&gt;
    &lt;block id="1015" type="param_setvalue" x="699" y="811" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, AutoArray (AutoArray), AutoArray[7]]" PARAM_DATA="_top&amp;amp;AutoArray[7]" VALUE="ID:1028" /&gt;
    &lt;block id="1028" type="param_getvalue" x="407" y="843" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, Step_8_Cam_Array (step8cam)]" PARAM_DATA="_top&amp;amp;step8cam[0]" /&gt;
    &lt;block id="1017" type="param_setvalue" x="670" y="677" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, AutoArray (AutoArray), AutoArray[6]]" PARAM_DATA="_top&amp;amp;AutoArray[6]" VALUE="ID:1027" /&gt;
    &lt;block id="1027" type="param_getvalue" x="326" y="688" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, Step_7_Cam_Array (step7cam)]" PARAM_DATA="_top&amp;amp;step7cam[0]" /&gt;
    &lt;block id="1023" type="param_setvalue" x="684" y="461" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, AutoArray (AutoArray), AutoArray[4]]" PARAM_DATA="_top&amp;amp;AutoArray[4]" VALUE="ID:1025" /&gt;
    &lt;block id="1025" type="param_getvalue" x="370" y="497" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1.grid, Not In Menu, Step_5_Cam_Array (step5cam)]" PARAM_DATA="_top&amp;amp;step5cam[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;6fd97792042cbf86e1ad82f1ab8cb05a&lt;/checksum&gt;!!*/</task>
                <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').startTimer(false);</task>
             </button>
             <param expand="true" height="52" left="752" oid="autoarrayindex" top="157" widget="spinner" width="85"/>
             <table height="214" left="204" top="43" width="117">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="1:00" pheight="42" pwidth="117" rowspan="1" style="size:Big;bdr#9D9D9D;bdr:round;bg#000000;fg#FFFFFF;" weightx="1.0" weighty="1.0">
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setStart(60000);</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').resetTimer();</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setTime(3000);</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="3:00" pheight="42" pwidth="117" rowspan="1" style="size:Big;bdr#9D9D9D;bdr:round;bg#000000;fg#FFFFFF;" weightx="1.0" weighty="1.0">
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setStart(180000);</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').resetTimer();</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setTime(3000);</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="5:00" pheight="42" pwidth="117" rowspan="1" style="size:Big;bdr#9D9D9D;bdr:round;bg#000000;fg#FFFFFF;" weightx="1.0" weighty="1.0">
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setStart(300000);</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').resetTimer();</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setTime(3000);</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="10:00" pheight="42" pwidth="117" rowspan="1" style="size:Big;bdr#9D9D9D;bdr:round;bg#000000;fg#FFFFFF;" weightx="1.0" weighty="1.0">
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setStart(600000);</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').resetTimer();</task>
                      <task tasktype="ogscript"/>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setTime(3000);</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="30:00" pheight="42" pwidth="117" rowspan="1" style="size:Big;bdr#9D9D9D;bdr:round;bg#000000;fg#FFFFFF;" weightx="1.0" weighty="1.0">
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setStart(1800000);</task>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').resetTimer();</task>
                      <task tasktype="ogscript"/>
                      <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Autoswitch').setTime(3000);</task>
                   </button>
                </tr>
             </table>
             <table height="166" left="492" top="85" width="106">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="2-3" pheight="41" pwidth="106" rowspan="1" style="size:Big;bdr#9D9D9D;bdr:round;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">ogscript.rename('step1label','2');
    ogscript.rename('step2label','3');
    ogscript.rename('step3label','2');
    ogscript.rename('step4label','3');
    ogscript.rename('step5label','2');
     ogscript.rename('step6label','3');
    ogscript.rename('step7label','2');
     ogscript.rename('step8label','3')</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="4-5" pheight="41" pwidth="106" rowspan="1" style="size:Big;bdr#9D9D9D;bdr:round;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">ogscript.rename('step1label','4');
    ogscript.rename('step2label','5');
    ogscript.rename('step3label','4');
    ogscript.rename('step4label','5');
    ogscript.rename('step5label','4');
     ogscript.rename('step6label','5');
    ogscript.rename('step7label','4');
     ogscript.rename('step8label','5')</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="5-6" pheight="41" pwidth="106" rowspan="1" style="size:Big;bdr#9D9D9D;bdr:round;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">ogscript.rename('step1label','5');
    ogscript.rename('step2label','6');
    ogscript.rename('step3label','5');
    ogscript.rename('step4label','6');
    ogscript.rename('step5label','5');
    ogscript.rename('step6label','6');
    ogscript.rename('step7label','5');
    ogscript.rename('step8label','6')</task>
                   </button>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="7-8" pheight="41" pwidth="106" rowspan="1" style="size:Big;bdr#9D9D9D;bdr:round;" weightx="1.0" weighty="1.0">
                      <task tasktype="ogscript">ogscript.rename('step1label','7');
    ogscript.rename('step2label','8');
    ogscript.rename('step3label','7');
    ogscript.rename('step4label','8');
    ogscript.rename('step5label','7');
    ogscript.rename('step6label','8');
    ogscript.rename('step7label','7');
    ogscript.rename('step8label','8')</task>
                   </button>
                </tr>
             </table>
          <label height="15" left="630" name="PICK SEQUENCE STEPS... THEN SELECT CAMERA" style="txt-align:center;size:Big;" top="8" width="558"/>
          </abs>
          <abs id="tab_4" name="Tab 4" virtualheight="483" virtualwidth="1214">
             <param expand="true" height="151" left="242" oid="CAM_2_WB_MODE" top="44" width="115">
                <task tasktype="ogscript">
    
    
    /*! block id=1002,1003 !*/
    params.getParam("AW-UE150.1", 'paintbox.whitebalance.mode', 0).setValue(params.getValue('CAM_2_WB_MODE', 0));
    /*!!
     &lt;block id="1002" type="param_AW-UE150.1&amp;amp;White Balance Mode (paintbox.whitebalance.mode)[0]" x="353" y="263" w="243" SET="ID:1003" /&gt;
    &lt;block id="1003" type="param_getvalue" x="10" y="355" w="318" PARAM="[root, Params for SEND_TO_UTILITY2.grid, Not In Menu, CAM_2_WB_MODE (CAM_2_WB_MODE)]" PARAM_DATA="_top&amp;amp;CAM_2_WB_MODE[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;29ed23a1933465d494d8a93ac84cbf5c&lt;/checksum&gt;!!*/</task>
             </param>
             <button buttontype="push" height="50" left="27" name="ALL IRIS DEFAULT" top="35" width="163"/>
             <label height="49" left="205" name="CAM 2" style="txt-align:center;size:Big;" top="420" width="103"/>
             <param constraint="1365.0;4065.0;1365.0;4065.0;1" constrainttype="INT_STEP_RANGE" expand="true" height="185" left="251" oid="CAM_2_IRIS" precision="0" top="216" widget="slider-vertical-nolabel" width="47">
                <task tasktype="ogscript"/>
                <task tasktype="ogscript">/*! block id=1000,1001 !*/
    params.getParam("AW-UE150.1", 'paintbox.iris.control', 0).setValue(params.getValue('CAM_2_IRIS', 0));
    /*!!
     &lt;block id="1000" type="param_AW-UE150.1&amp;amp;Iris: (paintbox.iris.control)[0]" x="274" y="150" w="243" SET="ID:1001" /&gt;
    &lt;block id="1001" type="param_getvalue" x="10" y="242" w="318" PARAM="[root, Params for SEND_TO_UTILITY2.grid, Not In Menu, CAM_2_IRIS (CAM_2_IRIS)]" PARAM_DATA="_top&amp;amp;CAM_2_IRIS[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;a0e889afdf8a7d3233d8c7cd4493c063&lt;/checksum&gt;!!*/</task>
             </param>
             <label bottom="6" height="69" left="28" style="txt-align:west;bg#panelbg;bdr#008CA8;bdr:line;fg#000000;" width="136"/>
             <label height="45" left="716" name="PTZ color controls for Panasonic and Canon Cameras" style="txt-align:west;" top="170" width="596"/>
             <abs height="491" id="Audio_Router" left="23" style="bdr:line;bdr#AEAEAE;" top="-9" virtualheight="491" virtualwidth="395" width="395">
                <label height="408" right="245" style="txt-align:west;bg#1A224C;" top="3" width="147"/>
                <label height="524" right="-479" style="txt-align:west;bg#3E3E3E;" top="13" width="307"/>
                <table height="377" left="166" top="53" width="107">
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 1" pheight="47" pwidth="107" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">/*! block id=1057,1056 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,22 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1057" type="Ultrix.1_ultix_takecrosspoint" x="377" y="69" w="243" SRC="22" DEST="ID:1056" LEVEL="1,2,3" /&gt;
    &lt;block id="1056" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;5e958577e460f25d9ae0c150f7e5bbdf&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 2" pheight="47" pwidth="107" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">/*! block id=1059,1058 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,39 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1059" type="Ultrix.1_ultix_takecrosspoint" x="354" y="64" w="243" SRC="39" DEST="ID:1058" LEVEL="1,2,3" /&gt;
    &lt;block id="1058" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;8024f0e0fb76b7ccc93601374e165bba&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 3" pheight="47" pwidth="107" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">/*! block id=1066,1065 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,21 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1066" type="Ultrix.1_ultix_takecrosspoint" x="405" y="107" w="243" SRC="21" DEST="ID:1065" LEVEL="1,2,3" /&gt;
    &lt;block id="1065" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;612a54f2f15244d0a510b6d320c8aad3&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 4" pheight="47" pwidth="107" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">/*! block id=1067,1068 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,43 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1067" type="Ultrix.1_ultix_takecrosspoint" x="302" y="236" w="243" SRC="43" DEST="ID:1068" LEVEL="1,2,3" /&gt;
    &lt;block id="1068" type="param_getvalue" x="10" y="240" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;89ac6137cb025d6e537a102938041ad6&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 5" pheight="47" pwidth="107" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">
    
    
    /*! block id=1070,1069 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,45 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1070" type="Ultrix.1_ultix_takecrosspoint" x="373" y="77" w="243" SRC="45" DEST="ID:1069" LEVEL="1,2,3" /&gt;
    &lt;block id="1069" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;1b22e68cbfb171f7f616091448308f44&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 6" pheight="47" pwidth="107" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">/*! block id=1072,1071 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,41 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1072" type="Ultrix.1_ultix_takecrosspoint" x="354" y="77" w="243" SRC="41" DEST="ID:1071" LEVEL="1,2,3" /&gt;
    &lt;block id="1071" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;503d39f584a00a098f15e70c1d65f4de&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 7" pheight="47" pwidth="107" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">
    
    
    /*! block id=1074,1073 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,23 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1074" type="Ultrix.1_ultix_takecrosspoint" x="459" y="110" w="243" SRC="23" DEST="ID:1073" LEVEL="1,2,3" /&gt;
    &lt;block id="1073" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;0c88d09c868cf54d44d01a12ed488429&lt;/checksum&gt;!!*/</task>
                      </button>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="CAM 8" pheight="47" pwidth="107" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">/*! block id=1076,1075 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,72 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1076" type="Ultrix.1_ultix_takecrosspoint" x="384" y="160" w="243" SRC="72" DEST="ID:1075" LEVEL="1,2,3" /&gt;
    &lt;block id="1075" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;0f1a7c279af37660fe682593c3a29e44&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                </table>
                <label height="23" left="5" name="Destinations" style="txt-align:center;size:Big;bg#FFFFFF;fg#000000;" top="7" width="130"/>
                <label height="24" left="229" name="Sources" style="txt-align:center;size:Big;bg#FFFFFF;fg#000000;" top="10" width="117"/>
                <button buttontype="push" height="41" left="15" name="SCOPE 1" style="size:Big;bdr#9D9D9D;bdr:round;" top="74" width="113">
                   <task tasktype="ogscript">ogscript.rename('Color_Destination', 'SCOPE 1');
    
    params.setValue('Dest_Label', 0, 60);</task>
                </button>
                <button buttontype="push" height="41" left="17" name="SCOPE 2" style="size:Big;bdr#9D9D9D;bdr:round;" top="163" width="111">
                   <task tasktype="ogscript">ogscript.rename('Color_Destination', 'SCOPE 2');
    
    params.setValue('Dest_Label', 0, 61);</task>
                </button>
                <button buttontype="push" height="41" left="19" name="SCOPE 3" style="size:Big;bdr#9D9D9D;bdr:round;" top="251" width="110">
                   <task tasktype="ogscript">ogscript.rename('Color_Destination', 'SCOPE 3');
    
    params.setValue('Dest_Label', 0, 62);</task>
                </button>
                <button buttontype="push" height="41" left="19" name="SCOPE 4" style="size:Big;bdr:round;bdr#9D9D9D;" top="335" width="110">
                   <task tasktype="ogscript">ogscript.rename('Color_Destination', 'SCOPE 4');
    
    params.setValue('Dest_Label', 0, 42)</task>
                </button>
                <button buttontype="push" height="36" left="202" name="Take Scope to QC" style="bdr#FFFFFF;bdr:round;size:Normal;font:bold;" top="439" width="160">
                   <task tasktype="ogscript">
    
    
    /*! block id=1155 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (30 - 1) + '.inputstatus',levels[i] - 1,37 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1155" type="Ultrix.1_ultix_takecrosspoint" x="134" y="113" w="243" SRC="37" DEST="30" LEVEL="1,2,3" /&gt;
    !!*/
    /*!!&lt;checksum&gt;fc6c3e12e55820512fafe8b9d0336da6&lt;/checksum&gt;!!*/</task>
                </button>
                <table height="376" left="278" top="53" width="100">
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="PIB 1" pheight="47" pwidth="100" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">/*! block id=1093,1094 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,51 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1093" type="Ultrix.1_ultix_takecrosspoint" x="369" y="251" w="243" SRC="51" DEST="ID:1094" LEVEL="1,2,3" /&gt;
    &lt;block id="1094" type="param_getvalue" x="9" y="250" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;ba092fee7c3a95ad02d3baef2c229e44&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="PIB 2" pheight="47" pwidth="100" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">/*! block id=1096,1095 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,52 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1096" type="Ultrix.1_ultix_takecrosspoint" x="10" y="192" w="243" SRC="52" DEST="ID:1095" LEVEL="1,2,3" /&gt;
    &lt;block id="1095" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;06fe691296418ea2ef77b61d358042a4&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="PIB 3" pheight="47" pwidth="100" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">/*! block id=1098,1097 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,53 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1098" type="Ultrix.1_ultix_takecrosspoint" x="399" y="133" w="243" SRC="53" DEST="ID:1097" LEVEL="1,2,3" /&gt;
    &lt;block id="1097" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;6b30d273eef7cbc30aa0749321bc57f9&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="PIB 4" pheight="47" pwidth="100" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">/*! block id=1103,1100 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,54 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1103" type="Ultrix.1_ultix_takecrosspoint" x="415" y="143" w="243" SRC="54" DEST="ID:1100" LEVEL="1,2,3" /&gt;
    &lt;block id="1100" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;5354ab7dc9440d6ac954f14d4dfc4bf7&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="PATCH 1" pheight="47" pwidth="100" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">
    
    
    /*! block id=1147,1146 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,63 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1147" type="Ultrix.1_ultix_takecrosspoint" x="382" y="118" w="243" SRC="63" DEST="ID:1146" LEVEL="1,2,3" /&gt;
    &lt;block id="1146" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;b6e10f4a77f0a6436d825411e5093f78&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="PATCH 2" pheight="47" pwidth="100" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">
    
    
    /*! block id=1149,1148 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,64 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1149" type="Ultrix.1_ultix_takecrosspoint" x="387" y="65" w="243" SRC="64" DEST="ID:1148" LEVEL="1,2,3" /&gt;
    &lt;block id="1148" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;ba60b1378b600e0c5ecfd5deeb919ee9&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="PATCH 3" pheight="47" pwidth="100" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">
    
    
    /*! block id=1150,1151 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,65 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1150" type="Ultrix.1_ultix_takecrosspoint" x="440" y="133" w="243" SRC="65" DEST="ID:1151" LEVEL="1,2,3" /&gt;
    &lt;block id="1151" type="param_getvalue" x="10" y="273" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;7a86b9f83728636da6a4162d710f84be&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                   <tr>
                      <button buttontype="push" colspan="1" fill="both" name="PATCH 4" pheight="47" pwidth="100" rowspan="1" style="size:Big;bg#D4D4D4;bdr#FFFFFF;bdr:round;fg#modaloverlay;" weightx="1.0" weighty="1.0">
                         <task tasktype="ogscript">
    
    
    /*! block id=1154,1153 !*/
    var panelid = ogscript.getString("Ultrix.1" + "_panelID");
    if (panelid == null) {
      panelid = 1999;
    }
    var levString = "1,2,3" + "";
    var levels = levString.split(",");			
    var multi1 = params.createMultiSet("Ultrix.1");
    multi1.setValue('params.statusByDestination.0.lockowner',0,panelid);
    for (i = 0; i &lt; levels.length; i++) {
    	multi1.setValue('params.statusByDestination.' + (params.getValue('Dest_Label', 0) - 1) + '.inputstatus',levels[i] - 1,66 - 1);	
    }			
    multi1.execute();
    /*!!
     &lt;block id="1154" type="Ultrix.1_ultix_takecrosspoint" x="472" y="84" w="243" SRC="66" DEST="ID:1153" LEVEL="1,2,3" /&gt;
    &lt;block id="1153" type="param_getvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second5.grid, Not In Menu, Dest_Label (Dest_Label)]" PARAM_DATA="_top&amp;amp;Dest_Label[0]" /&gt;
    !!*/
    /*!!&lt;checksum&gt;3b3ab41aa86b5d2fca59732a85c3c4a7&lt;/checksum&gt;!!*/</task>
                         <task tasktype="pause">500</task>
                         <task tasktype="ogscript">var x = params.getValue('Dest_Label', 0);
    
    
    ogscript.rename(x, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (x - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                      </button>
                   </tr>
                </table>
                <label height="26" id="Color_Destination" left="10" style="txt-align:center;size:Big;bg#orange;bdr:line;bdr#FFFFFF;fg#000000;" top="40" width="120"/>
                <label height="29" id="60" left="17" style="txt-align:center;bg#000000;size:Big;" top="115" width="109"/>
                <label height="29" id="61" left="20" style="txt-align:center;bg#000000;size:Big;" top="205" width="109"/>
                <label height="30" id="62" left="20" style="txt-align:center;bg#000000;size:Big;" top="293" width="110"/>
                <label height="30" id="42" left="20" style="txt-align:center;size:Big;bg#000000;" top="376" width="106"/>
                <button buttontype="push" height="35" left="140" name="&lt;html&gt;&lt;center&gt;UPDATE&lt;br/&gt;STATUS&lt;/center&gt;&lt;/html&gt;" style="bg#red;size:12;bdr#000000;bdr:line;font:bold;" top="14" width="84">
                   <task tasktype="ogscript">ogscript.rename(60, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (60 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(61, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (61 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(62, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (62 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));
    ogscript.rename(42, (params.getParam("Ultrix.1", 'params.statusByDestination.' + (42 - 1) + '.inputstatus', (1 - 1)).getValueAsString()));</task>
                </button>
             </abs>
             <param expand="true" height="46" left="40" oid="Router" style="font:bold;bdr#FFFFFF;bdr:round;" top="421" width="104">
                <task tasktype="ogscript">/*! block id=1116,1115,1118,1117 !*/
    if (params.getValue('Router', 0)  ==  0)
    {
    	ogscript.hide("Audio_Router");
    } else {
    	ogscript.reveal("Audio_Router");
    }
    /*!!
     &lt;block id="1116" type="if" x="395" y="149" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="0" TRUE="ID:1118" FALSE="ID:1117" IGNORE="" /&gt;
    &lt;block id="1115" type="param__top&amp;amp;Router (Router)[0]" x="94" y="88" w="243" SET="" /&gt;
    &lt;block id="1118" type="ogscript_hide" x="686" y="149" w="243" ID="Audio_Router" /&gt;
    &lt;block id="1117" type="ogscript_reveal" x="590" y="388" w="243" ID="Audio_Router" /&gt;
    !!*/
    /*!!&lt;checksum&gt;e1869eb766997e70d879a0860dda7283&lt;/checksum&gt;!!*/</task>
             </param>
          </abs>
          <abs id="tab_5" name="Tab 5" virtualheight="483" virtualwidth="1214">
             <label bottom="6" height="80" left="3" style="txt-align:west;bg#panelbg;bdr#008CA8;bdr:line;fg#000000;" width="161"/>
             <label bottom="-1" left="613" name="" style="txt-align:west;bg#5C5C5C;bdr:thick;bdr#000000;" top="2" width="597"/>
             <label bottom="-3" left="-3" name="" style="txt-align:west;bg#4F4F4F;bdr:thick;bdr#000000;" top="4" width="614"/>
             <label height="35" left="53" name="Show Control" style="txt-align:center;size:Bigger;bg#202020;fg#FFFFFF;bdr#0045CE;bdr:line;" top="12" width="192"/>
             <table height="399" left="30" style="bg#000000;" top="61" width="559">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="1" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="2" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="3" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="4" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="39" name="5" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="6" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="7" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="8" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="9" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="10" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="11" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="12" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="13" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="14" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="15" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="16" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="17" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="18" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="19" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="20" pheight="79" pwidth="139" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                </tr>
             </table>
             <table height="400" left="637" style="bg#000000;" top="55" width="546">
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="25" name="1" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="2" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="3" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="4" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" height="39" name="5" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="6" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="7" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="8" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="9" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="10" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="11" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="12" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="13" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="14" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="15" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="16" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                </tr>
                <tr>
                   <button buttontype="push" colspan="1" fill="both" name="17" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="18" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="19" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                   <button buttontype="push" colspan="1" fill="both" name="20" pheight="80" pwidth="136" rowspan="1" style="size:Bigger;" weightx="1.0" weighty="1.0"/>
                </tr>
             </table>
             <label height="34" left="644" name="Xpression" style="txt-align:center;size:Bigger;bg#BBBBBB;fg#000000;bdr#0045CE;bdr:line;" top="9" width="192"/>
             <button buttontype="push" height="42" left="944" name="BLANK XPRESSION" style="bdr#red;bdr:thick;font:bold;bg#B5B4B4;fg#000000;" top="9" width="208"/>
             <button bottom="428" buttontype="push" height="44" left="346" name="BLANK SHOW CONTROL" style="bdr#red;bdr:thick;font:bold;bg#B5B4B4;fg#000000;" width="200"/>
          </abs>
          <abs id="tab_6" name="Tab 6" virtualheight="483" virtualwidth="1214">
             <label height="455" left="282" name="" style="txt-align:west;bg#363636;" top="4" width="473"/>
             <label height="42" left="469" name="PROGRAM" style="txt-align:center;size:Big;bg#C74A4A;" top="6" width="157"/>
             <tab baseurl="file:/C:/Users/HCTV/AppData/Local/Temp/Temp1_RossDashboardPanels-master.zip/RossDashboardPanels-master/AJA%20Ki%20Pro.grid" height="411" left="1092" tabposition="none" top="-327" width="294">
                <abs id="KiPro1.TransportTab" virtualheight="411" virtualwidth="294">
                   <button buttontype="push" height="54" id="btnKiPro1.TransportControl.Rewind" left="8" name="&lt;html&gt;&amp;#x25c0;&amp;#x25c0;&lt;/html&gt;" style="bdr:Shadow;size:Normal;bg#cccccc;" top="205" width="41">
                      <task tasktype="ogscript">KiPro_Transport('KiPro1','Rewind',null);</task>
                   </button>
                   <button buttontype="push" height="54" id="btnKiPro1.TransportControl.Play" left="54" name="&lt;html&gt;&amp;#x25b6;&lt;/html&gt;" style="bdr:Shadow;size:Normal;bg#cccccc;" top="205" width="41">
                      <task tasktype="ogscript">if (params.getValue('KiPro1.CueWhenPlayed',0) == 1)
                {
                   if (KiPro_GetTransportState('KiPro1') == 'Paused')
                   {
                      KiPro_Transport('KiPro1','Stop',null);
                   }
                   KiPro_CueSelectedClip('KiPro1',params.getValue('KiPro1.Clips', 0));
                }
                KiPro_Transport('KiPro1','Play',null);</task>
                   </button>
                   <button buttontype="push" height="54" id="btnKiPro1.TransportControl.FastForward" left="101" name="&lt;html&gt;&amp;#x25b6;&amp;#x25b6;&lt;/html&gt;" style="bdr:Shadow;size:Normal;bg#cccccc;" top="204" width="41">
                      <task tasktype="ogscript">KiPro_Transport('KiPro1','FastForward',null);</task>
                   </button>
                   <button buttontype="push" height="54" id="btnKiPro1.TransportControl.Stop" left="147" name="&lt;html&gt;&amp;#x25a0;&lt;/html&gt;" style="bdr:Shadow;size:Bigger;bg#000066;" top="202" width="41">
                      <task tasktype="ogscript">KiPro_Transport('KiPro1','Stop',null);</task>
                   </button>
                   <button buttontype="push" height="54" id="btnKiPro1.TransportControl.Record" left="193" name="&lt;html&gt;&amp;#8226;&lt;/html&gt;" style="bdr:Shadow;size:Bigger;bg#660000;" top="202" width="41">
                      <task tasktype="ogscript">KiPro_Transport('KiPro1','Record',params.getStrValue('KiPro1.NewClip', 0));</task>
                   </button>
                   <label height="24" id="lblKiPro1NewClipLabel" left="-714" name="New Clip Name:" top="735" width="85"/>
                   <param height="34" left="457" oid="KiPro1.NewClip" top="198" width="213"/>
                   <button buttontype="push" height="54" id="btnKiPro1_CueSelectedClip" left="121" name="Cue Selected Clip" style="size:Normal;bg#000066;" top="141" width="126">
                      <task tasktype="ogscript">KiPro_CueSelectedClip('KiPro1',params.getValue('KiPro1.Clips', 0));</task>
                   </button>
                   <param expand="true" height="50" left="282" oid="KiPro1.CueWhenPlayed" top="135" width="50"/>
                   <label height="32" id="lblKiPro1CueClip" left="147" name="Cue Selected Clip When Played" top="270" width="168"/>
                   <button baseurl="file:/C:/Users/HCTV/AppData/Local/Temp/Temp1_RossDashboardPanels-master.zip/RossDashboardPanels-master/AJA%20Ki%20Pro.grid" buttontype="push" height="54" id="btnKiPro1_UpdateClipList" left="7" name="Update Clip List" style="size:Normal;bg#000066;" top="139" width="110">
                      <task tasktype="ogscript">KiPro_GetClips('KiPro1','KiPro1.Clips');</task>
                   </button>
                   <abs bottom="-35" id="KiPro1.TransportTab" left="326" right="-326" top="35" virtualheight="411" virtualwidth="294">
                      <button buttontype="push" height="54" id="btnKiPro1.TransportControl.Rewind" left="8" name="&lt;html&gt;&amp;#x25c0;&amp;#x25c0;&lt;/html&gt;" style="bdr:Shadow;size:Normal;bg#cccccc;" top="205" width="41">
                         <task tasktype="ogscript">KiPro_Transport('KiPro1','Rewind',null);</task>
                      </button>
                      <button buttontype="push" height="54" id="btnKiPro1.TransportControl.Play" left="67" name="&lt;html&gt;&amp;#x25b6;&lt;/html&gt;" style="bdr:Shadow;size:Normal;bg#cccccc;" top="205" width="41">
                         <task tasktype="ogscript">if (params.getValue('KiPro1.CueWhenPlayed',0) == 1)
                {
                   if (KiPro_GetTransportState('KiPro1') == 'Paused')
                   {
                      KiPro_Transport('KiPro1','Stop',null);
                   }
                   KiPro_CueSelectedClip('KiPro1',params.getValue('KiPro1.Clips', 0));
                }
                KiPro_Transport('KiPro1','Play',null);</task>
                      </button>
                      <button buttontype="push" height="54" id="btnKiPro1.TransportControl.FastForward" left="126" name="&lt;html&gt;&amp;#x25b6;&amp;#x25b6;&lt;/html&gt;" style="bdr:Shadow;size:Normal;bg#cccccc;" top="205" width="41">
                         <task tasktype="ogscript">KiPro_Transport('KiPro1','FastForward',null);</task>
                      </button>
                      <button buttontype="push" height="54" id="btnKiPro1.TransportControl.Stop" left="184" name="&lt;html&gt;&amp;#x25a0;&lt;/html&gt;" style="bdr:Shadow;size:Bigger;bg#000066;" top="205" width="41">
                         <task tasktype="ogscript">KiPro_Transport('KiPro1','Stop',null);</task>
                      </button>
                      <button buttontype="push" height="54" id="btnKiPro1.TransportControl.Record" left="244" name="&lt;html&gt;&amp;#8226;&lt;/html&gt;" style="bdr:Shadow;size:Bigger;bg#660000;" top="205" width="41">
                         <task tasktype="ogscript">KiPro_Transport('KiPro1','Record',params.getStrValue('KiPro1.NewClip', 0));</task>
                      </button>
                      <label height="24" id="lblKiPro1NewClipLabel" left="23" name="New Clip Name:" top="344" width="85"/>
                      <param height="34" left="457" oid="KiPro1.NewClip" top="198" width="213"/>
                      <button buttontype="push" height="54" id="btnKiPro1_CueSelectedClip" left="139" name="Cue Selected Clip" style="size:Normal;bg#000066;" top="145" width="126">
                         <task tasktype="ogscript">KiPro_CueSelectedClip('KiPro1',params.getValue('KiPro1.Clips', 0));</task>
                      </button>
                      <param expand="true" height="50" left="282" oid="KiPro1.CueWhenPlayed" top="135" width="50"/>
                      <label height="32" id="lblKiPro1CueClip" left="90" name="Cue Selected Clip When Played" top="282" width="168"/>
                      <button baseurl="file:/C:/Users/HCTV/AppData/Local/Temp/Temp1_RossDashboardPanels-master.zip/RossDashboardPanels-master/AJA%20Ki%20Pro.grid" buttontype="push" height="54" id="btnKiPro1_UpdateClipList" left="30" name="Update Clip List" style="size:Normal;bg#000066;" top="143" width="110">
                         <task tasktype="ogscript">KiPro_GetClips('KiPro1','KiPro1.Clips');</task>
                      </button>
                   </abs>
                   <abs height="3" left="175" top="60" virtualheight="3" virtualwidth="30" width="30"/>
                </abs>
                <abs id="KiPro1.DataTab" virtualheight="411" virtualwidth="294">
                   <button buttontype="push" height="54" id="btnKiPro1_DeleteSelectedClip" left="118" name="Delete Selected Clip" style="size:Normal;bg#990000;" top="148" width="126">
                      <task tasktype="ogscript">KiPro_DeleteSelectedClip('KiPro1',params.getValue('KiPro1.Clips', 0));
                KiPro_GetClips('KiPro1','KiPro1.Clips');</task>
                   </button>
                   <param height="34" left="331" oid="KiPro1.File" top="193" widget="WIDGET_FILE_DOWNLOAD" width="300"/>
                </abs>
             </tab>
             <label height="42" left="921" name="PREVIEW" style="txt-align:center;size:Big;bg#1D671E;" top="7" width="151"/>
             <label height="42" left="74" name="&lt;html&gt;&lt;center&gt;V-MIX&lt;br/&gt; RECORDING&lt;/center&gt;&lt;/html&gt;" style="txt-align:center;size:Big;bg#1572AE;" top="11" width="132"/>
             <simplegrid contexttype="opengear" height="50" left="424" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="207" width="73">
                <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" element="0" expand="true" oid="mira.channel.0.speed_buttons.stop" showlabel="false" widget="13"/>
             </simplegrid>
             <simplegrid contexttype="opengear" height="61" left="519" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="200" width="80">
                <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" element="0" expand="true" oid="mira.channel.0.speed_buttons.play" showlabel="false" widget="13"/>
             </simplegrid>
             <simplegrid contexttype="opengear" height="40" left="388" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="82" width="303">
                <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" expand="true" oid="mira.channel.0.clip_name" showlabel="false" style="size:Bigger;txt-align:center;bg#000000;" widget="label"/>
             </simplegrid>
             <simplegrid contexttype="opengear" height="35" left="325" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="159" width="170">
                <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" expand="true" oid="mira.channel.0.current_time" showlabel="false" style="size:Bigger;" widget="text"/>
             </simplegrid>
             <simplegrid contexttype="opengear" height="35" left="538" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="155" width="170">
                <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" expand="true" oid="mira.channel.0.remaining_time" showlabel="false" style="size:Bigger;" widget="text"/>
             </simplegrid>
             <simplegrid contexttype="opengear" height="44" left="330" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="210" width="78">
                <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" element="0" expand="true" oid="mira.channel.0.speed_buttons.rewind" showlabel="false" widget="13"/>
             </simplegrid>
             <simplegrid contexttype="opengear" height="48" left="617" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="204" width="71">
                <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" element="0" expand="true" oid="mira.channel.0.speed_buttons.fast_forward" showlabel="false" widget="13"/>
             </simplegrid>
             <simplegrid contexttype="opengear" height="39" left="348" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="395" width="363">
                <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" element="0" expand="true" oid="mira.channel.0.position" showlabel="false" widget="24"/>
             </simplegrid>
             <simplegrid contexttype="opengear" height="42" left="295" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="393" width="43">
                <button baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" buttontype="push" id="ch.abs.0" style="bg-u:http://172.21.31.40:80/?type=icon&amp;file=icons/SeekSTART_OFF.png;mask-u:http://172.21.31.40:80/?type=icon&amp;file=icons/SeekSTART_OFF.png;look:label;bg-fill:fit">
                   <task tasktype="ogscript">params.executeCommand("mira_cmd.go_to_time", {"channel": 0, "timecode": "00:00:00:00"}, null);</task>
                </button>
             </simplegrid>
             <simplegrid contexttype="opengear" height="42" left="689" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="395" width="42">
                <button baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" buttontype="push" id="ch.abs.0" showlabel="false" style="bg-u:http://172.21.31.40:80/?type=icon&amp;file=icons/SeekEND_OFF.png;mask-u:http://172.21.31.40:80/?type=icon&amp;file=icons/SeekEND_OFF.png;look:label;bg-fill:fit">
                   <task tasktype="ogscript">params.executeCommand("mira_cmd.go_to_end", {"channel": 0}, null);</task>
                </button>
             </simplegrid>
             <simplegrid contexttype="opengear" height="42" left="424" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="270" width="53">
                <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" element="0" expand="true" oid="mira.channel.0.repeat_buttons.ping_pong" showlabel="false" widget="13"/>
             </simplegrid>
             <simplegrid contexttype="opengear" height="43" left="334" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="269" width="46">
                <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" element="0" expand="true" oid="mira.channel.0.repeat_buttons.off" showlabel="false" widget="13"/>
             </simplegrid>
             <label height="36" left="284" name="CLIP:" style="txt-align:center;size:Bigger;" top="85" width="125"/>
             <button buttontype="push" height="48" left="703" name="TAKE" style="size:Big;bdr#FFFFFF;bdr:line;" top="73" width="103">
                <task tasktype="ogscript">/*! block id=1004 !*/
    params.executeCommand("AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas", "mira_cmd.take", {"program": 0, "preview": 3, "transition_type": 0, "transition_length": "00:00", "follow_speed": 0}, null);
    /*!!
     &lt;block id="1004" type="{&amp;quot;name&amp;quot;:&amp;quot;Take&amp;quot;,&amp;quot;contextid&amp;quot;:&amp;quot;AbekasMira-04-42-1A-B2-83-5D
    Slot 0
    Abekas&amp;quot;,&amp;quot;oid&amp;quot;:&amp;quot;mira_cmd.take&amp;quot;,&amp;quot;type&amp;quot;:&amp;quot;command&amp;quot;,&amp;quot;deviceid&amp;quot;:&amp;quot;AbekasMira-04-42-1A-B2-83-5D
    Slot 0
    Abekas&amp;quot;}" x="260" y="150" w="243" program="0" preview="3" transition_type="0" transition_length="00:00" follow_speed="0" /&gt; !!*/ /*!!&lt;checksum&gt;dd6a42126c05f72de14a331b24c98fce&lt;/checksum&gt;!!*/</task> </button> <label height="30" left="297" name="TIME PLAYED" style="txt-align:center;font:bold;" top="130" width="215"/> <label height="23" left="544" name="TIME REMAINING" style="txt-align:center;size:Normal;font:bold;" top="130" width="153"/> <label height="18" left="417" name="LOOP" style="txt-align:center;font:bold;" top="311" width="73"/> <param expand="true" height="33" left="507" oid="KIVA_CH_A_CLIP_LOAD" top="285" width="190"/> <button buttontype="push" height="36" left="491" name="LOAD" style="size:Big;" top="328" width="126"> <task tasktype="ogscript">/*! block id=1000,1001 !*/ params.executeCommand("AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas", "mira_cmd.load_clip", {"channel": 0, "clip": params.getValueAsString('KIVA_CH_A_CLIP_LOAD', 0), "media_type": 0}, null); /*!! &lt;block id="1000" type="{&amp;quot;name&amp;quot;:&amp;quot;Load Clip&amp;quot;,&amp;quot;contextid&amp;quot;:&amp;quot;AbekasMira-04-42-1A-B2-83-5D
    Slot 0
    Abekas&amp;quot;,&amp;quot;oid&amp;quot;:&amp;quot;mira_cmd.load_clip&amp;quot;,&amp;quot;type&amp;quot;:&amp;quot;command&amp;quot;,&amp;quot;deviceid&amp;quot;:&amp;quot;AbekasMira-04-42-1A-B2-83-5D
    Slot 0
    Abekas&amp;quot;}" x="356" y="295" w="243" channel="0" clip="ID:1001" media_type="0" /&gt; &lt;block id="1001" type="param_getstringvalue" x="227" y="173" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second2.grid, Not In Menu, KIVA_CH_A_CLIP_LOAD (KIVA_CH_A_CLIP_LOAD)]" PARAM_DATA="_top&amp;amp;KIVA_CH_A_CLIP_LOAD[0]" /&gt; !!*/ /*!!&lt;checksum&gt;7189d65d4536ddf0b55be25651e14e83&lt;/checksum&gt;!!*/</task> </button> <button buttontype="push" height="38" left="621" name="UNLOAD" style="size:Big;" top="327" width="106"> <task tasktype="ogscript">/*! block id=1002 !*/ params.executeCommand("AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas", "mira_cmd.unload_clip", {"channel": 0}, null); /*!! &lt;block id="1002" type="{&amp;quot;name&amp;quot;:&amp;quot;Unload Clip&amp;quot;,&amp;quot;contextid&amp;quot;:&amp;quot;AbekasMira-04-42-1A-B2-83-5D
    Slot 0
    Abekas&amp;quot;,&amp;quot;oid&amp;quot;:&amp;quot;mira_cmd.unload_clip&amp;quot;,&amp;quot;type&amp;quot;:&amp;quot;command&amp;quot;,&amp;quot;deviceid&amp;quot;:&amp;quot;AbekasMira-04-42-1A-B2-83-5D
    Slot 0
    Abekas&amp;quot;}" x="324" y="203" w="243" channel="0" /&gt; !!*/ /*!!&lt;checksum&gt;edfd6cc886ee6c7482447b6abac6985a&lt;/checksum&gt;!!*/</task> </button> <label height="20" left="309" name="PLAY ONCE" style="txt-align:center;font:bold;" top="311" width="88"/> <label height="15" left="536" name="ENTER CLIP NAME" style="txt-align:west;font:bold;" top="267" width="118"/> <simplegrid contexttype="opengear" height="44" left="818" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="212" width="69"> <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" element="0" expand="true" oid="mira.channel.1.speed_buttons.rewind" showlabel="false" widget="13"/> </simplegrid> <simplegrid contexttype="opengear" height="45" left="888" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="80" width="321"> <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" expand="true" oid="mira.channel.1.clip_name" showlabel="false" style="size:Bigger;bg#000000;txt-align:center;" widget="label"/> </simplegrid> <simplegrid contexttype="opengear" height="35" left="798" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="160" width="170"> <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" expand="true" oid="mira.channel.1.current_time" showlabel="false" style="size:Bigger;" widget="text"/> </simplegrid> <simplegrid contexttype="opengear" height="35" left="1000" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="159" width="170"> <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" expand="true" oid="mira.channel.1.remaining_time" showlabel="false" style="size:Bigger;" widget="text"/> </simplegrid> <simplegrid contexttype="opengear" height="39" left="814" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="272" width="45"> <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" element="0" expand="true" oid="mira.channel.1.repeat_buttons.off" showlabel="false" widget="13"/> </simplegrid> <simplegrid contexttype="opengear" height="45" left="900" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="212" width="70"> <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" element="0" expand="true" oid="mira.channel.1.speed_buttons.stop" showlabel="false" widget="13"/> </simplegrid> <simplegrid contexttype="opengear" height="46" left="983" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="210" width="71"> <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" element="0" expand="true" oid="mira.channel.1.speed_buttons.play" showlabel="false" widget="13"/> </simplegrid> <simplegrid contexttype="opengear" height="41" left="883" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="274" width="43"> <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" element="0" expand="true" oid="mira.channel.1.repeat_buttons.ping_pong" showlabel="false" widget="13"/> </simplegrid> <simplegrid contexttype="opengear" height="46" left="1070" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="211" width="74"> <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" element="0" expand="true" oid="mira.channel.1.speed_buttons.fast_forward" showlabel="false" widget="13"/> </simplegrid> <simplegrid contexttype="opengear" height="36" left="823" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="399" width="341"> <param baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" element="0" expand="true" oid="mira.channel.1.position" showlabel="false" widget="24"/> </simplegrid> <simplegrid contexttype="opengear" height="39" left="775" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="396" width="44"> <button baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" buttontype="push" id="ch.abs.1" style="bg-u:http://172.21.31.40:80/?type=icon&amp;file=icons/SeekSTART_OFF.png;mask-u:http://172.21.31.40:80/?type=icon&amp;file=icons/SeekSTART_OFF.png;look:label;bg-fill:fit;"> <task tasktype="ogscript">params.executeCommand("mira_cmd.go_to_time", {"channel": 1, "timecode": "00:00:00:00"}, null);</task> </button> </simplegrid> <simplegrid contexttype="opengear" height="43" left="1162" objectid="AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas" objecttype="Abekas" rows="1" top="397" width="41"> <button baseurl="http://172.21.31.40:80/?type=text&amp;file=palette_ui.grid" buttontype="push" id="ch.abs.1" showlabel="false" style="bg-u:http://172.21.31.40:80/?type=icon&amp;file=icons/SeekEND_OFF.png;mask-u:http://172.21.31.40:80/?type=icon&amp;file=icons/SeekEND_OFF.png;look:label;bg-fill:fit;"> <task tasktype="ogscript">params.executeCommand("mira_cmd.go_to_end", {"channel": 1}, null);</task> </button> </simplegrid> <label height="41" left="701" name="KIVA" style="txt-align:center;size:Big;bg#blue;" top="5" width="100"/> <label height="36" left="788" name="CLIP:" style="txt-align:center;size:Bigger;" top="84" width="109"/> <label height="30" left="766" name="TIME PLAYED" style="txt-align:center" top="127" width="215"/> <label height="23" left="1006" name="TIME REMAINING" style="txt-align:center" top="131" width="153"/> <label height="15" left="1010" name="ENTER CLIP NAME" style="txt-align:west;font:bold;" top="266" width="118"/> <button buttontype="push" height="36" left="933" name="LOAD" style="size:Big;" top="325" width="126"> <task tasktype="ogscript">/*! block id=1000,1001 !*/ params.executeCommand("AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas", "mira_cmd.load_clip", {"channel": 1, "clip": params.getValueAsString('KIVA_CLIP_NAME_B', 0), "media_type": 0}, null); /*!! &lt;block id="1000" type="{&amp;quot;name&amp;quot;:&amp;quot;Load Clip&amp;quot;,&amp;quot;contextid&amp;quot;:&amp;quot;AbekasMira-04-42-1A-B2-83-5D
    Slot 0
    Abekas&amp;quot;,&amp;quot;oid&amp;quot;:&amp;quot;mira_cmd.load_clip&amp;quot;,&amp;quot;type&amp;quot;:&amp;quot;command&amp;quot;,&amp;quot;deviceid&amp;quot;:&amp;quot;AbekasMira-04-42-1A-B2-83-5D
    Slot 0
    Abekas&amp;quot;}" x="356" y="295" w="243" channel="1" clip="ID:1001" media_type="0" /&gt; &lt;block id="1001" type="param_getstringvalue" x="227" y="173" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2ttestldd1second2.grid, Not In Menu, KIVA_CLIP_NAME_B (KIVA_CLIP_NAME_B)]" PARAM_DATA="_top&amp;amp;KIVA_CLIP_NAME_B[0]" /&gt; !!*/ /*!!&lt;checksum&gt;a221285e6328dd2c4146c5b916a44cd7&lt;/checksum&gt;!!*/</task> </button> <param expand="true" height="36" left="965" oid="KIVA_CLIP_NAME_B" top="281" width="206"/> <button buttontype="push" height="38" left="1069" name="UNLOAD" style="size:Big;" top="323" width="106"> <task tasktype="ogscript">/*! block id=1002 !*/ params.executeCommand("AbekasMira-04-42-1A-B2-83-5D&lt;br&gt;Slot 0&lt;br&gt;Abekas", "mira_cmd.unload_clip", {"channel": 1}, null); /*!! &lt;block id="1002" type="{&amp;quot;name&amp;quot;:&amp;quot;Unload Clip&amp;quot;,&amp;quot;contextid&amp;quot;:&amp;quot;AbekasMira-04-42-1A-B2-83-5D
    Slot 0
    Abekas&amp;quot;,&amp;quot;oid&amp;quot;:&amp;quot;mira_cmd.unload_clip&amp;quot;,&amp;quot;type&amp;quot;:&amp;quot;command&amp;quot;,&amp;quot;deviceid&amp;quot;:&amp;quot;AbekasMira-04-42-1A-B2-83-5D
    Slot 0
    Abekas&amp;quot;}" x="324" y="203" w="243" channel="1" /&gt; !!*/ /*!!&lt;checksum&gt;f24f7e0b2f5cca40637acd3c09e5813e&lt;/checksum&gt;!!*/</task> </button> <label bottom="1" left="273" style="txt-align:west;bg#panelfg;" top="6" width="9"/> <button buttontype="push" height="69" left="67" name="&lt;html&gt;&lt;center&gt;START&lt;br/&gt; RECORDING&lt;/center&gt;&lt;/html&gt;" style="size:Big;" top="122" width="144"/> <button buttontype="push" height="69" left="66" name="&lt;html&gt;&lt;center&gt;STOP&lt;br/&gt; RECORDING&lt;/center&gt;&lt;/html&gt;" style="size:Big;" top="264" width="144"/> <button buttontype="push" height="33" left="348" name="TAKE to QC" top="14" width="100"/> <button buttontype="push" height="33" left="1095" name="TAKE to QC" top="11" width="100"/> <param expand="true" height="63" left="28" oid="KIVA_MIRA_CTRL_SWITCH" style="style:toggleButton;size:Big;bdr:round;bdr#CECACA;" top="395" width="220"/> </abs> <abs id="tab_7" name="Tab 7" virtualheight="483" virtualwidth="1214"> <label height="29" left="385" name="KIVA" style="txt-align:west" top="418" width="99"/> <label height="26" left="745" name="PATCH 1" style="txt-align:west;" top="418" width="105"/> <label height="26" left="599" name="RACK PGM" style="txt-align:west;" top="418" width="105"/> <label height="29" left="484" name="ENCODER" style="txt-align:west;" top="419" width="99"/> <label height="30" left="169" name="V-MIX 1 " style="txt-align:center;size:Big;" top="435" width="114"/> <label height="30" left="286" name="V-MIX 2" style="txt-align:west;" top="417" width="114"/> <label bottom="6" height="80" left="3" style="txt-align:west;bg#panelbg;bdr#008CA8;bdr:line;fg#000000;" width="161"/> <label height="46" left="645" name="AUDIO ROUTING" style="txt-align:west" top="275" width="157"/> <label height="46" left="638" name="ULTRIMIX MXR SOFTPANELS TO USB DECKS, KIVA, ENCODER- AUDIO channels" style="txt-align:west;" top="180" width="550"/> <abs height="465" id="Audio_Router_Abs" left="175" style="bg#tablezebra;" top="13" virtualheight="465" virtualwidth="478" width="478"> <table height="380" left="192" top="85" width="133"> <tr> <button buttontype="push" colspan="1" fill="both" name="Patch 1" pheight="34" pwidth="133" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="Patch 2" pheight="34" pwidth="133" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="Patch 3" pheight="34" pwidth="133" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="Patch 4" pheight="34" pwidth="133" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="PIB 1" pheight="34" pwidth="133" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="PIB 2" pheight="34" pwidth="133" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <meta> <lookup/> </meta> <button buttontype="push" colspan="1" fill="both" name="PIB 3" pheight="34" pwidth="133" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="PIB 4" pheight="34" pwidth="133" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="Laptop" pheight="34" pwidth="133" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="V-MIX" pheight="34" pwidth="133" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="EZ-TV" pheight="34" pwidth="133" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> </table> <label height="21" left="293" name="TO" style="txt-align:west;size:Normal;font:bold;" top="28" width="40"/> <param expand="true" height="24" left="244" oid="TODEST" style="font:bold;size:Big;bg#orange;fg#FFFFFF;txt-align:center;" top="48" width="128"/> <button buttontype="push" height="49" left="15" name="CL-5 RTR 2" style="size:Normal;font:bold;bdr#FFFFFF;bdr:round;" top="168" width="147"/> <button buttontype="push" height="48" left="14" name="CL-5 RTR 3" style="font:bold;bdr#FFFFFF;bdr:round;" top="268" width="147"/> <label height="21" left="5" name="DESTINATIONS" style="txt-align:center;size:Normal;bg#000000;fg#FFFFFF;font:bold;" top="16" width="172"/> <button buttontype="push" height="46" left="15" name="CL-5 RTR 4" style="font:bold;bdr#FFFFFF;bdr:round;" top="361" width="144"/> <label height="21" left="224" name="SOURCES" style="txt-align:center;size:Normal;bg#000000;fg#FFFFFF;font:bold;" top="5" width="172"/> <table height="374" right="16" top="86" width="123"> <tr> <button buttontype="push" colspan="1" fill="both" name="XLR 1" pheight="34" pwidth="123" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="XLR 2" pheight="34" pwidth="123" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="XLR 3" pheight="34" pwidth="123" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="XLR 4" pheight="34" pwidth="123" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="XLR 5" pheight="34" pwidth="123" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="XLR 6" pheight="34" pwidth="123" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="XLR 7" pheight="34" pwidth="123" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="XLR 8" pheight="34" pwidth="123" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="CR 1" pheight="34" pwidth="123" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="CR 2" pheight="34" pwidth="123" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="SCOPE" pheight="34" pwidth="123" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> </table> <table height="72" left="514" top="74" width="120"> <tr> <button buttontype="push" colspan="1" fill="both" name="HDMI" pheight="36" pwidth="120" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" name="KIVA PVW" pheight="36" pwidth="120" rowspan="1" style="size:Big;bdr#FFFFFF;bdr:round;fg#000000;bg#D4D4D4;" weightx="1.0" weighty="1.0"/> </tr> </table> <button buttontype="push" height="49" left="13" name="CL-5 RTR 1" style="size:Normal;font:bold;bdr#FFFFFF;bdr:round;" top="69" width="147"/> <param expand="true" height="29" left="13" oid="CL5_21" top="124" width="147"/> <param expand="true" height="29" left="16" oid="CL5_22" top="225" width="146"/> <param expand="true" height="27" left="16" oid="CL5_3" top="325" width="146"/> <param expand="true" height="26" left="18" oid="CL5_4" top="413" width="144"/> </abs> <param expand="true" height="56" left="19" oid="Audio_Router_On_Off" style="style:toggleButton;font:bold;" top="411" width="125"> <task tasktype="ogscript">/*! block id=1126,1125,1127,1128 !*/ if (params.getValue('Audio_Router_On_Off', 0) == 0) { ogscript.hide("Audio_Router_Abs"); } else { ogscript.reveal("Audio_Router_Abs"); } /*!! &lt;block id="1126" type="if" x="353" y="89" w="268" INPUT1="ID:1125" OPERATION="equals" INPUT2="0" TRUE="ID:1127" FALSE="ID:1128" IGNORE="" /&gt; &lt;block id="1125" type="param__top&amp;amp;Audio_Router_On_Off (Audio_Router_On_Off)[0]" x="10" y="100" w="243" SET="" /&gt; &lt;block id="1127" type="ogscript_hide" x="451" y="249" w="243" ID="Audio_Router_Abs" /&gt; &lt;block id="1128" type="ogscript_reveal" x="10" y="448" w="243" ID="Audio_Router_Abs" /&gt; !!*/ /*!!&lt;checksum&gt;5ca40afaf2f62363b447fc5e65785807&lt;/checksum&gt;!!*/</task> </param> <label height="26" left="906" name="PIB 1" style="txt-align:west;" top="416" width="105"/> <label height="26" left="1042" name="PIB 3" style="txt-align:west;" top="416" width="105"/> <label height="37" left="28" name="MADI 1-2 INPUT " style="txt-align:center" top="43" width="113"/> </abs> <abs id="tab_8" name="Tab 8" virtualheight="483" virtualwidth="1214"> <label height="459" left="12" style="txt-align:west;bg#tabbg;" top="12" width="387"/> <label height="28" left="126" name="9904 Scaler" style="txt-align:center;size:Big;" top="23" width="147"/> <label height="28" left="699" name="9992 ENCODER" style="txt-align:center;size:Big;" top="281" width="147"/> <label height="33" left="677" name="OG Scalers" style="txt-align:center;size:Big;" top="3" width="186"/> <simplegrid contexttype="opengear" height="36" left="78" objectid="50299772211&lt;br&gt;Slot 11&lt;br&gt;9904-UDX-4K" objecttype="9904-UDX-4K" rows="1" top="139" width="247"> <param element="0" expand="true" oid="0x1782" showlabel="false" widget="7"/> </simplegrid> <simplegrid contexttype="opengear" height="43" left="30" objectid="50299772211&lt;br&gt;Slot 11&lt;br&gt;9904-UDX-4K" objecttype="9904-UDX-4K" rows="1" top="255" width="346"> <param element="0" expand="true" oid="0x3002" showlabel="false" widget="3"/> </simplegrid> <simplegrid contexttype="opengear" height="44" left="106" objectid="50299772211&lt;br&gt;Slot 11&lt;br&gt;9904-UDX-4K" objecttype="9904-UDX-4K" rows="1" top="324" width="195"> <param element="0" expand="true" oid="0x3003" showlabel="false" widget="7"/> </simplegrid> <simplegrid contexttype="opengear" height="33" left="104" objectid="50299772211&lt;br&gt;Slot 11&lt;br&gt;9904-UDX-4K" objecttype="9904-UDX-4K" rows="1" top="394" width="194"> <param element="0" expand="true" oid="0x3001" showlabel="false" widget="9"/> </simplegrid> <simplegrid contexttype="opengear" height="37" left="43" objectid="50299772211&lt;br&gt;Slot 11&lt;br&gt;9904-UDX-4K" objecttype="9904-UDX-4K" rows="1" top="82" width="325"> <param element="0" expand="true" oid="0x1602" showlabel="false" widget="7"/> </simplegrid> <label height="28" left="127" name="Wings" style="txt-align:center;size:Big;" top="196" width="147"/> <simplegrid contexttype="opengear" height="26" left="455" objectid="50299772211&lt;br&gt;Slot 3&lt;br&gt;OG-US-5000 " objecttype="OG-US-5000 " rows="1" top="94" width="168"> <param element="0" expand="true" oid="0x322" showlabel="false" widget="7"/> </simplegrid> <simplegrid contexttype="opengear" height="26" left="455" objectid="50299772211&lt;br&gt;Slot 3&lt;br&gt;OG-US-5000 " objecttype="OG-US-5000 " rows="1" top="180" width="168"> <param element="0" expand="true" oid="0x401" showlabel="false" widget="7"/> </simplegrid> <simplegrid contexttype="opengear" height="26" left="695" objectid="50299772211&lt;br&gt;Slot 5&lt;br&gt;OG-US-5000 " objecttype="OG-US-5000 " rows="1" top="94" width="168"> <param element="0" expand="true" oid="0x322" showlabel="false" widget="7"/> </simplegrid> <simplegrid contexttype="opengear" height="26" left="698" objectid="50299772211&lt;br&gt;Slot 5&lt;br&gt;OG-US-5000 " objecttype="OG-US-5000 " rows="1" top="181" width="168"> <param element="0" expand="true" oid="0x401" showlabel="false" widget="7"/> </simplegrid> <simplegrid contexttype="opengear" height="26" left="933" objectid="50299772211&lt;br&gt;Slot 7&lt;br&gt;OG-US-5000 " objecttype="OG-US-5000 " rows="1" top="94" width="168"> <param element="0" expand="true" oid="0x322" showlabel="false" widget="7"/> </simplegrid> <simplegrid contexttype="opengear" height="26" left="930" objectid="50299772211&lt;br&gt;Slot 7&lt;br&gt;OG-US-5000 " objecttype="OG-US-5000 " rows="1" top="176" width="168"> <param element="0" expand="true" oid="0x401" showlabel="false" widget="7"/> </simplegrid> <simplegrid contexttype="opengear" height="49" left="430" objectid="50299772211&lt;br&gt;Slot 13&lt;br&gt;9992-ENC" objecttype="9992-ENC" rows="1" top="317" width="256"> <param expand="true" mid="261" oid="0x2054" showlabel="false" style="size:Big;" widget="radio"/> </simplegrid> <label height="31" left="467" name="UTIL PC" style="txt-align:center;size:Big;" top="59" width="131"/> <label height="31" left="707" name="SCOPE PC" style="txt-align:center;size:Big;" top="57" width="131"/> <label height="31" left="939" name="EZ-TV" style="txt-align:center;size:Big;" top="57" width="131"/> <simplegrid contexttype="opengear" height="46" left="656" objectid="50299772211&lt;br&gt;Slot 13&lt;br&gt;9992-ENC" objecttype="9992-ENC" rows="1" top="381" width="58"> <param element="0" expand="true" oid="0x2057" showlabel="false" widget="8"/> </simplegrid> <simplegrid contexttype="opengear" height="24" left="674" objectid="50299772211&lt;br&gt;Slot 13&lt;br&gt;9992-ENC" objecttype="9992-ENC" rows="1" top="446" width="24"> <param element="0" expand="true" oid="0x205A" showlabel="false" widget="8"/> </simplegrid> <label height="26" left="408" name="Downscale Video to 720" style="txt-align:center;size:Big;" top="393" width="250"/> <label height="25" left="421" name="Progressive Conversion " style="txt-align:center;size:Big;" top="442" width="216"/> <simplegrid contexttype="opengear" height="34" left="842" objectid="50299772211&lt;br&gt;Slot 13&lt;br&gt;9992-ENC" objecttype="9992-ENC" rows="1" top="377" width="357"> <param expand="true" mid="261" oid="0x2111" showlabel="false" style="size:Big;" widget="default"/> </simplegrid> <simplegrid contexttype="opengear" height="32" left="841" objectid="50299772211&lt;br&gt;Slot 13&lt;br&gt;9992-ENC" objecttype="9992-ENC" rows="1" top="434" width="352"> <param expand="true" mid="261" oid="0x2112" showlabel="false" style="size:Big;" widget="default"/> </simplegrid> <label height="21" left="724" name="SERVER" style="txt-align:center;size:Big;" top="385" width="96"/> <label height="21" left="726" name="APP" style="txt-align:center;size:Big;" top="438" width="96"/> <simplegrid contexttype="opengear" height="26" left="857" objectid="50299772211&lt;br&gt;Slot 13&lt;br&gt;9992-ENC" objecttype="9992-ENC" rows="1" top="333" width="400"> <param editable="false" expand="true" mid="261" oid="0x2121" showlabel="false" style="size:Bigger;" widget="html-text"/> </simplegrid> <label height="21" left="726" name="URL:" style="txt-align:center;size:Big;" top="334" width="96"/> <label bottom="9" height="206" right="0" style="txt-align:center;bg#4B4B4B41;" width="810"/> <label height="29" left="518" name="1" style="txt-align:center;size:Big;" top="30" width="24"/> <label height="29" left="757" name="2" style="txt-align:center;size:Big;" top="30" width="24"/> <label height="29" left="989" name="3" style="txt-align:center;size:Big;" top="30" width="24"/> </abs> <abs id="tab_9" name="Tab 9" virtualheight="483" virtualwidth="1214"> <label height="129" left="322" style="txt-align:west;bg#9DC3DB;" top="343" width="369"/> <label height="166" right="3" style="txt-align:west;bg#BEBEBE4B;bdr#green;bdr:line;" top="11" width="1038"/> <abs height="158" id="Timer1_End_Abs" left="322" style="bg#586858;" top="13" virtualheight="158" virtualwidth="367" width="367"> <param expand="true" height="64" left="17" oid="Timer_1_Hour_End" style="size:Bigger;" top="36" width="95"/> <param expand="true" height="64" left="135" oid="Timer_1_End_Time_Minute" style="size:Bigger;" top="36" width="95"/> <param expand="true" height="64" left="253" oid="Timer_1_End_Time_Seconds" style="size:Bigger;" top="36" width="95"/> <label height="27" left="44" name="H" style="txt-align:center;size:Bigger;" top="6" width="32"/> <label height="25" left="162" name="M" style="txt-align:center;size:Bigger;" top="8" width="32"/> <label height="25" left="284" name="S" style="txt-align:center;size:Bigger;" top="8" width="32"/> <button buttontype="push" height="40" left="54" name="SET" style="bdr#red;bdr:round;size:Big;" top="112" width="97"> <task tasktype="ogscript">var timer = ogscript.getTimerManager().getTimer('Timer_1'); var hour = (params.getValue('Timer_1_Hour_End', 0)) * 3600000; var minutes = (params.getValue('Timer_1_End_Time_Minute', 0)) * 60000; var seconds = (params.getValue('Timer_1_End_Time_Seconds', 0)) * 1000; var total = hour + minutes + seconds; ogscript.getTimerManager().getTimer('Timer_1').setStop(total); ogscript.getTimerManager().getTimer('Timer_1').resetTimer();</task> </button> <button buttontype="push" height="32" left="208" name="Zero" style="bdr:round;bdr#FFFFFF;font:bold;" top="115" width="93"> <task tasktype="ogscript">/*! block id=1000 !*/ params.setValue('Timer_1_End_Time_Seconds', 0, 0); /*! block id=1001 !*/ params.setValue('Timer_1_End_Time_Minute', 0, 0); /*! block id=1002 !*/ params.setValue('Timer_1_Hour_End', 0, 0); /*!! &lt;block id="1000" type="param_setvalue" x="342" y="177" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_1_End_Time_Seconds (Timer_1_End_Time_Seconds)]" PARAM_DATA="_top&amp;amp;Timer_1_End_Time_Seconds[0]" VALUE="0" next="ID:1001" /&gt; &lt;block id="1001" type="param_setvalue" x="416" y="388" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_1_End_Time_Minute (Timer_1_End_Time_Minute)]" PARAM_DATA="_top&amp;amp;Timer_1_End_Time_Minute[0]" VALUE="0" next="ID:1002" /&gt; &lt;block id="1002" type="param_setvalue" x="480" y="625" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_1_Hour_End (Timer_1_Hour_End)]" PARAM_DATA="_top&amp;amp;Timer_1_Hour_End[0]" VALUE="0" /&gt; !!*/ /*!!&lt;checksum&gt;6653079941efe3891e598620a08f3cc2&lt;/checksum&gt;!!*/</task> </button> </abs> <label bottom="146" height="158" right="1" style="txt-align:west;bg#lightdivider;fg#selectbg;bdr#orange;bdr:line;" width="1043"/> <label height="23" left="352" name="COUNTDOWN UNTIL TIME" style="txt-align:center;size:Big;bg#FFFFFF;fg#000000;bdr#000000;bdr:line;" top="345" width="293"/> <button buttontype="push" height="39" left="181" name="PLAY" style="size:Bigger;bdr:round;bdr#green;fg#green;" top="15" width="127"> <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Timer_1').startTimer(false);</task> </button> <button buttontype="push" height="34" left="184" name="STOP" style="bdr:round;bdr#green;size:Bigger;fg#timerfg;" top="61" width="123"> <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Timer_1').stopTimer(false);</task> </button> <button buttontype="push" height="33" left="185" name="RESET" style="size:Bigger;bdr#green;bdr:round;fg#green;" top="101" width="121"> <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Timer_1').resetTimer();</task> </button> <button buttontype="push" height="41" left="180" name="PLAY" style="size:Bigger;bdr#orange;bdr:round;fg#orange;" top="183" width="127"> <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Timer_2').startTimer(false);</task> </button> <button buttontype="push" height="32" left="182" name="STOP" style="size:Bigger;bdr#orange;bdr:round;fg#orange;" top="231" width="123"> <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Timer_2').stopTimer(false);</task> </button> <button buttontype="push" height="36" left="183" name="RESET" style="size:Bigger;bdr:round;bdr#orange;fg#orange;" top="271" width="122"> <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Timer_2').resetTimer();</task> </button> <button buttontype="push" height="39" left="182" name="PLAY" style="size:Bigger;bdr#selectbg;bdr:round;fg#selectbg;" top="347" width="123"> <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Timer_3').startTimer(false);</task> </button> <button buttontype="push" height="37" left="182" name="STOP" style="bdr:round;bdr#selectbg;size:Bigger;fg#selectbg;" top="396" width="123"> <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Timer_3').stopTimer(false);</task> </button> <button buttontype="push" height="56" id="Master_Reset" left="16" name="&lt;html&gt;&lt;center&gt;RESET ALL &lt;br/&gt; TIMERS&lt;/center&gt;&lt;/html&gt;" style="size:Big;bdr:round;bdr#FFFFFF;" top="410" width="134"> <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Timer_1').stopTimer(true);</task> <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Timer_2').stopTimer(true);</task> <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Timer_3').stopTimer(true);</task> <task tasktype="ogscript"/> </button> <param expand="true" height="61" left="1153" oid="Timer_1_Full_Toggle" style="style:toggleButton;bdr:round;bdr#green;size:Normal;font:bold;" top="82" width="53"> <task tasktype="ogscript">/*! block id=1287,1110,1290,1115,1289,1123,1277,1279,1280,1283,1285,1286,1318,1319,1321,1451,1452,1453,1455 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 0) { if (params.getValue('Timer_2_Toggle', 0) == 0) { if (params.getValue('Timer_3_Toggle', 0) == 0) { ogscript.repositionByPercent("Timer_2", 57, 38, false, false); ogscript.setSize("Timer_2", 461, 147); ogscript.setStyle("Timer_2", "size:90"); ogscript.repositionByPercent("Timer_3", 57, 71, false, false); ogscript.setStyle("Timer_3", "size:90"); ogscript.setSize("Timer_3", 461, 137); ogscript.repositionByPercent("Timer_1", 57, 5, false, false); ogscript.setSize("Timer_1", 461, 147); ogscript.setStyle("Timer_1", "size:90"); ogscript.reveal("Timer_1"); ogscript.reveal("Timer_2"); ogscript.reveal("Timer_3"); ogscript.hide("Full_Timer_BG"); } else { } } else { } } else { } /*! block id=1166,1110,1392,1115,1393,1123,1398,1397,1396,1399,1400 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 1) { if (params.getValue('Timer_2_Toggle', 0) == 0) { if (params.getValue('Timer_3_Toggle', 0) == 0) { ogscript.repositionByPercent("Timer_1", 14, 1, false, false); ogscript.setSize("Timer_1", 994, 475); ogscript.setStyle("Timer_1", "size:200"); ogscript.hide("Timer_2"); ogscript.hide("Timer_3"); } else { } } else { } } else { } /*! block id=1172,1110,1173,1115,1175,1123,1231,1206,1210,1232,1208,1209,1401,1402,1441 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 0) { if (params.getValue('Timer_2_Toggle', 0) == 1) { if (params.getValue('Timer_3_Toggle', 0) == 1) { ogscript.repositionByPercent("Timer_2", 14, 2, false, false); ogscript.setSize("Timer_2", 994, 235); ogscript.setStyle("Timer_2", "size:180"); ogscript.repositionByPercent("Timer_3", 14, 51, false, false); ogscript.setSize("Timer_3", 994, 235); ogscript.setStyle("Timer_3", "size:180"); ogscript.reveal("Timer_3"); ogscript.reveal("Timer_2"); ogscript.reveal("Full_Timer_BG"); } else { } } else { } } else { } /*! block id=1436 !*/ ogscript.reveal("Timer_1"); /*! block id=1184,1110,1186,1115,1188,1123,1118,1119,1121,1189,1190,1191,1192,1193,1211,1237,1241,1300,1434 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 1) { if (params.getValue('Timer_2_Toggle', 0) == 1) { if (params.getValue('Timer_3_Toggle', 0) == 1) { ogscript.repositionByPercent("Timer_1", 14, 1, false, false); ogscript.setSize("Timer_1", 994, 158); ogscript.setStyle("Timer_1", "size:150"); ogscript.repositionByPercent("Timer_2", 14, 34, false, false); ogscript.setSize("Timer_2", 994, 158); ogscript.setStyle("Timer_2", "size:150"); ogscript.repositionByPercent("Timer_3", 14, 67, false, false); ogscript.setSize("Timer_3", 994, 156); ogscript.setStyle("Timer_3", "size:150"); ogscript.reveal("Full_Timer_BG"); ogscript.reveal("Timer_2"); ogscript.reveal("Timer_3"); ogscript.reveal("Timer_1"); } else { } } else { } } else { } /*! block id=1079,1110,1116,1115,1124,1123,1222,1223,1224,1225,1226,1227,1228,1233 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 1) { if (params.getValue('Timer_2_Toggle', 0) == 1) { if (params.getValue('Timer_3_Toggle', 0) == 0) { ogscript.repositionByPercent("Timer_1", 14, 1, false, false); ogscript.setSize("Timer_1", 994, 235); ogscript.setStyle("Timer_1", "size:180"); ogscript.reveal("Timer_2"); ogscript.repositionByPercent("Timer_2", 14, 51, false, false); ogscript.setSize("Timer_2", 994, 235); ogscript.setStyle("Timer_2", "size:180"); ogscript.reveal("Full_Timer_BG"); } else { } } else { } } else { } /*! block id=1344,1110,1345,1115,1346,1123,1347,1348,1349,1454 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 0) { if (params.getValue('Timer_2_Toggle', 0) == 0) { if (params.getValue('Timer_3_Toggle', 0) == 1) { ogscript.repositionByPercent("Timer_3", 14, 1, false, false); ogscript.setSize("Timer_3", 994, 475); ogscript.setStyle("Timer_3", "size:200"); ogscript.reveal("Timer_3"); } else { } } else { } } else { } /*! block id=1379,1110,1380,1115,1381,1123,1382,1383,1384,1385,1386,1387,1388,1404,1405 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 1) { if (params.getValue('Timer_2_Toggle', 0) == 0) { if (params.getValue('Timer_3_Toggle', 0) == 1) { ogscript.repositionByPercent("Timer_1", 14, 1, false, false); ogscript.setSize("Timer_1", 994, 275); ogscript.setStyle("Timer_1", "size:180"); ogscript.repositionByPercent("Timer_3", 14, 50, false, false); ogscript.setSize("Timer_3", 994, 235); ogscript.setStyle("Timer_3", "size:180"); ogscript.reveal("Timer_3"); ogscript.reveal("Timer_1"); ogscript.hide("Timer_2"); } else { } } else { } } else { } /*! block id=1259,1110,1256,1115,1304,1123,1305,1307,1403 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 0) { if (params.getValue('Timer_2_Toggle', 0) == 1) { if (params.getValue('Timer_3_Toggle', 0) == 0) { ogscript.hide("Timer_3"); ogscript.repositionByPercent("Timer_2", 14, 1, false, false); ogscript.setSize("Timer_2", 994, 475); } else { } } else { } } else { } /*!! &lt;block id="1287" type="if" x="538" y="218" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="0" TRUE="ID:1290" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="285" y="163" w="243" SET="" /&gt; &lt;block id="1290" type="if" x="524" y="364" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="0" TRUE="ID:1289" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="323" y="235" w="243" SET="" /&gt; &lt;block id="1289" type="if" x="588" y="540" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="0" TRUE="ID:1277" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="312" y="314" w="243" SET="" /&gt; &lt;block id="1277" type="ogscript_reposition_percent" x="843" y="627" w="243" ID="Timer_2" X="57" Y="38" CENTERX="false" CENTERY="false" next="ID:1279" /&gt; &lt;block id="1279" type="ogscript_setsize" x="858" y="789" w="251" ID="Timer_2" WIDTH="461" HEIGHT="147" next="ID:1280" /&gt; &lt;block id="1280" type="ogscript_setstyle" x="815" y="916" w="243" ID="Timer_2" STYLE="size:90" next="ID:1283" /&gt; &lt;block id="1283" type="ogscript_reposition_percent" x="786" y="1023" w="243" ID="Timer_3" X="57" Y="71" CENTERX="false" CENTERY="false" next="ID:1285" /&gt; &lt;block id="1285" type="ogscript_setstyle" x="1063" y="810" w="243" ID="Timer_3" STYLE="size:90" next="ID:1286" /&gt; &lt;block id="1286" type="ogscript_setsize" x="1241" y="947" w="251" ID="Timer_3" WIDTH="461" HEIGHT="137" next="ID:1318" /&gt; &lt;block id="1318" type="ogscript_reposition_percent" x="999" y="935" w="243" ID="Timer_1" X="57" Y="5" CENTERX="false" CENTERY="false" next="ID:1319" /&gt; &lt;block id="1319" type="ogscript_setsize" x="993" y="1095" w="251" ID="Timer_1" WIDTH="461" HEIGHT="147" next="ID:1321" /&gt; &lt;block id="1321" type="ogscript_setstyle" x="989" y="1223" w="243" ID="Timer_1" STYLE="size:90" next="ID:1451" /&gt; &lt;block id="1451" type="ogscript_reveal" x="793" y="1233" w="243" ID="Timer_1" next="ID:1452" /&gt; &lt;block id="1452" type="ogscript_reveal" x="609" y="1229" w="243" ID="Timer_2" next="ID:1453" /&gt; &lt;block id="1453" type="ogscript_reveal" x="634" y="1320" w="243" ID="Timer_3" next="ID:1455" /&gt; &lt;block id="1455" type="ogscript_hide" x="586" y="1384" w="243" ID="Full_Timer_BG" /&gt; &lt;block id="1166" type="if" x="82" y="48" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="1" TRUE="ID:1392" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="285" y="163" w="243" SET="" /&gt; &lt;block id="1392" type="if" x="408" y="6" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="0" TRUE="ID:1393" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="323" y="235" w="243" SET="" /&gt; &lt;block id="1393" type="if" x="664" y="2" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="0" TRUE="ID:1398" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="312" y="314" w="243" SET="" /&gt; &lt;block id="1398" type="ogscript_reposition_percent" x="929" y="17" w="243" ID="Timer_1" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1397" /&gt; &lt;block id="1397" type="ogscript_setsize" x="1134" y="23" w="251" ID="Timer_1" WIDTH="994" HEIGHT="475" next="ID:1396" /&gt; &lt;block id="1396" type="ogscript_setstyle" x="1402" y="8" w="243" ID="Timer_1" STYLE="size:200" next="ID:1399" /&gt; &lt;block id="1399" type="ogscript_hide" x="1478" y="168" w="243" ID="Timer_2" next="ID:1400" /&gt; &lt;block id="1400" type="ogscript_hide" x="1579" y="53" w="243" ID="Timer_3" /&gt; &lt;block id="1172" type="if" x="1652" y="177" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="0" TRUE="ID:1173" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="285" y="163" w="243" SET="" /&gt; &lt;block id="1173" type="if" x="1775" y="311" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="1" TRUE="ID:1175" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="323" y="235" w="243" SET="" /&gt; &lt;block id="1175" type="if" x="1831" y="527" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="1" TRUE="ID:1231" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="312" y="314" w="243" SET="" /&gt; &lt;block id="1231" type="ogscript_reposition_percent" x="1699" y="756" w="243" ID="Timer_2" X="14" Y="2" CENTERX="false" CENTERY="false" next="ID:1206" /&gt; &lt;block id="1206" type="ogscript_setsize" x="1779" y="931" w="251" ID="Timer_2" WIDTH="994" HEIGHT="235" next="ID:1210" /&gt; &lt;block id="1210" type="ogscript_setstyle" x="1782" y="1049" w="243" ID="Timer_2" STYLE="size:180" next="ID:1232" /&gt; &lt;block id="1232" type="ogscript_reposition_percent" x="1784" y="1145" w="243" ID="Timer_3" X="14" Y="51" CENTERX="false" CENTERY="false" next="ID:1208" /&gt; &lt;block id="1208" type="ogscript_setsize" x="1795" y="1316" w="251" ID="Timer_3" WIDTH="994" HEIGHT="235" next="ID:1209" /&gt; &lt;block id="1209" type="ogscript_setstyle" x="1810" y="1450" w="243" ID="Timer_3" STYLE="size:180" next="ID:1401" /&gt; &lt;block id="1401" type="ogscript_reveal" x="1729" y="1559" w="243" ID="Timer_3" next="ID:1402" /&gt; &lt;block id="1402" type="ogscript_reveal" x="1961" y="1566" w="243" ID="Timer_2" next="ID:1441" /&gt; &lt;block id="1441" type="ogscript_reveal" x="2033" y="1372" w="243" ID="Full_Timer_BG" /&gt; &lt;block id="1436" type="ogscript_reveal" x="739" y="1658" w="243" ID="Timer_1" /&gt; &lt;block id="1184" type="if" x="1229" y="157" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="1" TRUE="ID:1186" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="285" y="163" w="243" SET="" /&gt; &lt;block id="1186" type="if" x="1362" y="356" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="1" TRUE="ID:1188" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="323" y="235" w="243" SET="" /&gt; &lt;block id="1188" type="if" x="1363" y="520" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="1" TRUE="ID:1118" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="312" y="314" w="243" SET="" /&gt; &lt;block id="1118" type="ogscript_reposition_percent" x="1474" y="668" w="243" ID="Timer_1" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1119" /&gt; &lt;block id="1119" type="ogscript_setsize" x="1464" y="832" w="251" ID="Timer_1" WIDTH="994" HEIGHT="158" next="ID:1121" /&gt; &lt;block id="1121" type="ogscript_setstyle" x="1492" y="957" w="243" ID="Timer_1" STYLE="size:150" next="ID:1189" /&gt; &lt;block id="1189" type="ogscript_reposition_percent" x="1488" y="1078" w="243" ID="Timer_2" X="14" Y="34" CENTERX="false" CENTERY="false" next="ID:1190" /&gt; &lt;block id="1190" type="ogscript_setsize" x="1397" y="1324" w="251" ID="Timer_2" WIDTH="994" HEIGHT="158" next="ID:1191" /&gt; &lt;block id="1191" type="ogscript_setstyle" x="1456" y="1435" w="243" ID="Timer_2" STYLE="size:150" next="ID:1192" /&gt; &lt;block id="1192" type="ogscript_reposition_percent" x="1468" y="1521" w="243" ID="Timer_3" X="14" Y="67" CENTERX="false" CENTERY="false" next="ID:1193" /&gt; &lt;block id="1193" type="ogscript_setsize" x="1000" y="1599" w="251" ID="Timer_3" WIDTH="994" HEIGHT="156" next="ID:1211" /&gt; &lt;block id="1211" type="ogscript_setstyle" x="995" y="1518" w="243" ID="Timer_3" STYLE="size:150" next="ID:1237" /&gt; &lt;block id="1237" type="ogscript_reveal" x="1001" y="1459" w="243" ID="Full_Timer_BG" next="ID:1241" /&gt; &lt;block id="1241" type="ogscript_reveal" x="1216" y="1418" w="243" ID="Timer_2" next="ID:1300" /&gt; &lt;block id="1300" type="ogscript_reveal" x="1258" y="1483" w="243" ID="Timer_3" next="ID:1434" /&gt; &lt;block id="1434" type="ogscript_reveal" x="1288" y="1570" w="243" ID="Timer_1" /&gt; &lt;block id="1079" type="if" x="769" y="187" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="1" TRUE="ID:1116" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="285" y="163" w="243" SET="" /&gt; &lt;block id="1116" type="if" x="807" y="380" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="1" TRUE="ID:1124" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="323" y="235" w="243" SET="" /&gt; &lt;block id="1124" type="if" x="627" y="703" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="0" TRUE="ID:1222" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="312" y="314" w="243" SET="" /&gt; &lt;block id="1222" type="ogscript_reposition_percent" x="1277" y="660" w="243" ID="Timer_1" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1223" /&gt; &lt;block id="1223" type="ogscript_setsize" x="1253" y="834" w="251" ID="Timer_1" WIDTH="994" HEIGHT="235" next="ID:1224" /&gt; &lt;block id="1224" type="ogscript_setstyle" x="1308" y="1069" w="243" ID="Timer_1" STYLE="size:180" next="ID:1225" /&gt; &lt;block id="1225" type="ogscript_reveal" x="1370" y="1217" w="243" ID="Timer_2" next="ID:1226" /&gt; &lt;block id="1226" type="ogscript_reposition_percent" x="1180" y="1241" w="243" ID="Timer_2" X="14" Y="51" CENTERX="false" CENTERY="false" next="ID:1227" /&gt; &lt;block id="1227" type="ogscript_setsize" x="792" y="1396" w="251" ID="Timer_2" WIDTH="994" HEIGHT="235" next="ID:1228" /&gt; &lt;block id="1228" type="ogscript_setstyle" x="796" y="1517" w="243" ID="Timer_2" STYLE="size:180" next="ID:1233" /&gt; &lt;block id="1233" type="ogscript_reveal" x="573" y="1481" w="243" ID="Full_Timer_BG" /&gt; &lt;block id="1344" type="if" x="291" y="386" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="0" TRUE="ID:1345" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="285" y="163" w="243" SET="" /&gt; &lt;block id="1345" type="if" x="309" y="520" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="0" TRUE="ID:1346" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="323" y="235" w="243" SET="" /&gt; &lt;block id="1346" type="if" x="399" y="667" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="1" TRUE="ID:1347" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="312" y="314" w="243" SET="" /&gt; &lt;block id="1347" type="ogscript_reposition_percent" x="448" y="826" w="243" ID="Timer_3" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1348" /&gt; &lt;block id="1348" type="ogscript_setsize" x="441" y="992" w="251" ID="Timer_3" WIDTH="994" HEIGHT="475" next="ID:1349" /&gt; &lt;block id="1349" type="ogscript_setstyle" x="444" y="1115" w="243" ID="Timer_3" STYLE="size:200" next="ID:1454" /&gt; &lt;block id="1454" type="ogscript_reveal" x="411" y="1268" w="243" ID="Timer_3" /&gt; &lt;block id="1379" type="if" x="36" y="200" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="1" TRUE="ID:1380" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="285" y="163" w="243" SET="" /&gt; &lt;block id="1380" type="if" x="83" y="308" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="0" TRUE="ID:1381" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="323" y="235" w="243" SET="" /&gt; &lt;block id="1381" type="if" x="42" y="504" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="1" TRUE="ID:1382" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="312" y="314" w="243" SET="" /&gt; &lt;block id="1382" type="ogscript_reposition_percent" x="81" y="664" w="243" ID="Timer_1" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1383" /&gt; &lt;block id="1383" type="ogscript_setsize" x="71" y="838" w="251" ID="Timer_1" WIDTH="994" HEIGHT="275" next="ID:1384" /&gt; &lt;block id="1384" type="ogscript_setstyle" x="64" y="982" w="243" ID="Timer_1" STYLE="size:180" next="ID:1385" /&gt; &lt;block id="1385" type="ogscript_reposition_percent" x="4" y="1115" w="243" ID="Timer_3" X="14" Y="50" CENTERX="false" CENTERY="false" next="ID:1386" /&gt; &lt;block id="1386" type="ogscript_setsize" x="0" y="1282" w="251" ID="Timer_3" WIDTH="994" HEIGHT="235" next="ID:1387" /&gt; &lt;block id="1387" type="ogscript_setstyle" x="57" y="1420" w="243" ID="Timer_3" STYLE="size:180" next="ID:1388" /&gt; &lt;block id="1388" type="ogscript_reveal" x="150" y="1548" w="243" ID="Timer_3" next="ID:1404" /&gt; &lt;block id="1404" type="ogscript_reveal" x="182" y="1646" w="243" ID="Timer_1" next="ID:1405" /&gt; &lt;block id="1405" type="ogscript_hide" x="323" y="1458" w="243" ID="Timer_2" /&gt; &lt;block id="1259" type="if" x="582" y="87" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="0" TRUE="ID:1256" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="285" y="163" w="243" SET="" /&gt; &lt;block id="1256" type="if" x="988" y="187" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="1" TRUE="ID:1304" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="323" y="235" w="243" SET="" /&gt; &lt;block id="1304" type="if" x="1120" y="333" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="0" TRUE="ID:1305" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="312" y="314" w="243" SET="" /&gt; &lt;block id="1305" type="ogscript_hide" x="1111" y="487" w="243" ID="Timer_3" next="ID:1307" /&gt; &lt;block id="1307" type="ogscript_reposition_percent" x="1064" y="564" w="243" ID="Timer_2" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1403" /&gt; &lt;block id="1403" type="ogscript_setsize" x="1077" y="731" w="251" ID="Timer_2" WIDTH="994" HEIGHT="475" /&gt; !!*/ /*!!&lt;checksum&gt;2154b3988bdf010381806b85ad66a7e2&lt;/checksum&gt;!!*/</task> </param> <param expand="true" height="62" oid="Timer_2_Toggle" right="7" style="style:toggleButton;bdr:round;bdr#orange;size:Normal;font:bold;" top="244" width="51"> <task tasktype="ogscript">/*! block id=1291,1110,1292,1115,1301,1302,1303 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 1) { if (params.getValue('Timer_2_Toggle', 0) == 0) { ogscript.repositionByPercent("Timer_1", 14, 1, false, false); ogscript.setSize("Timer_1", 994, 475); ogscript.setStyle("Timer_1", "size:180"); } else { } } else { } /*! block id=1166,1110,1167,1115,1168,1123,1081,1083,1085,1230,1080,1082,1084,1242,1234,1243 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 0) { if (params.getValue('Timer_2_Toggle', 0) == 1) { if (params.getValue('Timer_3_Toggle', 0) == 0) { ogscript.repositionByPercent("Timer_2", 14, 1, false, false); ogscript.setSize("Timer_2", 994, 475); ogscript.setStyle("Timer_2", "size:200"); ogscript.hide("Timer_3"); } else { } } else { ogscript.repositionByPercent("Timer_2", 57, 38, false, false); ogscript.setSize("Timer_2", 461, 147); ogscript.setStyle("Timer_2", "size:90"); ogscript.hide("Audio_Router"); ogscript.hide("Full_Timer_BG"); ogscript.reveal("Timer_3"); } } else { } /*! block id=1172,1110,1173,1115,1175,1123,1231,1206,1210,1232,1208,1209,1350,1440 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 0) { if (params.getValue('Timer_2_Toggle', 0) == 1) { if (params.getValue('Timer_3_Toggle', 0) == 1) { ogscript.repositionByPercent("Timer_2", 14, 2, false, false); ogscript.setSize("Timer_2", 994, 235); ogscript.setStyle("Timer_2", "size:180"); ogscript.repositionByPercent("Timer_3", 14, 51, false, false); ogscript.setSize("Timer_3", 994, 235); ogscript.setStyle("Timer_3", "size:180"); ogscript.reveal("Timer_2"); ogscript.reveal("Full_Timer_BG"); } else { } } else { } } else { } /*! block id=1310,1110,1311,1115,1312,1123,1314,1313,1315,1316 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 0) { if (params.getValue('Timer_2_Toggle', 0) == 0) { if (params.getValue('Timer_3_Toggle', 0) == 1) { } else { } ogscript.reveal("Timer_3"); ogscript.setSize("Timer_3", 994, 475); ogscript.repositionByPercent("Timer_3", 14, 1, false, false); ogscript.setStyle("Timer_3", "size:200"); } else { } } else { } /*! block id=1184,1110,1186,1115,1188,1123,1118,1119,1121,1189,1190,1191,1192,1193,1211,1237,1241 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 1) { if (params.getValue('Timer_2_Toggle', 0) == 1) { if (params.getValue('Timer_3_Toggle', 0) == 1) { ogscript.repositionByPercent("Timer_1", 14, 1, false, false); ogscript.setSize("Timer_1", 994, 158); ogscript.setStyle("Timer_1", "size:150"); ogscript.repositionByPercent("Timer_2", 14, 34, false, false); ogscript.setSize("Timer_2", 994, 158); ogscript.setStyle("Timer_2", "size:150"); ogscript.repositionByPercent("Timer_3", 14, 67, false, false); ogscript.setSize("Timer_3", 994, 156); ogscript.setStyle("Timer_3", "size:150"); ogscript.reveal("Full_Timer_BG"); ogscript.reveal("Timer_2"); } else { } } else { } } else { } /*! block id=1322,1110,1323,1115,1324,1123,1325,1327,1328,1329,1330,1339,1335,1340,1341,1342 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 0) { if (params.getValue('Timer_2_Toggle', 0) == 0) { if (params.getValue('Timer_3_Toggle', 0) == 0) { ogscript.repositionByPercent("Timer_1", 14, 1, false, false); ogscript.setSize("Timer_1", 461, 167); ogscript.setStyle("Timer_1", "size:90"); ogscript.repositionByPercent("Timer_1", 57, 1, false, false); ogscript.setSize("Timer_2", 461, 155); ogscript.setStyle("Timer_2", "size:90"); ogscript.setSize("Timer_3", 461, 156); ogscript.repositionByPercent("Timer_3", 57, 67, false, false); ogscript.setStyle("Timer_3", "size:90"); ogscript.repositionByPercent("Timer_2", 57, 38, false, false); } else { } } else { } } else { } /*! block id=1079,1110,1116,1115,1124,1123,1222,1223,1224,1225,1226,1227,1228,1233,1247,1248,1249,1250 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 1) { if (params.getValue('Timer_2_Toggle', 0) == 1) { if (params.getValue('Timer_3_Toggle', 0) == 0) { ogscript.repositionByPercent("Timer_1", 14, 1, false, false); ogscript.setSize("Timer_1", 994, 235); ogscript.setStyle("Timer_1", "size:180"); ogscript.reveal("Timer_2"); ogscript.repositionByPercent("Timer_2", 14, 51, false, false); ogscript.setSize("Timer_2", 994, 235); ogscript.setStyle("Timer_2", "size:180"); ogscript.reveal("Full_Timer_BG"); } else { } } else { ogscript.repositionByPercent("Timer_1", 14, 1, false, false); ogscript.setSize("Timer_1", 994, 475); ogscript.setStyle("Timer_1", "size:200"); ogscript.hide("Timer_2"); } } else { } /*! block id=1266,1110,1267,1115,1268,1123,1269,1270,1271,1272,1273,1274,1317,1343 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 1) { if (params.getValue('Timer_2_Toggle', 0) == 0) { if (params.getValue('Timer_3_Toggle', 0) == 1) { ogscript.repositionByPercent("Timer_1", 14, 1, false, false); ogscript.setSize("Timer_1", 994, 235); ogscript.setStyle("Timer_1", "size:180"); ogscript.repositionByPercent("Timer_3", 14, 47, false, false); ogscript.setSize("Timer_3", 994, 235); ogscript.setStyle("Timer_3", "size:180"); ogscript.reveal("Timer_1"); ogscript.repositionByPercent("Timer_3", 14, 50, false, false); } else { } } else { } } else { } /*!! &lt;block id="1291" type="if" x="359" y="76" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="1" TRUE="ID:1292" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="551" y="23" w="243" SET="" /&gt; &lt;block id="1292" type="if" x="243" y="270" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="0" TRUE="ID:1301" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="816" y="251" w="243" SET="" /&gt; &lt;block id="1301" type="ogscript_reposition_percent" x="592" y="555" w="243" ID="Timer_1" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1302" /&gt; &lt;block id="1302" type="ogscript_setsize" x="558" y="719" w="251" ID="Timer_1" WIDTH="994" HEIGHT="475" next="ID:1303" /&gt; &lt;block id="1303" type="ogscript_setstyle" x="436" y="848" w="243" ID="Timer_1" STYLE="size:180" /&gt; &lt;block id="1166" type="if" x="813" y="9" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="0" TRUE="ID:1167" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="551" y="23" w="243" SET="" /&gt; &lt;block id="1167" type="if" x="1002" y="160" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="1" TRUE="ID:1168" FALSE="ID:1080" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="816" y="251" w="243" SET="" /&gt; &lt;block id="1168" type="if" x="1251" y="181" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="0" TRUE="ID:1081" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="683" y="328" w="243" SET="" /&gt; &lt;block id="1081" type="ogscript_reposition_percent" x="1051" y="635" w="243" ID="Timer_2" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1083" /&gt; &lt;block id="1083" type="ogscript_setsize" x="1094" y="849" w="251" ID="Timer_2" WIDTH="994" HEIGHT="475" next="ID:1085" /&gt; &lt;block id="1085" type="ogscript_setstyle" x="1089" y="966" w="243" ID="Timer_2" STYLE="size:200" next="ID:1230" /&gt; &lt;block id="1230" type="ogscript_hide" x="1113" y="1091" w="243" ID="Timer_3" /&gt; &lt;block id="1080" type="ogscript_reposition_percent" x="1047" y="436" w="243" ID="Timer_2" X="57" Y="38" CENTERX="false" CENTERY="false" next="ID:1082" /&gt; &lt;block id="1082" type="ogscript_setsize" x="989" y="711" w="251" ID="Timer_2" WIDTH="461" HEIGHT="147" next="ID:1084" /&gt; &lt;block id="1084" type="ogscript_setstyle" x="667" y="633" w="243" ID="Timer_2" STYLE="size:90" next="ID:1242" /&gt; &lt;block id="1242" type="ogscript_hide" x="690" y="772" w="243" ID="Audio_Router" next="ID:1234" /&gt; &lt;block id="1234" type="ogscript_hide" x="751" y="1261" w="243" ID="Full_Timer_BG" next="ID:1243" /&gt; &lt;block id="1243" type="ogscript_reveal" x="749" y="1371" w="243" ID="Timer_3" /&gt; &lt;block id="1172" type="if" x="1826" y="128" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="0" TRUE="ID:1173" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="551" y="23" w="243" SET="" /&gt; &lt;block id="1173" type="if" x="1928" y="333" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="1" TRUE="ID:1175" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="816" y="251" w="243" SET="" /&gt; &lt;block id="1175" type="if" x="1798" y="508" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="1" TRUE="ID:1231" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="683" y="328" w="243" SET="" /&gt; &lt;block id="1231" type="ogscript_reposition_percent" x="1802" y="642" w="243" ID="Timer_2" X="14" Y="2" CENTERX="false" CENTERY="false" next="ID:1206" /&gt; &lt;block id="1206" type="ogscript_setsize" x="1821" y="825" w="251" ID="Timer_2" WIDTH="994" HEIGHT="235" next="ID:1210" /&gt; &lt;block id="1210" type="ogscript_setstyle" x="1834" y="934" w="243" ID="Timer_2" STYLE="size:180" next="ID:1232" /&gt; &lt;block id="1232" type="ogscript_reposition_percent" x="1843" y="1014" w="243" ID="Timer_3" X="14" Y="51" CENTERX="false" CENTERY="false" next="ID:1208" /&gt; &lt;block id="1208" type="ogscript_setsize" x="1982" y="1213" w="251" ID="Timer_3" WIDTH="994" HEIGHT="235" next="ID:1209" /&gt; &lt;block id="1209" type="ogscript_setstyle" x="1809" y="1332" w="243" ID="Timer_3" STYLE="size:180" next="ID:1350" /&gt; &lt;block id="1350" type="ogscript_reveal" x="2071" y="1036" w="243" ID="Timer_2" next="ID:1440" /&gt; &lt;block id="1440" type="ogscript_reveal" x="2048" y="813" w="243" ID="Full_Timer_BG" /&gt; &lt;block id="1310" type="if" x="566" y="127" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="0" TRUE="ID:1311" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="551" y="23" w="243" SET="" /&gt; &lt;block id="1311" type="if" x="529" y="280" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="0" TRUE="ID:1312" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="816" y="251" w="243" SET="" /&gt; &lt;block id="1312" type="if" x="366" y="432" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="1" TRUE="" FALSE="" IGNORE="" next="ID:1314" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="683" y="328" w="243" SET="" /&gt; &lt;block id="1314" type="ogscript_reveal" x="262" y="586" w="243" ID="Timer_3" next="ID:1313" /&gt; &lt;block id="1313" type="ogscript_setsize" x="196" y="632" w="251" ID="Timer_3" WIDTH="994" HEIGHT="475" next="ID:1315" /&gt; &lt;block id="1315" type="ogscript_reposition_percent" x="425" y="628" w="243" ID="Timer_3" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1316" /&gt; &lt;block id="1316" type="ogscript_setstyle" x="503" y="949" w="243" ID="Timer_3" STYLE="size:200" /&gt; &lt;block id="1184" type="if" x="1519" y="56" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="1" TRUE="ID:1186" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="551" y="23" w="243" SET="" /&gt; &lt;block id="1186" type="if" x="1638" y="260" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="1" TRUE="ID:1188" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="816" y="251" w="243" SET="" /&gt; &lt;block id="1188" type="if" x="1485" y="465" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="1" TRUE="ID:1118" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="683" y="328" w="243" SET="" /&gt; &lt;block id="1118" type="ogscript_reposition_percent" x="1623" y="629" w="243" ID="Timer_1" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1119" /&gt; &lt;block id="1119" type="ogscript_setsize" x="1601" y="811" w="251" ID="Timer_1" WIDTH="994" HEIGHT="158" next="ID:1121" /&gt; &lt;block id="1121" type="ogscript_setstyle" x="1581" y="984" w="243" ID="Timer_1" STYLE="size:150" next="ID:1189" /&gt; &lt;block id="1189" type="ogscript_reposition_percent" x="1582" y="1064" w="243" ID="Timer_2" X="14" Y="34" CENTERX="false" CENTERY="false" next="ID:1190" /&gt; &lt;block id="1190" type="ogscript_setsize" x="1584" y="1221" w="251" ID="Timer_2" WIDTH="994" HEIGHT="158" next="ID:1191" /&gt; &lt;block id="1191" type="ogscript_setstyle" x="1589" y="1332" w="243" ID="Timer_2" STYLE="size:150" next="ID:1192" /&gt; &lt;block id="1192" type="ogscript_reposition_percent" x="1589" y="1424" w="243" ID="Timer_3" X="14" Y="67" CENTERX="false" CENTERY="false" next="ID:1193" /&gt; &lt;block id="1193" type="ogscript_setsize" x="1245" y="1488" w="251" ID="Timer_3" WIDTH="994" HEIGHT="156" next="ID:1211" /&gt; &lt;block id="1211" type="ogscript_setstyle" x="1402" y="1424" w="243" ID="Timer_3" STYLE="size:150" next="ID:1237" /&gt; &lt;block id="1237" type="ogscript_reveal" x="1188" y="1356" w="243" ID="Full_Timer_BG" next="ID:1241" /&gt; &lt;block id="1241" type="ogscript_reveal" x="1417" y="1359" w="243" ID="Timer_2" /&gt; &lt;block id="1322" type="if" x="151" y="15" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="0" TRUE="ID:1323" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="551" y="23" w="243" SET="" /&gt; &lt;block id="1323" type="if" x="34" y="155" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="0" TRUE="ID:1324" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="816" y="251" w="243" SET="" /&gt; &lt;block id="1324" type="if" x="20" y="302" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="0" TRUE="ID:1325" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="683" y="328" w="243" SET="" /&gt; &lt;block id="1325" type="ogscript_reposition_percent" x="52" y="459" w="243" ID="Timer_1" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1327" /&gt; &lt;block id="1327" type="ogscript_setsize" x="2" y="636" w="251" ID="Timer_1" WIDTH="461" HEIGHT="167" next="ID:1328" /&gt; &lt;block id="1328" type="ogscript_setstyle" x="17" y="775" w="243" ID="Timer_1" STYLE="size:90" next="ID:1329" /&gt; &lt;block id="1329" type="ogscript_reposition_percent" x="18" y="887" w="243" ID="Timer_1" X="57" Y="1" CENTERX="false" CENTERY="false" next="ID:1330" /&gt; &lt;block id="1330" type="ogscript_setsize" x="18" y="1048" w="251" ID="Timer_2" WIDTH="461" HEIGHT="155" next="ID:1339" /&gt; &lt;block id="1339" type="ogscript_setstyle" x="235" y="770" w="243" ID="Timer_2" STYLE="size:90" next="ID:1335" /&gt; &lt;block id="1335" type="ogscript_setsize" x="228" y="874" w="251" ID="Timer_3" WIDTH="461" HEIGHT="156" next="ID:1340" /&gt; &lt;block id="1340" type="ogscript_reposition_percent" x="242" y="1007" w="243" ID="Timer_3" X="57" Y="67" CENTERX="false" CENTERY="false" next="ID:1341" /&gt; &lt;block id="1341" type="ogscript_setstyle" x="252" y="1257" w="243" ID="Timer_3" STYLE="size:90" next="ID:1342" /&gt; &lt;block id="1342" type="ogscript_reposition_percent" x="474" y="1292" w="243" ID="Timer_2" X="57" Y="38" CENTERX="false" CENTERY="false" /&gt; &lt;block id="1079" type="if" x="607" y="62" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="1" TRUE="ID:1116" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="551" y="23" w="243" SET="" /&gt; &lt;block id="1116" type="if" x="615" y="390" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="1" TRUE="ID:1124" FALSE="ID:1247" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="816" y="251" w="243" SET="" /&gt; &lt;block id="1124" type="if" x="1062" y="550" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="0" TRUE="ID:1222" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="683" y="328" w="243" SET="" /&gt; &lt;block id="1222" type="ogscript_reposition_percent" x="1427" y="691" w="243" ID="Timer_1" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1223" /&gt; &lt;block id="1223" type="ogscript_setsize" x="1418" y="858" w="251" ID="Timer_1" WIDTH="994" HEIGHT="235" next="ID:1224" /&gt; &lt;block id="1224" type="ogscript_setstyle" x="1437" y="972" w="243" ID="Timer_1" STYLE="size:180" next="ID:1225" /&gt; &lt;block id="1225" type="ogscript_reveal" x="1439" y="1082" w="243" ID="Timer_2" next="ID:1226" /&gt; &lt;block id="1226" type="ogscript_reposition_percent" x="1448" y="1179" w="243" ID="Timer_2" X="14" Y="51" CENTERX="false" CENTERY="false" next="ID:1227" /&gt; &lt;block id="1227" type="ogscript_setsize" x="918" y="1311" w="251" ID="Timer_2" WIDTH="994" HEIGHT="235" next="ID:1228" /&gt; &lt;block id="1228" type="ogscript_setstyle" x="1025" y="1471" w="243" ID="Timer_2" STYLE="size:180" next="ID:1233" /&gt; &lt;block id="1233" type="ogscript_reveal" x="834" y="1500" w="243" ID="Full_Timer_BG" /&gt; &lt;block id="1247" type="ogscript_reposition_percent" x="1276" y="601" w="243" ID="Timer_1" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1248" /&gt; &lt;block id="1248" type="ogscript_setsize" x="1226" y="772" w="251" ID="Timer_1" WIDTH="994" HEIGHT="475" next="ID:1249" /&gt; &lt;block id="1249" type="ogscript_setstyle" x="1206" y="904" w="243" ID="Timer_1" STYLE="size:200" next="ID:1250" /&gt; &lt;block id="1250" type="ogscript_hide" x="1225" y="1009" w="243" ID="Timer_2" /&gt; &lt;block id="1266" type="if" x="1158" y="10" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="1" TRUE="ID:1267" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="551" y="23" w="243" SET="" /&gt; &lt;block id="1267" type="if" x="1405" y="307" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="0" TRUE="ID:1268" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="816" y="251" w="243" SET="" /&gt; &lt;block id="1268" type="if" x="1173" y="333" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="1" TRUE="ID:1269" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="683" y="328" w="243" SET="" /&gt; &lt;block id="1269" type="ogscript_reposition_percent" x="847" y="453" w="243" ID="Timer_1" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1270" /&gt; &lt;block id="1270" type="ogscript_setsize" x="876" y="786" w="251" ID="Timer_1" WIDTH="994" HEIGHT="235" next="ID:1271" /&gt; &lt;block id="1271" type="ogscript_setstyle" x="869" y="913" w="243" ID="Timer_1" STYLE="size:180" next="ID:1272" /&gt; &lt;block id="1272" type="ogscript_reposition_percent" x="670" y="959" w="243" ID="Timer_3" X="14" Y="47" CENTERX="false" CENTERY="false" next="ID:1273" /&gt; &lt;block id="1273" type="ogscript_setsize" x="846" y="991" w="251" ID="Timer_3" WIDTH="994" HEIGHT="235" next="ID:1274" /&gt; &lt;block id="1274" type="ogscript_setstyle" x="947" y="1097" w="243" ID="Timer_3" STYLE="size:180" next="ID:1317" /&gt; &lt;block id="1317" type="ogscript_reveal" x="1047" y="1203" w="243" ID="Timer_1" next="ID:1343" /&gt; &lt;block id="1343" type="ogscript_reposition_percent" x="1246" y="1165" w="243" ID="Timer_3" X="14" Y="50" CENTERX="false" CENTERY="false" /&gt; !!*/ /*!!&lt;checksum&gt;c8c180277940d594a5442b8b36d21f77&lt;/checksum&gt;!!*/</task> </param> <label height="45" left="1172" name="1" style="txt-align:center;size:Biggest;" top="10" width="38"/> <label height="45" left="1173" name="2" style="txt-align:center;size:Biggest;" top="186" width="38"/> <label height="45" left="1176" name="3" style="txt-align:center;size:Biggest;" top="342" width="38"/> <param expand="true" height="63" left="1156" oid="Timer_3_Toggle" style="style:toggleButton;bdr:round;bdr#selectbg;font:bold;" top="403" width="50"> <task tasktype="ogscript">/*! block id=1166,1110,1167,1115,1168,1123,1081,1083,1085,1216,1230,1435 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 0) { if (params.getValue('Timer_2_Toggle', 0) == 0) { if (params.getValue('Timer_3_Toggle', 0) == 1) { ogscript.repositionByPercent("Timer_3", 14, 1, false, false); ogscript.setSize("Timer_3", 994, 475); ogscript.setStyle("Timer_3", "size:200"); ogscript.hide("Timer_2"); ogscript.hide("Timer_1"); ogscript.reveal("Timer_3"); } else { } } else { } } else { } /*! block id=1424,1110,1425,1115,1426,1123,1428,1429,1430,1431,1432 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 0) { if (params.getValue('Timer_2_Toggle', 0) == 1) { if (params.getValue('Timer_3_Toggle', 0) == 0) { ogscript.hide("Timer_1"); ogscript.hide("Timer_3"); ogscript.repositionByPercent("Timer_2", 14, 1, false, false); ogscript.setSize("Timer_2", 994, 475); ogscript.setStyle("Timer_2", "size:200"); } else { } } else { } } else { } /*! block id=1172,1110,1173,1115,1175,1123,1231,1206,1210,1232,1208,1209,1433,1439 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 0) { if (params.getValue('Timer_2_Toggle', 0) == 1) { if (params.getValue('Timer_3_Toggle', 0) == 1) { ogscript.repositionByPercent("Timer_2", 14, 2, false, false); ogscript.setSize("Timer_2", 994, 235); ogscript.setStyle("Timer_2", "size:180"); ogscript.repositionByPercent("Timer_3", 14, 51, false, false); ogscript.setSize("Timer_3", 994, 235); ogscript.setStyle("Timer_3", "size:180"); ogscript.reveal("Timer_3"); ogscript.reveal("Full_Timer_BG"); } else { } } else { } } else { } /*! block id=1184,1110,1186,1115,1188,1123,1118,1119,1121,1189,1190,1191,1192,1193,1211,1237,1241,1265,1264 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 1) { if (params.getValue('Timer_2_Toggle', 0) == 1) { if (params.getValue('Timer_3_Toggle', 0) == 1) { ogscript.repositionByPercent("Timer_1", 14, 1, false, false); ogscript.setSize("Timer_1", 994, 158); ogscript.setStyle("Timer_1", "size:150"); ogscript.repositionByPercent("Timer_2", 14, 34, false, false); ogscript.setSize("Timer_2", 994, 158); ogscript.setStyle("Timer_2", "size:150"); ogscript.repositionByPercent("Timer_3", 14, 67, false, false); ogscript.setSize("Timer_3", 994, 156); ogscript.setStyle("Timer_3", "size:150"); ogscript.reveal("Full_Timer_BG"); ogscript.reveal("Timer_2"); ogscript.reveal("Timer_3"); } else { ogscript.hide("Timer_3"); } } else { } } else { } /*! block id=1079,1110,1116,1115,1124,1123,1222,1223,1224,1225,1226,1227,1228,1233 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 1) { if (params.getValue('Timer_2_Toggle', 0) == 1) { if (params.getValue('Timer_3_Toggle', 0) == 0) { ogscript.repositionByPercent("Timer_1", 14, 1, false, false); ogscript.setSize("Timer_1", 994, 235); ogscript.setStyle("Timer_1", "size:180"); ogscript.reveal("Timer_2"); ogscript.repositionByPercent("Timer_2", 14, 51, false, false); ogscript.setSize("Timer_2", 994, 235); ogscript.setStyle("Timer_2", "size:180"); ogscript.reveal("Full_Timer_BG"); } else { } } else { } } else { } /*! block id=1351,1110,1352,1115,1354,1123,1355,1356,1357,1358,1359,1360,1361,1378 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 1) { if (params.getValue('Timer_2_Toggle', 0) == 0) { if (params.getValue('Timer_3_Toggle', 0) == 1) { ogscript.repositionByPercent("Timer_3", 14, 50, false, false); ogscript.setSize("Timer_3", 994, 235); ogscript.setStyle("Timer_3", "size:180"); ogscript.repositionByPercent("Timer_1", 14, 1, false, false); ogscript.setSize("Timer_1", 994, 235); ogscript.setStyle("Timer_1", "size:180"); ogscript.hide("Timer_2"); ogscript.reveal("Timer_3"); } else { } } else { } } else { } /*! block id=1375,1110,1376,1115,1377,1123,1362,1370,1373,1374 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 1) { if (params.getValue('Timer_2_Toggle', 0) == 0) { if (params.getValue('Timer_3_Toggle', 0) == 0) { ogscript.repositionByPercent("Timer_1", 14, 1, false, false); ogscript.setSize("Timer_1", 994, 475); ogscript.setStyle("Timer_1", "size:200"); ogscript.hide("Timer_3"); } else { } } else { } } else { } /*! block id=1406,1110,1407,1115,1408,1123,1409,1410,1411,1412,1413,1415,1416,1417,1418,1419,1437,1438 !*/ if (params.getValue('Timer_1_Full_Toggle', 0) == 0) { if (params.getValue('Timer_2_Toggle', 0) == 0) { if (params.getValue('Timer_3_Toggle', 0) == 0) { ogscript.repositionByPercent("Timer_2", 57, 38, false, false); ogscript.setSize("Timer_2", 461, 137); ogscript.setStyle("Timer_2", "size:90"); ogscript.repositionByPercent("Timer_1", 57, 1, false, false); ogscript.setSize("Timer_1", 461, 167); ogscript.setStyle("Timer_1", "size:90"); ogscript.repositionByPercent("Timer_3", 57, 71, false, false); ogscript.setSize("Timer_3", 461, 135); ogscript.setStyle("Timer_3", "size:90"); ogscript.reveal("Timer_1"); ogscript.reveal("Timer_2"); ogscript.hide("Full_Timer_BG"); } else { } } else { } } else { } /*!! &lt;block id="1166" type="if" x="442" y="7" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="0" TRUE="ID:1167" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="475" y="148" w="243" SET="" /&gt; &lt;block id="1167" type="if" x="699" y="10" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="0" TRUE="ID:1168" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="479" y="290" w="243" SET="" /&gt; &lt;block id="1168" type="if" x="968" y="38" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="1" TRUE="ID:1081" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="493" y="404" w="243" SET="" /&gt; &lt;block id="1081" type="ogscript_reposition_percent" x="793" y="643" w="243" ID="Timer_3" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1083" /&gt; &lt;block id="1083" type="ogscript_setsize" x="809" y="828" w="251" ID="Timer_3" WIDTH="994" HEIGHT="475" next="ID:1085" /&gt; &lt;block id="1085" type="ogscript_setstyle" x="809" y="968" w="243" ID="Timer_3" STYLE="size:200" next="ID:1216" /&gt; &lt;block id="1216" type="ogscript_hide" x="761" y="1069" w="243" ID="Timer_2" next="ID:1230" /&gt; &lt;block id="1230" type="ogscript_hide" x="1195" y="1142" w="243" ID="Timer_1" next="ID:1435" /&gt; &lt;block id="1435" type="ogscript_reveal" x="1229" y="1224" w="243" ID="Timer_3" /&gt; &lt;block id="1424" type="if" x="1176" y="143" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="0" TRUE="ID:1425" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="475" y="148" w="243" SET="" /&gt; &lt;block id="1425" type="if" x="1177" y="282" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="1" TRUE="ID:1426" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="479" y="290" w="243" SET="" /&gt; &lt;block id="1426" type="if" x="1177" y="416" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="0" TRUE="ID:1428" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="493" y="404" w="243" SET="" /&gt; &lt;block id="1428" type="ogscript_hide" x="1189" y="561" w="243" ID="Timer_1" next="ID:1429" /&gt; &lt;block id="1429" type="ogscript_hide" x="1188" y="643" w="243" ID="Timer_3" next="ID:1430" /&gt; &lt;block id="1430" type="ogscript_reposition_percent" x="1192" y="713" w="243" ID="Timer_2" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1431" /&gt; &lt;block id="1431" type="ogscript_setsize" x="1187" y="889" w="251" ID="Timer_2" WIDTH="994" HEIGHT="475" next="ID:1432" /&gt; &lt;block id="1432" type="ogscript_setstyle" x="1186" y="1030" w="243" ID="Timer_2" STYLE="size:200" /&gt; &lt;block id="1172" type="if" x="1706" y="74" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="0" TRUE="ID:1173" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="475" y="148" w="243" SET="" /&gt; &lt;block id="1173" type="if" x="1678" y="252" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="1" TRUE="ID:1175" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="479" y="290" w="243" SET="" /&gt; &lt;block id="1175" type="if" x="1701" y="402" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="1" TRUE="ID:1231" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="493" y="404" w="243" SET="" /&gt; &lt;block id="1231" type="ogscript_reposition_percent" x="1611" y="694" w="243" ID="Timer_2" X="14" Y="2" CENTERX="false" CENTERY="false" next="ID:1206" /&gt; &lt;block id="1206" type="ogscript_setsize" x="1652" y="857" w="251" ID="Timer_2" WIDTH="994" HEIGHT="235" next="ID:1210" /&gt; &lt;block id="1210" type="ogscript_setstyle" x="1655" y="975" w="243" ID="Timer_2" STYLE="size:180" next="ID:1232" /&gt; &lt;block id="1232" type="ogscript_reposition_percent" x="1657" y="1071" w="243" ID="Timer_3" X="14" Y="51" CENTERX="false" CENTERY="false" next="ID:1208" /&gt; &lt;block id="1208" type="ogscript_setsize" x="1668" y="1242" w="251" ID="Timer_3" WIDTH="994" HEIGHT="235" next="ID:1209" /&gt; &lt;block id="1209" type="ogscript_setstyle" x="1683" y="1376" w="243" ID="Timer_3" STYLE="size:180" next="ID:1433" /&gt; &lt;block id="1433" type="ogscript_reveal" x="1710" y="1515" w="243" ID="Timer_3" next="ID:1439" /&gt; &lt;block id="1439" type="ogscript_reveal" x="1703" y="1622" w="243" ID="Full_Timer_BG" /&gt; &lt;block id="1184" type="if" x="1409" y="42" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="1" TRUE="ID:1186" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="475" y="148" w="243" SET="" /&gt; &lt;block id="1186" type="if" x="1439" y="270" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="1" TRUE="ID:1188" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="479" y="290" w="243" SET="" /&gt; &lt;block id="1188" type="if" x="1434" y="408" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="1" TRUE="ID:1118" FALSE="ID:1264" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="493" y="404" w="243" SET="" /&gt; &lt;block id="1118" type="ogscript_reposition_percent" x="1430" y="736" w="243" ID="Timer_1" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1119" /&gt; &lt;block id="1119" type="ogscript_setsize" x="1427" y="900" w="251" ID="Timer_1" WIDTH="994" HEIGHT="158" next="ID:1121" /&gt; &lt;block id="1121" type="ogscript_setstyle" x="1429" y="1006" w="243" ID="Timer_1" STYLE="size:150" next="ID:1189" /&gt; &lt;block id="1189" type="ogscript_reposition_percent" x="1430" y="1086" w="243" ID="Timer_2" X="14" Y="34" CENTERX="false" CENTERY="false" next="ID:1190" /&gt; &lt;block id="1190" type="ogscript_setsize" x="1432" y="1243" w="251" ID="Timer_2" WIDTH="994" HEIGHT="158" next="ID:1191" /&gt; &lt;block id="1191" type="ogscript_setstyle" x="1437" y="1354" w="243" ID="Timer_2" STYLE="size:150" next="ID:1192" /&gt; &lt;block id="1192" type="ogscript_reposition_percent" x="1395" y="1453" w="243" ID="Timer_3" X="14" Y="67" CENTERX="false" CENTERY="false" next="ID:1193" /&gt; &lt;block id="1193" type="ogscript_setsize" x="1190" y="1566" w="251" ID="Timer_3" WIDTH="994" HEIGHT="156" next="ID:1211" /&gt; &lt;block id="1211" type="ogscript_setstyle" x="991" y="1513" w="243" ID="Timer_3" STYLE="size:150" next="ID:1237" /&gt; &lt;block id="1237" type="ogscript_reveal" x="874" y="1385" w="243" ID="Full_Timer_BG" next="ID:1241" /&gt; &lt;block id="1241" type="ogscript_reveal" x="1134" y="1314" w="243" ID="Timer_2" next="ID:1265" /&gt; &lt;block id="1265" type="ogscript_reveal" x="1144" y="1460" w="243" ID="Timer_3" /&gt; &lt;block id="1264" type="ogscript_hide" x="1464" y="612" w="243" ID="Timer_3" /&gt; &lt;block id="1079" type="if" x="701" y="278" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="1" TRUE="ID:1116" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="475" y="148" w="243" SET="" /&gt; &lt;block id="1116" type="if" x="948" y="315" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="1" TRUE="ID:1124" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="479" y="290" w="243" SET="" /&gt; &lt;block id="1124" type="if" x="954" y="441" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="0" TRUE="ID:1222" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="493" y="404" w="243" SET="" /&gt; &lt;block id="1222" type="ogscript_reposition_percent" x="969" y="740" w="243" ID="Timer_1" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1223" /&gt; &lt;block id="1223" type="ogscript_setsize" x="962" y="909" w="251" ID="Timer_1" WIDTH="994" HEIGHT="235" next="ID:1224" /&gt; &lt;block id="1224" type="ogscript_setstyle" x="967" y="1023" w="243" ID="Timer_1" STYLE="size:180" next="ID:1225" /&gt; &lt;block id="1225" type="ogscript_reveal" x="960" y="1127" w="243" ID="Timer_2" next="ID:1226" /&gt; &lt;block id="1226" type="ogscript_reposition_percent" x="954" y="1211" w="243" ID="Timer_2" X="14" Y="51" CENTERX="false" CENTERY="false" next="ID:1227" /&gt; &lt;block id="1227" type="ogscript_setsize" x="1011" y="1440" w="251" ID="Timer_2" WIDTH="994" HEIGHT="235" next="ID:1228" /&gt; &lt;block id="1228" type="ogscript_setstyle" x="711" y="1500" w="243" ID="Timer_2" STYLE="size:180" next="ID:1233" /&gt; &lt;block id="1233" type="ogscript_reveal" x="716" y="1548" w="243" ID="Full_Timer_BG" /&gt; &lt;block id="1351" type="if" x="588" y="490" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="1" TRUE="ID:1352" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="475" y="148" w="243" SET="" /&gt; &lt;block id="1352" type="if" x="597" y="639" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="0" TRUE="ID:1354" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="479" y="290" w="243" SET="" /&gt; &lt;block id="1354" type="if" x="588" y="778" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="1" TRUE="ID:1355" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="493" y="404" w="243" SET="" /&gt; &lt;block id="1355" type="ogscript_reposition_percent" x="634" y="912" w="243" ID="Timer_3" X="14" Y="50" CENTERX="false" CENTERY="false" next="ID:1356" /&gt; &lt;block id="1356" type="ogscript_setsize" x="683" y="1092" w="251" ID="Timer_3" WIDTH="994" HEIGHT="235" next="ID:1357" /&gt; &lt;block id="1357" type="ogscript_setstyle" x="500" y="1264" w="243" ID="Timer_3" STYLE="size:180" next="ID:1358" /&gt; &lt;block id="1358" type="ogscript_reposition_percent" x="597" y="1540" w="243" ID="Timer_1" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1359" /&gt; &lt;block id="1359" type="ogscript_setsize" x="768" y="1371" w="251" ID="Timer_1" WIDTH="994" HEIGHT="235" next="ID:1360" /&gt; &lt;block id="1360" type="ogscript_setstyle" x="680" y="1459" w="243" ID="Timer_1" STYLE="size:180" next="ID:1361" /&gt; &lt;block id="1361" type="ogscript_hide" x="698" y="1198" w="243" ID="Timer_2" next="ID:1378" /&gt; &lt;block id="1378" type="ogscript_reveal" x="768" y="1305" w="243" ID="Timer_3" /&gt; &lt;block id="1375" type="if" x="68" y="52" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="1" TRUE="ID:1376" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="475" y="148" w="243" SET="" /&gt; &lt;block id="1376" type="if" x="257" y="243" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="0" TRUE="ID:1377" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="479" y="290" w="243" SET="" /&gt; &lt;block id="1377" type="if" x="15" y="313" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="0" TRUE="ID:1362" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="493" y="404" w="243" SET="" /&gt; &lt;block id="1362" type="ogscript_reposition_percent" x="546" y="828" w="243" ID="Timer_1" X="14" Y="1" CENTERX="false" CENTERY="false" next="ID:1370" /&gt; &lt;block id="1370" type="ogscript_setsize" x="522" y="1033" w="251" ID="Timer_1" WIDTH="994" HEIGHT="475" next="ID:1373" /&gt; &lt;block id="1373" type="ogscript_setstyle" x="435" y="1101" w="243" ID="Timer_1" STYLE="size:200" next="ID:1374" /&gt; &lt;block id="1374" type="ogscript_hide" x="379" y="1184" w="243" ID="Timer_3" /&gt; &lt;block id="1406" type="if" x="150" y="497" w="268" INPUT1="ID:1110" OPERATION="equals" INPUT2="0" TRUE="ID:1407" FALSE="" IGNORE="" /&gt; &lt;block id="1110" type="param__top&amp;amp;Timer_1_Full_Toggle (Timer_1_Full_Toggle)[0]" x="475" y="148" w="243" SET="" /&gt; &lt;block id="1407" type="if" x="229" y="610" w="268" INPUT1="ID:1115" OPERATION="equals" INPUT2="0" TRUE="ID:1408" FALSE="" IGNORE="" /&gt; &lt;block id="1115" type="param__top&amp;amp;Timer_2_Toggle (Timer_2_Toggle)[0]" x="479" y="290" w="243" SET="" /&gt; &lt;block id="1408" type="if" x="67" y="738" w="268" INPUT1="ID:1123" OPERATION="equals" INPUT2="0" TRUE="ID:1409" FALSE="" IGNORE="" /&gt; &lt;block id="1123" type="param__top&amp;amp;Timer_3_Toggle (Timer_3_Toggle)[0]" x="493" y="404" w="243" SET="" /&gt; &lt;block id="1409" type="ogscript_reposition_percent" x="153" y="943" w="243" ID="Timer_2" X="57" Y="38" CENTERX="false" CENTERY="false" next="ID:1410" /&gt; &lt;block id="1410" type="ogscript_setsize" x="147" y="1109" w="251" ID="Timer_2" WIDTH="461" HEIGHT="137" next="ID:1411" /&gt; &lt;block id="1411" type="ogscript_setstyle" x="142" y="1225" w="243" ID="Timer_2" STYLE="size:90" next="ID:1412" /&gt; &lt;block id="1412" type="ogscript_reposition_percent" x="154" y="1319" w="243" ID="Timer_1" X="57" Y="1" CENTERX="false" CENTERY="false" next="ID:1413" /&gt; &lt;block id="1413" type="ogscript_setsize" x="141" y="1480" w="251" ID="Timer_1" WIDTH="461" HEIGHT="167" next="ID:1415" /&gt; &lt;block id="1415" type="ogscript_setstyle" x="341" y="1249" w="243" ID="Timer_1" STYLE="size:90" next="ID:1416" /&gt; &lt;block id="1416" type="ogscript_reposition_percent" x="324" y="1325" w="243" ID="Timer_3" X="57" Y="71" CENTERX="false" CENTERY="false" next="ID:1417" /&gt; &lt;block id="1417" type="ogscript_setsize" x="317" y="1529" w="251" ID="Timer_3" WIDTH="461" HEIGHT="135" next="ID:1418" /&gt; &lt;block id="1418" type="ogscript_setstyle" x="431" y="1650" w="243" ID="Timer_3" STYLE="size:90" next="ID:1419" /&gt; &lt;block id="1419" type="ogscript_reveal" x="0" y="1550" w="243" ID="Timer_1" next="ID:1437" /&gt; &lt;block id="1437" type="ogscript_reveal" x="13" y="1627" w="243" ID="Timer_2" next="ID:1438" /&gt; &lt;block id="1438" type="ogscript_hide" x="242" y="1674" w="243" ID="Full_Timer_BG" /&gt; !!*/ /*!!&lt;checksum&gt;a7ca6287795ffef2e16674a47b9bb277&lt;/checksum&gt;!!*/</task> </param> <button buttontype="push" height="33" left="183" name="RESET" style="bdr#selectbg;bdr:round;size:Bigger;fg#selectbg;" top="442" width="121"> <task tasktype="timercontrol">ogscript.getTimerManager().getTimer('Timer_3').resetTimer();</task> </button> <button buttontype="push" height="23" left="1124" name="SET" style="bdr:round;bdr#red;size:Big;" top="364" width="80"/> <button buttontype="push" height="20" left="1139" name="Zero" style="font:bold;bdr:round;bdr#FFFFFF;" top="377" width="78"> <task tasktype="ogscript">/*! block id=1115 !*/ params.setValue('Timer_3_Start_Hour', 0, 0); /*! block id=1116 !*/ params.setValue('Timer_3_Start_Minutes', 0, 0); /*! block id=1117 !*/ params.setValue('Timer_3_Start_Seconds', 0, 0); /*!! &lt;block id="1115" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_3_Start_Hour (Timer_3_Start_Hour)]" PARAM_DATA="_top&amp;amp;Timer_3_Start_Hour[0]" VALUE="0" /&gt; &lt;block id="1116" type="param_setvalue" x="23" y="212" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_3_Start_Minutes (Timer_3_Start_Minutes)]" PARAM_DATA="_top&amp;amp;Timer_3_Start_Minutes[0]" VALUE="0" /&gt; &lt;block id="1117" type="param_setvalue" x="10" y="332" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_3_Start_Seconds (Timer_3_Start_Seconds)]" PARAM_DATA="_top&amp;amp;Timer_3_Start_Seconds[0]" VALUE="0" /&gt; !!*/ /*!!&lt;checksum&gt;02ea2282fe8ace660ed762be6218b173&lt;/checksum&gt;!!*/</task> </button> <param expand="true" height="29" left="174" oid="Timer_1_End_Start" style="style:toggleButton;font:bold;" top="139" widget="radio-vertical" width="151"> <task tasktype="ogscript">/*! block id=1120,1119,1122,1124,1121,1123 !*/ if (params.getValue('Timer_1_End_Start', 0) == 0) { ogscript.hide("Timer1_End_Abs"); ogscript.reveal("Timer_1_Start_Abs"); } else { ogscript.reveal("Timer1_End_Abs"); ogscript.hide("Timer_1_Start_Abs"); } /*!! &lt;block id="1120" type="if" x="472" y="322" w="268" INPUT1="ID:1119" OPERATION="equals" INPUT2="0" TRUE="ID:1122" FALSE="ID:1121" IGNORE="" /&gt; &lt;block id="1119" type="param__top&amp;amp;Timer_1_End_Start (Timer_1_End_Start)[0]" x="192" y="215" w="243" SET="" /&gt; &lt;block id="1122" type="ogscript_hide" x="423" y="593" w="243" ID="Timer1_End_Abs" next="ID:1124" /&gt; &lt;block id="1124" type="ogscript_reveal" x="450" y="741" w="243" ID="Timer_1_Start_Abs" /&gt; &lt;block id="1121" type="ogscript_reveal" x="661" y="553" w="243" ID="Timer1_End_Abs" next="ID:1123" /&gt; &lt;block id="1123" type="ogscript_hide" x="742" y="731" w="243" ID="Timer_1_Start_Abs" /&gt; !!*/ /*!!&lt;checksum&gt;93d2f0d697c75253f4175c01c144427b&lt;/checksum&gt;!!*/</task> </param> <abs height="158" id="Timer_1_Start_Abs" left="322" style="bg#readonlyborder;" top="13" virtualheight="158" virtualwidth="367" width="367"> <param expand="true" height="64" left="18" oid="Timer_1_Hour_Start_Time" style="size:Bigger;" top="36" width="93"> <task tasktype="ogscript">var timer = ogscript.getTimerManager().getTimer('CTimer 1'); if (timer.getCurrent() == 5000 &amp;amp;&amp;amp; params.getValue("toggle",0) == 1) { ogscript.debug("SOMETHING HAPPENED AT 5 SECONDS"); }</task> </param> <param expand="true" height="64" left="135" oid="Timer_1_Start_Time_Minutes" style="size:Bigger;" top="36" width="95"/> <param expand="true" height="64" left="253" oid="Timer_1_Start_Seconds" style="size:Bigger;" top="36" width="95"/> <button buttontype="push" height="40" id="Set_Timer_1_End" left="54" name="SET" style="bdr#red;bdr:round;size:Big;" top="112" width="97"> <task tasktype="ogscript">var timer = ogscript.getTimerManager().getTimer('Timer_1'); var hour = (params.getValue('Timer_1_Hour_Start_Time', 0)) * 3600000; var minutes = (params.getValue('Timer_1_Start_Time_Minutes', 0)) * 60000; var seconds = (params.getValue('Timer_1_Start_Seconds', 0)) * 1000; var total = hour + minutes + seconds; ogscript.debug(total); ogscript.getTimerManager().getTimer('Timer_1').setStart(total); ogscript.getTimerManager().getTimer('Timer_1').resetTimer();</task> </button> <button buttontype="push" height="32" left="208" name="Zero" style="font:bold;bdr:round;bdr#FFFFFF;" top="115" width="93"> <task tasktype="ogscript">/*! block id=1003 !*/ params.setValue('Timer_1_Start_Seconds', 0, 0); /*! block id=1004 !*/ params.setValue('Timer_1_Start_Time_Minutes', 0, 0); /*! block id=1005 !*/ params.setValue('Timer_1_Hour_Start_Time', 0, 0); /*!! &lt;block id="1003" type="param_setvalue" x="541" y="131" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_1_Start_Seconds (Timer_1_Start_Seconds)]" PARAM_DATA="_top&amp;amp;Timer_1_Start_Seconds[0]" VALUE="0" next="ID:1004" /&gt; &lt;block id="1004" type="param_setvalue" x="592" y="353" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_1_Start_Time_Minutes (Timer_1_Start_Time_Minutes)]" PARAM_DATA="_top&amp;amp;Timer_1_Start_Time_Minutes[0]" VALUE="0" next="ID:1005" /&gt; &lt;block id="1005" type="param_setvalue" x="622" y="592" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_1_Hour_Start_Time (Timer_1_Hour_Start_Time)]" PARAM_DATA="_top&amp;amp;Timer_1_Hour_Start_Time[0]" VALUE="0" /&gt; !!*/ /*!!&lt;checksum&gt;0e21d497b26bb4f8d087b41cc9498a05&lt;/checksum&gt;!!*/</task> </button> <label height="27" left="44" name="H" style="txt-align:center;size:Bigger;" top="6" width="32"/> <label height="25" left="162" name="M" style="txt-align:center;size:Bigger;" top="8" width="32"/> <label height="25" left="284" name="S" style="txt-align:center;size:Bigger;" top="8" width="32"/> </abs> <param expand="true" height="25" left="173" oid="Timer_2_Start_End" style="style:toggleButton;" top="308" widget="radio-vertical" width="150"> <task tasktype="ogscript">/*! block id=1131,1130,1132,1133 !*/ if (params.getValue('Timer_2_Start_End', 0) == 0) { ogscript.hide("Timer_2_Abs_End"); } else { ogscript.reveal("Timer_2_Abs_End"); } /*!! &lt;block id="1131" type="if" x="435" y="270" w="268" INPUT1="ID:1130" OPERATION="equals" INPUT2="0" TRUE="ID:1132" FALSE="ID:1133" IGNORE="" /&gt; &lt;block id="1130" type="param__top&amp;amp;Timer_2_Start_End (Timer_2_Start_End)[0]" x="117" y="230" w="243" SET="" /&gt; &lt;block id="1132" type="ogscript_hide" x="404" y="625" w="243" ID="Timer_2_Abs_End" /&gt; &lt;block id="1133" type="ogscript_reveal" x="739" y="595" w="243" ID="Timer_2_Abs_End" /&gt; !!*/ /*!!&lt;checksum&gt;35505502fa318d5c682decbdf5f1fa52&lt;/checksum&gt;!!*/</task> </param> <abs height="164" id="Timer_2_Start_Abs" left="322" style="bg#A0A0A0;" top="177" virtualheight="164" virtualwidth="368" width="368"> <param expand="true" height="64" left="18" oid="Timer_2_Start_Time_Hour" style="size:Bigger;" top="36" width="93"/> <param expand="true" height="64" left="140" oid="Timer_2_Start_Time_Minutes" style="size:Bigger;" top="36" width="93"/> <param expand="true" height="64" left="258" oid="Timer_2_Start_Time_Seconds" style="size:Bigger;" top="36" width="93"/> <button buttontype="push" height="32" left="211" name="Zero" style="font:bold;bdr#FFFFFF;bdr:round;" top="114" width="93"> <task tasktype="ogscript">/*! block id=1015 !*/ params.setValue('Timer_2_Start_Time_Hour', 0, 0); /*! block id=1016 !*/ params.setValue('Timer_2_Start_Time_Minutes', 0, 0); /*! block id=1017 !*/ params.setValue('Timer_2_Start_Time_Seconds', 0, 0); /*!! &lt;block id="1015" type="param_setvalue" x="10" y="100" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_2_Start_Time_Hour (Timer_2_Start_Time_Hour)]" PARAM_DATA="_top&amp;amp;Timer_2_Start_Time_Hour[0]" VALUE="0" next="ID:1016" /&gt; &lt;block id="1016" type="param_setvalue" x="10" y="216" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_2_Start_Time_Minutes (Timer_2_Start_Time_Minutes)]" PARAM_DATA="_top&amp;amp;Timer_2_Start_Time_Minutes[0]" VALUE="0" next="ID:1017" /&gt; &lt;block id="1017" type="param_setvalue" x="10" y="332" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_2_Start_Time_Seconds (Timer_2_Start_Time_Seconds)]" PARAM_DATA="_top&amp;amp;Timer_2_Start_Time_Seconds[0]" VALUE="0" /&gt; !!*/ /*!!&lt;checksum&gt;a97af4f28131335d18117a0706c6372a&lt;/checksum&gt;!!*/</task> </button> <button buttontype="push" height="40" left="55" name="SET" style="size:Big;bdr#red;bdr:round;" top="108" width="99"> <task tasktype="ogscript">var timer = ogscript.getTimerManager().getTimer('Timer_2'); var hour = (params.getValue('Timer_2_Start_Time_Hour', 0)) * 3600000; var minutes = (params.getValue('Timer_2_Start_Time_Minutes', 0)) * 60000; var seconds = (params.getValue('Timer_2_Start_Time_Seconds', 0)) * 1000; var total = hour + minutes + seconds; ogscript.debug(total); ogscript.getTimerManager().getTimer('Timer_2').setStart(total); ogscript.getTimerManager().getTimer('Timer_2').resetTimer();</task> </button> <label height="27" left="45" name="H" style="txt-align:center;size:Bigger;" top="0" width="33"/> <label height="25" left="166" name="M" style="txt-align:center;size:Bigger;" top="1" width="33"/> <label height="25" left="285" name="S" style="txt-align:center;size:Bigger;" top="3" width="33"/> </abs> <abs height="164" id="Timer_2_Abs_End" left="322" style="bg#B29978;" top="177" virtualheight="164" virtualwidth="368" width="368"> <param expand="true" height="64" left="18" oid="Timer_2_End_Time_Hours" style="size:Bigger;" top="36" width="93"/> <param expand="true" height="64" left="140" oid="Timer_2_End_Time_Minutes" style="size:Bigger;" top="36" width="93"/> <param expand="true" height="64" left="258" oid="Timer_2_End_Time_Seconds" style="size:Bigger;" top="36" width="93"/> <label height="27" left="45" name="H" style="txt-align:center;size:Bigger;" top="0" width="33"/> <label height="25" left="166" name="M" style="txt-align:center;size:Bigger;" top="1" width="33"/> <label height="25" left="288" name="S" style="txt-align:center;size:Bigger;" top="3" width="27"/> <button buttontype="push" height="40" left="55" name="SET" style="bdr#red;bdr:round;size:Big;" top="108" width="99"> <task tasktype="ogscript">var timer = ogscript.getTimerManager().getTimer('Timer_2'); var hour = (params.getValue('Timer_2_End_Time_Hours', 0)) * 3600000; var minutes = (params.getValue('Timer_2_End_Time_Minutes', 0)) * 60000; var seconds = (params.getValue('Timer_2_End_Time_Seconds', 0)) * 1000; var total = hour + minutes + seconds; ogscript.getTimerManager().getTimer('Timer_2').setStop(total); ogscript.getTimerManager().getTimer('Timer_2').resetTimer();</task> </button> <button buttontype="push" height="32" left="211" name="Zero" style="bdr#FFFFFF;bdr:round;font:bold;" top="114" width="93"> <task tasktype="ogscript">/*! block id=1012 !*/ params.setValue('Timer_2_End_Time_Hours', 0, 0); /*! block id=1013 !*/ params.setValue('Timer_2_End_Time_Minutes', 0, 0); /*! block id=1014 !*/ params.setValue('Timer_2_End_Time_Seconds', 0, 0); /*!! &lt;block id="1012" type="param_setvalue" x="441" y="182" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_2_End_Time_Hours (Timer_2_End_Time_Hours)]" PARAM_DATA="_top&amp;amp;Timer_2_End_Time_Hours[0]" VALUE="0" next="ID:1013" /&gt; &lt;block id="1013" type="param_setvalue" x="472" y="357" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_2_End_Time_Minutes (Timer_2_End_Time_Minutes)]" PARAM_DATA="_top&amp;amp;Timer_2_End_Time_Minutes[0]" VALUE="0" next="ID:1014" /&gt; &lt;block id="1014" type="param_setvalue" x="501" y="587" w="318" PARAM="[root, Params for PAVsnapshot_Ultritouchpane2l.grid, Not In Menu, Timer_2_End_Time_Seconds (Timer_2_End_Time_Seconds)]" PARAM_DATA="_top&amp;amp;Timer_2_End_Time_Seconds[0]" VALUE="0" /&gt; !!*/ /*!!&lt;checksum&gt;818ab9bdda4de2b0ffa2675fd91843f2&lt;/checksum&gt;!!*/</task> </button> </abs> <abs left="268" top="156"/> <abs height="96" left="310" top="375" virtualheight="96" virtualwidth="391" width="391"> <param expand="true" height="73" left="27" oid="Timer_3_End_Hour" style="size:Bigger;" top="10" width="77"/> <param expand="true" height="74" left="120" oid="Timer_3_End_Minutes" style="size:Bigger;" top="9" width="79"/> <button buttontype="push" height="46" left="289" name="SET" style="size:Big;bdr#red;bdr:round;" top="24" width="89"/> <param expand="true" height="77" left="217" oid="AM_PM" style="size:Big;" top="9" width="61"/> </abs> <label height="212" id="Full_Timer_BG" left="172" style="txt-align:west;bg#000000;" top="127" width="977"/> <param expand="true" height="147" id="Timer_1" left="691" oid="Timer_1_Param" style="style:timerLabel;size:85;bdr#green;bdr:line;bg#000000;" top="24" width="461"/> <param expand="true" height="147" id="Timer_2" left="691" oid="Timer_2" style="style:timerLabel;size:100;bdr#orange;bg#000000;fg#orange;" top="183" width="461"/> <param expand="true" height="137" id="Timer_3" left="691" oid="Timer_3_Display" style="style:timerLabel;size:100;fg#selectbg;bdr#selectbg;bg#000000;" top="342" width="461"/> </abs> <abs id="tab_11" name="Tab 11" virtualheight="483" virtualwidth="1214"> <button buttontype="push" height="75" left="628" top="379" width="105"/> <button buttontype="push" height="43" left="644" name="test" top="325" width="67"/> <label height="132" left="2" style="txt-align:west;bg-u:Sports%20&amp;%20Events%20Center%20Logo_Full%20Color2.png;bg#4F4F4F;bdr#1626B4;bdr:line;" top="1" width="143"/> <param expand="true" height="68" left="0" oid="Timervalue" style="style:timerLabel" top="207" width="148"/> <param expand="true" height="71" left="2" oid="Datevalue" style="size:Bigger;txt-align:center;font:bold;bg#323232;fg#FFFFFF;bdr#0038B7;bdr:line;" top="135" width="143"/> <button buttontype="push" height="98" left="13" name="Default" style="size:Big;bdr:round;bdr#ACA9C7;bg#2F4F80;" top="281" width="122"/> <label height="36" left="361" name="KIVA" style="txt-align:center;size:Bigger;" top="17" width="185"/> <label height="36" left="870" name="MIRA" style="txt-align:center;size:Bigger;" top="18" width="185"/> </abs> <abs id="tab_12" name="Tab 12" virtualheight="483" virtualwidth="1214"> <button buttontype="push" height="53" left="550" top="179" width="60"/> <button buttontype="push" height="43" left="632" name="test" top="180" width="67"/> <label height="132" left="2" style="txt-align:west;bg-u:Sports%20&amp;%20Events%20Center%20Logo_Full%20Color2.png;bg#4F4F4F;bdr#1626B4;bdr:line;" top="1" width="143"/> <param expand="true" height="68" left="0" oid="Timervalue" style="style:timerLabel" top="207" width="148"/> <param expand="true" height="71" left="2" oid="Datevalue" style="size:Bigger;txt-align:center;font:bold;bg#323232;fg#FFFFFF;bdr#0038B7;bdr:line;" top="135" width="143"/> <button buttontype="push" height="98" left="13" name="Default" style="size:Big;bdr:round;bdr#ACA9C7;bg#2F4F80;" top="281" width="122"/> <label height="42" left="841" name="Encoder" style="txt-align:center;" top="26" width="167"/> <label height="42" left="285" name="4K Scaler" style="txt-align:center;" top="19" width="167"/> <label height="42" left="279" name="HDMI Scalers" style="txt-align:center;" top="260" width="167"/> </abs> <abs id="tab_13" name="Tab 13" virtualheight="483" virtualwidth="1214"> <button buttontype="push" height="53" left="550" top="179" width="60"/> <button buttontype="push" height="43" left="632" name="test" top="180" width="67"/> <label height="132" left="2" style="txt-align:west;bg-u:file:/C:/Users/HCTV/Documents/Sports%20&amp;%20Events%20Center%20Logo_Full%20Color2.png;bg#4F4F4F;bdr#1626B4;bdr:line;" top="1" width="143"/> <param expand="true" height="68" left="0" oid="Timervalue" style="style:timerLabel" top="207" width="148"/> <param expand="true" height="71" left="2" oid="Datevalue" style="size:Bigger;txt-align:center;font:bold;bg#323232;fg#FFFFFF;bdr#0038B7;bdr:line;" top="135" width="143"/> <button buttontype="push" height="98" left="13" name="Default" style="size:Big;bdr:round;bdr#ACA9C7;bg#2F4F80;" top="281" width="122"/> </abs> <abs name="Tab 13" virtualheight="483" virtualwidth="1214"/> <table height="108" left="273" top="360" width="109"> <tr> <button buttontype="push" colspan="1" fill="both" height="25" name="COURT 10" pheight="241" pwidth="1214" rowspan="1" style="size:Big;bg#303030;bdr#FFFFFF;bdr:round;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" height="25" name="Wide" pheight="241" pwidth="1214" rowspan="1" style="size:Big;fg#000000;bg#706F6F;bdr#FFFFFF;bdr:round;" weightx="1.0" weighty="1.0"/> </tr> </table> <table height="108" left="273" top="360" width="109"> <tr> <button buttontype="push" colspan="1" fill="both" height="25" name="COURT 10" pheight="241" pwidth="1214" rowspan="1" style="size:Big;bg#303030;bdr#FFFFFF;bdr:round;" weightx="1.0" weighty="1.0"/> </tr> <tr> <button buttontype="push" colspan="1" fill="both" height="25" name="Wide" pheight="241" pwidth="1214" rowspan="1" style="size:Big;fg#000000;bg#706F6F;bdr#FFFFFF;bdr:round;" weightx="1.0" weighty="1.0"/> </tr> </table> </tab> <button bottom="5" buttontype="push" height="46" left="5" name="RESET" style="bdr#FF0808;bdr:thick;size:Big;bg#7C7C7C;fg#000000;" width="82"/> </abs>


    ------------------------------
    Michael Stoeckle
    ------------------------------


  • 2.  RE: Custom Dashboard Panel Devices not working only on Ultritouch

    Posted 09-06-2024 05:14

    Hi Michael, 

    The panel you've included looks okay from its connections point of view. I would like to question the connections to the Ultritouch. The UT must have its own device tree populated to establish connections on the devices created in the custom panel. Just the same as the Dashboard, if the tree hasn't any devices the custom panel cannot connect.

    To add the devices to the UT, navigate to "connected devices" on the Dashboard (PC) tree and "add" the devices that are required by the custom panel. NOTE the Panasonic Camera will need to be configured on the same port as the panel is configured for. 



    ------------------------------
    Richard Crutwell
    Ross Video UK
    ------------------------------



  • 3.  RE: Custom Dashboard Panel Devices not working only on Ultritouch

    Posted 09-06-2024 08:37

    Hi Richard, 

    Thanks much for looking at my panel and confirming that it should be working.  Yes.. all the devices are added on the Ultritouch.  I've attached some screen shots.  One thing is that I see that the node-id is not the same.  In Ultritouch it is giving the ipaddress/port and on Dashboard it is different and this might be the issue perhaps.  Regarding PTZs... I simply do not have the option of adding a PTZ on the Ultritouch like we should.  (support showed me a pic of their add device options and they had PTZ at the end).  This is what support ticket is currently investigating, but also there is clearly some other problems that need to get figured out.  Thanks for your help. 



    ------------------------------
    Michael Stoeckle
    ------------------------------