Facility Control

 View Only
  • 1.  Creating a custom panel from Solo softpanel

    Posted 11-08-2017 19:16
    We are running a Carbonite Solo panel with the MM frame. Looking at this video : https://youtu.be/dHyrDi9fVcE there is a softpanel of the Solo panel, and I guess this is with the all-in-one Carbonite Black Solo. Is it possible to get that softpanel on our setup in order to make a custom panel? And if so... how do I get it?


  • 2.  RE: Creating a custom panel from Solo softpanel

    Posted 11-09-2017 15:48
    Hi, this DashBoard softpanel is currently only available with the Carbonite Black Solo frame/all-in-one, and the Graphite production system. It is not possible to drag these controls into a DB custom panel. However, most of the functionality in the softpanel is reproducible on a custom panel using the existing DB controls on your product.
    #DashBoard


  • 3.  RE: Creating a custom panel from Solo softpanel

    Posted 11-14-2017 04:07
    Thanks... I am still tinkering through Custom Panel builder. Just looks so much easier on the YouTube videos LOL. Nothing behaves as it should and the lack of horisontal scrollbars makes it impossible for me to drag the controls I need from Viewcontrol.
    #DashBoard


  • 4.  RE: Creating a custom panel from Solo softpanel

    Posted 11-14-2017 18:45

    If you have multiple screens, you can open a second DashBoard window (Window->New Window) and drag from one to the other that way.

    If you don't, here is a way you can add scroll bars to ViewControl (by embedding the whole ViewControl screen into a CustomPanel with scrolling enabled):

    <abs contexttype="opengear" style="">
       <meta>
          <params>
             <param access="1" maxlength="0" name="Carbonite Node ID" oid="Carbonite_Node_ID" type="STRING" value="Carbonite 00:0F:9B:02:26:0D" widget="default"/>
          </params>
       </meta>
       <editor bottom="5" left="5" objectid="%value['Carbonite_Node_ID'][0]%&lt;br&gt;Slot 0&lt;br&gt;Carbonite:view_control" right="5" scroll="true" top="100" widgetroot="true"/>
       <label height="58" left="17" name="Node ID:" style="txt-align:east" top="22" width="163"/>
       <param expand="true" height="57" left="184" oid="Carbonite_Node_ID" top="22" width="343">
          <task tasktype="ogscript">ogscript.reload(null);</task>
       </param>
       <label height="95" left="532" name="&lt;html&gt;Right-click on the root node of Carbonite in the tree and select &quot;View Frame Information&quot;. Copy the value of &quot;node-id&quot; here with CTRL+C and CTRL+V&lt;/html&gt;" right="10" style="txt-align:west;" top="4"/>
    </abs>

    #DashBoard