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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Input Type | inputType | 1114121 | i32 | i | 0:Sensor | 0:Sensor; 1:Turbine; | The type of input to the flow computer. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Poll MVS Directly | enPollMvs | 1114126 | bool | i | False | min: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 Name | dpTag | 1114115 | string | double | i | dp | minChars: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 Name | spTag | 1114116 | string | double | i | sp | minChars: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 Name | tempTag | 1114117 | string | double | i | temp | minChars: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 Cutoff | dpLowFlowCutoff | 1114118 | double | i | 5 | min:-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 Location | spTapLocation | 1114119 | i32 | i | 0:Upstream | 0:Upstream; 1:Downstream; | The location of the tap for the static pressure reading. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Turbine Tag Name | turbineTag | 1114122 | string | ui32 | i | turbineCounts | minChars: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 Factor | turbineKFactor | 1114123 | double | i | 100 | min: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 Cutoff | tubrineLowFlowCutoff | 1114124 | i32 | i | 10 | min: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 Type | spPressType | 1114125 | i32 | i | 0:Absolute | 0: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 Pressure | atmosPressure | 1114120 | double | i | 101.3 | min:0.1;max:200.0; | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The value of atmospheric pressure. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
MVS Type | mvsType | 1114127 | i32 | i | 0:None | 0:None; 1:Rosemount 4088A; 2:Schneider 4102; 3:Rosemount 3095; | The type of multivariable sensor. | ✓ | ✓ | ✓ | ||||||
MVS Protocol | mvsProtocol | 1114128 | i32 | i | 0:Modbus RTU | 0:Modbus RTU; 1:Modbus TCP; 2:Modbus RTU in TCP; | The protocol used to communicate with the multivariable sensor. | ✓ | ✓ | ✓ | ||||||
MVS Station Address | mvsStAddr | 1114129 | i16 | i | 1 | min:1;max:254; | The Modbus station address of the multivariable sensor. | ✓ | ✓ | ✓ | ||||||
MVS TCP Host Name | mvsTcpHost | 1114130 | string | i | 192.168.0.17 | minChars:2;maxChars:64; spaces:False; lettersNumbersOnly:True; | The IP address or host name of the multivariable sensor. | |||||||||
MVS TCP Port | mvsTcpPort | 1114131 | ui16 | i | 502 | min:1;max:65535; | The port on the MVS to connect to. | ✓ | ✓ | ✓ | ||||||
MVS Serial Port Name | mvsSerialPort | 1114132 | string | i | /dev/ttyS0 | minChars: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 Rate | mvsBaudRate | 1114133 | i32 | i | 2:Baud 9600 | 0: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 Parity | mvsParity | 1114136 | i32 | i | 0:No Parity | 0: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 Bits | mvsStopBits | 1114137 | i32 | i | 0:One Stop Bit | 0: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 Ordering | mvsFltRegOrd | 1114134 | i32 | i | 0:High Bytes Low Register | 0: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 Ordering | mvsI32tRegOrd | 1114135 | i32 | i | 0:High Bytes Low Register | 0: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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Contract Hour | contractHour | 1179648 | i16 | i | 8 | min: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 Offset | contractHourOffset | 1179654 | i16 | i | 0 | min:-12;max:12; | The different between local time and universal coordinated time (UTC). | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Wet Gas Fraction | wetGasFactor | 1179649 | double | i | 1 | min: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 Temperature | baseTemp | 1179651 | double | i | 15 | min:-200.0;max:400.0; | 384:celsius; | 384:celsius; 385:fahrenheit; | The reference temperature to which flow values are corrected. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Base Pressure | basePressure | 1179652 | double | i | 101.3 | min: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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Methane | fractionMethane | 1245184 | double | i | 1 | min:0.0;max:1.0; | The fraction of methane. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Nitrogen | fractionNitrogen | 1245185 | double | i | min:0.0;max:1.0; | The fraction of nitrogen. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Carbon Dioxide | fractionCarbonDi | 1245186 | double | i | min:0.0;max:1.0; | The fraction of carbon dioxide. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Ethane | fractionEthane | 1245187 | double | i | min:0.0;max:1.0; | The fraction of ethane. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Propane | fractionPropane | 1245188 | double | i | min:0.0;max:1.0; | The fraction of propane. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
i-Butane | fractionIbutane | 1245194 | double | i | min:0.0;max:1.0; | The fraction of i-Butane. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
n-Butane | fractionNbutane | 1245195 | double | i | min:0.0;max:1.0; | The fraction of n-Butane. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
i-Pentane | fractionIpentane | 1245196 | double | i | min:0.0;max:1.0; | The fraction of i-Pentane. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
n-Pentane | fractionNpentane | 1245197 | double | i | min:0.0;max:1.0; | The fraction of n-Pentane. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
n-Hexane | fractionNhexane | 1245198 | double | i | min:0.0;max:1.0; | The fraction of n-Hexane. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
n-Heptane | fractionNheptane | 1245199 | double | i | min:0.0;max:1.0; | The fraction of n-Heptane. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
n-Octane | fractionNoctane | 1245200 | double | i | min:0.0;max:1.0; | The fraction of n-Octane. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
n-Nonane | fractionNnonane | 1245201 | double | i | min:0.0;max:1.0; | The fraction of n-Nonane. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
n-Decane | fractionNdecane | 1245202 | double | i | min:0.0;max:1.0; | The fraction of n-Decane. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Hydrogen | fractionHydrogen | 1245191 | double | i | min:0.0;max:1.0; | The fraction of hydrogen. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Oxygen | fractionOxygen | 1245193 | double | i | min:0.0;max:1.0; | The fraction of oxygen. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Carbon Monoxide | fractionCarbonMo | 1245192 | double | i | min:0.0;max:1.0; | The fraction of carbon monoxide. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Water | fractionWater | 1245189 | double | i | min:0.0;max:1.0; | The fraction of water. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Hydrogen Sulfide | fractionH2s | 1245190 | double | i | min:0.0;max:1.0; | The fraction of hydrogen sulfide. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Helium | fractionHelium | 1245203 | double | i | min:0.0;max:1.0; | The fraction of helium. | ✓ | ✓ | ✓ | ✓ | ✓ | |||||
Argon | fractionArgon | 1245204 | double | i | min: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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Operation Mode | opMode | 1310731 | i32 | i | 0:Continuous | 0: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 Algorithm | flowCalcAlgo | 1310720 | i32 | i | 0:AGA-3 (1992) | 0:AGA-3 (1992); 1:AGA-3 (2013); 2:AGA-7; | The algorithm used by the flow computer. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||
Compressibility Algorithm | compressCalcAlgo | 1310732 | i32 | i | 0:AGA-8 1994 | 0: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 Material | orificeMaterial | 1310721 | i32 | i | 0:Stainless Steel 304 or 316 | 0: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 Temperature | orificeRefTemp | 1310722 | double | i | 15 | min:-200.0;max:400.0; | 384:celsius; | 384:celsius; 385:fahrenheit; | The temperature at which the diameter of the orifice was measured. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
Orifice Diameter | orificeDiameter | 1310723 | double | i | 2 | min:0.1;max:1000.0; | 768:cm; | 768:cm; 769:mm; 772:inch; | The diameter of the orifice. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
Pipe Material | pipeMaterial | 1310724 | i32 | i | 0:Stainless Steel 304 or 316 | 0: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 Temperature | pipeRefTemp | 1310725 | double | i | 15 | min:-200.0;max:400.0; | 384:celsius; | 384:celsius; 385:fahrenheit; | The temperature at which the diameter of the pipe was measured. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
Pipe Diameter | pipeDiameter | 1310726 | double | i | 5 | min:0.1;max:1000.0; | 768:cm; | 768:cm; 769:mm; 772:inch; | The diameter of the pipe. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
Isentropic Exponent | isentropicExponent | 1310727 | double | i | 1.3 | min:1.0;max:2.0; | A thermodynamic property of gas used to predict the relationships between pressure, temperature, volume and energy. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||
Viscosity | viscosity | 1310728 | double | i | min:0.0;max:1.0; | 3:centipoise; | 3:centipoise; | The viscosity of the measured gas. | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
AGA-7 M Factor | aga7MFactor | 1310730 | double | i | 1 | min: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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Enable MVS Alarms | enMvsAlarms | 1441816 | bool | i | False | min: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 Alarms | enableDpAlarms | 1441792 | bool | i | False | min:False;max:True; | Whether to enable alarms for differential pressure. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
DP Alarm Delay | dpAlarmDelay | 1441807 | i32 | i | 10 | min: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 Value | dpLoLoAlarmVal | 1441793 | double | i | 5 | min:-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 Value | dpLoAlarmVal | 1441794 | double | i | 20 | min:-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 Value | dpHiAlarmVal | 1441795 | double | i | 80 | min:-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 Value | dpHiHiAlarmVal | 1441796 | double | i | 95 | min:-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 Alarms | enableSpAlarms | 1441797 | bool | i | False | min:False;max:True; | Whether to enable alarms for static pressure. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
SP Alarm Delay | spAlarmDelay | 1441808 | i32 | i | 10 | min: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 Value | spLoLoAlarmVal | 1441798 | double | i | 5 | min:-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 Value | spLoAlarmVal | 1441799 | double | i | 20 | min:-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 Value | spHiAlarmVal | 1441800 | double | i | 80 | min:-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 Value | spHiHiAlarmVal | 1441801 | double | i | 95 | min:-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 Alarms | enableTempAlarms | 1441802 | bool | i | False | min:False;max:True; | Whether to enable alarms for the flowing temperature. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Temp Alarm Delay | tempAlarmDelay | 1441809 | i32 | i | 10 | min: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 Value | tempLoLoAlarmVal | 1441803 | double | i | -20 | min:-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 Value | tempLoAlarmVal | 1441804 | double | i | min:-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 Value | tempHiAlarmVal | 1441805 | double | i | 100 | min:-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 Value | tempHiHiAlarmVal | 1441806 | double | i | 150 | min:-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 Alarms | enableTbAlarms | 1441810 | bool | i | False | min:False;max:True; | Whether to enable alarms on the turbine pressure input. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Turbine Alarm Delay | tbAlarmDelay | 1441811 | i32 | i | 10 | min: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 Value | tbLoLoAlarmVal | 1441812 | i32 | i | 100 | min:0;max:100000; | A low low alarm will be generated when the turbine counts are less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Turbine Low Alarm Value | tbLoAlarmVal | 1441813 | i32 | i | 1000 | min:0;max:100000; | A low alarm will be generated when the turbine counts are less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Turbine High Alarm Value | tbHiAlarmVal | 1441814 | i32 | i | 50000 | min:0;max:100000; | A high alarm will be generated when the turbine counts are greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Turbine High High Alarm Value | tbHiHiAlarmVal | 1441815 | i32 | i | 75000 | min: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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Freeze Inputs | freezeInputs | 8388608 | bool | io | False | min: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 Control | batchControl | 8388609 | i32 | io | 0:Stop Batch | 0: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 Day | endContractDy | 8388610 | bool | io | False | min: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 Preset | dayUserIdPreset | 8388611 | i32 | io | 0 | min: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 ID | setDayUserId | 8388612 | bool | io | False | min: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 Preset | batchUserIdPreset | 8388613 | i32 | io | 0 | min: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 ID | setBatchUserId | 8388614 | bool | io | False | min: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 Preset | assetIdPreset | 8388615 | i32 | io | 0 | min: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 ID | setAssetId | 8388616 | bool | io | False | min: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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Inputs Group Configuration Invalid | inputsGrpInVld | 5373952 | bool | o | Indicates 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 Invalid | contractGrpInVld | 5373953 | bool | o | Indicates 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 Invalid | compressGrpInVld | 5373954 | bool | o | Indicates 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 Invalid | flowCalcGrpInVld | 5373955 | bool | o | Indicates 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 Invalid | inAlarmGrpInVld | 5373957 | bool | o | Indicates 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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Inputs Frozen | inputsFrozen | 5439488 | bool | o | Whether 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 Invalid | inputsInvalid | 5439529 | bool | o | The 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 Flow | zeroFlow | 5439489 | bool | o | Set when there is zero flow. This can happen because an input is below the cutoff value or the input values are invalid. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||
AGA-8 Failed | aga8Failed | 5439539 | bool | o | The AGA-8 calculation failed to converge. Output values cannot be calculated when this occurs and are invalid. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||
Instantaneous Base Density | instDensityBase | 5439526 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The calculated density at the configured base conditions. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Instantaneous Flowing Density | instDensityFlow | 5439530 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The calculated density at flowing conditions. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Corrected Volume Flow Rate | instVolRateBase | 5439508 | double | o | 512: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 Rate | instVolRateFlow | 5439511 | double | o | 512: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 Rate | instMassRate | 5439509 | double | o | 896:kg_s; | 896:kg_s; 897:kg_hr; 898:lbm_day; 899:lbm_hr; | The instantaneous mass flow rate. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Instantaneous Energy Flow Rate | instEnrgyRate | 5439510 | double | o | 1024: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 ID | dayUserId | 5439540 | i32 | o | The value of the user ID for the current contract day. This value is incremented automatically for each new contract day. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||
Asset ID | assetId | 5439541 | i32 | o | The 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 ID | nextBatchUserId | 5439542 | i32 | o | This 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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
MVS Connected | mvsConnected | 6029312 | bool | o | Whether 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 Status | mvsDpStatus | 6029323 | i32 | o | 0:None | 0:None; 1:Good; 2:Bad; | The status of the differential pressure value from the multivariable sensor. | ✓ | ✓ | ✓ | ✓ | |||||
MVS Differential Pressure | mvsDpValue | 6029326 | double | o | 258: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 Status | mvsSpStatus | 6029324 | i32 | o | 0:None | 0:None; 1:Good; 2:Bad; | The status of the static pressure value from the multivariable sensor. | ✓ | ✓ | ✓ | ✓ | |||||
MVS Static Pressure | mvsSpValue | 6029327 | double | o | 256: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 Status | mvsTempStatus | 6029325 | i32 | o | 0:None | 0:None; 1:Good; 2:Bad; | The status of the process temperature value from the multivariable sensor. | ✓ | ✓ | ✓ | ✓ | |||||
MVS Temperature | mvsTempValue | 6029328 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The raw value of the temperature as read directly from the multivariable sensor | ✓ | ✓ | ✓ | ✓ | |||||
Poll Time Minimum | pollTimeMin | 6029313 | double | o | 641:milliseconds; | 641:milliseconds; | The minimum multivariable sensor polling time for just this application. This value is reset every hour. | ✓ | ✓ | ✓ | ✓ | |||||
Poll Time Maximum | pollTimeMax | 6029314 | double | o | 641:milliseconds; | 641:milliseconds; | The maximum multivariable sensor polling time for just this application. This value is reset every hour. | ✓ | ✓ | ✓ | ✓ | |||||
Poll Time Average | pollTimeAvg | 6029315 | double | o | 641:milliseconds; | 641:milliseconds; | The average multivariable sensor polling time for just this application. This value is reset every hour. | ✓ | ✓ | ✓ | ✓ | |||||
Poll Time Minimum All Apps | pollTimeAllAppsMin | 6029316 | double | o | 641: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 Apps | pollTimeAllAppsMax | 6029317 | double | o | 641: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 Apps | pollTimeAllAppsAvg | 6029318 | double | o | 641: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 Today | totalPollsTdy | 6029319 | i32 | o | The total number of MVS polls attempted today. This value is reset at midnight local time. | ✓ | ✓ | ✓ | ✓ | |||||||
Good MVS Polls Today | goodPollsTdy | 6029320 | i32 | o | The total number of successful MVS polls today. This value is reset at midnight local time. | ✓ | ✓ | ✓ | ✓ | |||||||
Failed MVS Polls Today | failPollsTdy | 6029321 | i32 | o | The total number of failed MVS polls today. This value is reset at midnight local time. | ✓ | ✓ | ✓ | ✓ | |||||||
Polling Suspended | pollingSuspended | 6029322 | bool | o | Whether 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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Flow Time Current Minute | mnFlowTime | 5832704 | double | o | 640:seconds; | 640:seconds; | The flow time in the current minute. | ✓ | ✓ | ✓ | ✓ | |||||
Minute Start Time | mnStartTs | 5832705 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the current minute. | ✓ | ✓ | ✓ | ✓ | |||||
Current Minute Avg Temp | mnTempAvg | 5832706 | double | o | 384: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 Sp | mnSpAvg | 5832707 | double | o | 256: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 Dp | mnDpAvg | 5832708 | double | o | 258: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 Count | mnCounts | 5832709 | ui32 | o | The 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 Density | mnDensBaseAvg | 5832710 | double | o | 1920: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 Density | mnDensFlowAvg | 5832711 | double | o | 1920: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 Minute | mnVolBase | 5832712 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated corrected volume in the current minute. | ✓ | ✓ | ✓ | ✓ | |||||
Uncorrected Volume Current Minute | mnVolFlow | 5832713 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated uncorrected volume in the current minute. | ✓ | ✓ | ✓ | ✓ | |||||
Mass Current Minute | mnMass | 5832714 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | Accumulated mass in the current minute. | ✓ | ✓ | ✓ | ✓ | |||||
Energy Current Minute | mnEnergy | 5832715 | double | o | 1408: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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Flow Time Current Hour | hrFlowTime | 5898240 | double | o | 640:seconds; | 640:seconds; | The flow time in the current hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Time | hrStartTs | 5898241 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the current hour. | ✓ | ✓ | ✓ | ✓ | |||||
Current Hour Avg Temp | hrTempAvg | 5898242 | double | o | 384: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 Sp | hrSpAvg | 5898243 | double | o | 256: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 Dp | hrDpAvg | 5898244 | double | o | 258: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 Count | hrCounts | 5898245 | ui32 | o | The 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 Density | hrDensBaseAvg | 5898246 | double | o | 1920: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 Density | hrDensFlowAvg | 5898247 | double | o | 1920: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 Hour | hrVolBase | 5898248 | double | o | 1280: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 Hour | hrVolFlow | 5898249 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated uncorrected volume in the current hour. | ✓ | ✓ | ✓ | ✓ | |||||
Mass Current Hour | hrMass | 5898250 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | Accumulated mass in the current hour. | ✓ | ✓ | ✓ | ✓ | |||||
Energy Current Hour | hrEnergy | 5898251 | double | o | 1408: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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Flow Time Current Day | dyFlowTime | 5963776 | double | o | 640:seconds; | 640:seconds; | The flow time in the current contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Time | dyStartTs | 5963777 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the current contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Current Day Avg Temp | dyTempAvg | 5963778 | double | o | 384: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 Sp | dySpAvg | 5963779 | double | o | 256: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 Dp | dyDpAvg | 5963780 | double | o | 258: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 Count | dyCounts | 5963781 | ui32 | o | The 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 Density | dyDensBaseAvg | 5963782 | double | o | 1920: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 Density | dyDensFlowAvg | 5963783 | double | o | 1920: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 Day | dyVolBase | 5963784 | double | o | 1280: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 Day | dyVolFlow | 5963785 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated uncorrected volume in the current day. | ✓ | ✓ | ✓ | ✓ | |||||
Mass Current Day | dyMass | 5963786 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | Accumulated mass in the current day. | ✓ | ✓ | ✓ | ✓ | |||||
Energy Current Day | dyEnergy | 5963787 | double | o | 1408: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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Alarm Active | alarmActive | 5505027 | bool | o | An active high value that indicates whether any alarm is active. | ✓ | ✓ | ✓ | ✓ | |||||||
DP Alarm Status | dpAlarmStatus | 5505024 | i32 | o | 0:Disabled | 0: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 Status | spAlarmStatus | 5505025 | i32 | o | 0:Disabled | 0: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 Status | tempAlarmStatus | 5505026 | i32 | o | 0:Disabled | 0: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 Status | tbAlarmStatus | 5505028 | i32 | o | 0:Disabled | 0: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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Hour Start Timestamp 01 | hrHisStartTs_001 | 5638244 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 01 | hrHisEndTs_001 | 5638245 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 01 | hrHisFlowTime_001 | 5638246 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Temperature 01 | hrHisTempAvg_001 | 5638247 | double | o | 384: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 01 | hrHisSpAvg_001 | 5638248 | double | o | 256: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 01 | hrHisDpAvg_001 | 5638249 | double | o | 258: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 01 | hrHisCounts_001 | 5638250 | ui32 | o | The 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 01 | hrHisDensBaseAvg_001 | 5638251 | double | o | 1920: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 01 | hrHisDensFlowAvg_001 | 5638252 | double | o | 1920: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 01 | hrHisVolBase_001 | 5638253 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 01 | hrHisVolFlow_001 | 5638254 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 02 | hrHisStartTs_002 | 5638344 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 01 | hrHisMass_001 | 5638255 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 02 | hrHisEndTs_002 | 5638345 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 01 | hrHisEnergy_001 | 5638256 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 02 | hrHisFlowTime_002 | 5638346 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 01 | hrhisEventCount_001 | 5638257 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 02 | hrHisTempAvg_002 | 5638347 | double | o | 384: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 01 | hrHisAlarmCount_001 | 5638258 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 02 | hrHisSpAvg_002 | 5638348 | double | o | 256: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 01 | hrHisDayUserId_001 | 5638259 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 02 | hrHisDpAvg_002 | 5638349 | double | o | 258: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 01 | hrHisAssetId_001 | 5638260 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 02 | hrHisCounts_002 | 5638350 | ui32 | o | The 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 02 | hrHisDensBaseAvg_002 | 5638351 | double | o | 1920: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 02 | hrHisDensFlowAvg_002 | 5638352 | double | o | 1920: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 02 | hrHisVolBase_002 | 5638353 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 02 | hrHisVolFlow_002 | 5638354 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 03 | hrHisStartTs_003 | 5638444 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 02 | hrHisMass_002 | 5638355 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 03 | hrHisEndTs_003 | 5638445 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 02 | hrHisEnergy_002 | 5638356 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 03 | hrHisFlowTime_003 | 5638446 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 02 | hrhisEventCount_002 | 5638357 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 03 | hrHisTempAvg_003 | 5638447 | double | o | 384: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 02 | hrHisAlarmCount_002 | 5638358 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 03 | hrHisSpAvg_003 | 5638448 | double | o | 256: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 02 | hrHisDayUserId_002 | 5638359 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 03 | hrHisDpAvg_003 | 5638449 | double | o | 258: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 02 | hrHisAssetId_002 | 5638360 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 03 | hrHisCounts_003 | 5638450 | ui32 | o | The 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 03 | hrHisDensBaseAvg_003 | 5638451 | double | o | 1920: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 03 | hrHisDensFlowAvg_003 | 5638452 | double | o | 1920: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 03 | hrHisVolBase_003 | 5638453 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 03 | hrHisVolFlow_003 | 5638454 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 04 | hrHisStartTs_004 | 5638544 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 03 | hrHisMass_003 | 5638455 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 04 | hrHisEndTs_004 | 5638545 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 03 | hrHisEnergy_003 | 5638456 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 04 | hrHisFlowTime_004 | 5638546 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 03 | hrhisEventCount_003 | 5638457 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 04 | hrHisTempAvg_004 | 5638547 | double | o | 384: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 03 | hrHisAlarmCount_003 | 5638458 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 04 | hrHisSpAvg_004 | 5638548 | double | o | 256: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 03 | hrHisDayUserId_003 | 5638459 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 04 | hrHisDpAvg_004 | 5638549 | double | o | 258: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 03 | hrHisAssetId_003 | 5638460 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 04 | hrHisCounts_004 | 5638550 | ui32 | o | The 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 04 | hrHisDensBaseAvg_004 | 5638551 | double | o | 1920: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 04 | hrHisDensFlowAvg_004 | 5638552 | double | o | 1920: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 04 | hrHisVolBase_004 | 5638553 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 04 | hrHisVolFlow_004 | 5638554 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 05 | hrHisStartTs_005 | 5638644 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 04 | hrHisMass_004 | 5638555 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 05 | hrHisEndTs_005 | 5638645 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 04 | hrHisEnergy_004 | 5638556 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 05 | hrHisFlowTime_005 | 5638646 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 04 | hrhisEventCount_004 | 5638557 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 05 | hrHisTempAvg_005 | 5638647 | double | o | 384: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 04 | hrHisAlarmCount_004 | 5638558 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 05 | hrHisSpAvg_005 | 5638648 | double | o | 256: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 04 | hrHisDayUserId_004 | 5638559 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 05 | hrHisDpAvg_005 | 5638649 | double | o | 258: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 04 | hrHisAssetId_004 | 5638560 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 05 | hrHisCounts_005 | 5638650 | ui32 | o | The 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 05 | hrHisDensBaseAvg_005 | 5638651 | double | o | 1920: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 05 | hrHisDensFlowAvg_005 | 5638652 | double | o | 1920: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 05 | hrHisVolBase_005 | 5638653 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 05 | hrHisVolFlow_005 | 5638654 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 06 | hrHisStartTs_006 | 5638744 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 05 | hrHisMass_005 | 5638655 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 06 | hrHisEndTs_006 | 5638745 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 05 | hrHisEnergy_005 | 5638656 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 06 | hrHisFlowTime_006 | 5638746 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 05 | hrhisEventCount_005 | 5638657 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 06 | hrHisTempAvg_006 | 5638747 | double | o | 384: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 05 | hrHisAlarmCount_005 | 5638658 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 06 | hrHisSpAvg_006 | 5638748 | double | o | 256: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 05 | hrHisDayUserId_005 | 5638659 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 06 | hrHisDpAvg_006 | 5638749 | double | o | 258: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 05 | hrHisAssetId_005 | 5638660 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 06 | hrHisCounts_006 | 5638750 | ui32 | o | The 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 06 | hrHisDensBaseAvg_006 | 5638751 | double | o | 1920: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 06 | hrHisDensFlowAvg_006 | 5638752 | double | o | 1920: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 06 | hrHisVolBase_006 | 5638753 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 06 | hrHisVolFlow_006 | 5638754 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 07 | hrHisStartTs_007 | 5638844 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 06 | hrHisMass_006 | 5638755 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 07 | hrHisEndTs_007 | 5638845 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 06 | hrHisEnergy_006 | 5638756 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 07 | hrHisFlowTime_007 | 5638846 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 06 | hrhisEventCount_006 | 5638757 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 07 | hrHisTempAvg_007 | 5638847 | double | o | 384: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 06 | hrHisAlarmCount_006 | 5638758 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 07 | hrHisSpAvg_007 | 5638848 | double | o | 256: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 06 | hrHisDayUserId_006 | 5638759 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 07 | hrHisDpAvg_007 | 5638849 | double | o | 258: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 06 | hrHisAssetId_006 | 5638760 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 07 | hrHisCounts_007 | 5638850 | ui32 | o | The 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 07 | hrHisDensBaseAvg_007 | 5638851 | double | o | 1920: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 07 | hrHisDensFlowAvg_007 | 5638852 | double | o | 1920: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 07 | hrHisVolBase_007 | 5638853 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 07 | hrHisVolFlow_007 | 5638854 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 08 | hrHisStartTs_008 | 5638944 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 07 | hrHisMass_007 | 5638855 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 08 | hrHisEndTs_008 | 5638945 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 07 | hrHisEnergy_007 | 5638856 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 08 | hrHisFlowTime_008 | 5638946 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 07 | hrhisEventCount_007 | 5638857 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 08 | hrHisTempAvg_008 | 5638947 | double | o | 384: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 07 | hrHisAlarmCount_007 | 5638858 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 08 | hrHisSpAvg_008 | 5638948 | double | o | 256: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 07 | hrHisDayUserId_007 | 5638859 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 08 | hrHisDpAvg_008 | 5638949 | double | o | 258: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 07 | hrHisAssetId_007 | 5638860 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 08 | hrHisCounts_008 | 5638950 | ui32 | o | The 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 08 | hrHisDensBaseAvg_008 | 5638951 | double | o | 1920: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 08 | hrHisDensFlowAvg_008 | 5638952 | double | o | 1920: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 08 | hrHisVolBase_008 | 5638953 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 08 | hrHisVolFlow_008 | 5638954 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 09 | hrHisStartTs_009 | 5639044 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 08 | hrHisMass_008 | 5638955 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 09 | hrHisEndTs_009 | 5639045 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 08 | hrHisEnergy_008 | 5638956 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 09 | hrHisFlowTime_009 | 5639046 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 08 | hrhisEventCount_008 | 5638957 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 09 | hrHisTempAvg_009 | 5639047 | double | o | 384: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 08 | hrHisAlarmCount_008 | 5638958 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 09 | hrHisSpAvg_009 | 5639048 | double | o | 256: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 08 | hrHisDayUserId_008 | 5638959 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 09 | hrHisDpAvg_009 | 5639049 | double | o | 258: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 08 | hrHisAssetId_008 | 5638960 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 09 | hrHisCounts_009 | 5639050 | ui32 | o | The 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 09 | hrHisDensBaseAvg_009 | 5639051 | double | o | 1920: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 09 | hrHisDensFlowAvg_009 | 5639052 | double | o | 1920: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 09 | hrHisVolBase_009 | 5639053 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 09 | hrHisVolFlow_009 | 5639054 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 10 | hrHisStartTs_010 | 5639144 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 09 | hrHisMass_009 | 5639055 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 10 | hrHisEndTs_010 | 5639145 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 09 | hrHisEnergy_009 | 5639056 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 10 | hrHisFlowTime_010 | 5639146 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 09 | hrhisEventCount_009 | 5639057 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 10 | hrHisTempAvg_010 | 5639147 | double | o | 384: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 09 | hrHisAlarmCount_009 | 5639058 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 10 | hrHisSpAvg_010 | 5639148 | double | o | 256: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 09 | hrHisDayUserId_009 | 5639059 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 10 | hrHisDpAvg_010 | 5639149 | double | o | 258: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 09 | hrHisAssetId_009 | 5639060 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 10 | hrHisCounts_010 | 5639150 | ui32 | o | The 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 10 | hrHisDensBaseAvg_010 | 5639151 | double | o | 1920: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 10 | hrHisDensFlowAvg_010 | 5639152 | double | o | 1920: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 10 | hrHisVolBase_010 | 5639153 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 10 | hrHisVolFlow_010 | 5639154 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 11 | hrHisStartTs_011 | 5639244 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 10 | hrHisMass_010 | 5639155 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 11 | hrHisEndTs_011 | 5639245 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 10 | hrHisEnergy_010 | 5639156 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 11 | hrHisFlowTime_011 | 5639246 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 10 | hrhisEventCount_010 | 5639157 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 11 | hrHisTempAvg_011 | 5639247 | double | o | 384: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 10 | hrHisAlarmCount_010 | 5639158 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 11 | hrHisSpAvg_011 | 5639248 | double | o | 256: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 10 | hrHisDayUserId_010 | 5639159 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 11 | hrHisDpAvg_011 | 5639249 | double | o | 258: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 10 | hrHisAssetId_010 | 5639160 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 11 | hrHisCounts_011 | 5639250 | ui32 | o | The 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 11 | hrHisDensBaseAvg_011 | 5639251 | double | o | 1920: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 11 | hrHisDensFlowAvg_011 | 5639252 | double | o | 1920: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 11 | hrHisVolBase_011 | 5639253 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 11 | hrHisVolFlow_011 | 5639254 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 12 | hrHisStartTs_012 | 5639344 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 11 | hrHisMass_011 | 5639255 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 12 | hrHisEndTs_012 | 5639345 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 11 | hrHisEnergy_011 | 5639256 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 12 | hrHisFlowTime_012 | 5639346 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 11 | hrhisEventCount_011 | 5639257 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 12 | hrHisTempAvg_012 | 5639347 | double | o | 384: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 11 | hrHisAlarmCount_011 | 5639258 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 12 | hrHisSpAvg_012 | 5639348 | double | o | 256: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 11 | hrHisDayUserId_011 | 5639259 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 12 | hrHisDpAvg_012 | 5639349 | double | o | 258: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 11 | hrHisAssetId_011 | 5639260 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 12 | hrHisCounts_012 | 5639350 | ui32 | o | The 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 12 | hrHisDensBaseAvg_012 | 5639351 | double | o | 1920: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 12 | hrHisDensFlowAvg_012 | 5639352 | double | o | 1920: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 12 | hrHisVolBase_012 | 5639353 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 12 | hrHisVolFlow_012 | 5639354 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 13 | hrHisStartTs_013 | 5639444 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 12 | hrHisMass_012 | 5639355 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 13 | hrHisEndTs_013 | 5639445 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 12 | hrHisEnergy_012 | 5639356 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 13 | hrHisFlowTime_013 | 5639446 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 12 | hrhisEventCount_012 | 5639357 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 13 | hrHisTempAvg_013 | 5639447 | double | o | 384: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 12 | hrHisAlarmCount_012 | 5639358 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 13 | hrHisSpAvg_013 | 5639448 | double | o | 256: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 12 | hrHisDayUserId_012 | 5639359 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 13 | hrHisDpAvg_013 | 5639449 | double | o | 258: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 12 | hrHisAssetId_012 | 5639360 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 13 | hrHisCounts_013 | 5639450 | ui32 | o | The 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 13 | hrHisDensBaseAvg_013 | 5639451 | double | o | 1920: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 13 | hrHisDensFlowAvg_013 | 5639452 | double | o | 1920: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 13 | hrHisVolBase_013 | 5639453 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 13 | hrHisVolFlow_013 | 5639454 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 14 | hrHisStartTs_014 | 5639544 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 13 | hrHisMass_013 | 5639455 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 14 | hrHisEndTs_014 | 5639545 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 13 | hrHisEnergy_013 | 5639456 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 14 | hrHisFlowTime_014 | 5639546 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 13 | hrhisEventCount_013 | 5639457 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 14 | hrHisTempAvg_014 | 5639547 | double | o | 384: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 13 | hrHisAlarmCount_013 | 5639458 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 14 | hrHisSpAvg_014 | 5639548 | double | o | 256: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 13 | hrHisDayUserId_013 | 5639459 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 14 | hrHisDpAvg_014 | 5639549 | double | o | 258: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 13 | hrHisAssetId_013 | 5639460 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 14 | hrHisCounts_014 | 5639550 | ui32 | o | The 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 14 | hrHisDensBaseAvg_014 | 5639551 | double | o | 1920: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 14 | hrHisDensFlowAvg_014 | 5639552 | double | o | 1920: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 14 | hrHisVolBase_014 | 5639553 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 14 | hrHisVolFlow_014 | 5639554 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 15 | hrHisStartTs_015 | 5639644 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 14 | hrHisMass_014 | 5639555 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 15 | hrHisEndTs_015 | 5639645 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 14 | hrHisEnergy_014 | 5639556 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 15 | hrHisFlowTime_015 | 5639646 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 14 | hrhisEventCount_014 | 5639557 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 15 | hrHisTempAvg_015 | 5639647 | double | o | 384: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 14 | hrHisAlarmCount_014 | 5639558 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 15 | hrHisSpAvg_015 | 5639648 | double | o | 256: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 14 | hrHisDayUserId_014 | 5639559 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 15 | hrHisDpAvg_015 | 5639649 | double | o | 258: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 14 | hrHisAssetId_014 | 5639560 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 15 | hrHisCounts_015 | 5639650 | ui32 | o | The 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 15 | hrHisDensBaseAvg_015 | 5639651 | double | o | 1920: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 15 | hrHisDensFlowAvg_015 | 5639652 | double | o | 1920: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 15 | hrHisVolBase_015 | 5639653 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 15 | hrHisVolFlow_015 | 5639654 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 16 | hrHisStartTs_016 | 5639744 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 15 | hrHisMass_015 | 5639655 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 16 | hrHisEndTs_016 | 5639745 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 15 | hrHisEnergy_015 | 5639656 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 16 | hrHisFlowTime_016 | 5639746 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 15 | hrhisEventCount_015 | 5639657 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 16 | hrHisTempAvg_016 | 5639747 | double | o | 384: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 15 | hrHisAlarmCount_015 | 5639658 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 16 | hrHisSpAvg_016 | 5639748 | double | o | 256: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 15 | hrHisDayUserId_015 | 5639659 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 16 | hrHisDpAvg_016 | 5639749 | double | o | 258: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 15 | hrHisAssetId_015 | 5639660 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 16 | hrHisCounts_016 | 5639750 | ui32 | o | The 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 16 | hrHisDensBaseAvg_016 | 5639751 | double | o | 1920: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 16 | hrHisDensFlowAvg_016 | 5639752 | double | o | 1920: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 16 | hrHisVolBase_016 | 5639753 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 16 | hrHisVolFlow_016 | 5639754 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 17 | hrHisStartTs_017 | 5639844 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 16 | hrHisMass_016 | 5639755 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 17 | hrHisEndTs_017 | 5639845 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 16 | hrHisEnergy_016 | 5639756 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 17 | hrHisFlowTime_017 | 5639846 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 16 | hrhisEventCount_016 | 5639757 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 17 | hrHisTempAvg_017 | 5639847 | double | o | 384: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 16 | hrHisAlarmCount_016 | 5639758 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 17 | hrHisSpAvg_017 | 5639848 | double | o | 256: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 16 | hrHisDayUserId_016 | 5639759 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 17 | hrHisDpAvg_017 | 5639849 | double | o | 258: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 16 | hrHisAssetId_016 | 5639760 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 17 | hrHisCounts_017 | 5639850 | ui32 | o | The 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 17 | hrHisDensBaseAvg_017 | 5639851 | double | o | 1920: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 17 | hrHisDensFlowAvg_017 | 5639852 | double | o | 1920: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 17 | hrHisVolBase_017 | 5639853 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 17 | hrHisVolFlow_017 | 5639854 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 18 | hrHisStartTs_018 | 5639944 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 17 | hrHisMass_017 | 5639855 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 18 | hrHisEndTs_018 | 5639945 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 17 | hrHisEnergy_017 | 5639856 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 18 | hrHisFlowTime_018 | 5639946 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 17 | hrhisEventCount_017 | 5639857 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 18 | hrHisTempAvg_018 | 5639947 | double | o | 384: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 17 | hrHisAlarmCount_017 | 5639858 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 18 | hrHisSpAvg_018 | 5639948 | double | o | 256: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 17 | hrHisDayUserId_017 | 5639859 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 18 | hrHisDpAvg_018 | 5639949 | double | o | 258: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 17 | hrHisAssetId_017 | 5639860 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 18 | hrHisCounts_018 | 5639950 | ui32 | o | The 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 18 | hrHisDensBaseAvg_018 | 5639951 | double | o | 1920: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 18 | hrHisDensFlowAvg_018 | 5639952 | double | o | 1920: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 18 | hrHisVolBase_018 | 5639953 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 18 | hrHisVolFlow_018 | 5639954 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 19 | hrHisStartTs_019 | 5640044 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 18 | hrHisMass_018 | 5639955 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 19 | hrHisEndTs_019 | 5640045 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 18 | hrHisEnergy_018 | 5639956 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 19 | hrHisFlowTime_019 | 5640046 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 18 | hrhisEventCount_018 | 5639957 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 19 | hrHisTempAvg_019 | 5640047 | double | o | 384: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 18 | hrHisAlarmCount_018 | 5639958 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 19 | hrHisSpAvg_019 | 5640048 | double | o | 256: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 18 | hrHisDayUserId_018 | 5639959 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 19 | hrHisDpAvg_019 | 5640049 | double | o | 258: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 18 | hrHisAssetId_018 | 5639960 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 19 | hrHisCounts_019 | 5640050 | ui32 | o | The 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 19 | hrHisDensBaseAvg_019 | 5640051 | double | o | 1920: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 19 | hrHisDensFlowAvg_019 | 5640052 | double | o | 1920: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 19 | hrHisVolBase_019 | 5640053 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 19 | hrHisVolFlow_019 | 5640054 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 20 | hrHisStartTs_020 | 5640144 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 19 | hrHisMass_019 | 5640055 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 20 | hrHisEndTs_020 | 5640145 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 19 | hrHisEnergy_019 | 5640056 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 20 | hrHisFlowTime_020 | 5640146 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 19 | hrhisEventCount_019 | 5640057 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 20 | hrHisTempAvg_020 | 5640147 | double | o | 384: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 19 | hrHisAlarmCount_019 | 5640058 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 20 | hrHisSpAvg_020 | 5640148 | double | o | 256: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 19 | hrHisDayUserId_019 | 5640059 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 20 | hrHisDpAvg_020 | 5640149 | double | o | 258: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 19 | hrHisAssetId_019 | 5640060 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 20 | hrHisCounts_020 | 5640150 | ui32 | o | The 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 20 | hrHisDensBaseAvg_020 | 5640151 | double | o | 1920: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 20 | hrHisDensFlowAvg_020 | 5640152 | double | o | 1920: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 20 | hrHisVolBase_020 | 5640153 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 20 | hrHisVolFlow_020 | 5640154 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 21 | hrHisStartTs_021 | 5640244 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 20 | hrHisMass_020 | 5640155 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 21 | hrHisEndTs_021 | 5640245 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 20 | hrHisEnergy_020 | 5640156 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 21 | hrHisFlowTime_021 | 5640246 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 20 | hrhisEventCount_020 | 5640157 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 21 | hrHisTempAvg_021 | 5640247 | double | o | 384: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 20 | hrHisAlarmCount_020 | 5640158 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 21 | hrHisSpAvg_021 | 5640248 | double | o | 256: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 20 | hrHisDayUserId_020 | 5640159 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 21 | hrHisDpAvg_021 | 5640249 | double | o | 258: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 20 | hrHisAssetId_020 | 5640160 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 21 | hrHisCounts_021 | 5640250 | ui32 | o | The 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 21 | hrHisDensBaseAvg_021 | 5640251 | double | o | 1920: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 21 | hrHisDensFlowAvg_021 | 5640252 | double | o | 1920: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 21 | hrHisVolBase_021 | 5640253 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 21 | hrHisVolFlow_021 | 5640254 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 22 | hrHisStartTs_022 | 5640344 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 21 | hrHisMass_021 | 5640255 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 22 | hrHisEndTs_022 | 5640345 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 21 | hrHisEnergy_021 | 5640256 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 22 | hrHisFlowTime_022 | 5640346 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 21 | hrhisEventCount_021 | 5640257 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 22 | hrHisTempAvg_022 | 5640347 | double | o | 384: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 21 | hrHisAlarmCount_021 | 5640258 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 22 | hrHisSpAvg_022 | 5640348 | double | o | 256: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 21 | hrHisDayUserId_021 | 5640259 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 22 | hrHisDpAvg_022 | 5640349 | double | o | 258: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 21 | hrHisAssetId_021 | 5640260 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 22 | hrHisCounts_022 | 5640350 | ui32 | o | The 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 22 | hrHisDensBaseAvg_022 | 5640351 | double | o | 1920: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 22 | hrHisDensFlowAvg_022 | 5640352 | double | o | 1920: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 22 | hrHisVolBase_022 | 5640353 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 22 | hrHisVolFlow_022 | 5640354 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 23 | hrHisStartTs_023 | 5640444 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 22 | hrHisMass_022 | 5640355 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 23 | hrHisEndTs_023 | 5640445 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 22 | hrHisEnergy_022 | 5640356 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 23 | hrHisFlowTime_023 | 5640446 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 22 | hrhisEventCount_022 | 5640357 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 23 | hrHisTempAvg_023 | 5640447 | double | o | 384: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 22 | hrHisAlarmCount_022 | 5640358 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 23 | hrHisSpAvg_023 | 5640448 | double | o | 256: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 22 | hrHisDayUserId_022 | 5640359 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 23 | hrHisDpAvg_023 | 5640449 | double | o | 258: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 22 | hrHisAssetId_022 | 5640360 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 23 | hrHisCounts_023 | 5640450 | ui32 | o | The 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 23 | hrHisDensBaseAvg_023 | 5640451 | double | o | 1920: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 23 | hrHisDensFlowAvg_023 | 5640452 | double | o | 1920: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 23 | hrHisVolBase_023 | 5640453 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 23 | hrHisVolFlow_023 | 5640454 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 24 | hrHisStartTs_024 | 5640544 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 23 | hrHisMass_023 | 5640455 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Timestamp 24 | hrHisEndTs_024 | 5640545 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 23 | hrHisEnergy_023 | 5640456 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 24 | hrHisFlowTime_024 | 5640546 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 23 | hrhisEventCount_023 | 5640457 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Temperature 24 | hrHisTempAvg_024 | 5640547 | double | o | 384: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 23 | hrHisAlarmCount_023 | 5640458 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Static Pressure 24 | hrHisSpAvg_024 | 5640548 | double | o | 256: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 23 | hrHisDayUserId_023 | 5640459 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Differential Pressure 24 | hrHisDpAvg_024 | 5640549 | double | o | 258: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 23 | hrHisAssetId_023 | 5640460 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Pulse Count 24 | hrHisCounts_024 | 5640550 | ui32 | o | The 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 24 | hrHisDensBaseAvg_024 | 5640551 | double | o | 1920: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 24 | hrHisDensFlowAvg_024 | 5640552 | double | o | 1920: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 24 | hrHisVolBase_024 | 5640553 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Uncorrected Volume 24 | hrHisVolFlow_024 | 5640554 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass 24 | hrHisMass_024 | 5640555 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Energy 24 | hrHisEnergy_024 | 5640556 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 24 | hrhisEventCount_024 | 5640557 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Alarm Count 24 | hrHisAlarmCount_024 | 5640558 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Day User ID 24 | hrHisDayUserId_024 | 5640559 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Asset ID 24 | hrHisAssetId_024 | 5640560 | i32 | o | The 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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Day Start Timestamp 01 | dyHisStartTs_001 | 5703780 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 01 | dyHisEndTs_001 | 5703781 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 01 | dyHisFlowTime_001 | 5703782 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Temperature 01 | dyHisTempAvg_001 | 5703783 | double | o | 384: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 01 | dyHisSpAvg_001 | 5703784 | double | o | 256: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 01 | dyHisDpAvg_001 | 5703785 | double | o | 258: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 01 | dyHisCounts_001 | 5703786 | ui32 | o | The 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 01 | dyHisDensBaseAvg_001 | 5703787 | double | o | 1920: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 01 | dyHisDensFlowAvg_001 | 5703788 | double | o | 1920: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 01 | dyHisVolBase_001 | 5703789 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 01 | dyHisVolFlow_001 | 5703790 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 02 | dyHisStartTs_002 | 5703880 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 01 | dyHisMass_001 | 5703791 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 02 | dyHisEndTs_002 | 5703881 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 01 | dyHisEnergy_001 | 5703792 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 02 | dyHisFlowTime_002 | 5703882 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 01 | dyHisEventCount_001 | 5703793 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 02 | dyHisTempAvg_002 | 5703883 | double | o | 384: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 01 | dyHisAlarmCount_001 | 5703794 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 02 | dyHisSpAvg_002 | 5703884 | double | o | 256: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 01 | dyHisDayUserId_001 | 5703795 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 02 | dyHisDpAvg_002 | 5703885 | double | o | 258: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 01 | dyHisAssetId_001 | 5703796 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 02 | dyHisCounts_002 | 5703886 | ui32 | o | The 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 02 | dyHisDensBaseAvg_002 | 5703887 | double | o | 1920: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 02 | dyHisDensFlowAvg_002 | 5703888 | double | o | 1920: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 02 | dyHisVolBase_002 | 5703889 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 02 | dyHisVolFlow_002 | 5703890 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 03 | dyHisStartTs_003 | 5703980 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 02 | dyHisMass_002 | 5703891 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 03 | dyHisEndTs_003 | 5703981 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 02 | dyHisEnergy_002 | 5703892 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 03 | dyHisFlowTime_003 | 5703982 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 02 | dyHisEventCount_002 | 5703893 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 03 | dyHisTempAvg_003 | 5703983 | double | o | 384: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 02 | dyHisAlarmCount_002 | 5703894 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 03 | dyHisSpAvg_003 | 5703984 | double | o | 256: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 02 | dyHisDayUserId_002 | 5703895 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 03 | dyHisDpAvg_003 | 5703985 | double | o | 258: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 02 | dyHisAssetId_002 | 5703896 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 03 | dyHisCounts_003 | 5703986 | ui32 | o | The 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 03 | dyHisDensBaseAvg_003 | 5703987 | double | o | 1920: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 03 | dyHisDensFlowAvg_003 | 5703988 | double | o | 1920: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 03 | dyHisVolBase_003 | 5703989 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 03 | dyHisVolFlow_003 | 5703990 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 04 | dyHisStartTs_004 | 5704080 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 03 | dyHisMass_003 | 5703991 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 04 | dyHisEndTs_004 | 5704081 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 03 | dyHisEnergy_003 | 5703992 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 04 | dyHisFlowTime_004 | 5704082 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 03 | dyHisEventCount_003 | 5703993 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 04 | dyHisTempAvg_004 | 5704083 | double | o | 384: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 03 | dyHisAlarmCount_003 | 5703994 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 04 | dyHisSpAvg_004 | 5704084 | double | o | 256: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 03 | dyHisDayUserId_003 | 5703995 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 04 | dyHisDpAvg_004 | 5704085 | double | o | 258: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 03 | dyHisAssetId_003 | 5703996 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 04 | dyHisCounts_004 | 5704086 | ui32 | o | The 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 04 | dyHisDensBaseAvg_004 | 5704087 | double | o | 1920: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 04 | dyHisDensFlowAvg_004 | 5704088 | double | o | 1920: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 04 | dyHisVolBase_004 | 5704089 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 04 | dyHisVolFlow_004 | 5704090 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 05 | dyHisStartTs_005 | 5704180 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 04 | dyHisMass_004 | 5704091 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 05 | dyHisEndTs_005 | 5704181 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 04 | dyHisEnergy_004 | 5704092 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 05 | dyHisFlowTime_005 | 5704182 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 04 | dyHisEventCount_004 | 5704093 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 05 | dyHisTempAvg_005 | 5704183 | double | o | 384: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 04 | dyHisAlarmCount_004 | 5704094 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 05 | dyHisSpAvg_005 | 5704184 | double | o | 256: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 04 | dyHisDayUserId_004 | 5704095 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 05 | dyHisDpAvg_005 | 5704185 | double | o | 258: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 04 | dyHisAssetId_004 | 5704096 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 05 | dyHisCounts_005 | 5704186 | ui32 | o | The 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 05 | dyHisDensBaseAvg_005 | 5704187 | double | o | 1920: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 05 | dyHisDensFlowAvg_005 | 5704188 | double | o | 1920: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 05 | dyHisVolBase_005 | 5704189 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 05 | dyHisVolFlow_005 | 5704190 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 06 | dyHisStartTs_006 | 5704280 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 05 | dyHisMass_005 | 5704191 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 06 | dyHisEndTs_006 | 5704281 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 05 | dyHisEnergy_005 | 5704192 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 06 | dyHisFlowTime_006 | 5704282 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 05 | dyHisEventCount_005 | 5704193 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 06 | dyHisTempAvg_006 | 5704283 | double | o | 384: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 05 | dyHisAlarmCount_005 | 5704194 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 06 | dyHisSpAvg_006 | 5704284 | double | o | 256: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 05 | dyHisDayUserId_005 | 5704195 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 06 | dyHisDpAvg_006 | 5704285 | double | o | 258: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 05 | dyHisAssetId_005 | 5704196 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 06 | dyHisCounts_006 | 5704286 | ui32 | o | The 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 06 | dyHisDensBaseAvg_006 | 5704287 | double | o | 1920: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 06 | dyHisDensFlowAvg_006 | 5704288 | double | o | 1920: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 06 | dyHisVolBase_006 | 5704289 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 06 | dyHisVolFlow_006 | 5704290 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 07 | dyHisStartTs_007 | 5704380 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 06 | dyHisMass_006 | 5704291 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 07 | dyHisEndTs_007 | 5704381 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 06 | dyHisEnergy_006 | 5704292 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 07 | dyHisFlowTime_007 | 5704382 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 06 | dyHisEventCount_006 | 5704293 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 07 | dyHisTempAvg_007 | 5704383 | double | o | 384: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 06 | dyHisAlarmCount_006 | 5704294 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 07 | dyHisSpAvg_007 | 5704384 | double | o | 256: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 06 | dyHisDayUserId_006 | 5704295 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 07 | dyHisDpAvg_007 | 5704385 | double | o | 258: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 06 | dyHisAssetId_006 | 5704296 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 07 | dyHisCounts_007 | 5704386 | ui32 | o | The 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 07 | dyHisDensBaseAvg_007 | 5704387 | double | o | 1920: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 07 | dyHisDensFlowAvg_007 | 5704388 | double | o | 1920: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 07 | dyHisVolBase_007 | 5704389 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 07 | dyHisVolFlow_007 | 5704390 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 08 | dyHisStartTs_008 | 5704480 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 07 | dyHisMass_007 | 5704391 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 08 | dyHisEndTs_008 | 5704481 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 07 | dyHisEnergy_007 | 5704392 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 08 | dyHisFlowTime_008 | 5704482 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 07 | dyHisEventCount_007 | 5704393 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 08 | dyHisTempAvg_008 | 5704483 | double | o | 384: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 07 | dyHisAlarmCount_007 | 5704394 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 08 | dyHisSpAvg_008 | 5704484 | double | o | 256: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 07 | dyHisDayUserId_007 | 5704395 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 08 | dyHisDpAvg_008 | 5704485 | double | o | 258: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 07 | dyHisAssetId_007 | 5704396 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 08 | dyHisCounts_008 | 5704486 | ui32 | o | The 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 08 | dyHisDensBaseAvg_008 | 5704487 | double | o | 1920: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 08 | dyHisDensFlowAvg_008 | 5704488 | double | o | 1920: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 08 | dyHisVolBase_008 | 5704489 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 08 | dyHisVolFlow_008 | 5704490 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 09 | dyHisStartTs_009 | 5704580 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 08 | dyHisMass_008 | 5704491 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 09 | dyHisEndTs_009 | 5704581 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 08 | dyHisEnergy_008 | 5704492 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 09 | dyHisFlowTime_009 | 5704582 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 08 | dyHisEventCount_008 | 5704493 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 09 | dyHisTempAvg_009 | 5704583 | double | o | 384: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 08 | dyHisAlarmCount_008 | 5704494 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 09 | dyHisSpAvg_009 | 5704584 | double | o | 256: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 08 | dyHisDayUserId_008 | 5704495 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 09 | dyHisDpAvg_009 | 5704585 | double | o | 258: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 08 | dyHisAssetId_008 | 5704496 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 09 | dyHisCounts_009 | 5704586 | ui32 | o | The 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 09 | dyHisDensBaseAvg_009 | 5704587 | double | o | 1920: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 09 | dyHisDensFlowAvg_009 | 5704588 | double | o | 1920: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 09 | dyHisVolBase_009 | 5704589 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 09 | dyHisVolFlow_009 | 5704590 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 10 | dyHisStartTs_010 | 5704680 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 09 | dyHisMass_009 | 5704591 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 10 | dyHisEndTs_010 | 5704681 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 09 | dyHisEnergy_009 | 5704592 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 10 | dyHisFlowTime_010 | 5704682 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 09 | dyHisEventCount_009 | 5704593 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 10 | dyHisTempAvg_010 | 5704683 | double | o | 384: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 09 | dyHisAlarmCount_009 | 5704594 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 10 | dyHisSpAvg_010 | 5704684 | double | o | 256: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 09 | dyHisDayUserId_009 | 5704595 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 10 | dyHisDpAvg_010 | 5704685 | double | o | 258: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 09 | dyHisAssetId_009 | 5704596 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 10 | dyHisCounts_010 | 5704686 | ui32 | o | The 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 10 | dyHisDensBaseAvg_010 | 5704687 | double | o | 1920: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 10 | dyHisDensFlowAvg_010 | 5704688 | double | o | 1920: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 10 | dyHisVolBase_010 | 5704689 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 10 | dyHisVolFlow_010 | 5704690 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 11 | dyHisStartTs_011 | 5704780 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 10 | dyHisMass_010 | 5704691 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 11 | dyHisEndTs_011 | 5704781 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 10 | dyHisEnergy_010 | 5704692 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 11 | dyHisFlowTime_011 | 5704782 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 10 | dyHisEventCount_010 | 5704693 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 11 | dyHisTempAvg_011 | 5704783 | double | o | 384: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 10 | dyHisAlarmCount_010 | 5704694 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 11 | dyHisSpAvg_011 | 5704784 | double | o | 256: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 10 | dyHisDayUserId_010 | 5704695 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 11 | dyHisDpAvg_011 | 5704785 | double | o | 258: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 10 | dyHisAssetId_010 | 5704696 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 11 | dyHisCounts_011 | 5704786 | ui32 | o | The 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 11 | dyHisDensBaseAvg_011 | 5704787 | double | o | 1920: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 11 | dyHisDensFlowAvg_011 | 5704788 | double | o | 1920: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 11 | dyHisVolBase_011 | 5704789 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 11 | dyHisVolFlow_011 | 5704790 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 12 | dyHisStartTs_012 | 5704880 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 11 | dyHisMass_011 | 5704791 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 12 | dyHisEndTs_012 | 5704881 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 11 | dyHisEnergy_011 | 5704792 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 12 | dyHisFlowTime_012 | 5704882 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 11 | dyHisEventCount_011 | 5704793 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 12 | dyHisTempAvg_012 | 5704883 | double | o | 384: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 11 | dyHisAlarmCount_011 | 5704794 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 12 | dyHisSpAvg_012 | 5704884 | double | o | 256: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 11 | dyHisDayUserId_011 | 5704795 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 12 | dyHisDpAvg_012 | 5704885 | double | o | 258: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 11 | dyHisAssetId_011 | 5704796 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 12 | dyHisCounts_012 | 5704886 | ui32 | o | The 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 12 | dyHisDensBaseAvg_012 | 5704887 | double | o | 1920: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 12 | dyHisDensFlowAvg_012 | 5704888 | double | o | 1920: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 12 | dyHisVolBase_012 | 5704889 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 12 | dyHisVolFlow_012 | 5704890 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 13 | dyHisStartTs_013 | 5704980 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 12 | dyHisMass_012 | 5704891 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 13 | dyHisEndTs_013 | 5704981 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 12 | dyHisEnergy_012 | 5704892 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 13 | dyHisFlowTime_013 | 5704982 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 12 | dyHisEventCount_012 | 5704893 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 13 | dyHisTempAvg_013 | 5704983 | double | o | 384: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 12 | dyHisAlarmCount_012 | 5704894 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 13 | dyHisSpAvg_013 | 5704984 | double | o | 256: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 12 | dyHisDayUserId_012 | 5704895 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 13 | dyHisDpAvg_013 | 5704985 | double | o | 258: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 12 | dyHisAssetId_012 | 5704896 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 13 | dyHisCounts_013 | 5704986 | ui32 | o | The 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 13 | dyHisDensBaseAvg_013 | 5704987 | double | o | 1920: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 13 | dyHisDensFlowAvg_013 | 5704988 | double | o | 1920: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 13 | dyHisVolBase_013 | 5704989 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 13 | dyHisVolFlow_013 | 5704990 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 14 | dyHisStartTs_014 | 5705080 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 13 | dyHisMass_013 | 5704991 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 14 | dyHisEndTs_014 | 5705081 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 13 | dyHisEnergy_013 | 5704992 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 14 | dyHisFlowTime_014 | 5705082 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 13 | dyHisEventCount_013 | 5704993 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 14 | dyHisTempAvg_014 | 5705083 | double | o | 384: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 13 | dyHisAlarmCount_013 | 5704994 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 14 | dyHisSpAvg_014 | 5705084 | double | o | 256: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 13 | dyHisDayUserId_013 | 5704995 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 14 | dyHisDpAvg_014 | 5705085 | double | o | 258: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 13 | dyHisAssetId_013 | 5704996 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 14 | dyHisCounts_014 | 5705086 | ui32 | o | The 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 14 | dyHisDensBaseAvg_014 | 5705087 | double | o | 1920: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 14 | dyHisDensFlowAvg_014 | 5705088 | double | o | 1920: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 14 | dyHisVolBase_014 | 5705089 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 14 | dyHisVolFlow_014 | 5705090 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 15 | dyHisStartTs_015 | 5705180 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 14 | dyHisMass_014 | 5705091 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 15 | dyHisEndTs_015 | 5705181 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 14 | dyHisEnergy_014 | 5705092 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 15 | dyHisFlowTime_015 | 5705182 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 14 | dyHisEventCount_014 | 5705093 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 15 | dyHisTempAvg_015 | 5705183 | double | o | 384: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 14 | dyHisAlarmCount_014 | 5705094 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 15 | dyHisSpAvg_015 | 5705184 | double | o | 256: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 14 | dyHisDayUserId_014 | 5705095 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 15 | dyHisDpAvg_015 | 5705185 | double | o | 258: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 14 | dyHisAssetId_014 | 5705096 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 15 | dyHisCounts_015 | 5705186 | ui32 | o | The 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 15 | dyHisDensBaseAvg_015 | 5705187 | double | o | 1920: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 15 | dyHisDensFlowAvg_015 | 5705188 | double | o | 1920: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 15 | dyHisVolBase_015 | 5705189 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 15 | dyHisVolFlow_015 | 5705190 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 16 | dyHisStartTs_016 | 5705280 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 15 | dyHisMass_015 | 5705191 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 16 | dyHisEndTs_016 | 5705281 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 15 | dyHisEnergy_015 | 5705192 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 16 | dyHisFlowTime_016 | 5705282 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 15 | dyHisEventCount_015 | 5705193 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 16 | dyHisTempAvg_016 | 5705283 | double | o | 384: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 15 | dyHisAlarmCount_015 | 5705194 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 16 | dyHisSpAvg_016 | 5705284 | double | o | 256: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 15 | dyHisDayUserId_015 | 5705195 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 16 | dyHisDpAvg_016 | 5705285 | double | o | 258: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 15 | dyHisAssetId_015 | 5705196 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 16 | dyHisCounts_016 | 5705286 | ui32 | o | The 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 16 | dyHisDensBaseAvg_016 | 5705287 | double | o | 1920: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 16 | dyHisDensFlowAvg_016 | 5705288 | double | o | 1920: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 16 | dyHisVolBase_016 | 5705289 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 16 | dyHisVolFlow_016 | 5705290 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 17 | dyHisStartTs_017 | 5705380 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 16 | dyHisMass_016 | 5705291 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 17 | dyHisEndTs_017 | 5705381 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 16 | dyHisEnergy_016 | 5705292 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 17 | dyHisFlowTime_017 | 5705382 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 16 | dyHisEventCount_016 | 5705293 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 17 | dyHisTempAvg_017 | 5705383 | double | o | 384: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 16 | dyHisAlarmCount_016 | 5705294 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 17 | dyHisSpAvg_017 | 5705384 | double | o | 256: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 16 | dyHisDayUserId_016 | 5705295 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 17 | dyHisDpAvg_017 | 5705385 | double | o | 258: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 16 | dyHisAssetId_016 | 5705296 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 17 | dyHisCounts_017 | 5705386 | ui32 | o | The 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 17 | dyHisDensBaseAvg_017 | 5705387 | double | o | 1920: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 17 | dyHisDensFlowAvg_017 | 5705388 | double | o | 1920: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 17 | dyHisVolBase_017 | 5705389 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 17 | dyHisVolFlow_017 | 5705390 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 18 | dyHisStartTs_018 | 5705480 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 17 | dyHisMass_017 | 5705391 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 18 | dyHisEndTs_018 | 5705481 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 17 | dyHisEnergy_017 | 5705392 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 18 | dyHisFlowTime_018 | 5705482 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 17 | dyHisEventCount_017 | 5705393 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 18 | dyHisTempAvg_018 | 5705483 | double | o | 384: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 17 | dyHisAlarmCount_017 | 5705394 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 18 | dyHisSpAvg_018 | 5705484 | double | o | 256: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 17 | dyHisDayUserId_017 | 5705395 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 18 | dyHisDpAvg_018 | 5705485 | double | o | 258: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 17 | dyHisAssetId_017 | 5705396 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 18 | dyHisCounts_018 | 5705486 | ui32 | o | The 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 18 | dyHisDensBaseAvg_018 | 5705487 | double | o | 1920: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 18 | dyHisDensFlowAvg_018 | 5705488 | double | o | 1920: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 18 | dyHisVolBase_018 | 5705489 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 18 | dyHisVolFlow_018 | 5705490 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 19 | dyHisStartTs_019 | 5705580 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 18 | dyHisMass_018 | 5705491 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 19 | dyHisEndTs_019 | 5705581 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 18 | dyHisEnergy_018 | 5705492 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 19 | dyHisFlowTime_019 | 5705582 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 18 | dyHisEventCount_018 | 5705493 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 19 | dyHisTempAvg_019 | 5705583 | double | o | 384: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 18 | dyHisAlarmCount_018 | 5705494 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 19 | dyHisSpAvg_019 | 5705584 | double | o | 256: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 18 | dyHisDayUserId_018 | 5705495 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 19 | dyHisDpAvg_019 | 5705585 | double | o | 258: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 18 | dyHisAssetId_018 | 5705496 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 19 | dyHisCounts_019 | 5705586 | ui32 | o | The 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 19 | dyHisDensBaseAvg_019 | 5705587 | double | o | 1920: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 19 | dyHisDensFlowAvg_019 | 5705588 | double | o | 1920: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 19 | dyHisVolBase_019 | 5705589 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 19 | dyHisVolFlow_019 | 5705590 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 20 | dyHisStartTs_020 | 5705680 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 19 | dyHisMass_019 | 5705591 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 20 | dyHisEndTs_020 | 5705681 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 19 | dyHisEnergy_019 | 5705592 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 20 | dyHisFlowTime_020 | 5705682 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 19 | dyHisEventCount_019 | 5705593 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 20 | dyHisTempAvg_020 | 5705683 | double | o | 384: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 19 | dyHisAlarmCount_019 | 5705594 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 20 | dyHisSpAvg_020 | 5705684 | double | o | 256: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 19 | dyHisDayUserId_019 | 5705595 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 20 | dyHisDpAvg_020 | 5705685 | double | o | 258: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 19 | dyHisAssetId_019 | 5705596 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 20 | dyHisCounts_020 | 5705686 | ui32 | o | The 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 20 | dyHisDensBaseAvg_020 | 5705687 | double | o | 1920: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 20 | dyHisDensFlowAvg_020 | 5705688 | double | o | 1920: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 20 | dyHisVolBase_020 | 5705689 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 20 | dyHisVolFlow_020 | 5705690 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 21 | dyHisStartTs_021 | 5705780 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 20 | dyHisMass_020 | 5705691 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 21 | dyHisEndTs_021 | 5705781 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 20 | dyHisEnergy_020 | 5705692 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 21 | dyHisFlowTime_021 | 5705782 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 20 | dyHisEventCount_020 | 5705693 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 21 | dyHisTempAvg_021 | 5705783 | double | o | 384: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 20 | dyHisAlarmCount_020 | 5705694 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 21 | dyHisSpAvg_021 | 5705784 | double | o | 256: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 20 | dyHisDayUserId_020 | 5705695 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 21 | dyHisDpAvg_021 | 5705785 | double | o | 258: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 20 | dyHisAssetId_020 | 5705696 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 21 | dyHisCounts_021 | 5705786 | ui32 | o | The 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 21 | dyHisDensBaseAvg_021 | 5705787 | double | o | 1920: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 21 | dyHisDensFlowAvg_021 | 5705788 | double | o | 1920: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 21 | dyHisVolBase_021 | 5705789 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 21 | dyHisVolFlow_021 | 5705790 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 22 | dyHisStartTs_022 | 5705880 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 21 | dyHisMass_021 | 5705791 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 22 | dyHisEndTs_022 | 5705881 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 21 | dyHisEnergy_021 | 5705792 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 22 | dyHisFlowTime_022 | 5705882 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 21 | dyHisEventCount_021 | 5705793 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 22 | dyHisTempAvg_022 | 5705883 | double | o | 384: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 21 | dyHisAlarmCount_021 | 5705794 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 22 | dyHisSpAvg_022 | 5705884 | double | o | 256: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 21 | dyHisDayUserId_021 | 5705795 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 22 | dyHisDpAvg_022 | 5705885 | double | o | 258: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 21 | dyHisAssetId_021 | 5705796 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 22 | dyHisCounts_022 | 5705886 | ui32 | o | The 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 22 | dyHisDensBaseAvg_022 | 5705887 | double | o | 1920: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 22 | dyHisDensFlowAvg_022 | 5705888 | double | o | 1920: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 22 | dyHisVolBase_022 | 5705889 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 22 | dyHisVolFlow_022 | 5705890 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 23 | dyHisStartTs_023 | 5705980 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 22 | dyHisMass_022 | 5705891 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 23 | dyHisEndTs_023 | 5705981 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 22 | dyHisEnergy_022 | 5705892 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 23 | dyHisFlowTime_023 | 5705982 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 22 | dyHisEventCount_022 | 5705893 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 23 | dyHisTempAvg_023 | 5705983 | double | o | 384: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 22 | dyHisAlarmCount_022 | 5705894 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 23 | dyHisSpAvg_023 | 5705984 | double | o | 256: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 22 | dyHisDayUserId_022 | 5705895 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 23 | dyHisDpAvg_023 | 5705985 | double | o | 258: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 22 | dyHisAssetId_022 | 5705896 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 23 | dyHisCounts_023 | 5705986 | ui32 | o | The 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 23 | dyHisDensBaseAvg_023 | 5705987 | double | o | 1920: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 23 | dyHisDensFlowAvg_023 | 5705988 | double | o | 1920: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 23 | dyHisVolBase_023 | 5705989 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 23 | dyHisVolFlow_023 | 5705990 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 24 | dyHisStartTs_024 | 5706080 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 23 | dyHisMass_023 | 5705991 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 24 | dyHisEndTs_024 | 5706081 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 23 | dyHisEnergy_023 | 5705992 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 24 | dyHisFlowTime_024 | 5706082 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 23 | dyHisEventCount_023 | 5705993 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 24 | dyHisTempAvg_024 | 5706083 | double | o | 384: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 23 | dyHisAlarmCount_023 | 5705994 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 24 | dyHisSpAvg_024 | 5706084 | double | o | 256: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 23 | dyHisDayUserId_023 | 5705995 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 24 | dyHisDpAvg_024 | 5706085 | double | o | 258: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 23 | dyHisAssetId_023 | 5705996 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 24 | dyHisCounts_024 | 5706086 | ui32 | o | The 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 24 | dyHisDensBaseAvg_024 | 5706087 | double | o | 1920: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 24 | dyHisDensFlowAvg_024 | 5706088 | double | o | 1920: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 24 | dyHisVolBase_024 | 5706089 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 24 | dyHisVolFlow_024 | 5706090 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 25 | dyHisStartTs_025 | 5706180 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 24 | dyHisMass_024 | 5706091 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 25 | dyHisEndTs_025 | 5706181 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 24 | dyHisEnergy_024 | 5706092 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 25 | dyHisFlowTime_025 | 5706182 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 24 | dyHisEventCount_024 | 5706093 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 25 | dyHisTempAvg_025 | 5706183 | double | o | 384: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 24 | dyHisAlarmCount_024 | 5706094 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 25 | dyHisSpAvg_025 | 5706184 | double | o | 256: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 24 | dyHisDayUserId_024 | 5706095 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 25 | dyHisDpAvg_025 | 5706185 | double | o | 258: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 24 | dyHisAssetId_024 | 5706096 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 25 | dyHisCounts_025 | 5706186 | ui32 | o | The 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 25 | dyHisDensBaseAvg_025 | 5706187 | double | o | 1920: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 25 | dyHisDensFlowAvg_025 | 5706188 | double | o | 1920: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 25 | dyHisVolBase_025 | 5706189 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 25 | dyHisVolFlow_025 | 5706190 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 26 | dyHisStartTs_026 | 5706280 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 25 | dyHisMass_025 | 5706191 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 26 | dyHisEndTs_026 | 5706281 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 25 | dyHisEnergy_025 | 5706192 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 26 | dyHisFlowTime_026 | 5706282 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 25 | dyHisEventCount_025 | 5706193 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 26 | dyHisTempAvg_026 | 5706283 | double | o | 384: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 25 | dyHisAlarmCount_025 | 5706194 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 26 | dyHisSpAvg_026 | 5706284 | double | o | 256: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 25 | dyHisDayUserId_025 | 5706195 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 26 | dyHisDpAvg_026 | 5706285 | double | o | 258: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 25 | dyHisAssetId_025 | 5706196 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 26 | dyHisCounts_026 | 5706286 | ui32 | o | The 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 26 | dyHisDensBaseAvg_026 | 5706287 | double | o | 1920: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 26 | dyHisDensFlowAvg_026 | 5706288 | double | o | 1920: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 26 | dyHisVolBase_026 | 5706289 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 26 | dyHisVolFlow_026 | 5706290 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 27 | dyHisStartTs_027 | 5706380 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 26 | dyHisMass_026 | 5706291 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 27 | dyHisEndTs_027 | 5706381 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 26 | dyHisEnergy_026 | 5706292 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 27 | dyHisFlowTime_027 | 5706382 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 26 | dyHisEventCount_026 | 5706293 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 27 | dyHisTempAvg_027 | 5706383 | double | o | 384: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 26 | dyHisAlarmCount_026 | 5706294 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 27 | dyHisSpAvg_027 | 5706384 | double | o | 256: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 26 | dyHisDayUserId_026 | 5706295 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 27 | dyHisDpAvg_027 | 5706385 | double | o | 258: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 26 | dyHisAssetId_026 | 5706296 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 27 | dyHisCounts_027 | 5706386 | ui32 | o | The 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 27 | dyHisDensBaseAvg_027 | 5706387 | double | o | 1920: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 27 | dyHisDensFlowAvg_027 | 5706388 | double | o | 1920: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 27 | dyHisVolBase_027 | 5706389 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 27 | dyHisVolFlow_027 | 5706390 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 28 | dyHisStartTs_028 | 5706480 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 27 | dyHisMass_027 | 5706391 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 28 | dyHisEndTs_028 | 5706481 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 27 | dyHisEnergy_027 | 5706392 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 28 | dyHisFlowTime_028 | 5706482 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 27 | dyHisEventCount_027 | 5706393 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 28 | dyHisTempAvg_028 | 5706483 | double | o | 384: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 27 | dyHisAlarmCount_027 | 5706394 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 28 | dyHisSpAvg_028 | 5706484 | double | o | 256: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 27 | dyHisDayUserId_027 | 5706395 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 28 | dyHisDpAvg_028 | 5706485 | double | o | 258: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 27 | dyHisAssetId_027 | 5706396 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 28 | dyHisCounts_028 | 5706486 | ui32 | o | The 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 28 | dyHisDensBaseAvg_028 | 5706487 | double | o | 1920: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 28 | dyHisDensFlowAvg_028 | 5706488 | double | o | 1920: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 28 | dyHisVolBase_028 | 5706489 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 28 | dyHisVolFlow_028 | 5706490 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 29 | dyHisStartTs_029 | 5706580 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 28 | dyHisMass_028 | 5706491 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 29 | dyHisEndTs_029 | 5706581 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 28 | dyHisEnergy_028 | 5706492 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 29 | dyHisFlowTime_029 | 5706582 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 28 | dyHisEventCount_028 | 5706493 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 29 | dyHisTempAvg_029 | 5706583 | double | o | 384: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 28 | dyHisAlarmCount_028 | 5706494 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 29 | dyHisSpAvg_029 | 5706584 | double | o | 256: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 28 | dyHisDayUserId_028 | 5706495 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 29 | dyHisDpAvg_029 | 5706585 | double | o | 258: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 28 | dyHisAssetId_028 | 5706496 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 29 | dyHisCounts_029 | 5706586 | ui32 | o | The 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 29 | dyHisDensBaseAvg_029 | 5706587 | double | o | 1920: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 29 | dyHisDensFlowAvg_029 | 5706588 | double | o | 1920: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 29 | dyHisVolBase_029 | 5706589 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 29 | dyHisVolFlow_029 | 5706590 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 30 | dyHisStartTs_030 | 5706680 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 29 | dyHisMass_029 | 5706591 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 30 | dyHisEndTs_030 | 5706681 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 29 | dyHisEnergy_029 | 5706592 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 30 | dyHisFlowTime_030 | 5706682 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 29 | dyHisEventCount_029 | 5706593 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 30 | dyHisTempAvg_030 | 5706683 | double | o | 384: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 29 | dyHisAlarmCount_029 | 5706594 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 30 | dyHisSpAvg_030 | 5706684 | double | o | 256: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 29 | dyHisDayUserId_029 | 5706595 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 30 | dyHisDpAvg_030 | 5706685 | double | o | 258: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 29 | dyHisAssetId_029 | 5706596 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 30 | dyHisCounts_030 | 5706686 | ui32 | o | The 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 30 | dyHisDensBaseAvg_030 | 5706687 | double | o | 1920: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 30 | dyHisDensFlowAvg_030 | 5706688 | double | o | 1920: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 30 | dyHisVolBase_030 | 5706689 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 30 | dyHisVolFlow_030 | 5706690 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 31 | dyHisStartTs_031 | 5706780 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 30 | dyHisMass_030 | 5706691 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 31 | dyHisEndTs_031 | 5706781 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 30 | dyHisEnergy_030 | 5706692 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 31 | dyHisFlowTime_031 | 5706782 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 30 | dyHisEventCount_030 | 5706693 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 31 | dyHisTempAvg_031 | 5706783 | double | o | 384: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 30 | dyHisAlarmCount_030 | 5706694 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 31 | dyHisSpAvg_031 | 5706784 | double | o | 256: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 30 | dyHisDayUserId_030 | 5706695 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 31 | dyHisDpAvg_031 | 5706785 | double | o | 258: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 30 | dyHisAssetId_030 | 5706696 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 31 | dyHisCounts_031 | 5706786 | ui32 | o | The 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 31 | dyHisDensBaseAvg_031 | 5706787 | double | o | 1920: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 31 | dyHisDensFlowAvg_031 | 5706788 | double | o | 1920: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 31 | dyHisVolBase_031 | 5706789 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 31 | dyHisVolFlow_031 | 5706790 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 32 | dyHisStartTs_032 | 5706880 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 31 | dyHisMass_031 | 5706791 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Timestamp 32 | dyHisEndTs_032 | 5706881 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC timestamp at the end of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 31 | dyHisEnergy_031 | 5706792 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 32 | dyHisFlowTime_032 | 5706882 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The flow time in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 31 | dyHisEventCount_031 | 5706793 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Temperature 32 | dyHisTempAvg_032 | 5706883 | double | o | 384: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 31 | dyHisAlarmCount_031 | 5706794 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Static Pressure 32 | dyHisSpAvg_032 | 5706884 | double | o | 256: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 31 | dyHisDayUserId_031 | 5706795 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Differential Pressure 32 | dyHisDpAvg_032 | 5706885 | double | o | 258: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 31 | dyHisAssetId_031 | 5706796 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Pulse Count 32 | dyHisCounts_032 | 5706886 | ui32 | o | The 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 32 | dyHisDensBaseAvg_032 | 5706887 | double | o | 1920: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 32 | dyHisDensFlowAvg_032 | 5706888 | double | o | 1920: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 32 | dyHisVolBase_032 | 5706889 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The corrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Uncorrected Volume 32 | dyHisVolFlow_032 | 5706890 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | The uncorrected volume accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass 32 | dyHisMass_032 | 5706891 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The corrected mass accumulated over the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Energy 32 | dyHisEnergy_032 | 5706892 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The corrected energy accumulated in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 32 | dyHisEventCount_032 | 5706893 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Alarm Count 32 | dyHisAlarmCount_032 | 5706894 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day History User ID 32 | dyHisDayUserId_032 | 5706895 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Asset ID 32 | dyHisAssetId_032 | 5706896 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ |
Group 'Batch Current Status'
Information about the current batch.
This is a status group that has 21 parameters.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Batch State | bchState | 5570560 | i32 | o | 0:Disabled | 0:Disabled; 1:Inactive; 2:Purge; 3:Active; | The current state of batch operations. | ✓ | ✓ | ✓ | ✓ | |||||
Purge Corrected Volume | prgVolBase | 5570587 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated corrected volume during purge. | ✓ | ✓ | ✓ | ✓ | |||||
Purge Flow Time | prgFlowTime | 5570588 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The flow time during purge. | ✓ | ✓ | ✓ | ✓ | |||||
Purge Elapsed Time | prgElapsedTime | 5570589 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The elapsed time for purge. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch ID | bchId | 5570575 | i32 | o | The unique identification number of the current batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Current Batch Start Time | bchStartTs | 5570561 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The time that the current batch was started. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Elapsed Time | bchElapsedTime | 5570563 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The elapsed time for the current batch. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Flow Time | bchFlowTime | 5570564 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The flow time during the current batch. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Avg Temp | bchTempAvg | 5570581 | double | o | 384: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 SP | bchSpAvg | 5570582 | double | o | 256: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 DP | bchDpAvg | 5570583 | double | o | 258: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 Count | bchCounts | 5570584 | ui32 | o | The 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 Density | bchDensBaseAvg | 5570585 | double | o | 1920: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 Density | bchDensFlowAvg | 5570586 | double | o | 1920: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 Volume | bchVolBase | 5570565 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated corrected volume for the current batch. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Uncorrected Volume | bchVolFlow | 5570577 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated uncorrected volume for the current batch. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Mass | bchMass | 5570566 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The accumulated mass for the current batch. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Energy | bchEnergy | 5570567 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | The accumulated energy for the current batch. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Event Count | bchEventCount | 5570579 | i32 | o | The number of events that have occurred during the current batch. Batch results may be invalid if this number is not 0. | ✓ | ✓ | ✓ | ✓ | |||||||
Current Batch Alarm Count | bchAlarmCount | 5570580 | i32 | o | The number of alarms that have occurred during the current batch. Batch results may be invalid if this number is not 0. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch User ID | bchUserId | 5570590 | i32 | o | The 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.
Parameter | Tag Name | ID | Value Type | Tag Value Type | IO Type | Default Value | Limits | Default Units | Allowed Units | Description | Sync Enabled | Sync Default | Export Enabled | Publish MQTT Enabled | Subscribe MQTT Enabled | Show in Manager Enabled |
Batch ID 01 | bchHisId_001 | 5769316 | i32 | o | The unique identification number of the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Start Time 01 | bchHisStartTs_001 | 5769317 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The start time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch End Time 01 | bchHisEndTs_001 | 5769318 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The end time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Elapsed Time 01 | bchHisElapsedTime_001 | 5769319 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The elapsed time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Flow Time 01 | bchHisFlowTime_001 | 5769320 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Temp 01 | bchHisTempAvg_001 | 5769321 | double | o | 384: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 01 | bchHisSpAvg_001 | 5769322 | double | o | 256: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 01 | bchHisDpAvg_001 | 5769323 | double | o | 258: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 01 | bchHisCounts_001 | 5769324 | ui32 | o | The 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 01 | bchHisDensBaseAvg_001 | 5769325 | double | o | 1920: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 01 | bchHisDensFlowAvg_001 | 5769326 | double | o | 1920: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 02 | bchHisId_002 | 5769416 | i32 | o | The unique identification number of the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Corrected Volume 01 | bchHisVolBase_001 | 5769327 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated corrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Start Time 02 | bchHisStartTs_002 | 5769417 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The start time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Uncorrected Volume 01 | bchHisVolFlow_001 | 5769328 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated uncorrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch End Time 02 | bchHisEndTs_002 | 5769418 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The end time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Mass 01 | bchHisMass_001 | 5769329 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | Accumulated mass for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Elapsed Time 02 | bchHisElapsedTime_002 | 5769419 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The elapsed time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Energy 01 | bchHisEnergy_001 | 5769330 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | Accumulated energy for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Flow Time 02 | bchHisFlowTime_002 | 5769420 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Event Count 01 | bchHisEventCount_001 | 5769331 | i32 | o | The 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 02 | bchHisTempAvg_002 | 5769421 | double | o | 384: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 01 | bchHisAlarmCount_001 | 5769332 | i32 | o | The number of alarms that occurred during the batch. A non-zero value may invalidate the batch results. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg SP 02 | bchHisSpAvg_002 | 5769422 | double | o | 256: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 01 | bchHisBatchUserId_001 | 5769333 | i32 | o | The value of the user ID for the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg DP 02 | bchHisDpAvg_002 | 5769423 | double | o | 258: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 01 | bchHisAssetId_001 | 5769334 | i32 | o | The asset ID for this batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Pulse Count 02 | bchHisCounts_002 | 5769424 | ui32 | o | The 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 02 | bchHisDensBaseAvg_002 | 5769425 | double | o | 1920: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 02 | bchHisDensFlowAvg_002 | 5769426 | double | o | 1920: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 03 | bchHisId_003 | 5769516 | i32 | o | The unique identification number of the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Corrected Volume 02 | bchHisVolBase_002 | 5769427 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated corrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Start Time 03 | bchHisStartTs_003 | 5769517 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The start time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Uncorrected Volume 02 | bchHisVolFlow_002 | 5769428 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated uncorrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch End Time 03 | bchHisEndTs_003 | 5769518 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The end time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Mass 02 | bchHisMass_002 | 5769429 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | Accumulated mass for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Elapsed Time 03 | bchHisElapsedTime_003 | 5769519 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The elapsed time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Energy 02 | bchHisEnergy_002 | 5769430 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | Accumulated energy for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Flow Time 03 | bchHisFlowTime_003 | 5769520 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Event Count 02 | bchHisEventCount_002 | 5769431 | i32 | o | The 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 03 | bchHisTempAvg_003 | 5769521 | double | o | 384: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 02 | bchHisAlarmCount_002 | 5769432 | i32 | o | The number of alarms that occurred during the batch. A non-zero value may invalidate the batch results. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg SP 03 | bchHisSpAvg_003 | 5769522 | double | o | 256: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 02 | bchHisBatchUserId_002 | 5769433 | i32 | o | The value of the user ID for the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg DP 03 | bchHisDpAvg_003 | 5769523 | double | o | 258: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 02 | bchHisAssetId_002 | 5769434 | i32 | o | The asset ID for this batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Pulse Count 03 | bchHisCounts_003 | 5769524 | ui32 | o | The 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 03 | bchHisDensBaseAvg_003 | 5769525 | double | o | 1920: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 03 | bchHisDensFlowAvg_003 | 5769526 | double | o | 1920: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 04 | bchHisId_004 | 5769616 | i32 | o | The unique identification number of the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Corrected Volume 03 | bchHisVolBase_003 | 5769527 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated corrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Start Time 04 | bchHisStartTs_004 | 5769617 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The start time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Uncorrected Volume 03 | bchHisVolFlow_003 | 5769528 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated uncorrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch End Time 04 | bchHisEndTs_004 | 5769618 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The end time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Mass 03 | bchHisMass_003 | 5769529 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | Accumulated mass for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Elapsed Time 04 | bchHisElapsedTime_004 | 5769619 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The elapsed time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Energy 03 | bchHisEnergy_003 | 5769530 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | Accumulated energy for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Flow Time 04 | bchHisFlowTime_004 | 5769620 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Event Count 03 | bchHisEventCount_003 | 5769531 | i32 | o | The 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 04 | bchHisTempAvg_004 | 5769621 | double | o | 384: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 03 | bchHisAlarmCount_003 | 5769532 | i32 | o | The number of alarms that occurred during the batch. A non-zero value may invalidate the batch results. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg SP 04 | bchHisSpAvg_004 | 5769622 | double | o | 256: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 03 | bchHisBatchUserId_003 | 5769533 | i32 | o | The value of the user ID for the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg DP 04 | bchHisDpAvg_004 | 5769623 | double | o | 258: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 03 | bchHisAssetId_003 | 5769534 | i32 | o | The asset ID for this batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Pulse Count 04 | bchHisCounts_004 | 5769624 | ui32 | o | The 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 04 | bchHisDensBaseAvg_004 | 5769625 | double | o | 1920: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 04 | bchHisDensFlowAvg_004 | 5769626 | double | o | 1920: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 05 | bchHisId_005 | 5769716 | i32 | o | The unique identification number of the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Corrected Volume 04 | bchHisVolBase_004 | 5769627 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated corrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Start Time 05 | bchHisStartTs_005 | 5769717 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The start time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Uncorrected Volume 04 | bchHisVolFlow_004 | 5769628 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated uncorrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch End Time 05 | bchHisEndTs_005 | 5769718 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The end time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Mass 04 | bchHisMass_004 | 5769629 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | Accumulated mass for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Elapsed Time 05 | bchHisElapsedTime_005 | 5769719 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The elapsed time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Energy 04 | bchHisEnergy_004 | 5769630 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | Accumulated energy for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Flow Time 05 | bchHisFlowTime_005 | 5769720 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Event Count 04 | bchHisEventCount_004 | 5769631 | i32 | o | The 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 05 | bchHisTempAvg_005 | 5769721 | double | o | 384: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 04 | bchHisAlarmCount_004 | 5769632 | i32 | o | The number of alarms that occurred during the batch. A non-zero value may invalidate the batch results. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg SP 05 | bchHisSpAvg_005 | 5769722 | double | o | 256: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 04 | bchHisBatchUserId_004 | 5769633 | i32 | o | The value of the user ID for the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg DP 05 | bchHisDpAvg_005 | 5769723 | double | o | 258: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 04 | bchHisAssetId_004 | 5769634 | i32 | o | The asset ID for this batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Pulse Count 05 | bchHisCounts_005 | 5769724 | ui32 | o | The 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 05 | bchHisDensBaseAvg_005 | 5769725 | double | o | 1920: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 05 | bchHisDensFlowAvg_005 | 5769726 | double | o | 1920: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 05 | bchHisVolBase_005 | 5769727 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated corrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Uncorrected Volume 05 | bchHisVolFlow_005 | 5769728 | double | o | 1280:e3m3; | 1280:e3m3; 1281:m3; 1282:ft3; 1283:mmcf; 1284:mcf; | Accumulated uncorrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Mass 05 | bchHisMass_005 | 5769729 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | Accumulated mass for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Energy 05 | bchHisEnergy_005 | 5769730 | double | o | 1408:GJ; | 1408:GJ; 1409:MJ; 1410:Joule; 1411:BTU; 1412:MBTU; 1413:MMBTU; | Accumulated energy for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Event Count 05 | bchHisEventCount_005 | 5769731 | i32 | o | The 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 05 | bchHisAlarmCount_005 | 5769732 | i32 | o | The number of alarms that occurred during the batch. A non-zero value may invalidate the batch results. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch User ID 05 | bchHisBatchUserId_005 | 5769733 | i32 | o | The value of the user ID for the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Asset ID 05 | bchHisAssetId_005 | 5769734 | i32 | o | The asset ID for this batch. | ✓ | ✓ | ✓ | ✓ |