Configuring Responder/Smart Grid
RegionParents.custom.layout File

Version: 10.1

Resource Center Home

This XML file contains the information necessary to enable two additional Select By Region tools. These tools allow you to select regions using the parent regions (or groups) established by assigning the RXREGIONPARENT1 and RXREGIONPARENT2 model names in the previous step.

This file is installed at this location: Program Files\Miner and Miner\Responder\Client\addons\Miner.Responder.Explorer\Disabled. To implement the Select By Parent Region tools, move the RegionParents.custom.layout file to the Miner.Responder.Explorer directory.

You do not need to modify the XML in the file if you wish to enable both Select By Region tools. If you wish to enable only one, comment out the line that implements the one you don't want.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="us-ascii"?>
<LayoutData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layoutFormat="1">
  <MainWindow>
    <CommandManager>
      <Commands>
        <Command key="RegionsSelectByParent1" type="Miner.Responder.Explorer.Commands.CommandButtonRegionsSelectByParent1, Miner.Responder.Explorer, Version=9.2.0.0, Culture=neutral, PublicKeyToken=196beceb052ed5dc"/>
        <Command key="RegionsSelectByParent2" type="Miner.Responder.Explorer.Commands.CommandButtonRegionsSelectByParent2, Miner.Responder.Explorer, Version=9.2.0.0, Culture=neutral, PublicKeyToken=196beceb052ed5dc"/>
      </Commands>
      <CommandBars>
        <CommandBar key="mainToolbar" type="Miner.Responder.Windows.CommandBarMainToolbar, Miner.Responder.Windows, Version=9.2.0.0, Culture=neutral, PublicKeyToken=196beceb052ed5dc">
          <CommandItems>
            <CommandItem key="RegionsSelectByParent1"/>
            <CommandItem key="RegionsSelectByParent2"/>
          </CommandItems>
        </CommandBar>
      </CommandBars>
    </CommandManager>
  </MainWindow>
</LayoutData>

Lines 6-7: Makes the tools available in Responder Explorer. If these lines are commented out, the tools will not be available in Responder Explorer.

Lines 12-13: Places the tools on the Responder Explorer toolbar. If these lines are commented out, the tools will still be available in the Customize menu in Responder Explorer.


Send Comment to documentation@schneider-electric.com