Software Patches

December 13, 2023

Features and Improvements

  • Case Information Displays: Added two new fields with areas to show fields for Injection Group Slack values. Inj Group Slack MW shows to the total injection from the injection group, and Inj Grp Slack Gen Max MW shows the sum of the Max MW for all generators in the injection group. When populating these values, only online gens and loads will be included and the option for enforcing AGC will be used.
  • Oneline Diagrams: Modified oneline diagrams so that when pressing Ctrl+G while the mouse cursor is hovering above a oneline diagram, then a string is copied to the Windows Clipboard of the format "Latitude, Longitude" with 7 decimal places for the coordinates.
  • Oneline Diagrams: When loading a KML file, users have encountered ill-formed KML files that have omitted commonly used namespaces. PowerWorld will now look for errors related to 3 commonly used namespace definitions and automatically include them when reading a KML file if those namespaces are used but not declared. These namespaces are as follows.
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:gx="http://www.google.com/kml/ext/2.2"
    xmlns:kml="http://www.opengis.net/kml/2.2"
  • Bug Fixes

    • Oneline Diagrams: Fixed bug inserting substation topologies from a oneline. The starting bus number supplied by the user was not being used. This has been fixed.