Skip to main content
v5.33
operator
manufacturer
Last updated on

Hierarchical DLM Case Studies

This section provides detailed case studies for Hierarchical Dynamic Load Management (HDLM), with multiple configuration examples of increasing complexity.

1. Multi-Level Parking Garage

1.1. Scenario

A parking garage has three levels, each with its own set of EV chargers. The entire garage shares a 500A power supply, which needs to be distributed evenly.

1.2. How Hierarchical DLM Helps

  • Balances power across all levels.
  • Prevents overloads by capping each level's power usage.

1.3. Configuration Example

Location in Config UIParameterValueSet onInfo
Load Management > Hierarchical Dynamic Load ManagementHierarchical DLM ModeEnabled (local MQTT broker)Main ControllerManages all levels.
Load Management > Hierarchical Dynamic Load ManagementEVSE Sub-Distribution Limit (L1/L2/L3) [A]200/200/200Level 1 Sub-MasterLimits power per level.
Load Management > Hierarchical Dynamic Load ManagementEVSE Sub-Distribution Limit (L1/L2/L3) [A]150/150/150Level 2 Sub-Master
Load Management > Hierarchical Dynamic Load ManagementEVSE Sub-Distribution Limit (L1/L2/L3) [A]150/150/150Level 3 Sub-Master
Load Management > Dynamic Load ManagementDynamic Load Management ModeDLM SlaveAll Charging StationsThese chargers follow the level's allocation.

2. Corporate Campus with Mixed-Use Buildings

2.1. Scenario

A corporate campus has multiple buildings with different power requirements:

  • Main office building with 30 employee chargers
  • Visitor center with 10 fast chargers
  • Fleet depot with 20 delivery van chargers The campus has a total power capacity of 800A, with building-specific sub-limits.

2.2. How Hierarchical DLM Helps

  • Manages power distribution across all buildings while respecting their individual limits
  • Prioritizes fast charging at the visitor center during business hours
  • Ensures fleet vehicles are fully charged by morning
  • Dynamically adjusts power allocation based on time of day and building usage patterns
  • Prevents campus-wide power overload while maximizing charging efficiency

2.3. Configuration Example

Location in Config UIParameterValueSet onInfo
Load Management > Hierarchical Dynamic Load ManagementHierarchical DLM ModeEnabled (local MQTT broker)Campus Main ControllerCentral coordinator for all buildings
Load Management > Hierarchical Dynamic Load ManagementEVSE Sub-Distribution Limit (L1/L2/L3) [A]300/300/300Office Building MasterHighest allocation for employee charging
Load Management > Hierarchical Dynamic Load ManagementEVSE Sub-Distribution Limit (L1/L2/L3) [A]250/250/250Visitor Center MasterDedicated capacity for fast charging
Load Management > Hierarchical Dynamic Load ManagementEVSE Sub-Distribution Limit (L1/L2/L3) [A]250/250/250Fleet Depot MasterEnsures overnight fleet charging
Load Management > Charging PrioritiesCharging Priority ModeTime-based priorityVisitor Center MasterMaximizes power during business hours
Load Management > Maximum Current SchedulerMaximum Current SchedulerOnFleet Depot MasterIncreases available current during overnight hours
Load Management > Dynamic Load ManagementDynamic Load Management ModeDLM SlaveAll Charging StationsStations follow their building master's allocation

3. Implementation Considerations

When implementing Hierarchical DLM solutions:

  • Plan your hierarchy carefully, considering both current needs and future expansion
  • Document the relationship between coordinators, masters, and slaves
  • Test communication between all levels of the hierarchy before full deployment
  • Consider network reliability and implement fallback mechanisms
  • Monitor the system's performance to ensure proper power distribution across all levels

For specific implementation guidance, consult our DLM Configuration Guide and Hierarchical DLM Guide.