Smart Grid Applications Overview > Responder Overview > Optional Configurations > Switch Orders > Disable Automatic Recalculation |
Version: 10.1 |
The Switching Order Editor provides an Affected tab that displays the estimated number of affected customers as operations are executed. The number customers impacted by unexecuted operations is displayed in the graph in blue. The step numbers in the graph are shaded with cross-hatching after they've been executed. This graph is updated each time the user edits the switching order ( e.g., adds an operation or device, removes and operation or device, executes an operation).
You can disable recalculation with each edit in the Switching Order Editor. In this case the user would have to use the Calculate button to recalculate the graph. Disabling recalculation may ensure optimum performance when working with large switching orders. To disable automatic recalculation you will need to set the AutoRefreshAffectGraph option in the web.config file.
This option has two valid values:
To set this option, follow the steps outlined below.
Copy Code <add key="Switching.AutoRefreshAffectGraph" value="true"/>