CIM Issues #7009
Updated by Becky Iverson 15 days ago
10/10/2024: Considering use of enumeration ScheduleKind if the name of the enumeration could be changed to remove the term "Schedule". Or make use of the existing FlowDirectionType which currently has "Forward" and "Reverse" to add in all enum values from ScheduleKind (generation, load, loadIncrease, loadDecrease, generationIncrease, generationDecrease). Possible to add additional enum values of production, consumption (duplicates of generation, load). No decision has been made to date. Karyn and Bhagyashree will propose an updated request.
2024/10/31: Notes:
Change ScheduleKind enumeration name to CommodityDirectionKind;
CommodityDirectionOptionsKind
- productionOnly
The commodity is allowed to flow into the grid only, for example a dedicated generation source
- consumptionOnly
The commodity is allowed to flow out of the grid only, for example a dedicated load
- combinedConsumptionProduction
The commodity may flow in either direction at any given time, for example an energy storage system or a load with embedded generation
Description for what types of commodity flows are allowed at a given point on the grid.
CommodityDirectionKind
- production
- consumption
- productionIncrease
- productionDecrease
- consumptionIncrease
- consumptionDecrease
Description for the current state of a commodity flow at a given point on the grid.
Note: Review existing descriptions for enum value in ScheduleKind.
11/7: Jan, Karyn, Bhagyashree - Plan to propose UML model updates using the above two distinct enumerations.