StruxureWare™ Power Monitoring Expert 8.0 Hierarchy Configuration Guide 7EN42-0
StruxureWare™ Power Monitoring Expert 8.0 Hierarchy Configuration Guide 7EN42-0108-00 05/2015 Safety information Important information Read these instructions carefully and look at the equipment to become familiar with the device before trying to install, operate, service or maintain it. The following special messages may appear throughout this bulletin or on the equipment to warn of potential hazards or to call attention to information that clarifies or simplifies a procedure. The addition of either symbol to a "Danger" or "Warning" safety label indicates that an electrical hazard exists which will result in personal injury if the instructions are not followed. This is the safety alert symbol. It is used to alert you to potential personal injury hazards. Obey all safety messages that follow this symbol to avoid possible injury or death. DANGER DANGER indicates a hazardous situation which, if not avoided, will result in death or serious injury. WARNING WARNING indicates a hazardous situation which, if not avoided, could result in death or serious injury. CAUTION CAUTION indicates a hazardous situation which, if not avoided, could result in minor or moderate injury. NOTICE NOTICE is used to address practices not related to physical injury. Please note Electrical equipment should be installed, operated, serviced and maintained only by qualified personnel. No responsibility is assumed by Schneider Electric for any consequences arising out of the use of this material. A qualified person is one who has skills and knowledge related to the construction, installation, and operation of electrical equipment and has received safety training to recognize and avoid the hazards involved. © 2015 Schneider Electric. All rights reserved. CONTROLLED DISTRIBUTION Page 3 of 40 Hierarchy Configuration Guide Safety information Safety precautions During installation or use of this software, pay attention to all safety messages that occur in the software and that are included in the documentation. The following safety messages apply to this software in its entirety. WARNING UNINTENDED EQUIPMENT OPERATION • Do not use the software for critical control or protection applications where human or equipment safety relies on the operation of the control action. • Do not use the software to control time-critical functions because communication delays can occur between the time a control is initiated and when that action is applied. • Do not use the software to control remote equipment without securing it with an authorized access level, and without including a status object to provide feedback about the status of the control operation. Failure to follow these instructions can result in death or serious injury. WARNING INACCURATE DATA RESULTS • Do not incorrectly configure the software, as this can lead to incorrect reports and/or data results. • Do not base your maintenance or service actions solely on messages and information displayed by the software. • Do not rely solely on software messages and reports to determine if the system is functioning correctly or meeting all applicable standards and requirements. • Consider the implications of unanticipated transmission delays or failures of communications links. Failure to follow these instructions can result in death, serious injury, or equipment damage. Page 4 of 40 CONTROLLED DISTRIBUTION © 2015 Schneider Electric. All rights reserved. Safety precautions Hierarchy Configuration Guide Contents Safety information 3 Safety precautions 4 Introduction 7 Hierarchy Configuration utility command and options 7 Populating a hierarchy 11 Before you begin 13 Saving a hierarchy configuration in a CSV file 14 Adding content to the configuration CSV file 15 Defining the main elements of the hierarchy 15 Associating devices to areas 16 Adding a virtual meter and associating devices 17 Adding your entries to Hierarchy Manager 19 Saving and restoring a hierarchy configuration 22 Saving the entire hierarchy configuration in an XML file 22 Restoring the entire hierarchy configuration from an XML file 23 Installing or saving a hierarchy template 24 Installing a hierarchy template 24 Saving a hierarchy template 25 Refreshing the hierarchy cache 26 Deleting hierarchy configuration content 27 Hierarchy template structure 28 The hierarchy template 28 The XML elements in the template file 29 Additional notes 34 © 2015 Schneider Electric. All rights reserved. CONTROLLED DISTRIBUTION Page 5 of 40 Hierarchy Configuration Guide Hierarchy Configuration Guide Page 6 of 40 CONTROLLED DISTRIBUTION © 2015 Schneider Electric. All rights reserved. Introduction The Hierarchy Configuration utility is intended for Application Engineers or advanced users working with hierarchies in StruxureWare™Power Monitoring Expert. The utility is a command-line executable that allows you to save, restore, or add hierarchy content. The primary purpose of the utility is to give you a way to add a large number of entries to a hierarchy rather than creating individual entries in Hierarchy Manager. This task consists of: l Saving a skeleton hierarchy configuration in a CSV file. l Editing the CSV file to associate the devices listed in the file to the nodes of the hier- archy. l Populating Hierarchy Manager with the updated contents of the hierarchy configuration CSV file. The utility also provides options for: l Saving or replacing a hierarchy configuration currently defined in Hierarchy Manager. l Installing or saving a hierarchy template. l Refreshing a configuration cache to ensure that all devices are included when you save a hierarchy configuration. l Deleting a hierarchy configuration prior to restoring a saved configuration. Throughout this document, references to "configuration" and "template" should be interpreted as follows: l configuration – the entries representing the node types, devices, and virtual meters that comprise the content of a hierarchy. l template – defines the node names, attributes, relationships, and views in Hierarchy Man- ager. Hierarchy Configuration utility command and options Run the Hierarchy Configuration utility command, HierarchyConfig.exe, from a Command Prompt. To open a Command Prompt window: 1. Use Windows Explorer to navigate to: ...\Program Files (x86)\Schneider Electric\Power Monitoring Expert\Applications on a 64- bit system, or, ...\Program Files\Schneider Electric\Power Monitoring Expert\Applications on a 32-bit system. 2. Click the bin folder and press Shift + Right-click and select Open command window here on the context menu. The command syntax is: HierarchyConfig.exe option <file path>\<file name>, where: Hierarchy Configuration Guide Introduction © 2015 Schneider Electric. All rights reserved. CONTROLLED DISTRIBUTION Page 7 of 40 Introduction Hierarchy Configuration Guide Page 8 of 40 CONTROLLED DISTRIBUTION © 2015 Schneider Electric. All rights reserved. l option: see "Command options" below. l <file path>: the location of the file that the command runs on. l <file name>: the name of the CSV or XML file, including the .csv or .xml file exten- sion, respectively. Command options Use the command as follows (type the command and press Enter): Running the command without options l To see a brief description of available command options: HierarchyConfig.exe Running the command using the config option l To create a skeleton configuration CSV file that you can use to define a hierarchy configuration: HierarchyConfig.exe export config <file path>\<file name>.csv Note that this process creates a header row in the CSV file with percentage, node type names, and virtual meter column headings. It also includes a list of the devices in the system that are not included in a hierarchy. This allows you to specify which devices you want to include in the hierarchy when you import the configuration. Optional: Including all devices Add the alldevices option at the end of the export config command to create a CSV file that lists all of the devices, whether or not they are included in a hierarchy. This option ensures that apportioned devices or devices that constitute a virtual meter are included in the file. To include all devices, type the following: HierarchyConfig.exe export config <file path>\<file name> alldevices Note that the CSV file created with the alldevices option is intended for reference purposes only and not for updating an existing hierarchy. l To add the contents of the updated skeleton configuration CSV file to Hierarchy Manager: HierarchyConfig.exe import config <file path>\<file name>.csv NOTICE LOSS OF DATA • Do not use the hierarchy configuration CSV file to incrementally update a hierarchy in Hierarchy Manager. • Use the Hierarchy Manager application to incrementally update an existing hierarchy. Failure to follow these instructions can result in the corruption of hierarchy data. Optional: Adding a timestamp to configuration entries You can also add a timestamp to the configuration entries. Adding year, month, and day information adds a start date to the imported references corresponding to the date entered. If no date information is provided, the start date of the hierarchy information is the system start date. To add a timestamp, type HierarchyConfig.exe import config <file path>\<file name> [yyyy/mm/dd] where [yyyy/mm/dd] is the year, month and day that the imported hierarchy references use as a start date. l To back up a complete representation of the hierarchy and all virtual meters in an XML file: HierarchyConfig.exe export config <file path>\<file name>.xml This creates a backup of the hierarchy before you modify the hierarchy entries in Hierarchy Manager. l To restore a hierarchy configuration from a backup configuration XML file: HierarchyConfig.exe import config <file path>\<file name>.xml NOTICE LOSS OF DATA • Do not use the hierarchy configuration XML file uploads/s1/ configuration-guide 1 .pdf
Documents similaires
-
23
-
0
-
0
Licence et utilisation
Gratuit pour un usage personnel Attribution requise- Détails
- Publié le Mar 29, 2021
- Catégorie Administration
- Langue French
- Taille du fichier 0.6409MB