Configuring Responder/Smart Grid
Switch Order Requests

Version: 10.1

Resource Center Home

The Responder web browser provides a Switch Order Requests section that allows the user to place a request for a switch order. If you would like to add specific devices to a Switching Order Request, you will need to view a map document. By default, this map document is not visible. This map document must be set up in order to be viewed in the Switch Order Requests tab, and the appropriate Model Names need to be assigned to the appropriate domain.

If you do not have ArcGIS/ArcFM Server installed, the Switch Order Request tool will not have the available page to view a map and select devices. The configuration described below will not work without ArcGIS/ArcFM Server and an active map service.

You can use the same map service as the Map Viewer tab or created a new one specifically for the Switch Order Requests section. Once you've decided which map service to use, follow the steps below to configure the Switch Order Requests section.

  1. Open the web.config file. Web.config is installed in: C:\Inetpub\wwwroot\Responder\Web.config.
  2. In Web.config, look for the <switchOrder.map.Service> tag. Scroll down to this set of tags:
Copy Code
<Configuration>
       <!--configuration section that handles layers-->
       <!--
         Valid layer types are:
           ArcGISDynamicMapServiceLayer
           ArcGISTiledMapServiceLayer
           ArcGISImageServiceLayer
           FeatureLayer
       -->
       <Layers Extent="2643073,251916,2644720,253183">

        <!--Mapservices that display in the map control-->
         <Layer MapServiceName="Electric" Url="http://WebServerName/ArcGIS/rest/services/MapServiceName/MapServer" Visible="True" Type="ArcGISDynamicMapServiceLayer" />
       </Layers>
  1. Set the Layers Extent to coordinate to default extent of your map service. The numbers correspond to: MINIMUMXCOORDINATE, MINIMUMYCOORDINATE, MAXIMUMXCOORDINATE, MAXIMUMYCOORDINATE.
  2. For the Layer MapServiceName tag, set a value for MapServiceName (such as Electric, Gas, or Water) and the Url for the location of the Map Service Layer.
    Replace WebServerName with the name of the hosting ArcFM Server machine with the port number appended (e.g. WebServerName:PortNumber) and replace MapServiceName in the Url with the name of the ArcFM Server map service.
  3. Save and close Web.config. You can also configure the Switch Order Request window with the following options:
  4. Restart your ArcGIS and ArcFM server map services after completing this configuration.
  5. Ensure your ArcGIS and ArcFM Server services are running.

     


Send Comment to documentation@schneider-electric.com