Click or drag to resize

EnergyConsumptionResponse Class

** 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 
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceEnergyConsumptionResponse

Namespace: CFX.ResourcePerformance
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public class EnergyConsumptionResponse : CFXMessage

The EnergyConsumptionResponse type exposes the following members.

Constructors
 NameDescription
Public methodEnergyConsumptionResponse Initializes a new instance of the EnergyConsumptionResponse class.
Top
Properties
 NameDescription
Public propertyCurrentNow The instantaneous amount of current recorded at EndTime (in Ampere)
Public propertyCurrentNowRYB The instantaneous amount of current recorded at EndTime on three phases (in Ampere)
Public propertyEndTime The end time of the sample period. Coincides with the time when request was received.
Public propertyEnergyUsed The total amount of energy consumed during the sample period (in kilowatt-hours)
Public propertyFrequencyNow The instantaneous frequency value recorded at EndTime (in Hertz)
Public propertyMeanCurrent The average amount of current consumed during the sample period (in Ampere)
Public propertyMeanCurrentRYB The average amount of current consumed during the sample period on three phases (in Ampere)
Public propertyMeanFrequency The average frequency value recorded during the sample period (in Hertz)
Public propertyMeanPower The average amount of power consumed during the sample period (in watts)
Public propertyMeanPowerRYB The average amount of power consumed during the sample period on three phases (in watts)
Public propertyMeanVoltage The average value of voltage measured during the sample period (in Volts DC or AC (RMS))
Public propertyMeanVoltageRYB The average value of voltage measured during the sample period on three phases (in Volts DC or AC (RMS))
Public propertyMinimumCurrent The minimum amount of current recorded during the sample period (in Ampere)
Public propertyMinimumCurrentRYB The minimum amount of current recorded during the sample period on three phases (in Ampere)
Public propertyMinimumFrequency The minimum frequency value recorded during the sample period (in Hertz)
Public propertyMinimumPower The lowest amount of power recorded during the sample period (in watts)
Public propertyMinimumPowerRYB The lowest amount of power recorded during the sample period on three phases (in watts)
Public propertyMinimumVoltage The minimum amount of voltage recorded during the sample period (in Volts DC or AC (RMS))
Public propertyMinimumVoltageRYB The minimum amount of voltage recorded during the sample period on three phases (in Volts DC or AC (RMS))
Public propertyPeakCurrent The maximum amount of current recorded during the sample period (in Ampere)
Public propertyPeakCurrentRYB The maximum amount of current recorded during the sample period on three phases (in Ampere)
Public propertyPeakFrequency The maximum frequency value recorded during the sample period (in Hertz)
Public propertyPeakPower The maximum amount of power recorded during the sample period (in watts)
Public propertyPeakPowerRYB The maximum amount of power recorded during the sample period on three phases (in watts)
Public propertyPeakVoltage The maximum amount of voltage recorded during the sample period (in Volts DC or AC (RMS))
Public propertyPeakVoltageRYB The maximum amount of voltage recorded during the sample period on three phases (in Volts DC or AC (RMS))
Public propertyPowerFactorNow Description (Coefficient number between 0.0 and 1.0 )
Public propertyPowerFactorNowRYB Description (Coefficient number between 0.0 and 1.0 )
Public propertyPowerNow The instantaneous amount of power recorded at EndTime (in watts)
Public propertyPowerNowRYB The instantaneous amount of power recorded at EndTime on three phases (in watts)
Public propertyResult The result of the request
Public propertyStartTime The start time of the sample period. Start time is set as the start time of the immediately prior CFX.ResourcePerformance.EnergyConsumed message
Public propertyThreePhaseNeutralCurrentNow The instantanous amount of current on Neutral at EndTime (in Ampere)
Public propertyVoltageNow The instantaneous value of voltage recorded at EndTime (in Volts DC or AC (RMS))
Public propertyVoltageNowRYB The instantaneous amount of voltage recorded at EndTime on three phases (in Volts DC or AC (RMS))
Top
See Also