Smart Grid Applications Overview > Responder Overview > Optional Configurations > Affected Transformers |
Version: 10.1 |
This configuration allows you to track transformers experiencing outages and store these transformer features in a specific table in the geodatabase. A transformer is considered "affected" when an incident or switch order request occurs directly on the transformer or upstream from it. If the incident is upstream, the incident transformer must share a common phase with the downstream transformer before the downstream transformer is considered "affected."
When a transformer is impacted by an outage, Responder adds it to the RX_AFFECTED_XFRS table. If a transformer is impacted by a switch order request, Responder adds it to the RX_SW_OR_AFFECTED_XFRS table. When the incident is resolved (or switch order is completed) and power returned to the transformer, it is removed from the respective table. Records are also removed from the appropriate table (RX_AFFECTED_XFRS or RX_SW_OR_AFFECTED_XFRS) when an incident or switch order is cancelled.
This functionality is not enabled by default. To track transformers affected by incidents and switch order requests, perform the following configuration.
Copy Code
|
|
---|---|
<add key="TrackAffectedTransformers" value="false" /> |
History and Archive: Transformers affected by a switch order or an incident are added to the archive and history tables (RX_AFFECTED_XFRS_ARCHIVE and RX_AFFECTED_XFRS_HISTORY). However, transformers that are impacted only by a switch order request are not included in these tables.