Configuring Responder/Smart Grid
Remove Estimated Time of Restoration

Version: 10.1

Resource Center Home

If you don't want to see the Estimated Time of Restoration options in the Dashboard, you can remove them using the Web.config file installed here: C:\Inetpub\wwwroot\Responder.

  1. Open Web.config.
  2. Look for the following XML:
<add key="service.providerKeys"
value="customerStatus, crewStatus, incidentStatus, wiresDownStatus, regionAreaPath, affectedLoadPoints, incidentDevicePoints, hazardPoints, callStatus, outageMonetaryStatus, regionEtr, feederEtr"/>
  1. Remove the last two keys in the list: regionEtr and feederEtr.
  2. Look for the following XML:
<add key="dashboard.tabular.controlKeys"
value="customerStatus, incidentStatus, crewStatus, wiresDownStatus, callStatus, regionEtr, feederEtr"/>
<add key="dashboard.grid.controlKeys"
value="customerStatus, incidentStatus, crewStatus, wiresDownStatus, callStatus, outageMonetaryStatus, regionEtr"/>
<add key="mapRender.service.keys"
value="customersInterrupted, interruptionCount, wiresDown, activeCalls, regionEtr"/>
  1. Remove the regionEtr and feederEtr from each value attribute. The first has both regionEtr and feederEtr. The last two have only the regionEtr.
  2. Save and close Web.config.

 


Send Comment to documentation@schneider-electric.com