Help Files:

Ramp Elbows

About

The Ramp Elbows chart compares the different ramp elbows for a group of units in the market. Clicking through on a unit takes the user through to the unit’s full “Dynamic Profile” chart.

Included Data

The data on this chart is as follows:

  • Capacity - The nameplate capacity of the unit - ie if at 100% availability.
  • Ramp Up (or Down) Elbow 3 - The MW level above which Ramp Up (or Down) rate 3 applies.
  • Ramp Up (or Down) Elbow 2 - The MW level above which Ramp Up (or Down) rate 2 applies.

Data Service

The Ramp Elbows data can be extracted from the API to get the Ramp Rate Elbows by unit within a grouping over a period of time. The parameters used as follows:

Code Required/Optional Description
chart Required rampelbows
startdatetime Required The start date time in format YYYYMMDDHHMMSS.
enddatetime Required The end date time in format YYYYMMDDHHMMSS.
filter Optional The group of units that are of interest e.g. filter=fuel&fuel=coal. This defaults to filter=fuel&fuel=all and is as in the browser URL when picking options in the chart normally.
rampupdown Optional Indicates whether to show data for ramp up (0) or ramp down (1). Defaults to rampupdown=0.
format Required The type of format. The value could be xml or csv . (See 'formats' action)

Example :

https://enbm.netareports.com/dataService?username=xxx&password=xxx&format=xml&action=data&chart=rampelbows&startdatetime=20190520000000&enddatetime=20190527000000&filter=fuel&fuel=coal&rampupdown=0