Energy |
** NOTE: ADDED in CFX 1.3 **
Response to an external source inquiring data regarding energy consumption of the endpoint.{ "Result": { "Result": "Success", "ResultCode": 0, "Message": "OK" }, "StartTime": "2018-04-05T09:33:06.1358356-04:00", "EndTime": "2018-04-05T09:38:06.1358356-04:00", "EnergyUsed": 0.012, "PeakPower": 125.6, "MinimumPower": 120.3, "MeanPower": 124.6, "PowerNow": 121.1, "PowerFactorNow": 0.95, "PeakCurrent": 0.82, "MinimumCurrent": 0.00, "MeanCurrent": 0.68, "CurrentNow": 0.69, "PeakVoltage": 239.1, "MinimumVoltage": 231.6, "MeanVoltage": 232.9, "VoltageNow": 212.1, "PeakFrequency": 52, "MinimumFrequency": 50.5, "MeanFrequency": 50.6, “FrequencyNow": 50.6, "PeakPowerRYB": [ 125.6, 77.4, 10.2 ], "MinimumPowerRYB": [ 120.3, 68.5, 8.5 ], "MeanPowerRYB": [ 124.6, 70.2, 9.8 ], "PowerNowRYB": [ 121.1, 68.9, 10.1 ], "PowerFactorNowRYB": [ 0.95, 0.92, 0.80 ], "PeakCurrentRYB": [ 0.82, 0.65, 0.33 ], "MinimumCurrentRYB": [ 0.00, 0.01, 0.32 ], "MeanCurrentRYB": [ 0.68, 0.58, 0.32 ], "CurrentNowRYB": [ 0.69, 0.57, 0.32 ], "PeakVoltageRYB": [ 420.1, 413.7, 404.6 ], "MinimumVoltageRYB": [ 393.6, 399.8, 397.4 ], "MeanVoltageRYB": [ 402.9, 400.1, 402.3 ], "VoltageNowRYB": [ 401.1, 401.5, 402.3 ], "ThreePhaseNeutralCurrentNow": 0.06 }
The EnergyConsumptionResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | EnergyConsumptionResponse | Initializes a new instance of the EnergyConsumptionResponse class. |
Name | Description | |
---|---|---|
![]() | CurrentNow | The instantaneous amount of current recorded at EndTime (in Ampere) |
![]() | CurrentNowRYB | The instantaneous amount of current recorded at EndTime on three phases (in Ampere) |
![]() | EndTime | The end time of the sample period. Coincides with the time when request was received. |
![]() | EnergyUsed | The total amount of energy consumed during the sample period (in kilowatt-hours) |
![]() | FrequencyNow | The instantaneous frequency value recorded at EndTime (in Hertz) |
![]() | MeanCurrent | The average amount of current consumed during the sample period (in Ampere) |
![]() | MeanCurrentRYB | The average amount of current consumed during the sample period on three phases (in Ampere) |
![]() | MeanFrequency | The average frequency value recorded during the sample period (in Hertz) |
![]() | MeanPower | The average amount of power consumed during the sample period (in watts) |
![]() | MeanPowerRYB | The average amount of power consumed during the sample period on three phases (in watts) |
![]() | MeanVoltage | The average value of voltage measured during the sample period (in Volts DC or AC (RMS)) |
![]() | MeanVoltageRYB | The average value of voltage measured during the sample period on three phases (in Volts DC or AC (RMS)) |
![]() | MinimumCurrent | The minimum amount of current recorded during the sample period (in Ampere) |
![]() | MinimumCurrentRYB | The minimum amount of current recorded during the sample period on three phases (in Ampere) |
![]() | MinimumFrequency | The minimum frequency value recorded during the sample period (in Hertz) |
![]() | MinimumPower | The lowest amount of power recorded during the sample period (in watts) |
![]() | MinimumPowerRYB | The lowest amount of power recorded during the sample period on three phases (in watts) |
![]() | MinimumVoltage | The minimum amount of voltage recorded during the sample period (in Volts DC or AC (RMS)) |
![]() | MinimumVoltageRYB | The minimum amount of voltage recorded during the sample period on three phases (in Volts DC or AC (RMS)) |
![]() | PeakCurrent | The maximum amount of current recorded during the sample period (in Ampere) |
![]() | PeakCurrentRYB | The maximum amount of current recorded during the sample period on three phases (in Ampere) |
![]() | PeakFrequency | The maximum frequency value recorded during the sample period (in Hertz) |
![]() | PeakPower | The maximum amount of power recorded during the sample period (in watts) |
![]() | PeakPowerRYB | The maximum amount of power recorded during the sample period on three phases (in watts) |
![]() | PeakVoltage | The maximum amount of voltage recorded during the sample period (in Volts DC or AC (RMS)) |
![]() | PeakVoltageRYB | The maximum amount of voltage recorded during the sample period on three phases (in Volts DC or AC (RMS)) |
![]() | PowerFactorNow | Description (Coefficient number between 0.0 and 1.0 ) |
![]() | PowerFactorNowRYB | Description (Coefficient number between 0.0 and 1.0 ) |
![]() | PowerNow | The instantaneous amount of power recorded at EndTime (in watts) |
![]() | PowerNowRYB | The instantaneous amount of power recorded at EndTime on three phases (in watts) |
![]() | Result | The result of the request |
![]() | StartTime | The start time of the sample period. Start time is set as the start time of the immediately prior CFX.ResourcePerformance.EnergyConsumed message |
![]() | ThreePhaseNeutralCurrentNow | The instantanous amount of current on Neutral at EndTime (in Ampere) |
![]() | VoltageNow | The instantaneous value of voltage recorded at EndTime (in Volts DC or AC (RMS)) |
![]() | VoltageNowRYB | The instantaneous amount of voltage recorded at EndTime on three phases (in Volts DC or AC (RMS)) |