Project

General

Profile

CIM Issues #5827

Updated by Becky Iverson over 1 year ago

DistributedBid (A distribution connected resource's offer to supply energy or associated energy services    or a bid to consume energy or associated energy services) 
 
 DistributedBid.scheduleType: datatype enumeration ScheduleKind    (scheduleType documents two key features for a specific DER operating mode: (a) the energy flow convention for a positive number as either production or consumption of service and (b) the sense of how the bid/offer amount is used as either a target or setpoint or as a relative change to a defined level. ) 

 

 ScheduleKind enumeration ((ScheduleKind is an enumeration that documents two key features for a specific DER operating mode: (a) the energy flow convention for a positive number as either production or consumption of service and (b) the sense of how the bid/offer amount is used as either a target or setpoint or as a relative change to a defined level. ) 
 
 Enum values: 
 
 generation 
 
 The resource operates as a generation resource, where a positive amount corresponds to an injection of energy and/or grid support services to the grid.    The amount of energy is an absolute level understood to be a production setpoint.    Negative values are acceptable and represent an energy withdrawal setpoint.    For energy storage resources, a positive amount represents a setpoint in the discharging state. 
 
 load 
 
 The resource operates as a load resource, where a positive amount corresponds to a withdrawal of energy and/or support services from the grid.    The amount of energy is an absolute level understood to be a consumption setpoint.    Negative values are acceptable and represent an energy injection setpoint. For energy storage resources, a positive amount represents a setpoint in the charging state. 
 
 loadReduction 
 
 The resource operates as a curtailable load, where a positive amount corresponds to a relative load reduction.    The level is relative, generally as an downward offset to a reference level such as the current consumption or a calculated baseline consumption.    Negative values are acceptable and represent a load increase offset.    For energy storage resources, a positive amount represents a slower rate of charge, a state change from charging (or offline) to discharging, or a faster rate of discharge. 
 
 loadIncrease 
 
 The resource operates as a variable load, where a positive amount corresponds to a relative load increase.    The level is relative, generally as an upward offset to a reference level such as the current consumption or a calculated baseline consumption.    Negative values are acceptable and represent a load reduction offset.    For energy storage resources, a positive amount represents a faster rate of charge, a state change from discharging (or offline) to charge, or a slower rate of discharge. 

 

 Association DistributedBid 0..n -> 0..1 RegisteredDistributedResource

Back