Smart Grid Applications Overview > Responder Overview > Optional Configurations > Web Server > Switch Order Requests |
Version: 10.1 |
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.
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> |
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. |