Version: 10.2.1c and 10.2.1c SP3 |
Responder Overview > Optional Functionality > Move Fault Upstream Respecting Downstream Phases |
When you move a fault upstream to a multiphase device, you can set the default action so that only the phases that are already open on the downstream device will default to be set as open on the upstream device. For example, if there is a fault on an A phase transformer, and the fault is moved upstream to an AB phase fuse, only the A phase will be set to open by default on the upstream fuse. If this option is not configured, then both the A and B phases are automatically set to open on the fuse. Note that, with or without this option configured, phasing can be manually changed on the confirmation dialog that shows the defaults mentioned above when moving the fault upstream. To respect downstream phasing when moving a fault upstream:
Do not edit XML files using a word processing program such as WordPad or Microsoft Word as it may corrupt your configuration file. |
Copy Code
|
|
---|---|
<appSettings> <add key="TelemetryService.Address" value="localhost:36745" /> <add key="TelemetryService.Enabled" value="false" /> |
Copy Code
|
|
---|---|
<add key="RespectDownstreamPhaseOnMoveUp" value="true" /> |