Configuring Responder/Smart Grid
Switch Order Approvals

Version: 10.1

Resource Center Home

Responder supports a work flow for approving switching orders before they are executed. This functionality is not available by default and must be configured to be visible. Once you perform the following configuration, the Approval tools will be visible in the Main menu in the Switch Order Editor. 

  1. Open Miner.Responder.DataServices.exe.config. By default, this file is installed here: C:\Program Files (x86)\Miner and Miner\Responder\Server.
  2. Look for the following XML.

    Copy Code
    <add key="useSwitchingOrderApprovals" value="false" />
    

  3. Set the useSwitchingOrderApprovals value to true.
  4. Save and close Miner.Responder.DataServices.exe.config.

If you have implemented the approval process, you can also modify the Scheduled Switching Orders window to display only the switching orders that have been approved. To do this, you will need to edit Miner.Responder.Explorer.exe.config on the client machine(s). 

  1. Open Miner.Responder.Explorer.exe.config. By default, this file is installed here: C:\Program Files (x86)\Miner and Miner\Responder\Client.
  2. Look for the following XML:
Copy Code
    <add key="SwitchOrdersSchedule.MustBeApproved" value="false"/>
  1. Set the SwitchOrdersSchedule.MustBeApproved value to True. If this value is true, only approved switching orders will be displayed. If the value is false, all switching orders are displayed in the Scheduled Switching Orders window. The default value is False.
  2. Save and close Miner.Responder.Explorer.exe.config.

 

Roles and Permissions

To take full advantage of the Approval functionality, you will also need to ensure that you have two types of users. You can create these users in the Responder web browser (Administration section) or modify existing roles to assign the necessary permissions.

Switch Order Editor: This type of user requires a role with the Switching Order Creator, Switching Order Editor, Switching Order Planner and Switching Order Executor permissions. Alternately, you can break this into multiple roles. For example, one to create and edit the switch orders, one to plan the start/end times, and another to execute. This type of user cannot open switching orders that have been submitted for approval. 

 

Approval Officer: This type of user has access to switching orders that have been submitted for approval. Only a user with the Switching Order Approver permission can open a switching order that has been submitted for approval. This prevents users without this permission from executing switching orders before the approval process is complete.

Executor/Approver: A user with the Switching Order Executor and Switching Order Approver roles assigned can execute or assign to an incident without going through the approval work flow. 

 

 

 


Send Comment to documentation@schneider-electric.com