×

Gas Flow v1.7

 

Version Info

  • Completely change the way that tabular data is handled internally.
  • Make logging level for the app sticky over app restarts.

Group 'Inputs'

Configure the inputs to the flow computer.

This is a configuration group that has 23 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Input TypeinputType1114121i32i0:Sensor0:Sensor; 1:Turbine; The type of input to the flow computer.
Poll MVS DirectlyenPollMvs1114126booliFalsemin:False;max:True;Select this option to poll a multivariable sensor (MVS) directly from the application instead of reading tags from the PLC. When this option is selected the units on the input tags must match the configured units in the MVS.
Differential Pressure Tag NamedpTag1114115stringdoubleidpminChars:2;maxChars:32; spaces:False; lettersNumbersOnly:True;258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The name of the tag that contains the value of the differential pressure
Static Pressure Tag NamespTag1114116stringdoubleispminChars:2;maxChars:32; spaces:False; lettersNumbersOnly:True;256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The name of the tag that contains the value of the static pressure.
Temperature Tag NametempTag1114117stringdoubleitempminChars:2;maxChars:32; spaces:False; lettersNumbersOnly:True;384:celsius;384:celsius; 385:fahrenheit; The name of the tag that contains the value of the flowing temperature. This is required when the Input Type is Sensor.
Differential Pressure CutoffdpLowFlowCutoff1114118doublei5min:-10.0;max:1000.0;258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; Flow will be set to zero when the differential pressure is less than this value.
Static Pressure Tap LocationspTapLocation1114119i32i0:Upstream0:Upstream; 1:Downstream; The location of the tap for the static pressure reading.
Turbine Tag NameturbineTag1114122stringui32iturbineCountsminChars:2;maxChars:32; spaces:False; lettersNumbersOnly:True;The name of the tag that contains the value of the turbine input. This is required when the Input Type is Turbine. The turbine tag must contain the raw counts from the turbine meter. This value must be a 32 bit unsigned integer that is constantly increasing until it rolls over.
Turbine K FactorturbineKFactor1114123doublei100min:0.0;max:1000000.0;1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The number of pulses per unit of volume of the turbine meter.
Turbine CutofftubrineLowFlowCutoff1114124i32i10min:1;max:1000;5:countsPerSecond;5:countsPerSecond; Flow will be set to zero when the measured counts in one second are less than this value.
Static Pressure TypespPressType1114125i32i0:Absolute0:Absolute; 1:Gauge; The measurement type for Static Pressure. Select 'Absolute' to use the pressure reading as-is. When 'Gauge' is selected the configured atmospheric pressure value is added to the pressure reading.
Atmospheric PressureatmosPressure1114120doublei101.3min:0.1;max:200.0;256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The value of atmospheric pressure.
MVS TypemvsType1114127i32i0:None0:None; 1:Rosemount 4088A; 2:Schneider 4102; 3:Rosemount 3095; The type of multivariable sensor.
MVS ProtocolmvsProtocol1114128i32i0:Modbus RTU0:Modbus RTU; 1:Modbus TCP; 2:Modbus RTU in TCP; The protocol used to communicate with the multivariable sensor.
MVS Station AddressmvsStAddr1114129i16i1min:1;max:254;The Modbus station address of the multivariable sensor.
MVS TCP Host NamemvsTcpHost1114130stringi192.168.0.17minChars:2;maxChars:64; spaces:False; lettersNumbersOnly:True;The IP address or host name of the multivariable sensor.
MVS TCP PortmvsTcpPort1114131ui16i502min:1;max:65535;The port on the MVS to connect to.
MVS Serial Port NamemvsSerialPort1114132stringi/dev/ttyS0minChars:2;maxChars:32; spaces:False; lettersNumbersOnly:False;The name of the serial port to use to communicate with the MVS. When multiple gas flow applications share the same serial port the multivariable sensors will be polled sequentially. Having many sensors on a single serial port will affect the update rate of all sensors on that port.
MVS Baud RatemvsBaudRate1114133i32i2:Baud 96000:Baud 2400; 1:Baud 4800; 2:Baud 9600; 3:Baud 19200; 4:Baud 38400; 5:Baud 57600; 6:Baud 115200; The baud rate for the serial port used to communicate with the MVS. When multiple gas flow applications share the same serial port the baud rate must be set to the same value in all applications.
MVS Serial Port ParitymvsParity1114136i32i0:No Parity0:No Parity; 1:Even Parity; 2:Odd Parity; The parity setting for the serial port used to communicate with the MVS. When multiple gas flow applications share the same serial port the parity setting must be set to the same value in all applications.
MVS Serial Port Stop BitsmvsStopBits1114137i32i0:One Stop Bit0:One Stop Bit; 1:Two Stop Bits; The number of stop bits for the serial port used to communicate with the MVS. When multiple gas flow applications share the same serial port the stop bits setting must be set to the same value in all applications.
MVS Float Register OrderingmvsFltRegOrd1114134i32i0:High Bytes Low Register0:High Bytes Low Register; 1:High Bytes High Register; Modbus does not specify a register ordering for 32 bit values. Select the register ordering for 32 bit floating point values. Choose 'High Bytes Low Register' when the higher order 16 bits are in the first register. Choose 'High Bytes High Register' when the higher order 16 bits are in the second register
MVS Int32 Register OrderingmvsI32tRegOrd1114135i32i0:High Bytes Low Register0:High Bytes Low Register; 1:High Bytes High Register; Modbus does not specify a register ordering for 32 bit values. Select the register ordering for 32 bit signed and unsigned integer values. Choose 'High Bytes Low Register' when the higher order 16 bits are in the first register. Choose 'High Bytes High Register' when the higher order 16 bits are in the second register

Group 'Contract'

Configure contract settings for the flow computer.

This is a configuration group that has 5 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Contract HourcontractHour1179648i16i8min:0;max:23;The hour of the day at which the daily accumulations will be reset. This is in local time where local time is determined from the value of 'Contract Hour UTC Offset'.
Contract Hour UTC OffsetcontractHourOffset1179654i16i0min:-12;max:12;The different between local time and universal coordinated time (UTC).
Wet Gas FractionwetGasFactor1179649doublei1min:0.0;max:10.0;The adjustment to the calculated mass when there is water in the gas. The calculated mass flow rate will be multiplied by this value, which will also affect the corrected volume, uncorrected volume, and energy calculations.
Base TemperaturebaseTemp1179651doublei15min:-200.0;max:400.0;384:celsius;384:celsius; 385:fahrenheit; The reference temperature to which flow values are corrected.
Base PressurebasePressure1179652doublei101.3min:0.1;max:200.0;256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The reference pressure to which flow values are corrected.

Group 'Compressibility'

Configure the compressibility calculation.

This is a configuration group that has 21 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
MethanefractionMethane1245184doublei1min:0.0;max:1.0;The fraction of methane.
NitrogenfractionNitrogen1245185doubleimin:0.0;max:1.0;The fraction of nitrogen.
Carbon DioxidefractionCarbonDi1245186doubleimin:0.0;max:1.0;The fraction of carbon dioxide.
EthanefractionEthane1245187doubleimin:0.0;max:1.0;The fraction of ethane.
PropanefractionPropane1245188doubleimin:0.0;max:1.0;The fraction of propane.
i-ButanefractionIbutane1245194doubleimin:0.0;max:1.0;The fraction of i-Butane.
n-ButanefractionNbutane1245195doubleimin:0.0;max:1.0;The fraction of n-Butane.
i-PentanefractionIpentane1245196doubleimin:0.0;max:1.0;The fraction of i-Pentane.
n-PentanefractionNpentane1245197doubleimin:0.0;max:1.0;The fraction of n-Pentane.
n-HexanefractionNhexane1245198doubleimin:0.0;max:1.0;The fraction of n-Hexane.
n-HeptanefractionNheptane1245199doubleimin:0.0;max:1.0;The fraction of n-Heptane.
n-OctanefractionNoctane1245200doubleimin:0.0;max:1.0;The fraction of n-Octane.
n-NonanefractionNnonane1245201doubleimin:0.0;max:1.0;The fraction of n-Nonane.
n-DecanefractionNdecane1245202doubleimin:0.0;max:1.0;The fraction of n-Decane.
HydrogenfractionHydrogen1245191doubleimin:0.0;max:1.0;The fraction of hydrogen.
OxygenfractionOxygen1245193doubleimin:0.0;max:1.0;The fraction of oxygen.
Carbon MonoxidefractionCarbonMo1245192doubleimin:0.0;max:1.0;The fraction of carbon monoxide.
WaterfractionWater1245189doubleimin:0.0;max:1.0;The fraction of water.
Hydrogen SulfidefractionH2s1245190doubleimin:0.0;max:1.0;The fraction of hydrogen sulfide.
HeliumfractionHelium1245203doubleimin:0.0;max:1.0;The fraction of helium.
ArgonfractionArgon1245204doubleimin:0.0;max:1.0;The fraction of argon.

Group 'Flow Calculation'

Configure the flow algorithm.

This is a configuration group that has 12 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Operation ModeopMode1310731i32i0:Continuous0:Continuous; 1:Batch; The operation mode for this flow run. When 'Batch' is selected use the 'Batch Control Mode' parameter to start and stop measurement.
Flow AlgorithmflowCalcAlgo1310720i32i0:AGA-3 (1992)0:AGA-3 (1992); 1:AGA-3 (2013); 2:AGA-7; The algorithm used by the flow computer.
Compressibility AlgorithmcompressCalcAlgo1310732i32i0:AGA-8 19940:AGA-8 1994; 1:AGA-8 2017 Part 1; 2:AGA-8 2017 Part 2 (GERG 2008); The type of calculation for compressibility. All options support detailed gas compositions only. Gross methods are not supported.
Orifice MaterialorificeMaterial1310721i32i0:Stainless Steel 304 or 3160:Stainless Steel 304 or 316; 1:Monel; 2:Carbon Steel; 3:Stainless Steel 304; 4:Stainless Steel 316; The type of material that the orifice plate is made of.
Orifice Reference TemperatureorificeRefTemp1310722doublei15min:-200.0;max:400.0;384:celsius;384:celsius; 385:fahrenheit; The temperature at which the diameter of the orifice was measured.
Orifice DiameterorificeDiameter1310723doublei2min:0.1;max:1000.0;768:cm;768:cm; 769:mm; 772:inch; The diameter of the orifice.
Pipe MaterialpipeMaterial1310724i32i0:Stainless Steel 304 or 3160:Stainless Steel 304 or 316; 1:Monel; 2:Carbon Steel; 3:Stainless Steel 304; 4:Stainless Steel 316; The type of material that the pipe is made of.
Pipe Reference TemperaturepipeRefTemp1310725doublei15min:-200.0;max:400.0;384:celsius;384:celsius; 385:fahrenheit; The temperature at which the diameter of the pipe was measured.
Pipe DiameterpipeDiameter1310726doublei5min:0.1;max:1000.0;768:cm;768:cm; 769:mm; 772:inch; The diameter of the pipe.
Isentropic ExponentisentropicExponent1310727doublei1.3min:1.0;max:2.0;A thermodynamic property of gas used to predict the relationships between pressure, temperature, volume and energy.
Viscosityviscosity1310728doubleimin:0.0;max:1.0;3:centipoise;3:centipoise; The viscosity of the measured gas.
AGA-7 M Factoraga7MFactor1310730doublei1min:0.0;max:1000.0;The adjustment to the number of pulses per unit of volume for the turbine meter compared to an ideal meter. The number of pulses actually measured is multiplied by this number. A value of 1 has no effect.

Group 'Input Alarms'

Configure alarms for input values

This is a configuration group that has 25 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Enable MVS AlarmsenMvsAlarms1441816booliFalsemin:False;max:True;Whether to read alarms directly from the multivariable sensor. When enabled, alarms that are set in the multivariable sensor will be logged. Limits and other configuration must be set correctly in the sensor.
Enable DP AlarmsenableDpAlarms1441792booliFalsemin:False;max:True;Whether to enable alarms for differential pressure.
DP Alarm DelaydpAlarmDelay1441807i32i10min:0;max:60;640:seconds;640:seconds; The delay between the value of the differential pressure crossing an alarm limit and the alarm going active or inactive.
DP Low Low Alarm ValuedpLoLoAlarmVal1441793doublei5min:-5.0;max:100000.0;258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; A low low alarm will be generated when the differential pressure value is less than this value.
DP Low Alarm ValuedpLoAlarmVal1441794doublei20min:-5.0;max:100000.0;258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; A low alarm will be generated when the differential pressure value is less than this value.
DP High Alarm ValuedpHiAlarmVal1441795doublei80min:-5.0;max:100000.0;258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; A high alarm will be generated when the differential pressure value is greater than this value.
DP High High Alarm ValuedpHiHiAlarmVal1441796doublei95min:-5.0;max:100000.0;258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; A high high alarm will be generated when the differential pressure value is greater than this value.
Enable SP AlarmsenableSpAlarms1441797booliFalsemin:False;max:True;Whether to enable alarms for static pressure.
SP Alarm DelayspAlarmDelay1441808i32i10min:0;max:60;640:seconds;640:seconds; The delay between the value of the static pressure crossing an alarm limit and the alarm going active or inactive.
SP Low Low Alarm ValuespLoLoAlarmVal1441798doublei5min:-5.0;max:100000.0;256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; A low low alarm will be generated when the static pressure value is less than this value.
SP Low Alarm ValuespLoAlarmVal1441799doublei20min:-5.0;max:100000.0;256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; A low alarm will be generated when the static pressure value is less than this value.
SP High Alarm ValuespHiAlarmVal1441800doublei80min:-5.0;max:100000.0;256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; A high alarm will be generated when the static pressure value is greater than this value.
SP High High Alarm ValuespHiHiAlarmVal1441801doublei95min:-5.0;max:100000.0;256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; A high high alarm will be generated when the static pressure value is greater than this value.
Enable Temperature AlarmsenableTempAlarms1441802booliFalsemin:False;max:True;Whether to enable alarms for the flowing temperature.
Temp Alarm DelaytempAlarmDelay1441809i32i10min:0;max:60;640:seconds;640:seconds; The delay between the value of the temperature crossing an alarm limit and the alarm going active or inactive.
Temp Low Low Alarm ValuetempLoLoAlarmVal1441803doublei-20min:-60.0;max:1000.0;384:celsius;384:celsius; 385:fahrenheit; A low low alarm will be generated when the flowing temperature value is less than this value.
Temp Low Alarm ValuetempLoAlarmVal1441804doubleimin:-60.0;max:1000.0;384:celsius;384:celsius; 385:fahrenheit; A low alarm will be generated when the flowing temperature value is less than this value.
Temp High Alarm ValuetempHiAlarmVal1441805doublei100min:-60.0;max:1000.0;384:celsius;384:celsius; 385:fahrenheit; A high alarm will be generated when the flowing temperature value is greater than this value.
Temp High High Alarm ValuetempHiHiAlarmVal1441806doublei150min:-60.0;max:1000.0;384:celsius;384:celsius; 385:fahrenheit; A high high alarm will be generated when the flowing temperature value is greater than this value.
Enable Turbine AlarmsenableTbAlarms1441810booliFalsemin:False;max:True;Whether to enable alarms on the turbine pressure input.
Turbine Alarm DelaytbAlarmDelay1441811i32i10min:0;max:60;640:seconds;640:seconds; The delay between the value of the turbine input crossing an alarm limit and the alarm going active or inactive.
Turbine Low Low Alarm ValuetbLoLoAlarmVal1441812i32i100min:0;max:100000;A low low alarm will be generated when the turbine counts are less than this value.
Turbine Low Alarm ValuetbLoAlarmVal1441813i32i1000min:0;max:100000;A low alarm will be generated when the turbine counts are less than this value.
Turbine High Alarm ValuetbHiAlarmVal1441814i32i50000min:0;max:100000;A high alarm will be generated when the turbine counts are greater than this value.
Turbine High High Alarm ValuetbHiHiAlarmVal1441815i32i75000min:0;max:100000;A high high alarm will be generated when the turbine counts are greater than this value.

Group 'Control'

Control the application

This is a control group that has 9 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Freeze InputsfreezeInputs8388608boolioFalsemin:False;max:True;Whether to freeze the inputs to the flow calculation. When enabled, the inputs to the flow calculation will not be live values but will be fixed at the last known value before the command the issued. For turbine meters, the pulse rate will be frozen at the actual rate for the last minute.
Batch ControlbatchControl8388609i32io0:Stop Batch0:Stop Batch; 1:Purge; 2:Start Batch; Control the flow calculation when the 'Operation Mode' is 'Batch'. Select 'Stop Batch' to stop the flow calculation. Select "Purge" to calculate flow and accumulate volume, but to not generate history. Select 'Start Batch' to calculate flow, accumulate volume and generate history.
End Contract DayendContractDy8388610boolioFalsemin:False;max:True;End the current contract day and start a new contract day. Has no effect when the 'Operation Mode' is not 'Continuous'.
Day User ID PresetdayUserIdPreset8388611i32io0min:0;max:2147483647;Set the value of the 'Day User Id' field in flow history records. The value of the user ID set to this value when 'Set Day User ID' is set and is then incremented automatically for each contract day.
Set Day User IDsetDayUserId8388612boolioFalsemin:False;max:True;Set this to push the value from the 'Day User ID Preset' into the flow computer. This parameter will be cleared automatically by the flow computer once processed.
Batch User ID PresetbatchUserIdPreset8388613i32io0min:0;max:2147483647;Set the value of the 'Batch User Id' field in flow history records. The value of the user ID set to this value when 'Set Batch User ID' is set and is then incremented automatically for each batch.
Set Batch User IDsetBatchUserId8388614boolioFalsemin:False;max:True;Set this to push the value from the 'Batch User ID Preset' into the flow computer. This parameter will be cleared automatically by the flow computer once processed.
Asset ID PresetassetIdPreset8388615i32io0min:0;max:2147483647;Set the value of the 'Asset Id' field in flow history records. The value of the asset ID set to this value when 'Set Asset ID' is set. Unlike day and batch IDs, which are meant to be unique to each contract day and batch, the asset ID is used to tie flow history records together for a specific asset. For example, the asset ID can be used to refer to a specific well or tank.
Set Asset IDsetAssetId8388616boolioFalsemin:False;max:True;Set this to push the value from the 'Asset ID Preset' into the flow computer. This parameter will be cleared automatically by the flow computer once processed.

Group 'Configuration Group Status'

Parameters in this group indicate the status of the associated configuration group.

This is a status group that has 5 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Inputs Group Configuration InvalidinputsGrpInVld5373952booloIndicates whether the pending configuration of the Inputs group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration.
Contract Group Configuration InvalidcontractGrpInVld5373953booloIndicates whether the pending configuration of the Contract group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration.
Compressibility Group Configuration InvalidcompressGrpInVld5373954booloIndicates whether the pending configuration of the Compressibility group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration.
Flow Calculation Group Configuration InvalidflowCalcGrpInVld5373955booloIndicates whether the pending configuration of the Flow Calculation group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration.
Input Alarms Configuration InvalidinAlarmGrpInVld5373957booloIndicates whether the pending configuration of the Input Alarms group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration.

Group 'Flow Status'

Outputs from the flow computer.

This is a status group that has 13 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Inputs FrozeninputsFrozen5439488booloWhether the inputs are frozen. When frozen, the inputs will not change and hold whatever value they had when the 'Freeze Inputs' command was issued.
Inputs InvalidinputsInvalid5439529booloThe input values to the flow computer are not valid. This usually occurs because tag values cannot be read from the controller, but can also happen for other reasons, like a negative pressure value. See the app's diagnostic log for more details.
Zero FlowzeroFlow5439489booloSet when there is zero flow. This can happen because an input is below the cutoff value or the input values are invalid.
AGA-8 Failedaga8Failed5439539booloThe AGA-8 calculation failed to converge. Output values cannot be calculated when this occurs and are invalid.
Instantaneous Base DensityinstDensityBase5439526doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The calculated density at the configured base conditions.
Instantaneous Flowing DensityinstDensityFlow5439530doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The calculated density at flowing conditions.
Corrected Volume Flow RateinstVolRateBase5439508doubleo512:e3m3_day;512:e3m3_day; 513:m3_hr; 514:m3_s; 515:ft3_hr; 516:mmcf_day; 517:mcf_hr; 518:mcf_day; 519:mmcf_hr; The instantaneous volumetric flow rate corrected to the configured base conditions.
Uncorrected Volume Flow RateinstVolRateFlow5439511doubleo512:e3m3_day;512:e3m3_day; 513:m3_hr; 514:m3_s; 515:ft3_hr; 516:mmcf_day; 517:mcf_hr; 518:mcf_day; 519:mmcf_hr; The instantaneous volumetric flow rate at flowing conditions.
Instantaneous Mass Flow RateinstMassRate5439509doubleo896:kg_s;896:kg_s; 897:kg_hr; 898:lbm_day; 899:lbm_hr; The instantaneous mass flow rate.
Instantaneous Energy Flow RateinstEnrgyRate5439510doubleo1024:GJ_day;1024:GJ_day; 1025:MJ_hr; 1026:MJ_s; 1027:Watts; 1028:BTU_hr; 1029:MMBTU_day; 1030:MMBTU_hr; 1031:MBTU_hr; The instantaneous energy flow rate.
Day User IDdayUserId5439540i32oThe value of the user ID for the current contract day. This value is incremented automatically for each new contract day.
Asset IDassetId5439541i32oThe current value of the asset ID that will be inserted into flow history records. Use the 'Asset ID Preset' and 'Set Asset ID' control parameters to set this value.
Next Batch User IDnextBatchUserId5439542i32oThis will be the value of the 'Batch User ID' parameter when the next batch is started.

Group 'MVS Polling Status'

Status information for when a multivariable sensor is polled directly from the app instead of through the PLC.

This is a status group that has 17 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
MVS ConnectedmvsConnected6029312booloWhether the multivariable sensor is connected. When a serial connection is used, whether the serial port can be opened and whether the multivariable sensor can successfully be polled. When a TCP connection is used, whether a connection can be made and whether the multivariable sensor can successfully be polled.
MVS Differential Pressure StatusmvsDpStatus6029323i32o0:None0:None; 1:Good; 2:Bad; The status of the differential pressure value from the multivariable sensor.
MVS Differential PressuremvsDpValue6029326doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The raw value of the differential pressure as read directly from the multivariable sensor
MVS Static Pressure StatusmvsSpStatus6029324i32o0:None0:None; 1:Good; 2:Bad; The status of the static pressure value from the multivariable sensor.
MVS Static PressuremvsSpValue6029327doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The raw value of the static pressure as read directly from the multivariable sensor
MVS Temperature StatusmvsTempStatus6029325i32o0:None0:None; 1:Good; 2:Bad; The status of the process temperature value from the multivariable sensor.
MVS TemperaturemvsTempValue6029328doubleo384:celsius;384:celsius; 385:fahrenheit; The raw value of the temperature as read directly from the multivariable sensor
Poll Time MinimumpollTimeMin6029313doubleo641:milliseconds;641:milliseconds; The minimum multivariable sensor polling time for just this application. This value is reset every hour.
Poll Time MaximumpollTimeMax6029314doubleo641:milliseconds;641:milliseconds; The maximum multivariable sensor polling time for just this application. This value is reset every hour.
Poll Time AveragepollTimeAvg6029315doubleo641:milliseconds;641:milliseconds; The average multivariable sensor polling time for just this application. This value is reset every hour.
Poll Time Minimum All AppspollTimeAllAppsMin6029316doubleo641:milliseconds;641:milliseconds; The minimum multivariable sensor polling time for all applications that share a serial port. This value is reset every hour.
Poll Time Maximum All AppspollTimeAllAppsMax6029317doubleo641:milliseconds;641:milliseconds; The maximum multivariable sensor polling time for all applications that share a serial port. This value is reset every hour.
Poll Time Average All AppspollTimeAllAppsAvg6029318doubleo641:milliseconds;641:milliseconds; The average multivariable sensor polling time for all applications that share a serial port. This value is reset every hour.
Total MVS Polls TodaytotalPollsTdy6029319i32oThe total number of MVS polls attempted today. This value is reset at midnight local time.
Good MVS Polls TodaygoodPollsTdy6029320i32oThe total number of successful MVS polls today. This value is reset at midnight local time.
Failed MVS Polls TodayfailPollsTdy6029321i32oThe total number of failed MVS polls today. This value is reset at midnight local time.
Polling SuspendedpollingSuspended6029322booloWhether polling of the multivariable sensor has been suspended. Polling is suspended when inputs are frozen.

Group 'Flow Status - Minute'

Flow status for the current minute

This is a status group that has 12 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Flow Time Current MinutemnFlowTime5832704doubleo640:seconds;640:seconds; The flow time in the current minute.
Minute Start TimemnStartTs5832705ui32o4:unixSeconds;4:unixSeconds; The UTC time at the start of the current minute.
Current Minute Avg TempmnTempAvg5832706doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature for the current minute using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Current Minute Avg SpmnSpAvg5832707doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure for the current minute using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Current Minute Avg DpmnDpAvg5832708doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure for the current minute using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Current Minute Pulse CountmnCounts5832709ui32oThe accumulated pulses for the current minute using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Current Minute Avg Base DensitymnDensBaseAvg5832710doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density for the current minute using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Current Minute Avg Flowing DensitymnDensFlowAvg5832711doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density for the current minute using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Corrected Volume Current MinutemnVolBase5832712doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated corrected volume in the current minute.
Uncorrected Volume Current MinutemnVolFlow5832713doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated uncorrected volume in the current minute.
Mass Current MinutemnMass5832714doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; Accumulated mass in the current minute.
Energy Current MinutemnEnergy5832715doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; Accumulated energy in the current minute.

Group 'Flow Status - Hour'

Flow status for the current hour

This is a status group that has 12 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Flow Time Current HourhrFlowTime5898240doubleo640:seconds;640:seconds; The flow time in the current hour.
Hour Start TimehrStartTs5898241ui32o4:unixSeconds;4:unixSeconds; The UTC time at the start of the current hour.
Current Hour Avg TemphrTempAvg5898242doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature for the current hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Current Hour Avg SphrSpAvg5898243doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure for the current hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow
Current Hour Avg DphrDpAvg5898244doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure for the current hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Current Hour Pulse CounthrCounts5898245ui32oThe accumulated pulses for the current hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Current Hour Avg Base DensityhrDensBaseAvg5898246doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density for the current hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Current Hour Avg Flowing DensityhrDensFlowAvg5898247doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density for the current hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Corrected Volume Current HourhrVolBase5898248doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated volume in the current hour corrected to the configured base conditions.
Uncorrected Volume Current HourhrVolFlow5898249doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated uncorrected volume in the current hour.
Mass Current HourhrMass5898250doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; Accumulated mass in the current hour.
Energy Current HourhrEnergy5898251doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; Accumulated energy in the current hour.

Group 'Flow Status - Day'

Flow status for the current Day

This is a status group that has 12 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Flow Time Current DaydyFlowTime5963776doubleo640:seconds;640:seconds; The flow time in the current contract day.
Day Start TimedyStartTs5963777ui32o4:unixSeconds;4:unixSeconds; The UTC time at the start of the current contract day.
Current Day Avg TempdyTempAvg5963778doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature for the current day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Current Day Avg SpdySpAvg5963779doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure for the current day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Current Day Avg DpdyDpAvg5963780doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure for the current day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Current Day Pulse CountdyCounts5963781ui32oThe accumulated pulses for the current day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Current Day Avg Base DensitydyDensBaseAvg5963782doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density for the current day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Current Day Avg Flowing DensitydyDensFlowAvg5963783doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density for the current day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Corrected Volume Current DaydyVolBase5963784doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated volume in the current contract day corrected to the configured base conditions.
Uncorrected Volume Current DaydyVolFlow5963785doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated uncorrected volume in the current day.
Mass Current DaydyMass5963786doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; Accumulated mass in the current day.
Energy Current DaydyEnergy5963787doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; Accumulated energy in the current day.

Group 'Input Alarm Status'

Input Alarm Status.

This is a status group that has 5 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Alarm ActivealarmActive5505027booloAn active high value that indicates whether any alarm is active.
DP Alarm StatusdpAlarmStatus5505024i32o0:Disabled0:Disabled; 1:Normal; 2:Low Low; 3:Low; 4:High; 5:High High; The status of the alarm on the differential pressure input.
SP Alarm StatusspAlarmStatus5505025i32o0:Disabled0:Disabled; 1:Normal; 2:Low Low; 3:Low; 4:High; 5:High High; The status of the alarm on the static pressure input.
Temperature Alarm StatustempAlarmStatus5505026i32o0:Disabled0:Disabled; 1:Normal; 2:Low Low; 3:Low; 4:High; 5:High High; The status of the alarm on the flowing temperature input.
Turbine Alarm StatustbAlarmStatus5505028i32o0:Disabled0:Disabled; 1:Normal; 2:Low Low; 3:Low; 4:High; 5:High High; The status of the alarm on the turbine input.

Group 'Hourly History'

Hourly history records. Ordered from the newest records to the oldest records.

This is a status group that has 425 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Hour Start Timestamp 01hrHisStartTs_0015638244ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour End Timestamp 01hrHisEndTs_0015638245ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Flow Time 01hrHisFlowTime_0015638246doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Temperature 01hrHisTempAvg_0015638247doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Static Pressure 01hrHisSpAvg_0015638248doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Differential Pressure 01hrHisDpAvg_0015638249doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Pulse Count 01hrHisCounts_0015638250ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 01hrHisDensBaseAvg_0015638251doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 01hrHisDensFlowAvg_0015638252doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 01hrHisVolBase_0015638253doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 01hrHisVolFlow_0015638254doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 02hrHisStartTs_0025638344ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 01hrHisMass_0015638255doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 02hrHisEndTs_0025638345ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 01hrHisEnergy_0015638256doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 02hrHisFlowTime_0025638346doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 01hrhisEventCount_0015638257i32oThe number of events in the hour.
Hour Temperature 02hrHisTempAvg_0025638347doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 01hrHisAlarmCount_0015638258i32oThe number of alarms in the hour.
Hour Static Pressure 02hrHisSpAvg_0025638348doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 01hrHisDayUserId_0015638259i32oThe value of the user ID for the contract day.
Hour Differential Pressure 02hrHisDpAvg_0025638349doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 01hrHisAssetId_0015638260i32oThe asset ID for this hour.
Hour Pulse Count 02hrHisCounts_0025638350ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 02hrHisDensBaseAvg_0025638351doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 02hrHisDensFlowAvg_0025638352doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 02hrHisVolBase_0025638353doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 02hrHisVolFlow_0025638354doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 03hrHisStartTs_0035638444ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 02hrHisMass_0025638355doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 03hrHisEndTs_0035638445ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 02hrHisEnergy_0025638356doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 03hrHisFlowTime_0035638446doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 02hrhisEventCount_0025638357i32oThe number of events in the hour.
Hour Temperature 03hrHisTempAvg_0035638447doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 02hrHisAlarmCount_0025638358i32oThe number of alarms in the hour.
Hour Static Pressure 03hrHisSpAvg_0035638448doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 02hrHisDayUserId_0025638359i32oThe value of the user ID for the contract day.
Hour Differential Pressure 03hrHisDpAvg_0035638449doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 02hrHisAssetId_0025638360i32oThe asset ID for this hour.
Hour Pulse Count 03hrHisCounts_0035638450ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 03hrHisDensBaseAvg_0035638451doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 03hrHisDensFlowAvg_0035638452doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 03hrHisVolBase_0035638453doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 03hrHisVolFlow_0035638454doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 04hrHisStartTs_0045638544ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 03hrHisMass_0035638455doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 04hrHisEndTs_0045638545ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 03hrHisEnergy_0035638456doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 04hrHisFlowTime_0045638546doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 03hrhisEventCount_0035638457i32oThe number of events in the hour.
Hour Temperature 04hrHisTempAvg_0045638547doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 03hrHisAlarmCount_0035638458i32oThe number of alarms in the hour.
Hour Static Pressure 04hrHisSpAvg_0045638548doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 03hrHisDayUserId_0035638459i32oThe value of the user ID for the contract day.
Hour Differential Pressure 04hrHisDpAvg_0045638549doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 03hrHisAssetId_0035638460i32oThe asset ID for this hour.
Hour Pulse Count 04hrHisCounts_0045638550ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 04hrHisDensBaseAvg_0045638551doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 04hrHisDensFlowAvg_0045638552doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 04hrHisVolBase_0045638553doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 04hrHisVolFlow_0045638554doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 05hrHisStartTs_0055638644ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 04hrHisMass_0045638555doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 05hrHisEndTs_0055638645ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 04hrHisEnergy_0045638556doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 05hrHisFlowTime_0055638646doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 04hrhisEventCount_0045638557i32oThe number of events in the hour.
Hour Temperature 05hrHisTempAvg_0055638647doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 04hrHisAlarmCount_0045638558i32oThe number of alarms in the hour.
Hour Static Pressure 05hrHisSpAvg_0055638648doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 04hrHisDayUserId_0045638559i32oThe value of the user ID for the contract day.
Hour Differential Pressure 05hrHisDpAvg_0055638649doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 04hrHisAssetId_0045638560i32oThe asset ID for this hour.
Hour Pulse Count 05hrHisCounts_0055638650ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 05hrHisDensBaseAvg_0055638651doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 05hrHisDensFlowAvg_0055638652doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 05hrHisVolBase_0055638653doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 05hrHisVolFlow_0055638654doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 06hrHisStartTs_0065638744ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 05hrHisMass_0055638655doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 06hrHisEndTs_0065638745ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 05hrHisEnergy_0055638656doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 06hrHisFlowTime_0065638746doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 05hrhisEventCount_0055638657i32oThe number of events in the hour.
Hour Temperature 06hrHisTempAvg_0065638747doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 05hrHisAlarmCount_0055638658i32oThe number of alarms in the hour.
Hour Static Pressure 06hrHisSpAvg_0065638748doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 05hrHisDayUserId_0055638659i32oThe value of the user ID for the contract day.
Hour Differential Pressure 06hrHisDpAvg_0065638749doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 05hrHisAssetId_0055638660i32oThe asset ID for this hour.
Hour Pulse Count 06hrHisCounts_0065638750ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 06hrHisDensBaseAvg_0065638751doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 06hrHisDensFlowAvg_0065638752doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 06hrHisVolBase_0065638753doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 06hrHisVolFlow_0065638754doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 07hrHisStartTs_0075638844ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 06hrHisMass_0065638755doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 07hrHisEndTs_0075638845ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 06hrHisEnergy_0065638756doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 07hrHisFlowTime_0075638846doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 06hrhisEventCount_0065638757i32oThe number of events in the hour.
Hour Temperature 07hrHisTempAvg_0075638847doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 06hrHisAlarmCount_0065638758i32oThe number of alarms in the hour.
Hour Static Pressure 07hrHisSpAvg_0075638848doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 06hrHisDayUserId_0065638759i32oThe value of the user ID for the contract day.
Hour Differential Pressure 07hrHisDpAvg_0075638849doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 06hrHisAssetId_0065638760i32oThe asset ID for this hour.
Hour Pulse Count 07hrHisCounts_0075638850ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 07hrHisDensBaseAvg_0075638851doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 07hrHisDensFlowAvg_0075638852doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 07hrHisVolBase_0075638853doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 07hrHisVolFlow_0075638854doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 08hrHisStartTs_0085638944ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 07hrHisMass_0075638855doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 08hrHisEndTs_0085638945ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 07hrHisEnergy_0075638856doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 08hrHisFlowTime_0085638946doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 07hrhisEventCount_0075638857i32oThe number of events in the hour.
Hour Temperature 08hrHisTempAvg_0085638947doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 07hrHisAlarmCount_0075638858i32oThe number of alarms in the hour.
Hour Static Pressure 08hrHisSpAvg_0085638948doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 07hrHisDayUserId_0075638859i32oThe value of the user ID for the contract day.
Hour Differential Pressure 08hrHisDpAvg_0085638949doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 07hrHisAssetId_0075638860i32oThe asset ID for this hour.
Hour Pulse Count 08hrHisCounts_0085638950ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 08hrHisDensBaseAvg_0085638951doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 08hrHisDensFlowAvg_0085638952doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 08hrHisVolBase_0085638953doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 08hrHisVolFlow_0085638954doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 09hrHisStartTs_0095639044ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 08hrHisMass_0085638955doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 09hrHisEndTs_0095639045ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 08hrHisEnergy_0085638956doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 09hrHisFlowTime_0095639046doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 08hrhisEventCount_0085638957i32oThe number of events in the hour.
Hour Temperature 09hrHisTempAvg_0095639047doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 08hrHisAlarmCount_0085638958i32oThe number of alarms in the hour.
Hour Static Pressure 09hrHisSpAvg_0095639048doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 08hrHisDayUserId_0085638959i32oThe value of the user ID for the contract day.
Hour Differential Pressure 09hrHisDpAvg_0095639049doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 08hrHisAssetId_0085638960i32oThe asset ID for this hour.
Hour Pulse Count 09hrHisCounts_0095639050ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 09hrHisDensBaseAvg_0095639051doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 09hrHisDensFlowAvg_0095639052doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 09hrHisVolBase_0095639053doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 09hrHisVolFlow_0095639054doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 10hrHisStartTs_0105639144ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 09hrHisMass_0095639055doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 10hrHisEndTs_0105639145ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 09hrHisEnergy_0095639056doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 10hrHisFlowTime_0105639146doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 09hrhisEventCount_0095639057i32oThe number of events in the hour.
Hour Temperature 10hrHisTempAvg_0105639147doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 09hrHisAlarmCount_0095639058i32oThe number of alarms in the hour.
Hour Static Pressure 10hrHisSpAvg_0105639148doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 09hrHisDayUserId_0095639059i32oThe value of the user ID for the contract day.
Hour Differential Pressure 10hrHisDpAvg_0105639149doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 09hrHisAssetId_0095639060i32oThe asset ID for this hour.
Hour Pulse Count 10hrHisCounts_0105639150ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 10hrHisDensBaseAvg_0105639151doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 10hrHisDensFlowAvg_0105639152doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 10hrHisVolBase_0105639153doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 10hrHisVolFlow_0105639154doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 11hrHisStartTs_0115639244ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 10hrHisMass_0105639155doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 11hrHisEndTs_0115639245ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 10hrHisEnergy_0105639156doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 11hrHisFlowTime_0115639246doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 10hrhisEventCount_0105639157i32oThe number of events in the hour.
Hour Temperature 11hrHisTempAvg_0115639247doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 10hrHisAlarmCount_0105639158i32oThe number of alarms in the hour.
Hour Static Pressure 11hrHisSpAvg_0115639248doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 10hrHisDayUserId_0105639159i32oThe value of the user ID for the contract day.
Hour Differential Pressure 11hrHisDpAvg_0115639249doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 10hrHisAssetId_0105639160i32oThe asset ID for this hour.
Hour Pulse Count 11hrHisCounts_0115639250ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 11hrHisDensBaseAvg_0115639251doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 11hrHisDensFlowAvg_0115639252doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 11hrHisVolBase_0115639253doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 11hrHisVolFlow_0115639254doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 12hrHisStartTs_0125639344ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 11hrHisMass_0115639255doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 12hrHisEndTs_0125639345ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 11hrHisEnergy_0115639256doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 12hrHisFlowTime_0125639346doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 11hrhisEventCount_0115639257i32oThe number of events in the hour.
Hour Temperature 12hrHisTempAvg_0125639347doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 11hrHisAlarmCount_0115639258i32oThe number of alarms in the hour.
Hour Static Pressure 12hrHisSpAvg_0125639348doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 11hrHisDayUserId_0115639259i32oThe value of the user ID for the contract day.
Hour Differential Pressure 12hrHisDpAvg_0125639349doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 11hrHisAssetId_0115639260i32oThe asset ID for this hour.
Hour Pulse Count 12hrHisCounts_0125639350ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 12hrHisDensBaseAvg_0125639351doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 12hrHisDensFlowAvg_0125639352doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 12hrHisVolBase_0125639353doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 12hrHisVolFlow_0125639354doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 13hrHisStartTs_0135639444ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 12hrHisMass_0125639355doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 13hrHisEndTs_0135639445ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 12hrHisEnergy_0125639356doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 13hrHisFlowTime_0135639446doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 12hrhisEventCount_0125639357i32oThe number of events in the hour.
Hour Temperature 13hrHisTempAvg_0135639447doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 12hrHisAlarmCount_0125639358i32oThe number of alarms in the hour.
Hour Static Pressure 13hrHisSpAvg_0135639448doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 12hrHisDayUserId_0125639359i32oThe value of the user ID for the contract day.
Hour Differential Pressure 13hrHisDpAvg_0135639449doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 12hrHisAssetId_0125639360i32oThe asset ID for this hour.
Hour Pulse Count 13hrHisCounts_0135639450ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 13hrHisDensBaseAvg_0135639451doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 13hrHisDensFlowAvg_0135639452doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 13hrHisVolBase_0135639453doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 13hrHisVolFlow_0135639454doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 14hrHisStartTs_0145639544ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 13hrHisMass_0135639455doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 14hrHisEndTs_0145639545ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 13hrHisEnergy_0135639456doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 14hrHisFlowTime_0145639546doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 13hrhisEventCount_0135639457i32oThe number of events in the hour.
Hour Temperature 14hrHisTempAvg_0145639547doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 13hrHisAlarmCount_0135639458i32oThe number of alarms in the hour.
Hour Static Pressure 14hrHisSpAvg_0145639548doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 13hrHisDayUserId_0135639459i32oThe value of the user ID for the contract day.
Hour Differential Pressure 14hrHisDpAvg_0145639549doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 13hrHisAssetId_0135639460i32oThe asset ID for this hour.
Hour Pulse Count 14hrHisCounts_0145639550ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 14hrHisDensBaseAvg_0145639551doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 14hrHisDensFlowAvg_0145639552doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 14hrHisVolBase_0145639553doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 14hrHisVolFlow_0145639554doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 15hrHisStartTs_0155639644ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 14hrHisMass_0145639555doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 15hrHisEndTs_0155639645ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 14hrHisEnergy_0145639556doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 15hrHisFlowTime_0155639646doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 14hrhisEventCount_0145639557i32oThe number of events in the hour.
Hour Temperature 15hrHisTempAvg_0155639647doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 14hrHisAlarmCount_0145639558i32oThe number of alarms in the hour.
Hour Static Pressure 15hrHisSpAvg_0155639648doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 14hrHisDayUserId_0145639559i32oThe value of the user ID for the contract day.
Hour Differential Pressure 15hrHisDpAvg_0155639649doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 14hrHisAssetId_0145639560i32oThe asset ID for this hour.
Hour Pulse Count 15hrHisCounts_0155639650ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 15hrHisDensBaseAvg_0155639651doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 15hrHisDensFlowAvg_0155639652doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 15hrHisVolBase_0155639653doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 15hrHisVolFlow_0155639654doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 16hrHisStartTs_0165639744ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 15hrHisMass_0155639655doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 16hrHisEndTs_0165639745ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 15hrHisEnergy_0155639656doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 16hrHisFlowTime_0165639746doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 15hrhisEventCount_0155639657i32oThe number of events in the hour.
Hour Temperature 16hrHisTempAvg_0165639747doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 15hrHisAlarmCount_0155639658i32oThe number of alarms in the hour.
Hour Static Pressure 16hrHisSpAvg_0165639748doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 15hrHisDayUserId_0155639659i32oThe value of the user ID for the contract day.
Hour Differential Pressure 16hrHisDpAvg_0165639749doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 15hrHisAssetId_0155639660i32oThe asset ID for this hour.
Hour Pulse Count 16hrHisCounts_0165639750ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 16hrHisDensBaseAvg_0165639751doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 16hrHisDensFlowAvg_0165639752doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 16hrHisVolBase_0165639753doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 16hrHisVolFlow_0165639754doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 17hrHisStartTs_0175639844ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 16hrHisMass_0165639755doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 17hrHisEndTs_0175639845ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 16hrHisEnergy_0165639756doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 17hrHisFlowTime_0175639846doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 16hrhisEventCount_0165639757i32oThe number of events in the hour.
Hour Temperature 17hrHisTempAvg_0175639847doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 16hrHisAlarmCount_0165639758i32oThe number of alarms in the hour.
Hour Static Pressure 17hrHisSpAvg_0175639848doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 16hrHisDayUserId_0165639759i32oThe value of the user ID for the contract day.
Hour Differential Pressure 17hrHisDpAvg_0175639849doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 16hrHisAssetId_0165639760i32oThe asset ID for this hour.
Hour Pulse Count 17hrHisCounts_0175639850ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 17hrHisDensBaseAvg_0175639851doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 17hrHisDensFlowAvg_0175639852doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 17hrHisVolBase_0175639853doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 17hrHisVolFlow_0175639854doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 18hrHisStartTs_0185639944ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 17hrHisMass_0175639855doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 18hrHisEndTs_0185639945ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 17hrHisEnergy_0175639856doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 18hrHisFlowTime_0185639946doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 17hrhisEventCount_0175639857i32oThe number of events in the hour.
Hour Temperature 18hrHisTempAvg_0185639947doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 17hrHisAlarmCount_0175639858i32oThe number of alarms in the hour.
Hour Static Pressure 18hrHisSpAvg_0185639948doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 17hrHisDayUserId_0175639859i32oThe value of the user ID for the contract day.
Hour Differential Pressure 18hrHisDpAvg_0185639949doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 17hrHisAssetId_0175639860i32oThe asset ID for this hour.
Hour Pulse Count 18hrHisCounts_0185639950ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 18hrHisDensBaseAvg_0185639951doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 18hrHisDensFlowAvg_0185639952doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 18hrHisVolBase_0185639953doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 18hrHisVolFlow_0185639954doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 19hrHisStartTs_0195640044ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 18hrHisMass_0185639955doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 19hrHisEndTs_0195640045ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 18hrHisEnergy_0185639956doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 19hrHisFlowTime_0195640046doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 18hrhisEventCount_0185639957i32oThe number of events in the hour.
Hour Temperature 19hrHisTempAvg_0195640047doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 18hrHisAlarmCount_0185639958i32oThe number of alarms in the hour.
Hour Static Pressure 19hrHisSpAvg_0195640048doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 18hrHisDayUserId_0185639959i32oThe value of the user ID for the contract day.
Hour Differential Pressure 19hrHisDpAvg_0195640049doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 18hrHisAssetId_0185639960i32oThe asset ID for this hour.
Hour Pulse Count 19hrHisCounts_0195640050ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 19hrHisDensBaseAvg_0195640051doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 19hrHisDensFlowAvg_0195640052doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 19hrHisVolBase_0195640053doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 19hrHisVolFlow_0195640054doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 20hrHisStartTs_0205640144ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 19hrHisMass_0195640055doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 20hrHisEndTs_0205640145ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 19hrHisEnergy_0195640056doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 20hrHisFlowTime_0205640146doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 19hrhisEventCount_0195640057i32oThe number of events in the hour.
Hour Temperature 20hrHisTempAvg_0205640147doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 19hrHisAlarmCount_0195640058i32oThe number of alarms in the hour.
Hour Static Pressure 20hrHisSpAvg_0205640148doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 19hrHisDayUserId_0195640059i32oThe value of the user ID for the contract day.
Hour Differential Pressure 20hrHisDpAvg_0205640149doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 19hrHisAssetId_0195640060i32oThe asset ID for this hour.
Hour Pulse Count 20hrHisCounts_0205640150ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 20hrHisDensBaseAvg_0205640151doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 20hrHisDensFlowAvg_0205640152doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 20hrHisVolBase_0205640153doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 20hrHisVolFlow_0205640154doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 21hrHisStartTs_0215640244ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 20hrHisMass_0205640155doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 21hrHisEndTs_0215640245ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 20hrHisEnergy_0205640156doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 21hrHisFlowTime_0215640246doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 20hrhisEventCount_0205640157i32oThe number of events in the hour.
Hour Temperature 21hrHisTempAvg_0215640247doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 20hrHisAlarmCount_0205640158i32oThe number of alarms in the hour.
Hour Static Pressure 21hrHisSpAvg_0215640248doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 20hrHisDayUserId_0205640159i32oThe value of the user ID for the contract day.
Hour Differential Pressure 21hrHisDpAvg_0215640249doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 20hrHisAssetId_0205640160i32oThe asset ID for this hour.
Hour Pulse Count 21hrHisCounts_0215640250ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 21hrHisDensBaseAvg_0215640251doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 21hrHisDensFlowAvg_0215640252doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 21hrHisVolBase_0215640253doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 21hrHisVolFlow_0215640254doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 22hrHisStartTs_0225640344ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 21hrHisMass_0215640255doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 22hrHisEndTs_0225640345ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 21hrHisEnergy_0215640256doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 22hrHisFlowTime_0225640346doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 21hrhisEventCount_0215640257i32oThe number of events in the hour.
Hour Temperature 22hrHisTempAvg_0225640347doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 21hrHisAlarmCount_0215640258i32oThe number of alarms in the hour.
Hour Static Pressure 22hrHisSpAvg_0225640348doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 21hrHisDayUserId_0215640259i32oThe value of the user ID for the contract day.
Hour Differential Pressure 22hrHisDpAvg_0225640349doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 21hrHisAssetId_0215640260i32oThe asset ID for this hour.
Hour Pulse Count 22hrHisCounts_0225640350ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 22hrHisDensBaseAvg_0225640351doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 22hrHisDensFlowAvg_0225640352doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 22hrHisVolBase_0225640353doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 22hrHisVolFlow_0225640354doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 23hrHisStartTs_0235640444ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 22hrHisMass_0225640355doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 23hrHisEndTs_0235640445ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 22hrHisEnergy_0225640356doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 23hrHisFlowTime_0235640446doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 22hrhisEventCount_0225640357i32oThe number of events in the hour.
Hour Temperature 23hrHisTempAvg_0235640447doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 22hrHisAlarmCount_0225640358i32oThe number of alarms in the hour.
Hour Static Pressure 23hrHisSpAvg_0235640448doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 22hrHisDayUserId_0225640359i32oThe value of the user ID for the contract day.
Hour Differential Pressure 23hrHisDpAvg_0235640449doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 22hrHisAssetId_0225640360i32oThe asset ID for this hour.
Hour Pulse Count 23hrHisCounts_0235640450ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 23hrHisDensBaseAvg_0235640451doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 23hrHisDensFlowAvg_0235640452doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 23hrHisVolBase_0235640453doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 23hrHisVolFlow_0235640454doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Start Timestamp 24hrHisStartTs_0245640544ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the hour.
Hour Mass 23hrHisMass_0235640455doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour End Timestamp 24hrHisEndTs_0245640545ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the hour.
Hour Energy 23hrHisEnergy_0235640456doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Flow Time 24hrHisFlowTime_0245640546doubleo640:seconds;640:seconds; 642:minutes; The flow time in the hour.
Hour Event Count 23hrhisEventCount_0235640457i32oThe number of events in the hour.
Hour Temperature 24hrHisTempAvg_0245640547doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Alarm Count 23hrHisAlarmCount_0235640458i32oThe number of alarms in the hour.
Hour Static Pressure 24hrHisSpAvg_0245640548doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Day User ID 23hrHisDayUserId_0235640459i32oThe value of the user ID for the contract day.
Hour Differential Pressure 24hrHisDpAvg_0245640549doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Hour Asset ID 23hrHisAssetId_0235640460i32oThe asset ID for this hour.
Hour Pulse Count 24hrHisCounts_0245640550ui32oThe accumulated pulses in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 24hrHisDensBaseAvg_0245640551doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 24hrHisDensFlowAvg_0245640552doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Corrected Volume 24hrHisVolBase_0245640553doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the hour.
Hour Uncorrected Volume 24hrHisVolFlow_0245640554doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the hour.
Hour Mass 24hrHisMass_0245640555doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated in the hour.
Hour Energy 24hrHisEnergy_0245640556doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the hour.
Hour Event Count 24hrhisEventCount_0245640557i32oThe number of events in the hour.
Hour Alarm Count 24hrHisAlarmCount_0245640558i32oThe number of alarms in the hour.
Hour Day User ID 24hrHisDayUserId_0245640559i32oThe value of the user ID for the contract day.
Hour Asset ID 24hrHisAssetId_0245640560i32oThe asset ID for this hour.

Group 'Daily History'

Daily history records. Ordered from the newest record to the oldest record.

This is a status group that has 561 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Day Start Timestamp 01dyHisStartTs_0015703780ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day End Timestamp 01dyHisEndTs_0015703781ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Flow Time 01dyHisFlowTime_0015703782doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Temperature 01dyHisTempAvg_0015703783doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Static Pressure 01dyHisSpAvg_0015703784doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Differential Pressure 01dyHisDpAvg_0015703785doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Pulse Count 01dyHisCounts_0015703786ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 01dyHisDensBaseAvg_0015703787doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 01dyHisDensFlowAvg_0015703788doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 01dyHisVolBase_0015703789doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 01dyHisVolFlow_0015703790doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 02dyHisStartTs_0025703880ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 01dyHisMass_0015703791doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 02dyHisEndTs_0025703881ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 01dyHisEnergy_0015703792doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 02dyHisFlowTime_0025703882doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 01dyHisEventCount_0015703793i32oThe number of events in the contract day.
Day Temperature 02dyHisTempAvg_0025703883doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 01dyHisAlarmCount_0015703794i32oThe number of alarms in the contract day.
Day Static Pressure 02dyHisSpAvg_0025703884doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 01dyHisDayUserId_0015703795i32oThe value of the user ID for the contract day.
Day Differential Pressure 02dyHisDpAvg_0025703885doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 01dyHisAssetId_0015703796i32oThe asset ID for this contract day.
Day Pulse Count 02dyHisCounts_0025703886ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 02dyHisDensBaseAvg_0025703887doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 02dyHisDensFlowAvg_0025703888doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 02dyHisVolBase_0025703889doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 02dyHisVolFlow_0025703890doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 03dyHisStartTs_0035703980ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 02dyHisMass_0025703891doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 03dyHisEndTs_0035703981ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 02dyHisEnergy_0025703892doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 03dyHisFlowTime_0035703982doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 02dyHisEventCount_0025703893i32oThe number of events in the contract day.
Day Temperature 03dyHisTempAvg_0035703983doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 02dyHisAlarmCount_0025703894i32oThe number of alarms in the contract day.
Day Static Pressure 03dyHisSpAvg_0035703984doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 02dyHisDayUserId_0025703895i32oThe value of the user ID for the contract day.
Day Differential Pressure 03dyHisDpAvg_0035703985doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 02dyHisAssetId_0025703896i32oThe asset ID for this contract day.
Day Pulse Count 03dyHisCounts_0035703986ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 03dyHisDensBaseAvg_0035703987doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 03dyHisDensFlowAvg_0035703988doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 03dyHisVolBase_0035703989doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 03dyHisVolFlow_0035703990doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 04dyHisStartTs_0045704080ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 03dyHisMass_0035703991doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 04dyHisEndTs_0045704081ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 03dyHisEnergy_0035703992doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 04dyHisFlowTime_0045704082doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 03dyHisEventCount_0035703993i32oThe number of events in the contract day.
Day Temperature 04dyHisTempAvg_0045704083doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 03dyHisAlarmCount_0035703994i32oThe number of alarms in the contract day.
Day Static Pressure 04dyHisSpAvg_0045704084doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 03dyHisDayUserId_0035703995i32oThe value of the user ID for the contract day.
Day Differential Pressure 04dyHisDpAvg_0045704085doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 03dyHisAssetId_0035703996i32oThe asset ID for this contract day.
Day Pulse Count 04dyHisCounts_0045704086ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 04dyHisDensBaseAvg_0045704087doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 04dyHisDensFlowAvg_0045704088doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 04dyHisVolBase_0045704089doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 04dyHisVolFlow_0045704090doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 05dyHisStartTs_0055704180ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 04dyHisMass_0045704091doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 05dyHisEndTs_0055704181ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 04dyHisEnergy_0045704092doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 05dyHisFlowTime_0055704182doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 04dyHisEventCount_0045704093i32oThe number of events in the contract day.
Day Temperature 05dyHisTempAvg_0055704183doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 04dyHisAlarmCount_0045704094i32oThe number of alarms in the contract day.
Day Static Pressure 05dyHisSpAvg_0055704184doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 04dyHisDayUserId_0045704095i32oThe value of the user ID for the contract day.
Day Differential Pressure 05dyHisDpAvg_0055704185doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 04dyHisAssetId_0045704096i32oThe asset ID for this contract day.
Day Pulse Count 05dyHisCounts_0055704186ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 05dyHisDensBaseAvg_0055704187doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 05dyHisDensFlowAvg_0055704188doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 05dyHisVolBase_0055704189doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 05dyHisVolFlow_0055704190doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 06dyHisStartTs_0065704280ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 05dyHisMass_0055704191doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 06dyHisEndTs_0065704281ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 05dyHisEnergy_0055704192doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 06dyHisFlowTime_0065704282doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 05dyHisEventCount_0055704193i32oThe number of events in the contract day.
Day Temperature 06dyHisTempAvg_0065704283doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 05dyHisAlarmCount_0055704194i32oThe number of alarms in the contract day.
Day Static Pressure 06dyHisSpAvg_0065704284doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 05dyHisDayUserId_0055704195i32oThe value of the user ID for the contract day.
Day Differential Pressure 06dyHisDpAvg_0065704285doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 05dyHisAssetId_0055704196i32oThe asset ID for this contract day.
Day Pulse Count 06dyHisCounts_0065704286ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 06dyHisDensBaseAvg_0065704287doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 06dyHisDensFlowAvg_0065704288doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 06dyHisVolBase_0065704289doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 06dyHisVolFlow_0065704290doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 07dyHisStartTs_0075704380ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 06dyHisMass_0065704291doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 07dyHisEndTs_0075704381ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 06dyHisEnergy_0065704292doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 07dyHisFlowTime_0075704382doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 06dyHisEventCount_0065704293i32oThe number of events in the contract day.
Day Temperature 07dyHisTempAvg_0075704383doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 06dyHisAlarmCount_0065704294i32oThe number of alarms in the contract day.
Day Static Pressure 07dyHisSpAvg_0075704384doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 06dyHisDayUserId_0065704295i32oThe value of the user ID for the contract day.
Day Differential Pressure 07dyHisDpAvg_0075704385doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 06dyHisAssetId_0065704296i32oThe asset ID for this contract day.
Day Pulse Count 07dyHisCounts_0075704386ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 07dyHisDensBaseAvg_0075704387doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 07dyHisDensFlowAvg_0075704388doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 07dyHisVolBase_0075704389doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 07dyHisVolFlow_0075704390doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 08dyHisStartTs_0085704480ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 07dyHisMass_0075704391doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 08dyHisEndTs_0085704481ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 07dyHisEnergy_0075704392doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 08dyHisFlowTime_0085704482doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 07dyHisEventCount_0075704393i32oThe number of events in the contract day.
Day Temperature 08dyHisTempAvg_0085704483doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 07dyHisAlarmCount_0075704394i32oThe number of alarms in the contract day.
Day Static Pressure 08dyHisSpAvg_0085704484doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 07dyHisDayUserId_0075704395i32oThe value of the user ID for the contract day.
Day Differential Pressure 08dyHisDpAvg_0085704485doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 07dyHisAssetId_0075704396i32oThe asset ID for this contract day.
Day Pulse Count 08dyHisCounts_0085704486ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 08dyHisDensBaseAvg_0085704487doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 08dyHisDensFlowAvg_0085704488doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 08dyHisVolBase_0085704489doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 08dyHisVolFlow_0085704490doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 09dyHisStartTs_0095704580ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 08dyHisMass_0085704491doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 09dyHisEndTs_0095704581ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 08dyHisEnergy_0085704492doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 09dyHisFlowTime_0095704582doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 08dyHisEventCount_0085704493i32oThe number of events in the contract day.
Day Temperature 09dyHisTempAvg_0095704583doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 08dyHisAlarmCount_0085704494i32oThe number of alarms in the contract day.
Day Static Pressure 09dyHisSpAvg_0095704584doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 08dyHisDayUserId_0085704495i32oThe value of the user ID for the contract day.
Day Differential Pressure 09dyHisDpAvg_0095704585doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 08dyHisAssetId_0085704496i32oThe asset ID for this contract day.
Day Pulse Count 09dyHisCounts_0095704586ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 09dyHisDensBaseAvg_0095704587doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 09dyHisDensFlowAvg_0095704588doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 09dyHisVolBase_0095704589doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 09dyHisVolFlow_0095704590doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 10dyHisStartTs_0105704680ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 09dyHisMass_0095704591doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 10dyHisEndTs_0105704681ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 09dyHisEnergy_0095704592doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 10dyHisFlowTime_0105704682doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 09dyHisEventCount_0095704593i32oThe number of events in the contract day.
Day Temperature 10dyHisTempAvg_0105704683doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 09dyHisAlarmCount_0095704594i32oThe number of alarms in the contract day.
Day Static Pressure 10dyHisSpAvg_0105704684doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 09dyHisDayUserId_0095704595i32oThe value of the user ID for the contract day.
Day Differential Pressure 10dyHisDpAvg_0105704685doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 09dyHisAssetId_0095704596i32oThe asset ID for this contract day.
Day Pulse Count 10dyHisCounts_0105704686ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 10dyHisDensBaseAvg_0105704687doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 10dyHisDensFlowAvg_0105704688doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 10dyHisVolBase_0105704689doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 10dyHisVolFlow_0105704690doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 11dyHisStartTs_0115704780ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 10dyHisMass_0105704691doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 11dyHisEndTs_0115704781ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 10dyHisEnergy_0105704692doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 11dyHisFlowTime_0115704782doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 10dyHisEventCount_0105704693i32oThe number of events in the contract day.
Day Temperature 11dyHisTempAvg_0115704783doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 10dyHisAlarmCount_0105704694i32oThe number of alarms in the contract day.
Day Static Pressure 11dyHisSpAvg_0115704784doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 10dyHisDayUserId_0105704695i32oThe value of the user ID for the contract day.
Day Differential Pressure 11dyHisDpAvg_0115704785doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 10dyHisAssetId_0105704696i32oThe asset ID for this contract day.
Day Pulse Count 11dyHisCounts_0115704786ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 11dyHisDensBaseAvg_0115704787doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 11dyHisDensFlowAvg_0115704788doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 11dyHisVolBase_0115704789doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 11dyHisVolFlow_0115704790doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 12dyHisStartTs_0125704880ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 11dyHisMass_0115704791doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 12dyHisEndTs_0125704881ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 11dyHisEnergy_0115704792doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 12dyHisFlowTime_0125704882doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 11dyHisEventCount_0115704793i32oThe number of events in the contract day.
Day Temperature 12dyHisTempAvg_0125704883doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 11dyHisAlarmCount_0115704794i32oThe number of alarms in the contract day.
Day Static Pressure 12dyHisSpAvg_0125704884doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 11dyHisDayUserId_0115704795i32oThe value of the user ID for the contract day.
Day Differential Pressure 12dyHisDpAvg_0125704885doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 11dyHisAssetId_0115704796i32oThe asset ID for this contract day.
Day Pulse Count 12dyHisCounts_0125704886ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 12dyHisDensBaseAvg_0125704887doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 12dyHisDensFlowAvg_0125704888doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 12dyHisVolBase_0125704889doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 12dyHisVolFlow_0125704890doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 13dyHisStartTs_0135704980ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 12dyHisMass_0125704891doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 13dyHisEndTs_0135704981ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 12dyHisEnergy_0125704892doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 13dyHisFlowTime_0135704982doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 12dyHisEventCount_0125704893i32oThe number of events in the contract day.
Day Temperature 13dyHisTempAvg_0135704983doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 12dyHisAlarmCount_0125704894i32oThe number of alarms in the contract day.
Day Static Pressure 13dyHisSpAvg_0135704984doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 12dyHisDayUserId_0125704895i32oThe value of the user ID for the contract day.
Day Differential Pressure 13dyHisDpAvg_0135704985doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 12dyHisAssetId_0125704896i32oThe asset ID for this contract day.
Day Pulse Count 13dyHisCounts_0135704986ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 13dyHisDensBaseAvg_0135704987doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 13dyHisDensFlowAvg_0135704988doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 13dyHisVolBase_0135704989doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 13dyHisVolFlow_0135704990doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 14dyHisStartTs_0145705080ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 13dyHisMass_0135704991doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 14dyHisEndTs_0145705081ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 13dyHisEnergy_0135704992doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 14dyHisFlowTime_0145705082doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 13dyHisEventCount_0135704993i32oThe number of events in the contract day.
Day Temperature 14dyHisTempAvg_0145705083doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 13dyHisAlarmCount_0135704994i32oThe number of alarms in the contract day.
Day Static Pressure 14dyHisSpAvg_0145705084doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 13dyHisDayUserId_0135704995i32oThe value of the user ID for the contract day.
Day Differential Pressure 14dyHisDpAvg_0145705085doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 13dyHisAssetId_0135704996i32oThe asset ID for this contract day.
Day Pulse Count 14dyHisCounts_0145705086ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 14dyHisDensBaseAvg_0145705087doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 14dyHisDensFlowAvg_0145705088doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 14dyHisVolBase_0145705089doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 14dyHisVolFlow_0145705090doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 15dyHisStartTs_0155705180ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 14dyHisMass_0145705091doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 15dyHisEndTs_0155705181ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 14dyHisEnergy_0145705092doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 15dyHisFlowTime_0155705182doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 14dyHisEventCount_0145705093i32oThe number of events in the contract day.
Day Temperature 15dyHisTempAvg_0155705183doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 14dyHisAlarmCount_0145705094i32oThe number of alarms in the contract day.
Day Static Pressure 15dyHisSpAvg_0155705184doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 14dyHisDayUserId_0145705095i32oThe value of the user ID for the contract day.
Day Differential Pressure 15dyHisDpAvg_0155705185doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 14dyHisAssetId_0145705096i32oThe asset ID for this contract day.
Day Pulse Count 15dyHisCounts_0155705186ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 15dyHisDensBaseAvg_0155705187doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 15dyHisDensFlowAvg_0155705188doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 15dyHisVolBase_0155705189doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 15dyHisVolFlow_0155705190doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 16dyHisStartTs_0165705280ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 15dyHisMass_0155705191doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 16dyHisEndTs_0165705281ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 15dyHisEnergy_0155705192doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 16dyHisFlowTime_0165705282doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 15dyHisEventCount_0155705193i32oThe number of events in the contract day.
Day Temperature 16dyHisTempAvg_0165705283doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 15dyHisAlarmCount_0155705194i32oThe number of alarms in the contract day.
Day Static Pressure 16dyHisSpAvg_0165705284doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 15dyHisDayUserId_0155705195i32oThe value of the user ID for the contract day.
Day Differential Pressure 16dyHisDpAvg_0165705285doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 15dyHisAssetId_0155705196i32oThe asset ID for this contract day.
Day Pulse Count 16dyHisCounts_0165705286ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 16dyHisDensBaseAvg_0165705287doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 16dyHisDensFlowAvg_0165705288doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 16dyHisVolBase_0165705289doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 16dyHisVolFlow_0165705290doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 17dyHisStartTs_0175705380ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 16dyHisMass_0165705291doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 17dyHisEndTs_0175705381ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 16dyHisEnergy_0165705292doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 17dyHisFlowTime_0175705382doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 16dyHisEventCount_0165705293i32oThe number of events in the contract day.
Day Temperature 17dyHisTempAvg_0175705383doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 16dyHisAlarmCount_0165705294i32oThe number of alarms in the contract day.
Day Static Pressure 17dyHisSpAvg_0175705384doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 16dyHisDayUserId_0165705295i32oThe value of the user ID for the contract day.
Day Differential Pressure 17dyHisDpAvg_0175705385doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 16dyHisAssetId_0165705296i32oThe asset ID for this contract day.
Day Pulse Count 17dyHisCounts_0175705386ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 17dyHisDensBaseAvg_0175705387doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 17dyHisDensFlowAvg_0175705388doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 17dyHisVolBase_0175705389doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 17dyHisVolFlow_0175705390doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 18dyHisStartTs_0185705480ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 17dyHisMass_0175705391doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 18dyHisEndTs_0185705481ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 17dyHisEnergy_0175705392doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 18dyHisFlowTime_0185705482doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 17dyHisEventCount_0175705393i32oThe number of events in the contract day.
Day Temperature 18dyHisTempAvg_0185705483doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 17dyHisAlarmCount_0175705394i32oThe number of alarms in the contract day.
Day Static Pressure 18dyHisSpAvg_0185705484doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 17dyHisDayUserId_0175705395i32oThe value of the user ID for the contract day.
Day Differential Pressure 18dyHisDpAvg_0185705485doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 17dyHisAssetId_0175705396i32oThe asset ID for this contract day.
Day Pulse Count 18dyHisCounts_0185705486ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 18dyHisDensBaseAvg_0185705487doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 18dyHisDensFlowAvg_0185705488doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 18dyHisVolBase_0185705489doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 18dyHisVolFlow_0185705490doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 19dyHisStartTs_0195705580ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 18dyHisMass_0185705491doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 19dyHisEndTs_0195705581ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 18dyHisEnergy_0185705492doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 19dyHisFlowTime_0195705582doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 18dyHisEventCount_0185705493i32oThe number of events in the contract day.
Day Temperature 19dyHisTempAvg_0195705583doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 18dyHisAlarmCount_0185705494i32oThe number of alarms in the contract day.
Day Static Pressure 19dyHisSpAvg_0195705584doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 18dyHisDayUserId_0185705495i32oThe value of the user ID for the contract day.
Day Differential Pressure 19dyHisDpAvg_0195705585doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 18dyHisAssetId_0185705496i32oThe asset ID for this contract day.
Day Pulse Count 19dyHisCounts_0195705586ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 19dyHisDensBaseAvg_0195705587doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 19dyHisDensFlowAvg_0195705588doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 19dyHisVolBase_0195705589doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 19dyHisVolFlow_0195705590doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 20dyHisStartTs_0205705680ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 19dyHisMass_0195705591doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 20dyHisEndTs_0205705681ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 19dyHisEnergy_0195705592doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 20dyHisFlowTime_0205705682doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 19dyHisEventCount_0195705593i32oThe number of events in the contract day.
Day Temperature 20dyHisTempAvg_0205705683doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 19dyHisAlarmCount_0195705594i32oThe number of alarms in the contract day.
Day Static Pressure 20dyHisSpAvg_0205705684doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 19dyHisDayUserId_0195705595i32oThe value of the user ID for the contract day.
Day Differential Pressure 20dyHisDpAvg_0205705685doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 19dyHisAssetId_0195705596i32oThe asset ID for this contract day.
Day Pulse Count 20dyHisCounts_0205705686ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 20dyHisDensBaseAvg_0205705687doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 20dyHisDensFlowAvg_0205705688doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 20dyHisVolBase_0205705689doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 20dyHisVolFlow_0205705690doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 21dyHisStartTs_0215705780ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 20dyHisMass_0205705691doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 21dyHisEndTs_0215705781ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 20dyHisEnergy_0205705692doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 21dyHisFlowTime_0215705782doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 20dyHisEventCount_0205705693i32oThe number of events in the contract day.
Day Temperature 21dyHisTempAvg_0215705783doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 20dyHisAlarmCount_0205705694i32oThe number of alarms in the contract day.
Day Static Pressure 21dyHisSpAvg_0215705784doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 20dyHisDayUserId_0205705695i32oThe value of the user ID for the contract day.
Day Differential Pressure 21dyHisDpAvg_0215705785doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 20dyHisAssetId_0205705696i32oThe asset ID for this contract day.
Day Pulse Count 21dyHisCounts_0215705786ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 21dyHisDensBaseAvg_0215705787doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 21dyHisDensFlowAvg_0215705788doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 21dyHisVolBase_0215705789doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 21dyHisVolFlow_0215705790doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 22dyHisStartTs_0225705880ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 21dyHisMass_0215705791doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 22dyHisEndTs_0225705881ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 21dyHisEnergy_0215705792doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 22dyHisFlowTime_0225705882doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 21dyHisEventCount_0215705793i32oThe number of events in the contract day.
Day Temperature 22dyHisTempAvg_0225705883doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 21dyHisAlarmCount_0215705794i32oThe number of alarms in the contract day.
Day Static Pressure 22dyHisSpAvg_0225705884doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 21dyHisDayUserId_0215705795i32oThe value of the user ID for the contract day.
Day Differential Pressure 22dyHisDpAvg_0225705885doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 21dyHisAssetId_0215705796i32oThe asset ID for this contract day.
Day Pulse Count 22dyHisCounts_0225705886ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 22dyHisDensBaseAvg_0225705887doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 22dyHisDensFlowAvg_0225705888doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 22dyHisVolBase_0225705889doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 22dyHisVolFlow_0225705890doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 23dyHisStartTs_0235705980ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 22dyHisMass_0225705891doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 23dyHisEndTs_0235705981ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 22dyHisEnergy_0225705892doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 23dyHisFlowTime_0235705982doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 22dyHisEventCount_0225705893i32oThe number of events in the contract day.
Day Temperature 23dyHisTempAvg_0235705983doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 22dyHisAlarmCount_0225705894i32oThe number of alarms in the contract day.
Day Static Pressure 23dyHisSpAvg_0235705984doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 22dyHisDayUserId_0225705895i32oThe value of the user ID for the contract day.
Day Differential Pressure 23dyHisDpAvg_0235705985doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 22dyHisAssetId_0225705896i32oThe asset ID for this contract day.
Day Pulse Count 23dyHisCounts_0235705986ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 23dyHisDensBaseAvg_0235705987doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 23dyHisDensFlowAvg_0235705988doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 23dyHisVolBase_0235705989doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 23dyHisVolFlow_0235705990doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 24dyHisStartTs_0245706080ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 23dyHisMass_0235705991doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 24dyHisEndTs_0245706081ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 23dyHisEnergy_0235705992doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 24dyHisFlowTime_0245706082doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 23dyHisEventCount_0235705993i32oThe number of events in the contract day.
Day Temperature 24dyHisTempAvg_0245706083doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 23dyHisAlarmCount_0235705994i32oThe number of alarms in the contract day.
Day Static Pressure 24dyHisSpAvg_0245706084doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 23dyHisDayUserId_0235705995i32oThe value of the user ID for the contract day.
Day Differential Pressure 24dyHisDpAvg_0245706085doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 23dyHisAssetId_0235705996i32oThe asset ID for this contract day.
Day Pulse Count 24dyHisCounts_0245706086ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 24dyHisDensBaseAvg_0245706087doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 24dyHisDensFlowAvg_0245706088doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 24dyHisVolBase_0245706089doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 24dyHisVolFlow_0245706090doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 25dyHisStartTs_0255706180ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 24dyHisMass_0245706091doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 25dyHisEndTs_0255706181ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 24dyHisEnergy_0245706092doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 25dyHisFlowTime_0255706182doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 24dyHisEventCount_0245706093i32oThe number of events in the contract day.
Day Temperature 25dyHisTempAvg_0255706183doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 24dyHisAlarmCount_0245706094i32oThe number of alarms in the contract day.
Day Static Pressure 25dyHisSpAvg_0255706184doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 24dyHisDayUserId_0245706095i32oThe value of the user ID for the contract day.
Day Differential Pressure 25dyHisDpAvg_0255706185doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 24dyHisAssetId_0245706096i32oThe asset ID for this contract day.
Day Pulse Count 25dyHisCounts_0255706186ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 25dyHisDensBaseAvg_0255706187doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 25dyHisDensFlowAvg_0255706188doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 25dyHisVolBase_0255706189doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 25dyHisVolFlow_0255706190doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 26dyHisStartTs_0265706280ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 25dyHisMass_0255706191doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 26dyHisEndTs_0265706281ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 25dyHisEnergy_0255706192doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 26dyHisFlowTime_0265706282doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 25dyHisEventCount_0255706193i32oThe number of events in the contract day.
Day Temperature 26dyHisTempAvg_0265706283doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 25dyHisAlarmCount_0255706194i32oThe number of alarms in the contract day.
Day Static Pressure 26dyHisSpAvg_0265706284doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 25dyHisDayUserId_0255706195i32oThe value of the user ID for the contract day.
Day Differential Pressure 26dyHisDpAvg_0265706285doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 25dyHisAssetId_0255706196i32oThe asset ID for this contract day.
Day Pulse Count 26dyHisCounts_0265706286ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 26dyHisDensBaseAvg_0265706287doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 26dyHisDensFlowAvg_0265706288doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 26dyHisVolBase_0265706289doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 26dyHisVolFlow_0265706290doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 27dyHisStartTs_0275706380ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 26dyHisMass_0265706291doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 27dyHisEndTs_0275706381ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 26dyHisEnergy_0265706292doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 27dyHisFlowTime_0275706382doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 26dyHisEventCount_0265706293i32oThe number of events in the contract day.
Day Temperature 27dyHisTempAvg_0275706383doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 26dyHisAlarmCount_0265706294i32oThe number of alarms in the contract day.
Day Static Pressure 27dyHisSpAvg_0275706384doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 26dyHisDayUserId_0265706295i32oThe value of the user ID for the contract day.
Day Differential Pressure 27dyHisDpAvg_0275706385doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 26dyHisAssetId_0265706296i32oThe asset ID for this contract day.
Day Pulse Count 27dyHisCounts_0275706386ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 27dyHisDensBaseAvg_0275706387doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 27dyHisDensFlowAvg_0275706388doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 27dyHisVolBase_0275706389doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 27dyHisVolFlow_0275706390doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 28dyHisStartTs_0285706480ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 27dyHisMass_0275706391doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 28dyHisEndTs_0285706481ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 27dyHisEnergy_0275706392doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 28dyHisFlowTime_0285706482doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 27dyHisEventCount_0275706393i32oThe number of events in the contract day.
Day Temperature 28dyHisTempAvg_0285706483doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 27dyHisAlarmCount_0275706394i32oThe number of alarms in the contract day.
Day Static Pressure 28dyHisSpAvg_0285706484doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 27dyHisDayUserId_0275706395i32oThe value of the user ID for the contract day.
Day Differential Pressure 28dyHisDpAvg_0285706485doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 27dyHisAssetId_0275706396i32oThe asset ID for this contract day.
Day Pulse Count 28dyHisCounts_0285706486ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 28dyHisDensBaseAvg_0285706487doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 28dyHisDensFlowAvg_0285706488doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 28dyHisVolBase_0285706489doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 28dyHisVolFlow_0285706490doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 29dyHisStartTs_0295706580ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 28dyHisMass_0285706491doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 29dyHisEndTs_0295706581ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 28dyHisEnergy_0285706492doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 29dyHisFlowTime_0295706582doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 28dyHisEventCount_0285706493i32oThe number of events in the contract day.
Day Temperature 29dyHisTempAvg_0295706583doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 28dyHisAlarmCount_0285706494i32oThe number of alarms in the contract day.
Day Static Pressure 29dyHisSpAvg_0295706584doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 28dyHisDayUserId_0285706495i32oThe value of the user ID for the contract day.
Day Differential Pressure 29dyHisDpAvg_0295706585doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 28dyHisAssetId_0285706496i32oThe asset ID for this contract day.
Day Pulse Count 29dyHisCounts_0295706586ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 29dyHisDensBaseAvg_0295706587doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 29dyHisDensFlowAvg_0295706588doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 29dyHisVolBase_0295706589doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 29dyHisVolFlow_0295706590doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 30dyHisStartTs_0305706680ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 29dyHisMass_0295706591doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 30dyHisEndTs_0305706681ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 29dyHisEnergy_0295706592doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 30dyHisFlowTime_0305706682doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 29dyHisEventCount_0295706593i32oThe number of events in the contract day.
Day Temperature 30dyHisTempAvg_0305706683doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 29dyHisAlarmCount_0295706594i32oThe number of alarms in the contract day.
Day Static Pressure 30dyHisSpAvg_0305706684doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 29dyHisDayUserId_0295706595i32oThe value of the user ID for the contract day.
Day Differential Pressure 30dyHisDpAvg_0305706685doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 29dyHisAssetId_0295706596i32oThe asset ID for this contract day.
Day Pulse Count 30dyHisCounts_0305706686ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 30dyHisDensBaseAvg_0305706687doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 30dyHisDensFlowAvg_0305706688doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 30dyHisVolBase_0305706689doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 30dyHisVolFlow_0305706690doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 31dyHisStartTs_0315706780ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 30dyHisMass_0305706691doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 31dyHisEndTs_0315706781ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 30dyHisEnergy_0305706692doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 31dyHisFlowTime_0315706782doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 30dyHisEventCount_0305706693i32oThe number of events in the contract day.
Day Temperature 31dyHisTempAvg_0315706783doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 30dyHisAlarmCount_0305706694i32oThe number of alarms in the contract day.
Day Static Pressure 31dyHisSpAvg_0315706784doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 30dyHisDayUserId_0305706695i32oThe value of the user ID for the contract day.
Day Differential Pressure 31dyHisDpAvg_0315706785doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 30dyHisAssetId_0305706696i32oThe asset ID for this contract day.
Day Pulse Count 31dyHisCounts_0315706786ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 31dyHisDensBaseAvg_0315706787doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 31dyHisDensFlowAvg_0315706788doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 31dyHisVolBase_0315706789doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 31dyHisVolFlow_0315706790doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Start Timestamp 32dyHisStartTs_0325706880ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the start of the contract day.
Day Mass 31dyHisMass_0315706791doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day End Timestamp 32dyHisEndTs_0325706881ui32o4:unixSeconds;4:unixSeconds; The UTC timestamp at the end of the contract day.
Day Energy 31dyHisEnergy_0315706792doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Flow Time 32dyHisFlowTime_0325706882doubleo640:seconds;640:seconds; 642:minutes; The flow time in the contract day.
Day Event Count 31dyHisEventCount_0315706793i32oThe number of events in the contract day.
Day Temperature 32dyHisTempAvg_0325706883doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Alarm Count 31dyHisAlarmCount_0315706794i32oThe number of alarms in the contract day.
Day Static Pressure 32dyHisSpAvg_0325706884doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day History User ID 31dyHisDayUserId_0315706795i32oThe value of the user ID for the contract day.
Day Differential Pressure 32dyHisDpAvg_0325706885doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Day Asset ID 31dyHisAssetId_0315706796i32oThe asset ID for this contract day.
Day Pulse Count 32dyHisCounts_0325706886ui32oThe accumulated pulses in the day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Hour Base Density 32dyHisDensBaseAvg_0325706887doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Hour Flowing Density 32dyHisDensFlowAvg_0325706888doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density in the day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Day Corrected Volume 32dyHisVolBase_0325706889doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The corrected volume accumulated in the contract day.
Day Uncorrected Volume 32dyHisVolFlow_0325706890doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; The uncorrected volume accumulated in the contract day.
Day Mass 32dyHisMass_0325706891doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The corrected mass accumulated over the contract day.
Day Energy 32dyHisEnergy_0325706892doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The corrected energy accumulated in the contract day.
Day Event Count 32dyHisEventCount_0325706893i32oThe number of events in the contract day.
Day Alarm Count 32dyHisAlarmCount_0325706894i32oThe number of alarms in the contract day.
Day History User ID 32dyHisDayUserId_0325706895i32oThe value of the user ID for the contract day.
Day Asset ID 32dyHisAssetId_0325706896i32oThe asset ID for this contract day.

Group 'Batch Current Status'

Information about the current batch.

This is a status group that has 21 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Batch StatebchState5570560i32o0:Disabled0:Disabled; 1:Inactive; 2:Purge; 3:Active; The current state of batch operations.
Purge Corrected VolumeprgVolBase5570587doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated corrected volume during purge.
Purge Flow TimeprgFlowTime5570588doubleo640:seconds;640:seconds; 642:minutes; 643:hours; The flow time during purge.
Purge Elapsed TimeprgElapsedTime5570589doubleo640:seconds;640:seconds; 642:minutes; 643:hours; The elapsed time for purge.
Current Batch IDbchId5570575i32oThe unique identification number of the current batch.
Current Batch Start TimebchStartTs5570561ui32o4:unixSeconds;4:unixSeconds; The time that the current batch was started.
Current Batch Elapsed TimebchElapsedTime5570563doubleo640:seconds;640:seconds; 642:minutes; 643:hours; The elapsed time for the current batch.
Current Batch Flow TimebchFlowTime5570564doubleo640:seconds;640:seconds; 642:minutes; 643:hours; The flow time during the current batch.
Current Batch Avg TempbchTempAvg5570581doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature for the current batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Current Batch Avg SPbchSpAvg5570582doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure for the current batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Current Batch Avg DPbchDpAvg5570583doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure for the current batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Current Batch Pulse CountbchCounts5570584ui32oThe accumulated pulses for the current batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Current Batch Avg Base DensitybchDensBaseAvg5570585doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density for the current batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Current Batch Avg Flowing DensitybchDensFlowAvg5570586doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density for the current batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Current Batch Corrected VolumebchVolBase5570565doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated corrected volume for the current batch.
Current Batch Uncorrected VolumebchVolFlow5570577doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated uncorrected volume for the current batch.
Current Batch MassbchMass5570566doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; The accumulated mass for the current batch.
Current Batch EnergybchEnergy5570567doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; The accumulated energy for the current batch.
Current Batch Event CountbchEventCount5570579i32oThe number of events that have occurred during the current batch. Batch results may be invalid if this number is not 0.
Current Batch Alarm CountbchAlarmCount5570580i32oThe number of alarms that have occurred during the current batch. Batch results may be invalid if this number is not 0.
Batch User IDbchUserId5570590i32oThe value of the user ID for the current batch. This value is incremented automatically for each new batch and is 0 when a batch is not active.

Group 'Batch History'

Batch history records. Ordered from the newest record to the oldest.

This is a status group that has 114 parameters.

ParameterTag NameIDValue TypeTag Value TypeIO TypeDefault ValueLimitsDefault UnitsAllowed UnitsDescriptionSync EnabledSync DefaultExport EnabledPublish MQTT EnabledSubscribe MQTT EnabledShow in Manager Enabled
Batch ID 01bchHisId_0015769316i32oThe unique identification number of the batch.
Batch Start Time 01bchHisStartTs_0015769317ui32o4:unixSeconds;4:unixSeconds; The start time of the batch.
Batch End Time 01bchHisEndTs_0015769318ui32o4:unixSeconds;4:unixSeconds; The end time of the batch.
Batch Elapsed Time 01bchHisElapsedTime_0015769319doubleo640:seconds;640:seconds; 642:minutes; 643:hours; The elapsed time for the batch.
Batch Flow Time 01bchHisFlowTime_0015769320doubleo640:seconds;640:seconds; 642:minutes; 643:hours; The time that flow was non-zero for the batch.
Batch Avg Temp 01bchHisTempAvg_0015769321doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow
Batch Avg SP 01bchHisSpAvg_0015769322doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Batch Avg DP 01bchHisDpAvg_0015769323doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Batch Pulse Count 01bchHisCounts_0015769324ui32oThe accumulated pulses for the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Batch Avg Base Density 01bchHisDensBaseAvg_0015769325doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Batch Avg Flowing Density 01bchHisDensFlowAvg_0015769326doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Batch ID 02bchHisId_0025769416i32oThe unique identification number of the batch.
Batch Corrected Volume 01bchHisVolBase_0015769327doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated corrected volume for the batch.
Batch Start Time 02bchHisStartTs_0025769417ui32o4:unixSeconds;4:unixSeconds; The start time of the batch.
Batch Uncorrected Volume 01bchHisVolFlow_0015769328doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated uncorrected volume for the batch.
Batch End Time 02bchHisEndTs_0025769418ui32o4:unixSeconds;4:unixSeconds; The end time of the batch.
Batch Mass 01bchHisMass_0015769329doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; Accumulated mass for the batch.
Batch Elapsed Time 02bchHisElapsedTime_0025769419doubleo640:seconds;640:seconds; 642:minutes; 643:hours; The elapsed time for the batch.
Batch Energy 01bchHisEnergy_0015769330doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; Accumulated energy for the batch.
Batch Flow Time 02bchHisFlowTime_0025769420doubleo640:seconds;640:seconds; 642:minutes; 643:hours; The time that flow was non-zero for the batch.
Batch Event Count 01bchHisEventCount_0015769331i32oThe number of events that occurred during the batch. A non-zero value may indicate configuration changes or other actions that may invalidate the batch results.
Batch Avg Temp 02bchHisTempAvg_0025769421doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow
Batch Alarm Count 01bchHisAlarmCount_0015769332i32oThe number of alarms that occurred during the batch. A non-zero value may invalidate the batch results.
Batch Avg SP 02bchHisSpAvg_0025769422doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Batch User ID 01bchHisBatchUserId_0015769333i32oThe value of the user ID for the batch.
Batch Avg DP 02bchHisDpAvg_0025769423doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Batch Asset ID 01bchHisAssetId_0015769334i32oThe asset ID for this batch.
Batch Pulse Count 02bchHisCounts_0025769424ui32oThe accumulated pulses for the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Batch Avg Base Density 02bchHisDensBaseAvg_0025769425doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Batch Avg Flowing Density 02bchHisDensFlowAvg_0025769426doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Batch ID 03bchHisId_0035769516i32oThe unique identification number of the batch.
Batch Corrected Volume 02bchHisVolBase_0025769427doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated corrected volume for the batch.
Batch Start Time 03bchHisStartTs_0035769517ui32o4:unixSeconds;4:unixSeconds; The start time of the batch.
Batch Uncorrected Volume 02bchHisVolFlow_0025769428doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated uncorrected volume for the batch.
Batch End Time 03bchHisEndTs_0035769518ui32o4:unixSeconds;4:unixSeconds; The end time of the batch.
Batch Mass 02bchHisMass_0025769429doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; Accumulated mass for the batch.
Batch Elapsed Time 03bchHisElapsedTime_0035769519doubleo640:seconds;640:seconds; 642:minutes; 643:hours; The elapsed time for the batch.
Batch Energy 02bchHisEnergy_0025769430doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; Accumulated energy for the batch.
Batch Flow Time 03bchHisFlowTime_0035769520doubleo640:seconds;640:seconds; 642:minutes; 643:hours; The time that flow was non-zero for the batch.
Batch Event Count 02bchHisEventCount_0025769431i32oThe number of events that occurred during the batch. A non-zero value may indicate configuration changes or other actions that may invalidate the batch results.
Batch Avg Temp 03bchHisTempAvg_0035769521doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow
Batch Alarm Count 02bchHisAlarmCount_0025769432i32oThe number of alarms that occurred during the batch. A non-zero value may invalidate the batch results.
Batch Avg SP 03bchHisSpAvg_0035769522doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Batch User ID 02bchHisBatchUserId_0025769433i32oThe value of the user ID for the batch.
Batch Avg DP 03bchHisDpAvg_0035769523doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Batch Asset ID 02bchHisAssetId_0025769434i32oThe asset ID for this batch.
Batch Pulse Count 03bchHisCounts_0035769524ui32oThe accumulated pulses for the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Batch Avg Base Density 03bchHisDensBaseAvg_0035769525doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Batch Avg Flowing Density 03bchHisDensFlowAvg_0035769526doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Batch ID 04bchHisId_0045769616i32oThe unique identification number of the batch.
Batch Corrected Volume 03bchHisVolBase_0035769527doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated corrected volume for the batch.
Batch Start Time 04bchHisStartTs_0045769617ui32o4:unixSeconds;4:unixSeconds; The start time of the batch.
Batch Uncorrected Volume 03bchHisVolFlow_0035769528doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated uncorrected volume for the batch.
Batch End Time 04bchHisEndTs_0045769618ui32o4:unixSeconds;4:unixSeconds; The end time of the batch.
Batch Mass 03bchHisMass_0035769529doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; Accumulated mass for the batch.
Batch Elapsed Time 04bchHisElapsedTime_0045769619doubleo640:seconds;640:seconds; 642:minutes; 643:hours; The elapsed time for the batch.
Batch Energy 03bchHisEnergy_0035769530doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; Accumulated energy for the batch.
Batch Flow Time 04bchHisFlowTime_0045769620doubleo640:seconds;640:seconds; 642:minutes; 643:hours; The time that flow was non-zero for the batch.
Batch Event Count 03bchHisEventCount_0035769531i32oThe number of events that occurred during the batch. A non-zero value may indicate configuration changes or other actions that may invalidate the batch results.
Batch Avg Temp 04bchHisTempAvg_0045769621doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow
Batch Alarm Count 03bchHisAlarmCount_0035769532i32oThe number of alarms that occurred during the batch. A non-zero value may invalidate the batch results.
Batch Avg SP 04bchHisSpAvg_0045769622doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Batch User ID 03bchHisBatchUserId_0035769533i32oThe value of the user ID for the batch.
Batch Avg DP 04bchHisDpAvg_0045769623doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Batch Asset ID 03bchHisAssetId_0035769534i32oThe asset ID for this batch.
Batch Pulse Count 04bchHisCounts_0045769624ui32oThe accumulated pulses for the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Batch Avg Base Density 04bchHisDensBaseAvg_0045769625doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Batch Avg Flowing Density 04bchHisDensFlowAvg_0045769626doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Batch ID 05bchHisId_0055769716i32oThe unique identification number of the batch.
Batch Corrected Volume 04bchHisVolBase_0045769627doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated corrected volume for the batch.
Batch Start Time 05bchHisStartTs_0055769717ui32o4:unixSeconds;4:unixSeconds; The start time of the batch.
Batch Uncorrected Volume 04bchHisVolFlow_0045769628doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated uncorrected volume for the batch.
Batch End Time 05bchHisEndTs_0055769718ui32o4:unixSeconds;4:unixSeconds; The end time of the batch.
Batch Mass 04bchHisMass_0045769629doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; Accumulated mass for the batch.
Batch Elapsed Time 05bchHisElapsedTime_0055769719doubleo640:seconds;640:seconds; 642:minutes; 643:hours; The elapsed time for the batch.
Batch Energy 04bchHisEnergy_0045769630doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; Accumulated energy for the batch.
Batch Flow Time 05bchHisFlowTime_0055769720doubleo640:seconds;640:seconds; 642:minutes; 643:hours; The time that flow was non-zero for the batch.
Batch Event Count 04bchHisEventCount_0045769631i32oThe number of events that occurred during the batch. A non-zero value may indicate configuration changes or other actions that may invalidate the batch results.
Batch Avg Temp 05bchHisTempAvg_0055769721doubleo384:celsius;384:celsius; 385:fahrenheit; The average temperature for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow
Batch Alarm Count 04bchHisAlarmCount_0045769632i32oThe number of alarms that occurred during the batch. A non-zero value may invalidate the batch results.
Batch Avg SP 05bchHisSpAvg_0055769722doubleo256:kPa;256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; The average static pressure for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Batch User ID 04bchHisBatchUserId_0045769633i32oThe value of the user ID for the batch.
Batch Avg DP 05bchHisDpAvg_0055769723doubleo258:millibar;258:millibar; 256:kPa; 260:Pa; 261:psi; 262:inH20; The average differential pressure for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow.
Batch Asset ID 04bchHisAssetId_0045769634i32oThe asset ID for this batch.
Batch Pulse Count 05bchHisCounts_0055769724ui32oThe accumulated pulses for the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero.
Batch Avg Base Density 05bchHisDensBaseAvg_0055769725doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average corrected density for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Batch Avg Flowing Density 05bchHisDensFlowAvg_0055769726doubleo1920:kg_m3;1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; The average uncorrected density for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow or when the AGA-8 calculation does not converge.
Batch Corrected Volume 05bchHisVolBase_0055769727doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated corrected volume for the batch.
Batch Uncorrected Volume 05bchHisVolFlow_0055769728doubleo1280:e3m3;1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; Accumulated uncorrected volume for the batch.
Batch Mass 05bchHisMass_0055769729doubleo1152:kg;1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; Accumulated mass for the batch.
Batch Energy 05bchHisEnergy_0055769730doubleo1408:GJ;1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; Accumulated energy for the batch.
Batch Event Count 05bchHisEventCount_0055769731i32oThe number of events that occurred during the batch. A non-zero value may indicate configuration changes or other actions that may invalidate the batch results.
Batch Alarm Count 05bchHisAlarmCount_0055769732i32oThe number of alarms that occurred during the batch. A non-zero value may invalidate the batch results.
Batch User ID 05bchHisBatchUserId_0055769733i32oThe value of the user ID for the batch.
Batch Asset ID 05bchHisAssetId_0055769734i32oThe asset ID for this batch.