Liquid Flow v1.2
Version Info
- Completely change the way that tabular data is handled internally.
- Make logging level for the app sticky over app restarts.
Group 'Contract'
Configure contract settings for the flow computer.
This is a configuration group that has 4 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 | 1507328 | 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 | 1507329 | i16 | i | 0 | min:-12;max:12; | The different between local time and universal coordinated time (UTC). | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Base Temperature | baseTemp | 1507330 | double | i | 20 | min:-200.0;max:400.0; | 384:celsius; | 384:celsius; 385:fahrenheit; | The reference temperature to which flow values are corrected. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Base Pressure | basePressure | 1507331 | 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 '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 | 1114113 | i32 | i | 0:Mass Flow | 0:Mass Flow; 1:Mass Pulse; 2:Volume Flow; 3:Volume Pulse; | The type of sensor. Select 'Mass Flow' when using a sensor that provides a mass flow rate directly. Select 'Mass Pulse' when the sensor provides some number of pulses per some unit of mass. Selected 'Volume Flow' when the sensor provides a volumetric flow rate directly. Select 'Volume Pulse' when the sensor provides some number of pulses per unit of volume. Configure the appropriate settings in this group based on this selection. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Mass Flow Tag | massFlTag | 1114114 | string | double | i | massFlow | minChars:2;maxChars:32; spaces:False; lettersNumbersOnly:True; | 896:kg_s; | 896:kg_s; 897:kg_hr; 898:lbm_day; 899:lbm_hr; | The name of the tag that contains the value of the mass flow rate. This is required when the 'Input Type' is 'Mass Flow'. | ✓ | ✓ | ✓ | ✓ | ✓ | |
Volume Flow Tag | volFlTag | 1114115 | string | double | i | volumeFlow | minChars:2;maxChars:32; spaces:False; lettersNumbersOnly:True; | 1664:lqf_m3_day; | 1664:lqf_m3_day; 1665:lqf_m3_hr; 1666:lqf_e3m3_day; 1667:lqf_m3_s; 1668:lqf_ft3_hr; 1669:lqf_bbl_hr; 1670:lqf_gal_hr; 1671:lqf_bbl_day; 1672:lqf_gal_day; | The name of the tag that contains the value of the volume flow rate. This is required when the 'Input Type' is 'Volume Flow'. | ✓ | ✓ | ✓ | ✓ | ✓ | |
Mass Pulse Tag | massPlTag | 1114116 | string | ui32 | i | massPulse | minChars:2;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag that contains the value of the mass pulse input. This is required when the 'Input Type' is 'Mass Pulse'. | ✓ | ✓ | ✓ | ✓ | ||||
Volume Pulse Tag | volPlTag | 1114117 | string | ui32 | i | volumePulse | minChars:2;maxChars:32; spaces:False; lettersNumbersOnly:True; | The name of the tag that contains the value of the volume pulse input. This is required when the 'Input Type' is 'Volume Pulse'. | ✓ | ✓ | ✓ | ✓ | ||||
Mass Pulse Rollover | massPlRollover | 1114140 | ui32 | i | 4294967295 | min:1000;max:4294967295; | The value at which the mass pulse counter rolls over. This value is used by the app to determine the number of counts that occurred in an interval when the counts decrease from one interval to the next. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Volume Pulse Rollover | volPlRollover | 1114139 | ui32 | i | 4294967295 | min:1000;max:4294967295; | The value at which the volume pulse counter rolls over. This value is used by the app to determine the number of counts that occurred in an interval when the counts decrease from one interval to the next. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Mass Pulse K Factor | massKFactor | 1114118 | double | i | 100 | min:0.0;max:1000000.0; | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The number of pulses per unit of mass for the meter. This is required when the 'Input Type' is 'Mass Pulse'. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Volume Pulse K Factor | volKFactor | 1114119 | double | i | 100 | min:0.0;max:1000000.0; | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The number of pulses per unit of volume for the meter. This is required when the 'Input Type' is 'Volume Pulse'. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Meter Factor | meterFactor | 1114123 | double | i | 1 | min:0.0;max:1000.0; | The adjustment to mass or volume flow rate. The value is multiplied by this number. A value of 1 has no effect. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Temperature Input Type | tempType | 1114120 | i32 | i | 0:Live | 0:Live; 1:Fixed; 2:Coriolis Meter; | The type of input to use for the temperature input. Select 'Live' when the temperature is available in the PLC. Select 'Fixed' to use a fixed value for the temperature. Select 'Coriolis Meter' to read the temperature directly from a Coriolis Meter. Direct polling of the meter must be enabled when the 'Coriolis Meter' option is selected. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Fixed Temperature | fixedTemp | 1114121 | double | i | 100 | min:-200.0;max:400.0; | 384:celsius; | 384:celsius; 385:fahrenheit; | The value of the fixed temperature. This is required when the 'Temperature Input Type' is 'Fixed' and can be ignored otherwise. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Live Temperature Tag | liveTempTag | 1114122 | string | double | i | plcTemp | minChars:2;maxChars:32; spaces:False; lettersNumbersOnly:True; | 384:celsius; | 384:celsius; 385:fahrenheit; | The name of the tag that contains the live temperature. This is required when the 'Temperature Input Type' is 'Live' and can be ignored otherwise. | ✓ | ✓ | ✓ | ✓ | ✓ | |
Static Pressure Tag | spTag | 1114130 | string | double | i | staticPressure | minChars:2;maxChars:32; spaces:False; lettersNumbersOnly:True; | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 261:psi; | The name of the tag that contains the static pressure. | ✓ | ✓ | ✓ | ✓ | ||
Static Pressure Type | prType | 1114131 | i32 | i | 0:Absolute | 0:Absolute; 1:Gauge; | The type of measurement for the static pressure. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Atmospheric Pressure | atmPr | 1114132 | double | i | 101.3 | min:5.0;max:200.0; | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 261:psi; | The pressure of the atmosphere. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Density Type | densityType | 1114133 | i32 | i | 0:Live | 0:Live; 1:Fixed; 2:Coriolis Meter; | The type of input to use for the density input. Select 'Live' when the density is available in the PLC. Select 'Fixed' to use a fixed value for the density. Select 'Coriolis Meter' to read the density directly from a Coriolis Meter. Direct polling of the meter must be enabled when this option is selected. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Fixed Density | fixedDensity | 1114134 | double | i | 1000 | min:0.1;max:2000.0; | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The value of the fixed density. This is required when the 'Density Input Type' is 'Fixed' and can be ignored otherwise. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Live Density Tag | liveDensityTag | 1114135 | string | double | i | plcDensity | minChars:2;maxChars:32; spaces:False; lettersNumbersOnly:True; | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The name of the tag that contains the live density. This is required when the 'Density Input Type' is 'Live' and can be ignored otherwise. | ✓ | ✓ | ✓ | ✓ | ✓ | |
Water Cut Type | waterCutType | 1114136 | i32 | i | 0:Fixed | 0:Fixed; 1:Live; 2:Calculated; | The type of water cut. Choose the 'Fixed' option to use a fixed water cut. Choose the 'Live' option when a water cut meter is available. Use the 'Calculated' option when the water cut should be calculated. When 'Calculated' is selected, the 'Base Density Water' and 'Base Density Liquid' settings must be configured correctly. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Fixed Water Cut | fixedWaterCut | 1114137 | double | i | 10 | min:0.0;max:100.0; | 1:percent; | 1:percent; | The value of the fixed water cut. This is required when the 'Water Cut Type' is 'Fixed' and can be ignored otherwise. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Live Water Cut Tag | liveWaterCutTag | 1114138 | string | double | i | liveWaterCut | minChars:2;maxChars:32; spaces:False; lettersNumbersOnly:True; | 1:percent; | 1:percent; | The name of the tag that contains the live water cut. This is required when the 'Water Cut Input Type' is 'Live' and can be ignored otherwise. | ✓ | ✓ | ✓ | ✓ | ||
Coriolis Meter Drive Gain In | driveGainIn | 1114129 | string | double | i | driveGain | minChars:2;maxChars:32; spaces:False; lettersNumbersOnly:True; | 1:percent; | 1:percent; | The name of the tag that contains the drive gain from the Coriolis meter. | ✓ | ✓ | ✓ | ✓ | ✓ |
Group 'Flow Calculation'
Configure the flow calculation.
This is a configuration group that has 16 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 | 1179669 | 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. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Measurement Type | measType | 1179670 | i32 | i | 0:Liquid | 0:Liquid; 1:Water; | The type of product being measured by this application. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Product Type | liqProdType | 1179648 | i32 | i | 0:Crude Oil | 0:Crude Oil; 1:Fuel Oil; 2:Jet Fuel; 3:Transition Zone; 4:Gasoline; 5:Lubrication Oil; 6:Natural Gas Products; | The specific type of product being measured. A density alarm will be active when the density is out of range for the selected product. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Low Mass Cutoff | lowMassCutoff | 1179671 | double | i | 1 | min:0.0;max:1000000.0; | 896:kg_s; | 896:kg_s; 897:kg_hr; 898:lbm_day; 899:lbm_hr; | The minimum acceptable value for the mass flow rate. When the mass flow rate is less than this value, the calculated flow will be 0. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Mass Pulse Cutoff | lowMassPlCutoff | 1179674 | i32 | i | 10 | min:0;max:1000; | 5:countsPerSecond; | 5:countsPerSecond; | When using a mass pulse meter, flow will be set to zero when the measured counts in one second are less than this this value. If the value is 0, flow will be set to zero after no counts in one minute. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Low Volume Cutoff | lowVolCutoff | 1179672 | double | i | 1 | min:0.0;max:1000000.0; | 1664:lqf_m3_day; | 1664:lqf_m3_day; 1665:lqf_m3_hr; 1666:lqf_e3m3_day; 1667:lqf_m3_s; 1668:lqf_ft3_hr; 1669:lqf_bbl_hr; 1670:lqf_gal_hr; 1671:lqf_bbl_day; 1672:lqf_gal_day; | The minimum acceptable value for the volume flow rate. When the volume flow rate is less than this value, the calculated flow will be 0. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Volume Pulse Cutoff | lowVolPlCutoff | 1179675 | i32 | i | 10 | min:0;max:1000; | 5:countsPerSecond; | 5:countsPerSecond; | When using a volume pulse meter, flow will be set to zero when the measured counts in one second are less than this this value. If the value is 0, flow will be set to zero after no counts in one minute. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Base Density Oil | baseDensityOil | 1179655 | double | i | 600 | min:0.1;max:2000.0; | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The base density of oil in the mixture. This is used to calculate the water cut and must be configured when the 'Water Cut Type' is 'Calculated'. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Base Density Water | baseDensityWater | 1179656 | double | i | 1000 | min:0.1;max:2000.0; | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The base density of water in the mixture. This is used to calculate the water cut and must be configured when the 'Water Cut Type' is 'Calculated'. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Correction Factor Oil | corrFactOil | 1179660 | double | i | 1 | min:0.1;max:10.0; | A correction factor for the oil measurement. The calculated value will be multiplied by this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Correction Factor Water | corrFactWater | 1179661 | double | i | 1 | min:0.1;max:10.0; | A correction factor for the water measurement. The calculated value will be multiplied by this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Water Volume Correction Type | wtrCorrType | 1179662 | i32 | i | 0:None | 0:None; 1:API 11.4.1 (Water); 2:API 20.1 (Produced Water); | The type of correction to apply to the water calculation. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Produced Water Density | prodWtrDensity | 1179663 | double | i | 1000 | min:0.1;max:2000.0; | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The density of produced water at the base temperature. This value is required when the 'Water Volume Correction Type' is 'API 20.1 (Produced Water)'. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Enable Two Phase Detection | enTwoPhase | 1179668 | bool | i | False | min:False;max:True; | Whether to allow the flow computer to detect two phase flow. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Two Phase Threshold | twoPhaseThreshold | 1179666 | double | i | 1000 | min:0.1;max:2000.0; | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The value of density at which two phase flow is determined. When the density is less than this value, two phase flow occurs. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Two Phase Delay | twoPhaseDelay | 1179667 | i16 | i | 60 | min:0;max:600; | 640:seconds; | 640:seconds; | The delay between two phase flow being detected and becoming active or inactive. | ✓ | ✓ | ✓ | ✓ | ✓ |
Group 'Input Alarms'
Configure alarms for input values.
This is a configuration group that has 54 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 Mass Flow Alarms | enableMsAlarms | 1376256 | bool | i | False | min:False;max:True; | Whether to enable alarms for the mass flow rate input | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Mass Flow Alarm Delay | msAlarmDelay | 1376291 | i32 | i | 10 | min:0;max:60; | 640:seconds; | 640:seconds; | The delay between the value of the mass flow rate crossing an alarm limit and the alarm going active or inactive. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Mass Flow Low Low Alarm Value | msLoLoAlarmVal | 1376257 | double | i | 5 | min:-5.0;max:100000.0; | 896:kg_s; | 896:kg_s; 897:kg_hr; 898:lbm_day; 899:lbm_hr; | A low low alarm will be generated when the mass flow rate input is less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Mass Flow Low Alarm Value | msLoAlarmVal | 1376258 | double | i | 20 | min:-5.0;max:100000.0; | 896:kg_s; | 896:kg_s; 897:kg_hr; 898:lbm_day; 899:lbm_hr; | A low alarm will be generated when the mass flow rate input is less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Mass Flow High Alarm Value | msHiAlarmVal | 1376259 | double | i | 80 | min:-5.0;max:100000.0; | 896:kg_s; | 896:kg_s; 897:kg_hr; 898:lbm_day; 899:lbm_hr; | A high alarm will be generated when the mass flow rate input is greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Mass Flow High High Alarm Value | msHiHiAlarmVal | 1376260 | double | i | 95 | min:-5.0;max:100000.0; | 896:kg_s; | 896:kg_s; 897:kg_hr; 898:lbm_day; 899:lbm_hr; | A high high alarm will be generated when the mass flow rate input is greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Enable Volume Flow Alarms | enableVlAlarms | 1376261 | bool | i | False | min:False;max:True; | Whether to enable alarms for the volume flow rate input. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Volume Flow Alarm Delay | vlAlarmDelay | 1376292 | i32 | i | 10 | min:0;max:60; | 640:seconds; | 640:seconds; | The delay between the value of the volume flow rate crossing an alarm limit and the alarm going active or inactive. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Volume Flow Low Low Alarm Value | vlLoLoAlarmVal | 1376262 | double | i | 5 | min:-5.0;max:100000.0; | 1664:lqf_m3_day; | 1664:lqf_m3_day; 1665:lqf_m3_hr; 1666:lqf_e3m3_day; 1667:lqf_m3_s; 1668:lqf_ft3_hr; 1669:lqf_bbl_hr; 1670:lqf_gal_hr; 1671:lqf_bbl_day; 1672:lqf_gal_day; | A low low alarm will be generated when the volume flow rate input is less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Volume Flow Low Alarm Value | vlLoAlarmVal | 1376263 | double | i | 20 | min:-5.0;max:100000.0; | 1664:lqf_m3_day; | 1664:lqf_m3_day; 1665:lqf_m3_hr; 1666:lqf_e3m3_day; 1667:lqf_m3_s; 1668:lqf_ft3_hr; 1669:lqf_bbl_hr; 1670:lqf_gal_hr; 1671:lqf_bbl_day; 1672:lqf_gal_day; | A low alarm will be generated when the volume flow rate input is less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Volume Flow High Alarm Value | vlHiAlarmVal | 1376264 | double | i | 80 | min:-5.0;max:100000.0; | 1664:lqf_m3_day; | 1664:lqf_m3_day; 1665:lqf_m3_hr; 1666:lqf_e3m3_day; 1667:lqf_m3_s; 1668:lqf_ft3_hr; 1669:lqf_bbl_hr; 1670:lqf_gal_hr; 1671:lqf_bbl_day; 1672:lqf_gal_day; | A high alarm will be generated when the volume flow rate input is greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Volume Flow High High Alarm Value | vlHiHiAlarmVal | 1376265 | double | i | 95 | min:-5.0;max:100000.0; | 1664:lqf_m3_day; | 1664:lqf_m3_day; 1665:lqf_m3_hr; 1666:lqf_e3m3_day; 1667:lqf_m3_s; 1668:lqf_ft3_hr; 1669:lqf_bbl_hr; 1670:lqf_gal_hr; 1671:lqf_bbl_day; 1672:lqf_gal_day; | A high high alarm will be generated when the volume flow rate input is greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Enable Density Alarms | enableDnAlarms | 1376266 | bool | i | False | min:False;max:True; | Whether to enable alarms for the density input. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Density Alarm Delay | dnAlarmDelay | 1376293 | i32 | i | 10 | min:0;max:60; | 640:seconds; | 640:seconds; | The delay between the value of the density crossing an alarm limit and the alarm going active or inactive. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Density Low Low Alarm Value | dnLoLoAlarmVal | 1376267 | double | i | 5 | min:-5.0;max:100000.0; | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | A low low alarm will be generated when the density input is less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Density Low Alarm Value | dnLoAlarmVal | 1376268 | double | i | 20 | min:-5.0;max:100000.0; | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | A low alarm will be generated when the density input is less than this value | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Density High Alarm Value | dnHiAlarmVal | 1376269 | double | i | 80 | min:-5.0;max:100000.0; | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | A high alarm will be generated when the density input is greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Density High High Alarm Value | dnHiHiAlarmVal | 1376270 | double | i | 95 | min:-5.0;max:100000.0; | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | A high high alarm will be generated when the density input is greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Enable Water Cut Alarms | enableWcAlarms | 1376271 | bool | i | False | min:False;max:True; | Whether to enable alarms for the water cut input. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Water Cut Alarm Delay | wcAlarmDelay | 1376294 | i32 | i | 10 | min:0;max:60; | 640:seconds; | 640:seconds; | The delay between the value of the water cut crossing an alarm limit and the alarm going active or inactive. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Water Cut Low Low Alarm Value | wcLoLoAlarmVal | 1376272 | double | i | 5 | min:-5.0;max:105.0; | 1:percent; | 1:percent; | A low low alarm will be generated when the water cut input is less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Water Cut Low Alarm Value | wcLoAlarmVal | 1376273 | double | i | 20 | min:-5.0;max:105.0; | 1:percent; | 1:percent; | A low alarm will be generated when the water cut input is less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Water Cut High Alarm Value | wcHiAlarmVal | 1376274 | double | i | 80 | min:-5.0;max:105.0; | 1:percent; | 1:percent; | A high alarm will be generated when the water cut input is greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Water Cut High High Alarm Value | wcHiHiAlarmVal | 1376275 | double | i | 95 | min:-5.0;max:105.0; | 1:percent; | 1:percent; | A high high alarm will be generated when the water cut input is greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Enable Temperature Alarms | enableTmAlarms | 1376276 | bool | i | False | min:False;max:True; | Whether to enable alarms for the temperature input. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Temperature Alarm Delay | tmAlarmDelay | 1376295 | 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. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Temperature Low Low Alarm Value | tmLoLoAlarmVal | 1376277 | double | i | -20 | min:-60.0;max:1000.0; | 384:celsius; | 384:celsius; 385:fahrenheit; | A low low alarm will be generated when the temperature input is less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Temperature Low Alarm Value | tmLoAlarmVal | 1376278 | double | i | min:-60.0;max:1000.0; | 384:celsius; | 384:celsius; 385:fahrenheit; | A low alarm will be generated when the temperature input is less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | |||
Temperature High Alarm Value | tmHiAlarmVal | 1376279 | double | i | 100 | min:-60.0;max:1000.0; | 384:celsius; | 384:celsius; 385:fahrenheit; | A high alarm will be generated when the temperature input is greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Temperature High High Alarm Value | tmHiHiAlarmVal | 1376280 | double | i | 150 | min:-60.0;max:1000.0; | 384:celsius; | 384:celsius; 385:fahrenheit; | A high high alarm will be generated when the temperature input is greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Enable Static Pressure Alarms | enableSpAlarms | 1376281 | bool | i | False | min:False;max:True; | Whether to enable alarms for the static pressure input. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Static Pressure Alarm Delay | spAlarmDelay | 1376296 | 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. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Static Pressure Low Low Alarm Value | spLoLoAlarmVal | 1376282 | double | i | 5 | min:-5.0;max:100000.0; | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 261:psi; | A low low alarm will be generated when the static pressure input is less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Static Pressure Low Alarm Value | spLoAlarmVal | 1376283 | double | i | 20 | min:-5.0;max:100000.0; | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 261:psi; | A low alarm will be generated when the static pressure input is less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Static Pressure High Alarm Value | spHiAlarmVal | 1376284 | double | i | 80 | min:-5.0;max:100000.0; | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 261:psi; | A high alarm will be generated when the static pressure input is greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Static Pressure High High Alarm Value | spHiHiAlarmVal | 1376285 | double | i | 95 | min:-5.0;max:100000.0; | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 261:psi; | A high high alarm will be generated when the static pressure input is greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Enable Drive Gain Alarms | enableDgAlarms | 1376286 | bool | i | False | min:False;max:True; | Whether to enable alarms for the Coriolis meter drive gain. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Drive Gain Pressure Alarm Delay | dgAlarmDelay | 1376297 | i32 | i | 10 | min:0;max:60; | 640:seconds; | 640:seconds; | The delay between the value of the drive gain crossing an alarm limit and the alarm going active or inactive. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Drive Gain Low Low Alarm Value | dgLoLoAlarmVal | 1376287 | double | i | 5 | min:-5.0;max:100000.0; | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 261:psi; | A low low alarm will be generated when the drive gain input is less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Drive Gain Low Alarm Value | dgLoAlarmVal | 1376288 | double | i | 20 | min:-5.0;max:100000.0; | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 261:psi; | A low alarm will be generated when the drive gain input is less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Drive Gain High Alarm Value | dgHiAlarmVal | 1376289 | double | i | 80 | min:-5.0;max:100000.0; | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 261:psi; | A high alarm will be generated when the drive gain input is greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Drive Gain High High Alarm Value | dgHiHiAlarmVal | 1376290 | double | i | 95 | min:-5.0;max:100000.0; | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 261:psi; | A high high alarm will be generated when the drive gain input is greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Enable Mass Pulse Alarms | enableMsPlAlarms | 1376298 | bool | i | False | min:False;max:True; | Whether to enable alarms on the mass pulse input. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Mass Pulse Alarm Delay | msPlAlarmDelay | 1376299 | i32 | i | 10 | min:0;max:60; | 640:seconds; | 640:seconds; | The delay between the value of the mass pulse input crossing an alarm limit and the alarm going active or inactive. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Mass Pulse Low Low Alarm Value | msPlLoLoAlarmVal | 1376300 | i32 | i | 100 | min:0;max:100000; | A low low alarm will be generated when the mass pulse counts are less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Mass Pulse Low Alarm Value | msPlLoAlarmVal | 1376301 | i32 | i | 1000 | min:0;max:100000; | A low alarm will be generated when the mass pulse counts are less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Mass Pulse High Alarm Value | msPlHiAlarmVal | 1376302 | i32 | i | 50000 | min:0;max:100000; | A high alarm will be generated when the mass pulse counts are greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Mass Pulse High High Alarm Value | msPlHiHiAlarmVal | 1376303 | i32 | i | 75000 | min:0;max:100000; | A high high alarm will be generated when the mass pulse counts are greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Enable Volume Pulse Alarms | enableVlPlAlarms | 1376304 | bool | i | False | min:False;max:True; | Whether to enable alarms on the volume pulse input. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Volume Pulse Alarm Delay | vlPlAlarmDelay | 1376305 | i32 | i | 10 | min:0;max:60; | 640:seconds; | 640:seconds; | The delay between the value of the volume pulse input crossing an alarm limit and the alarm going active or inactive. | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Volume Pulse Low Low Alarm Value | vlPlLoLoAlarmVal | 1376306 | i32 | i | 100 | min:0;max:100000; | A low low alarm will be generated when the volume pulse counts are less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Volume Pulse Low Alarm Value | vlPlLoAlarmVal | 1376307 | i32 | i | 1000 | min:0;max:100000; | A low alarm will be generated when the volume pulse counts are less than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Volume Pulse High Alarm Value | vlPlHiAlarmVal | 1376308 | i32 | i | 50000 | min:0;max:100000; | A high alarm will be generated when the volume pulse counts are greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Volume Pulse High High Alarm Value | vlPlHiHiAlarmVal | 1376309 | i32 | i | 75000 | min:0;max:100000; | A high high alarm will be generated when the volume pulse counts are greater than this value. | ✓ | ✓ | ✓ | ✓ | ✓ |
Group 'Direct Polling'
Configure direct polling of meters using settings in this group.
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 |
Poll Coriolis Meter Directly | enPollCoriolis | 1441792 | bool | i | False | min:False;max:True; | Select this option to poll a Coriolis meter 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 meter. | ✓ | ✓ | ✓ | ||||||
Coriolis Meter Type | corMeterType | 1441793 | i32 | i | 0:Micro Motion | 0:Micro Motion; 1:Endress + Hauser; 2:Krohne MFC 400; | The type of Coriolis meter. Select 'Micro Motion' for Micro Motion 1000, 2000, 3000 and 5000 series meters. Select 'Endress + Hauser' for Promass 83, 100, 3000 or 500 series meters. | ✓ | ✓ | ✓ | ||||||
Coriolis Meter Protocol | corProtocol | 1441794 | i32 | i | 0:Modbus RTU | 0:Modbus RTU; 1:Modbus TCP; 2:Modbus RTU in TCP; | The protocol used to communicate with the Coriolis meter. | ✓ | ✓ | ✓ | ||||||
Coriolis Meter Station Address | corStAddr | 1441795 | i16 | i | 1 | min:1;max:254; | The Modbus station address of the Coriolis meter. | ✓ | ✓ | ✓ | ||||||
Coriolis Meter TCP Host Name | corTcpHost | 1441796 | string | i | 192.168.0.17 | minChars:2;maxChars:64; spaces:False; lettersNumbersOnly:True; | The IP address or host name of the Coriolis meter. | |||||||||
Coriolis Meter TCP Port | corTcpPort | 1441797 | ui16 | i | 502 | min:1;max:65535; | The port on the Coriolis meter to connect to. | ✓ | ✓ | ✓ | ||||||
Coriolis Meter Serial Port Name | corSerialPort | 1441798 | string | i | /dev/ttyS0 | minChars:2;maxChars:32; spaces:False; lettersNumbersOnly:False; | The name of the serial port to use to communicate with the Coriolis meter. When multiple liquid flow applications share the same serial port the meters will be polled sequentially. Having many meters on a single serial port will affect the update rate of all meters on that port. | |||||||||
Coriolis Meter Baud Rate | corBaudRate | 1441799 | 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 Coriolis meter. When multiple liquid flow applications share the same serial port the baud rate must be set to the same value in all applications. | ✓ | ✓ | ✓ | ||||||
Coriolis Meter Serial Port Parity | corParity | 1441800 | 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 Coriolis meter. When multiple liquid flow applications share the same serial port the parity setting must be set to the same value in all applications. | ✓ | ✓ | ✓ | ||||||
Coriolis Meter Serial Port Stop Bits | corStopBits | 1441801 | 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 Coriolis meter. When multiple liquid flow applications share the same serial port the stop bits setting must be set to the same value in all applications. | ✓ | ✓ | ✓ | ||||||
Coriolis Meter Float Register Ordering | corFltRegOrd | 1441802 | 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. | ✓ | ✓ | ✓ | ||||||
Coriolis Meter Int32 Register Ordering | corI32tRegOrd | 1441803 | 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 '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 |
Contract Group Configuration Invalid | contractGrpInVld | 5373959 | 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. | ✓ | ✓ | ✓ | ✓ | |||||||
Inputs Group Configuration Valid | inputGrpVld | 5373952 | bool | o | Indicates whether the configuration of the 'Inputs' group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration. | ✓ | ✓ | ✓ | ✓ | |||||||
Flow Calculation Group Configuration Valid | flwCalcGrpVld | 5373953 | bool | o | Indicates whether the 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 Valid | inAlarmGrpVld | 5373957 | bool | o | Indicates whether the configuration of the 'Input Alarms' group is valid or invalid. A low value indicates a valid configuration. A high value indicates an invalid configuration | ✓ | ✓ | ✓ | ✓ | |||||||
Direct Polling Group Configuration Invalid | drtPllGrpVld | 5373958 | bool | o | Indicates whether the pending configuration of the 'Direct Polling' 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 22 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 | 5570582 | 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 | 5570583 | bool | o | The input values to the flow computer are not valid. See the app's diagnostic log for more details. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||
Zero Flow | zeroFlow | 5570584 | 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. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||
Flow Calculation Failed | flowCalcFailed | 5570604 | bool | o | Whether or not the flow calculation has failed. The flow calc can fail for many reasons, including invalid inputs, inputs out of range, the algorithm did not converge, as well as others. See the app's diagnostic log for more details on why the calculation failed. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||
Mass Flow Rate | massFlRate | 5570586 | double | o | 896:kg_s; | 896:kg_s; 897:kg_hr; 898:lbm_day; 899:lbm_hr; | The mass flow rate. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Raw Volume Flow Rate | volFlRate | 5570587 | double | o | 1664:lqf_m3_day; | 1664:lqf_m3_day; 1665:lqf_m3_hr; 1666:lqf_e3m3_day; 1667:lqf_m3_s; 1668:lqf_ft3_hr; 1669:lqf_bbl_hr; 1670:lqf_gal_hr; 1671:lqf_bbl_day; 1672:lqf_gal_day; | The uncorrected volumetric flow rate. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Gross Standard Volume Flow Rate | grStdVolFlRate | 5570588 | double | o | 1664:lqf_m3_day; | 1664:lqf_m3_day; 1665:lqf_m3_hr; 1666:lqf_e3m3_day; 1667:lqf_m3_s; 1668:lqf_ft3_hr; 1669:lqf_bbl_hr; 1670:lqf_gal_hr; 1671:lqf_bbl_day; 1672:lqf_gal_day; | The corrected total volumetric flow rate. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Net Standard Volume Oil Flow Rate | ntStdVolOilFlRate | 5570589 | double | o | 1664:lqf_m3_day; | 1664:lqf_m3_day; 1665:lqf_m3_hr; 1666:lqf_e3m3_day; 1667:lqf_m3_s; 1668:lqf_ft3_hr; 1669:lqf_bbl_hr; 1670:lqf_gal_hr; 1671:lqf_bbl_day; 1672:lqf_gal_day; | The corrected oil flow rate. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Net Standard Volume Water Flow Rate | ntStdVolWtrFlRate | 5570590 | double | o | 1664:lqf_m3_day; | 1664:lqf_m3_day; 1665:lqf_m3_hr; 1666:lqf_e3m3_day; 1667:lqf_m3_s; 1668:lqf_ft3_hr; 1669:lqf_bbl_hr; 1670:lqf_gal_hr; 1671:lqf_bbl_day; 1672:lqf_gal_day; | The corrected water flow rate. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Water Cut | instWtrCut | 5570591 | double | o | 1:percent; | 1:percent; | The actual water cut. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Input Density | densityIn | 5570592 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The actual input density to the flow calculation. This value can be live or fixed, and when live, it can be read directly from a Coriolis meter. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Corrected Density | densityCorr | 5570593 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The calculated corrected density. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Input Temperature | tempIn | 5570595 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The actual input temperature to the flow calculation. This value can be live or fixed, and when live, it can be read directly from a Coriolis meter. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Input Pressure | pressureIn | 5570596 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 261:psi; | The actual input pressure to the flow calculation. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
CTL Oil | ctlOil | 5570597 | double | o | The temperature correction factor for oil. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||
CPL Oil | cplOil | 5570600 | double | o | The pressure correction factor for oil. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||
CTL Water | ctlWtr | 5570598 | double | o | The temperature correction factor for water. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||
Two Phase Flow | twoPhase | 5570599 | bool | o | Whether two phase flow is active | ✓ | ✓ | ✓ | ✓ | ✓ | ||||||
Coriolis Meter Drive Gain | driveGainOut | 5570585 | double | o | 1:percent; | 1:percent; | The actual drive gain of the Coriolis meter. | ✓ | ✓ | ✓ | ✓ | ✓ | ||||
Day User ID | dayUserId | 5570601 | 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 | 5570602 | 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 | 5570603 | i32 | o | This will be the value of the 'Batch User ID' parameter when the next batch is started. | ✓ | ✓ | ✓ | ✓ | ✓ |
Group 'Direct Polling Status'
Status information for when sensors are polled directly from the app instead of through the PLC.
This is a status group that has 19 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 |
Coriolis Meter Connected | corConnected | 5767168 | bool | o | Whether the Coriolis meter is connected. When a serial connection is used, whether the serial port can be opened and whether the meter can successfully be polled. When a TCP connection is used, whether a connection can be made and whether the meter can successfully be polled. | ✓ | ✓ | ✓ | ✓ | |||||||
Coriolis Meter Mass Flow Rate Status | corMassStatus | 5767169 | i32 | o | 0:None | 0:None; 1:Good; 2:Bad; | The status of the mass flow rate value from the Coriolis meter. | ✓ | ✓ | ✓ | ✓ | |||||
Coriolis Meter Mass Flow Rate | corMassValue | 5767170 | double | o | 896:kg_s; | 896:kg_s; 897:kg_hr; 898:lbm_day; 899:lbm_hr; | The raw value of the mass flow rate as read directly from the Coriolis meter. | ✓ | ✓ | ✓ | ✓ | |||||
Coriolis Meter Volume Flow Rate Status | corVolStatus | 5767171 | i32 | o | 0:None | 0:None; 1:Good; 2:Bad; | The status of the volume flow rate value from the Coriolis meter. | ✓ | ✓ | ✓ | ✓ | |||||
Coriolis Meter Volume Flow Rate | corVolValue | 5767172 | double | o | 1664:lqf_m3_day; | 1664:lqf_m3_day; 1665:lqf_m3_hr; 1666:lqf_e3m3_day; 1667:lqf_m3_s; 1668:lqf_ft3_hr; 1669:lqf_bbl_hr; 1670:lqf_gal_hr; 1671:lqf_bbl_day; 1672:lqf_gal_day; | The raw value of the volume flow rate as read directly from the Coriolis meter. | ✓ | ✓ | ✓ | ✓ | |||||
Coriolis Meter Temperature Status | corTempStatus | 5767173 | i32 | o | 0:None | 0:None; 1:Good; 2:Bad; | The status of the temperature value from the Coriolis meter. | ✓ | ✓ | ✓ | ✓ | |||||
Coriolis Meter Temperature | corTempValue | 5767174 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The raw value of the temperature as read directly from the Coriolis meter. | ✓ | ✓ | ✓ | ✓ | |||||
Coriolis Meter Density Status | corDenStatus | 5767175 | i32 | o | 0:None | 0:None; 1:Good; 2:Bad; | The status of the density value from the Coriolis meter. | ✓ | ✓ | ✓ | ✓ | |||||
Coriolis Meter Density | corDensValue | 5767176 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The raw value of the density as read directly from the Coriolis meter. | ✓ | ✓ | ✓ | ✓ | |||||
Coriolis Meter Poll Time Minimum | corPollTimeMin | 5767177 | double | o | 641:milliseconds; | 641:milliseconds; | The minimum Coriolis meter polling time for just this application. This value is reset every hour. | ✓ | ✓ | ✓ | ✓ | |||||
Coriolis Meter Poll Time Maximum | corPollTimeMax | 5767178 | double | o | 641:milliseconds; | 641:milliseconds; | The maximum Coriolis meter polling time for just this application. This value is reset every hour. | ✓ | ✓ | ✓ | ✓ | |||||
Coriolis Meter Poll Time Average | corPollTimeAvg | 5767179 | double | o | 641:milliseconds; | 641:milliseconds; | The average Coriolis meter polling time for just this application. This value is reset every hour. | ✓ | ✓ | ✓ | ✓ | |||||
Coriolis Meter Poll Time Minimum All Apps | corPollTmeAllAppsMin | 5767180 | double | o | 641:milliseconds; | 641:milliseconds; | The minimum Coriolis meter polling time for all applications that share a serial port. This value is reset every hour. | ✓ | ✓ | ✓ | ✓ | |||||
Coriolis Meter Poll Time Maximum All Apps | corPollTmeAllAppsMax | 5767181 | double | o | 641:milliseconds; | 641:milliseconds; | The maximum Coriolis meter polling time for all applications that share a serial port. This value is reset every hour. | ✓ | ✓ | ✓ | ✓ | |||||
Coriolis Meter Poll Time Average All Apps | corPollTmeAllAppsAvg | 5767182 | double | o | 641:milliseconds; | 641:milliseconds; | The average Coriolis meter polling time for all applications that share a serial port. This value is reset every hour. | ✓ | ✓ | ✓ | ✓ | |||||
Total Coriolis Meter Polls Today | corTotalPollsTdy | 5767183 | i32 | o | The total number of Coriolis Meter polls attempted today. This value is reset at midnight local time. | ✓ | ✓ | ✓ | ✓ | |||||||
Good Coriolis Meter Polls Today | corGoodPollsTdy | 5767184 | i32 | o | The total number of successful Coriolis meter polls today. This value is reset at midnight local time. | ✓ | ✓ | ✓ | ✓ | |||||||
Failed Coriolis Meter Polls Today | corFailPollsTdy | 5767185 | i32 | o | The total number of failed Coriolis meter polls today. This value is reset at midnight local time. | ✓ | ✓ | ✓ | ✓ | |||||||
Coriolis Meter Polling Suspended | corPollingSuspended | 5767186 | bool | o | Whether polling of the Coriolis meter 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 18 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 | 5898240 | double | o | 640:seconds; | 640:seconds; | The flow time in the current minute. | ✓ | ✓ | ✓ | ✓ | |||||
Minute Start Time | mnStartTs | 5898241 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the current minute. | ✓ | ✓ | ✓ | ✓ | |||||
Current Minute Mass Pulse Count | mnMassCounts | 5898242 | ui32 | o | The accumulated pulses for the mass pulse input in the current minute using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Current Minute Volume Pulse Count | mnVolCounts | 5898258 | ui32 | o | The accumulated pulses for the volume pulse input in the current minute using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Current Minute Mass | mnMass | 5898243 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The accumulated mass in the current minute. | ✓ | ✓ | ✓ | ✓ | |||||
Current Minute Raw Volume | mnVol | 5898244 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the current minute. | ✓ | ✓ | ✓ | ✓ | |||||
Current Minute Gross Standard Volume | mnGrStdVol | 5898245 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the current minute. | ✓ | ✓ | ✓ | ✓ | |||||
Current Minute Net Standard Volume Oil | mnNtStdVolOil | 5898246 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the current minute. | ✓ | ✓ | ✓ | ✓ | |||||
Current Minute Net Standard Volume Water | mnNtStdVolWtr | 5898247 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the current minute. | ✓ | ✓ | ✓ | ✓ | |||||
Current Minute Avg Water Cut | mnAvgWtrCut | 5898248 | double | o | 1:percent; | 1:percent; | The average water cut 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 Density Input | mnAvgDensityIn | 5898249 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input 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. | ✓ | ✓ | ✓ | ✓ | |||||
Current Minute Avg Density Corrected | mnAvgDensityCorr | 5898250 | 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. | ✓ | ✓ | ✓ | ✓ | |||||
Current Minute Avg Temperature | mnTempAvg | 5898252 | 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 Pressure | mnSpAvg | 5898253 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average 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 CTL Oil | mnAvgCtlOil | 5898254 | double | o | The average temperature correction factor for oil 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 CPL Oil | mnAvgCplOil | 5898255 | double | o | The average pressure correction factor for oil 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 CTL Water | mnAvgCtlWtr | 5898256 | double | o | The average temperature correction factor for water 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 Two Phase Time | mnTwoPhaseTime | 5898257 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time spent in two phase flow for the current minute. | ✓ | ✓ | ✓ | ✓ |
Group 'Flow Status - Hour'
Flow status for the current hour.
This is a status group that has 18 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 | 5963776 | double | o | 640:seconds; | 640:seconds; | The flow time in the current hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Time | hrStartTs | 5963777 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the current hour. | ✓ | ✓ | ✓ | ✓ | |||||
Current Hour Mass Pulse Count | hrMassCounts | 5963778 | ui32 | o | The accumulated pulses for the mass pulse input in the current hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Current Hour Volume Pulse Count | hrVolCounts | 5963794 | ui32 | o | The accumulated pulses for the volume pulse input in the current hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Current Hour Mass | hrMass | 5963779 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The accumulated mass in the current hour. | ✓ | ✓ | ✓ | ✓ | |||||
Current Hour Raw Volume | hrVol | 5963780 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the current hour. | ✓ | ✓ | ✓ | ✓ | |||||
Current Hour Gross Standard Volume | hrGrStdVol | 5963781 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the current hour. | ✓ | ✓ | ✓ | ✓ | |||||
Current Hour Net Standard Volume Oil | hrNtStdVolOil | 5963782 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the current hour. | ✓ | ✓ | ✓ | ✓ | |||||
Current Hour Net Standard Volume Water | hrNtStdVolWtr | 5963783 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the current hour. | ✓ | ✓ | ✓ | ✓ | |||||
Current Hour Avg Water Cut | hrAvgWtrCut | 5963784 | double | o | 1:percent; | 1:percent; | The average water cut 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 Density Input | hrAvgDensityIn | 5963785 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input 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. | ✓ | ✓ | ✓ | ✓ | |||||
Current Hour Avg Density Corrected | hrAvgDensityCorr | 5963786 | 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. | ✓ | ✓ | ✓ | ✓ | |||||
Current Hour Avg Temperature | hrTempAvg | 5963788 | 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 Pressure | hrSpAvg | 5963789 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average 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 CTL Oil | hrAvgCtlOil | 5963790 | double | o | The average temperature correction factor for oil 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 CPL Oil | hrAvgCplOil | 5963791 | double | o | The average pressure correction factor for oil 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 CTL Water | hrAvgCtlWtr | 5963792 | double | o | The average temperature correction factor for water 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 Two Phase Time | hrTwoPhaseTime | 5963793 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time spent in two phase flow for the current hour. | ✓ | ✓ | ✓ | ✓ |
Group 'Flow Status - Day'
Flow status for the current contract day.
This is a status group that has 18 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 | 6029312 | double | o | 640:seconds; | 640:seconds; | The flow time in the current contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Time | dyStartTs | 6029313 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the current contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Current Day Mass Pulse Count | dyMassCounts | 6029314 | ui32 | o | The accumulated pulses for the mass pulse input in the current contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Current Day Volume Pulse Count | dyVolCounts | 6029330 | ui32 | o | The accumulated pulses for the volume pulse input in the current day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Current Day Mass | dyMass | 6029315 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | The accumulated mass in the current contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Current Day Raw Volume | dyVol | 6029316 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the current contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Current Day Gross Standard Volume | dyGrStdVol | 6029317 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the current contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Current Day Net Standard Volume Oil | dyNtStdVolOil | 6029318 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the current contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Current Day Net Standard Volume Water | dyNtStdVolWtr | 6029319 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the current contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Current Day Avg Water Cut | dyAvgWtrCut | 6029320 | double | o | 1:percent; | 1:percent; | The average water cut for the current contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Current Day Avg Density Input | dyAvgDensityIn | 6029321 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the current contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Current Day Avg Density Corrected | dyAvgDensityCorr | 6029322 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the current contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Current Day Avg Temperature | dyTempAvg | 6029324 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the current contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Current Day Avg Pressure | dySpAvg | 6029325 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the current contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Current Day Avg CTL Oil | dyAvgCtlOil | 6029326 | double | o | The average temperature correction factor for oil for the current contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Current Day Avg CPL Oil | dyAvgCplOil | 6029327 | double | o | The average pressure correction factor for oil for the current contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Current Day Avg CTL Water | dyAvgCtlWtr | 6029328 | double | o | The average temperature correction factor for water for the current contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Current Day Two Phase Time | dyTwoPhaseTime | 6029329 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time spent in two phase flow for the current contract day. | ✓ | ✓ | ✓ | ✓ |
Group 'Input Alarm Status'
The status of alarms on the flow computer inputs.
This is a status group that has 10 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 | 5505030 | bool | o | An active high value that indicates whether any alarm is active. | ✓ | ✓ | ✓ | ✓ | |||||||
Mass Flow Rate Input Alarm Status | msAlarmStatus | 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 mass flow rate input. | ✓ | ✓ | ✓ | ✓ | |||||
Volume Flow Rate Input Alarm Status | vlAlarmStatus | 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 volume flow rate input. | ✓ | ✓ | ✓ | ✓ | |||||
Mass Pulse Alarm Status | msPlAlarmStatus | 5505032 | 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 mass pulse input. | ✓ | ✓ | ✓ | ✓ | |||||
Volume Pulse Alarm Status | vlPlAlarmStatus | 5505033 | 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 volume pulse input. | ✓ | ✓ | ✓ | ✓ | |||||
Density Input Alarm Status | dnAlarmStatus | 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 density input. | ✓ | ✓ | ✓ | ✓ | |||||
Water Cut Input Alarm Status | wcAlarmStatus | 5505027 | 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 water cut input. | ✓ | ✓ | ✓ | ✓ | |||||
Temperature Input Alarm Status | tmAlarmStatus | 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 temperature input. | ✓ | ✓ | ✓ | ✓ | |||||
Static Pressure Input Alarm Status | spAlarmStatus | 5505029 | 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. | ✓ | ✓ | ✓ | ✓ | |||||
Drive Gain Alarm Status | dgAlarmStatus | 5505031 | 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 drive gain input. | ✓ | ✓ | ✓ | ✓ |
Group 'Hourly History'
Hourly history records. The numeric value after the group or tag name describes which hour the record is for. For example, _03 is the current hour -3, while _01 is the previous hour, which is the same as the current hour -1.
This is a status group that has 550 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 time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 01 | hrHisEndTs_001 | 5638245 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Flow Time 01 | hrHisFlowTime_001 | 5638247 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Mass Pulse Count 01 | hrHisMassPlCnt_001 | 5638248 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 01 | hrHisVolPlCnt_001 | 5638263 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 01 | hrHisVol_001 | 5638249 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 01 | hrHisGrStdVol_001 | 5638250 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Net Standard Volume Oil 01 | hrHisNtStdVolOil_001 | 5638251 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Net Standard Volume Water 01 | hrHisNtStdVolWtr_001 | 5638252 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Water Cut 01 | hrHisAvgWtrCut_001 | 5638253 | double | o | 1:percent; | 1:percent; | The average water cut for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Input 01 | hrHisAvgDensityIn_001 | 5638254 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 01 | hrHisAvgDensityCorr_001 | 5638265 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 01 | hrHisTempAvg_001 | 5638255 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 02 | hrHisStartTs_002 | 5638344 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 01 | hrHisSpAvg_001 | 5638256 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 02 | hrHisEndTs_002 | 5638345 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 01 | hrHisAvgCtlOil_001 | 5638257 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 02 | hrHisFlowTime_002 | 5638347 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 01 | hrHisAvgCplOil_001 | 5638258 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 02 | hrHisMassPlCnt_002 | 5638348 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 02 | hrHisVolPlCnt_002 | 5638363 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 01 | hrHisAvgCtlWtr_001 | 5638259 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 02 | hrHisVol_002 | 5638349 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 01 | hrHisTwoPhseTm_001 | 5638260 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 02 | hrHisGrStdVol_002 | 5638350 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 01 | hrHisEventCount_001 | 5638261 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 02 | hrHisNtStdVolOil_002 | 5638351 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 01 | hrHisAlarmCount_001 | 5638262 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 02 | hrHisNtStdVolWtr_002 | 5638352 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 01 | hrHisDayUserId_001 | 5638264 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 02 | hrHisAvgWtrCut_002 | 5638353 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5638266 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 02 | hrHisAvgDensityIn_002 | 5638354 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 02 | hrHisAvgDensityCorr_002 | 5638365 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 02 | hrHisTempAvg_002 | 5638355 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 03 | hrHisStartTs_003 | 5638444 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 02 | hrHisSpAvg_002 | 5638356 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 03 | hrHisEndTs_003 | 5638445 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 02 | hrHisAvgCtlOil_002 | 5638357 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 03 | hrHisFlowTime_003 | 5638447 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 02 | hrHisAvgCplOil_002 | 5638358 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 03 | hrHisMassPlCnt_003 | 5638448 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 03 | hrHisVolPlCnt_003 | 5638463 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 02 | hrHisAvgCtlWtr_002 | 5638359 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 03 | hrHisVol_003 | 5638449 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 02 | hrHisTwoPhseTm_002 | 5638360 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 03 | hrHisGrStdVol_003 | 5638450 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 02 | hrHisEventCount_002 | 5638361 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 03 | hrHisNtStdVolOil_003 | 5638451 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 02 | hrHisAlarmCount_002 | 5638362 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 03 | hrHisNtStdVolWtr_003 | 5638452 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 02 | hrHisDayUserId_002 | 5638364 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 03 | hrHisAvgWtrCut_003 | 5638453 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5638366 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 03 | hrHisAvgDensityIn_003 | 5638454 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 03 | hrHisAvgDensityCorr_003 | 5638465 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 03 | hrHisTempAvg_003 | 5638455 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 04 | hrHisStartTs_004 | 5638544 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 03 | hrHisSpAvg_003 | 5638456 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 04 | hrHisEndTs_004 | 5638545 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 03 | hrHisAvgCtlOil_003 | 5638457 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 04 | hrHisFlowTime_004 | 5638547 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 03 | hrHisAvgCplOil_003 | 5638458 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 04 | hrHisMassPlCnt_004 | 5638548 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 04 | hrHisVolPlCnt_004 | 5638563 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 03 | hrHisAvgCtlWtr_003 | 5638459 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 04 | hrHisVol_004 | 5638549 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 03 | hrHisTwoPhseTm_003 | 5638460 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 04 | hrHisGrStdVol_004 | 5638550 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 03 | hrHisEventCount_003 | 5638461 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 04 | hrHisNtStdVolOil_004 | 5638551 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 03 | hrHisAlarmCount_003 | 5638462 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 04 | hrHisNtStdVolWtr_004 | 5638552 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 03 | hrHisDayUserId_003 | 5638464 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 04 | hrHisAvgWtrCut_004 | 5638553 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5638466 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 04 | hrHisAvgDensityIn_004 | 5638554 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 04 | hrHisAvgDensityCorr_004 | 5638565 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 04 | hrHisTempAvg_004 | 5638555 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 05 | hrHisStartTs_005 | 5638644 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 04 | hrHisSpAvg_004 | 5638556 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 05 | hrHisEndTs_005 | 5638645 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 04 | hrHisAvgCtlOil_004 | 5638557 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 05 | hrHisFlowTime_005 | 5638647 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 04 | hrHisAvgCplOil_004 | 5638558 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 05 | hrHisMassPlCnt_005 | 5638648 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 05 | hrHisVolPlCnt_005 | 5638663 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 04 | hrHisAvgCtlWtr_004 | 5638559 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 05 | hrHisVol_005 | 5638649 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 04 | hrHisTwoPhseTm_004 | 5638560 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 05 | hrHisGrStdVol_005 | 5638650 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 04 | hrHisEventCount_004 | 5638561 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 05 | hrHisNtStdVolOil_005 | 5638651 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 04 | hrHisAlarmCount_004 | 5638562 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 05 | hrHisNtStdVolWtr_005 | 5638652 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 04 | hrHisDayUserId_004 | 5638564 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 05 | hrHisAvgWtrCut_005 | 5638653 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5638566 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 05 | hrHisAvgDensityIn_005 | 5638654 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 05 | hrHisAvgDensityCorr_005 | 5638665 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 05 | hrHisTempAvg_005 | 5638655 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 06 | hrHisStartTs_006 | 5638744 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 05 | hrHisSpAvg_005 | 5638656 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 06 | hrHisEndTs_006 | 5638745 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 05 | hrHisAvgCtlOil_005 | 5638657 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 06 | hrHisFlowTime_006 | 5638747 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 05 | hrHisAvgCplOil_005 | 5638658 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 06 | hrHisMassPlCnt_006 | 5638748 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 06 | hrHisVolPlCnt_006 | 5638763 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 05 | hrHisAvgCtlWtr_005 | 5638659 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 06 | hrHisVol_006 | 5638749 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 05 | hrHisTwoPhseTm_005 | 5638660 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 06 | hrHisGrStdVol_006 | 5638750 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 05 | hrHisEventCount_005 | 5638661 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 06 | hrHisNtStdVolOil_006 | 5638751 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 05 | hrHisAlarmCount_005 | 5638662 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 06 | hrHisNtStdVolWtr_006 | 5638752 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 05 | hrHisDayUserId_005 | 5638664 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 06 | hrHisAvgWtrCut_006 | 5638753 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5638666 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 06 | hrHisAvgDensityIn_006 | 5638754 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 06 | hrHisAvgDensityCorr_006 | 5638765 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 06 | hrHisTempAvg_006 | 5638755 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 07 | hrHisStartTs_007 | 5638844 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 06 | hrHisSpAvg_006 | 5638756 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 07 | hrHisEndTs_007 | 5638845 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 06 | hrHisAvgCtlOil_006 | 5638757 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 07 | hrHisFlowTime_007 | 5638847 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 06 | hrHisAvgCplOil_006 | 5638758 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 07 | hrHisMassPlCnt_007 | 5638848 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 07 | hrHisVolPlCnt_007 | 5638863 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 06 | hrHisAvgCtlWtr_006 | 5638759 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 07 | hrHisVol_007 | 5638849 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 06 | hrHisTwoPhseTm_006 | 5638760 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 07 | hrHisGrStdVol_007 | 5638850 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 06 | hrHisEventCount_006 | 5638761 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 07 | hrHisNtStdVolOil_007 | 5638851 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 06 | hrHisAlarmCount_006 | 5638762 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 07 | hrHisNtStdVolWtr_007 | 5638852 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 06 | hrHisDayUserId_006 | 5638764 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 07 | hrHisAvgWtrCut_007 | 5638853 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5638766 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 07 | hrHisAvgDensityIn_007 | 5638854 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 07 | hrHisAvgDensityCorr_007 | 5638865 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 07 | hrHisTempAvg_007 | 5638855 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 08 | hrHisStartTs_008 | 5638944 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 07 | hrHisSpAvg_007 | 5638856 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 08 | hrHisEndTs_008 | 5638945 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 07 | hrHisAvgCtlOil_007 | 5638857 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 08 | hrHisFlowTime_008 | 5638947 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 07 | hrHisAvgCplOil_007 | 5638858 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 08 | hrHisMassPlCnt_008 | 5638948 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 08 | hrHisVolPlCnt_008 | 5638963 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 07 | hrHisAvgCtlWtr_007 | 5638859 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 08 | hrHisVol_008 | 5638949 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 07 | hrHisTwoPhseTm_007 | 5638860 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 08 | hrHisGrStdVol_008 | 5638950 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 07 | hrHisEventCount_007 | 5638861 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 08 | hrHisNtStdVolOil_008 | 5638951 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 07 | hrHisAlarmCount_007 | 5638862 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 08 | hrHisNtStdVolWtr_008 | 5638952 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 07 | hrHisDayUserId_007 | 5638864 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 08 | hrHisAvgWtrCut_008 | 5638953 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5638866 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 08 | hrHisAvgDensityIn_008 | 5638954 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 08 | hrHisAvgDensityCorr_008 | 5638965 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 08 | hrHisTempAvg_008 | 5638955 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 09 | hrHisStartTs_009 | 5639044 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 08 | hrHisSpAvg_008 | 5638956 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 09 | hrHisEndTs_009 | 5639045 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 08 | hrHisAvgCtlOil_008 | 5638957 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 09 | hrHisFlowTime_009 | 5639047 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 08 | hrHisAvgCplOil_008 | 5638958 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 09 | hrHisMassPlCnt_009 | 5639048 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 09 | hrHisVolPlCnt_009 | 5639063 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 08 | hrHisAvgCtlWtr_008 | 5638959 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 09 | hrHisVol_009 | 5639049 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 08 | hrHisTwoPhseTm_008 | 5638960 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 09 | hrHisGrStdVol_009 | 5639050 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 08 | hrHisEventCount_008 | 5638961 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 09 | hrHisNtStdVolOil_009 | 5639051 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 08 | hrHisAlarmCount_008 | 5638962 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 09 | hrHisNtStdVolWtr_009 | 5639052 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 08 | hrHisDayUserId_008 | 5638964 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 09 | hrHisAvgWtrCut_009 | 5639053 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5638966 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 09 | hrHisAvgDensityIn_009 | 5639054 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 09 | hrHisAvgDensityCorr_009 | 5639065 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 09 | hrHisTempAvg_009 | 5639055 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 10 | hrHisStartTs_010 | 5639144 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 09 | hrHisSpAvg_009 | 5639056 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 10 | hrHisEndTs_010 | 5639145 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 09 | hrHisAvgCtlOil_009 | 5639057 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 10 | hrHisFlowTime_010 | 5639147 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 09 | hrHisAvgCplOil_009 | 5639058 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 10 | hrHisMassPlCnt_010 | 5639148 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 10 | hrHisVolPlCnt_010 | 5639163 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 09 | hrHisAvgCtlWtr_009 | 5639059 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 10 | hrHisVol_010 | 5639149 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 09 | hrHisTwoPhseTm_009 | 5639060 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 10 | hrHisGrStdVol_010 | 5639150 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 09 | hrHisEventCount_009 | 5639061 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 10 | hrHisNtStdVolOil_010 | 5639151 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 09 | hrHisAlarmCount_009 | 5639062 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 10 | hrHisNtStdVolWtr_010 | 5639152 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 09 | hrHisDayUserId_009 | 5639064 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 10 | hrHisAvgWtrCut_010 | 5639153 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5639066 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 10 | hrHisAvgDensityIn_010 | 5639154 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 10 | hrHisAvgDensityCorr_010 | 5639165 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 10 | hrHisTempAvg_010 | 5639155 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 11 | hrHisStartTs_011 | 5639244 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 10 | hrHisSpAvg_010 | 5639156 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 11 | hrHisEndTs_011 | 5639245 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 10 | hrHisAvgCtlOil_010 | 5639157 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 11 | hrHisFlowTime_011 | 5639247 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 10 | hrHisAvgCplOil_010 | 5639158 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 11 | hrHisMassPlCnt_011 | 5639248 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 11 | hrHisVolPlCnt_011 | 5639263 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 10 | hrHisAvgCtlWtr_010 | 5639159 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 11 | hrHisVol_011 | 5639249 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 10 | hrHisTwoPhseTm_010 | 5639160 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 11 | hrHisGrStdVol_011 | 5639250 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 10 | hrHisEventCount_010 | 5639161 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 11 | hrHisNtStdVolOil_011 | 5639251 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 10 | hrHisAlarmCount_010 | 5639162 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 11 | hrHisNtStdVolWtr_011 | 5639252 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 10 | hrHisDayUserId_010 | 5639164 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 11 | hrHisAvgWtrCut_011 | 5639253 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5639166 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 11 | hrHisAvgDensityIn_011 | 5639254 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 11 | hrHisAvgDensityCorr_011 | 5639265 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 11 | hrHisTempAvg_011 | 5639255 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 12 | hrHisStartTs_012 | 5639344 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 11 | hrHisSpAvg_011 | 5639256 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 12 | hrHisEndTs_012 | 5639345 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 11 | hrHisAvgCtlOil_011 | 5639257 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 12 | hrHisFlowTime_012 | 5639347 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 11 | hrHisAvgCplOil_011 | 5639258 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 12 | hrHisMassPlCnt_012 | 5639348 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 12 | hrHisVolPlCnt_012 | 5639363 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 11 | hrHisAvgCtlWtr_011 | 5639259 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 12 | hrHisVol_012 | 5639349 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 11 | hrHisTwoPhseTm_011 | 5639260 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 12 | hrHisGrStdVol_012 | 5639350 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 11 | hrHisEventCount_011 | 5639261 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 12 | hrHisNtStdVolOil_012 | 5639351 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 11 | hrHisAlarmCount_011 | 5639262 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 12 | hrHisNtStdVolWtr_012 | 5639352 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 11 | hrHisDayUserId_011 | 5639264 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 12 | hrHisAvgWtrCut_012 | 5639353 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5639266 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 12 | hrHisAvgDensityIn_012 | 5639354 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 12 | hrHisAvgDensityCorr_012 | 5639365 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 12 | hrHisTempAvg_012 | 5639355 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 13 | hrHisStartTs_013 | 5639444 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 12 | hrHisSpAvg_012 | 5639356 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 13 | hrHisEndTs_013 | 5639445 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 12 | hrHisAvgCtlOil_012 | 5639357 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 13 | hrHisFlowTime_013 | 5639447 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 12 | hrHisAvgCplOil_012 | 5639358 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 13 | hrHisMassPlCnt_013 | 5639448 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 13 | hrHisVolPlCnt_013 | 5639463 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 12 | hrHisAvgCtlWtr_012 | 5639359 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 13 | hrHisVol_013 | 5639449 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 12 | hrHisTwoPhseTm_012 | 5639360 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 13 | hrHisGrStdVol_013 | 5639450 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 12 | hrHisEventCount_012 | 5639361 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 13 | hrHisNtStdVolOil_013 | 5639451 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 12 | hrHisAlarmCount_012 | 5639362 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 13 | hrHisNtStdVolWtr_013 | 5639452 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 12 | hrHisDayUserId_012 | 5639364 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 13 | hrHisAvgWtrCut_013 | 5639453 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5639366 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 13 | hrHisAvgDensityIn_013 | 5639454 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 13 | hrHisAvgDensityCorr_013 | 5639465 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 13 | hrHisTempAvg_013 | 5639455 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 14 | hrHisStartTs_014 | 5639544 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 13 | hrHisSpAvg_013 | 5639456 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 14 | hrHisEndTs_014 | 5639545 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 13 | hrHisAvgCtlOil_013 | 5639457 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 14 | hrHisFlowTime_014 | 5639547 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 13 | hrHisAvgCplOil_013 | 5639458 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 14 | hrHisMassPlCnt_014 | 5639548 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 14 | hrHisVolPlCnt_014 | 5639563 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 13 | hrHisAvgCtlWtr_013 | 5639459 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 14 | hrHisVol_014 | 5639549 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 13 | hrHisTwoPhseTm_013 | 5639460 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 14 | hrHisGrStdVol_014 | 5639550 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 13 | hrHisEventCount_013 | 5639461 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 14 | hrHisNtStdVolOil_014 | 5639551 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 13 | hrHisAlarmCount_013 | 5639462 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 14 | hrHisNtStdVolWtr_014 | 5639552 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 13 | hrHisDayUserId_013 | 5639464 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 14 | hrHisAvgWtrCut_014 | 5639553 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5639466 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 14 | hrHisAvgDensityIn_014 | 5639554 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 14 | hrHisAvgDensityCorr_014 | 5639565 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 14 | hrHisTempAvg_014 | 5639555 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 15 | hrHisStartTs_015 | 5639644 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 14 | hrHisSpAvg_014 | 5639556 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 15 | hrHisEndTs_015 | 5639645 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 14 | hrHisAvgCtlOil_014 | 5639557 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 15 | hrHisFlowTime_015 | 5639647 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 14 | hrHisAvgCplOil_014 | 5639558 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 15 | hrHisMassPlCnt_015 | 5639648 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 15 | hrHisVolPlCnt_015 | 5639663 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 14 | hrHisAvgCtlWtr_014 | 5639559 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 15 | hrHisVol_015 | 5639649 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 14 | hrHisTwoPhseTm_014 | 5639560 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 15 | hrHisGrStdVol_015 | 5639650 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 14 | hrHisEventCount_014 | 5639561 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 15 | hrHisNtStdVolOil_015 | 5639651 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 14 | hrHisAlarmCount_014 | 5639562 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 15 | hrHisNtStdVolWtr_015 | 5639652 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 14 | hrHisDayUserId_014 | 5639564 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 15 | hrHisAvgWtrCut_015 | 5639653 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5639566 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 15 | hrHisAvgDensityIn_015 | 5639654 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 15 | hrHisAvgDensityCorr_015 | 5639665 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 15 | hrHisTempAvg_015 | 5639655 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 16 | hrHisStartTs_016 | 5639744 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 15 | hrHisSpAvg_015 | 5639656 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 16 | hrHisEndTs_016 | 5639745 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 15 | hrHisAvgCtlOil_015 | 5639657 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 16 | hrHisFlowTime_016 | 5639747 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 15 | hrHisAvgCplOil_015 | 5639658 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 16 | hrHisMassPlCnt_016 | 5639748 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 16 | hrHisVolPlCnt_016 | 5639763 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 15 | hrHisAvgCtlWtr_015 | 5639659 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 16 | hrHisVol_016 | 5639749 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 15 | hrHisTwoPhseTm_015 | 5639660 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 16 | hrHisGrStdVol_016 | 5639750 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 15 | hrHisEventCount_015 | 5639661 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 16 | hrHisNtStdVolOil_016 | 5639751 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 15 | hrHisAlarmCount_015 | 5639662 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 16 | hrHisNtStdVolWtr_016 | 5639752 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 15 | hrHisDayUserId_015 | 5639664 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 16 | hrHisAvgWtrCut_016 | 5639753 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5639666 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 16 | hrHisAvgDensityIn_016 | 5639754 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 16 | hrHisAvgDensityCorr_016 | 5639765 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 16 | hrHisTempAvg_016 | 5639755 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 17 | hrHisStartTs_017 | 5639844 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 16 | hrHisSpAvg_016 | 5639756 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 17 | hrHisEndTs_017 | 5639845 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 16 | hrHisAvgCtlOil_016 | 5639757 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 17 | hrHisFlowTime_017 | 5639847 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 16 | hrHisAvgCplOil_016 | 5639758 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 17 | hrHisMassPlCnt_017 | 5639848 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 17 | hrHisVolPlCnt_017 | 5639863 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 16 | hrHisAvgCtlWtr_016 | 5639759 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 17 | hrHisVol_017 | 5639849 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 16 | hrHisTwoPhseTm_016 | 5639760 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 17 | hrHisGrStdVol_017 | 5639850 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 16 | hrHisEventCount_016 | 5639761 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 17 | hrHisNtStdVolOil_017 | 5639851 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 16 | hrHisAlarmCount_016 | 5639762 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 17 | hrHisNtStdVolWtr_017 | 5639852 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 16 | hrHisDayUserId_016 | 5639764 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 17 | hrHisAvgWtrCut_017 | 5639853 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5639766 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 17 | hrHisAvgDensityIn_017 | 5639854 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 17 | hrHisAvgDensityCorr_017 | 5639865 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 17 | hrHisTempAvg_017 | 5639855 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 18 | hrHisStartTs_018 | 5639944 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 17 | hrHisSpAvg_017 | 5639856 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 18 | hrHisEndTs_018 | 5639945 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 17 | hrHisAvgCtlOil_017 | 5639857 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 18 | hrHisFlowTime_018 | 5639947 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 17 | hrHisAvgCplOil_017 | 5639858 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 18 | hrHisMassPlCnt_018 | 5639948 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 18 | hrHisVolPlCnt_018 | 5639963 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 17 | hrHisAvgCtlWtr_017 | 5639859 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 18 | hrHisVol_018 | 5639949 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 17 | hrHisTwoPhseTm_017 | 5639860 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 18 | hrHisGrStdVol_018 | 5639950 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 17 | hrHisEventCount_017 | 5639861 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 18 | hrHisNtStdVolOil_018 | 5639951 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 17 | hrHisAlarmCount_017 | 5639862 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 18 | hrHisNtStdVolWtr_018 | 5639952 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 17 | hrHisDayUserId_017 | 5639864 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 18 | hrHisAvgWtrCut_018 | 5639953 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5639866 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 18 | hrHisAvgDensityIn_018 | 5639954 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 18 | hrHisAvgDensityCorr_018 | 5639965 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 18 | hrHisTempAvg_018 | 5639955 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 19 | hrHisStartTs_019 | 5640044 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 18 | hrHisSpAvg_018 | 5639956 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 19 | hrHisEndTs_019 | 5640045 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 18 | hrHisAvgCtlOil_018 | 5639957 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 19 | hrHisFlowTime_019 | 5640047 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 18 | hrHisAvgCplOil_018 | 5639958 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 19 | hrHisMassPlCnt_019 | 5640048 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 19 | hrHisVolPlCnt_019 | 5640063 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 18 | hrHisAvgCtlWtr_018 | 5639959 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 19 | hrHisVol_019 | 5640049 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 18 | hrHisTwoPhseTm_018 | 5639960 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 19 | hrHisGrStdVol_019 | 5640050 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 18 | hrHisEventCount_018 | 5639961 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 19 | hrHisNtStdVolOil_019 | 5640051 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 18 | hrHisAlarmCount_018 | 5639962 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 19 | hrHisNtStdVolWtr_019 | 5640052 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 18 | hrHisDayUserId_018 | 5639964 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 19 | hrHisAvgWtrCut_019 | 5640053 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5639966 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 19 | hrHisAvgDensityIn_019 | 5640054 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 19 | hrHisAvgDensityCorr_019 | 5640065 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 19 | hrHisTempAvg_019 | 5640055 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 20 | hrHisStartTs_020 | 5640144 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 19 | hrHisSpAvg_019 | 5640056 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 20 | hrHisEndTs_020 | 5640145 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 19 | hrHisAvgCtlOil_019 | 5640057 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 20 | hrHisFlowTime_020 | 5640147 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 19 | hrHisAvgCplOil_019 | 5640058 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 20 | hrHisMassPlCnt_020 | 5640148 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 20 | hrHisVolPlCnt_020 | 5640163 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 19 | hrHisAvgCtlWtr_019 | 5640059 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 20 | hrHisVol_020 | 5640149 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 19 | hrHisTwoPhseTm_019 | 5640060 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 20 | hrHisGrStdVol_020 | 5640150 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 19 | hrHisEventCount_019 | 5640061 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 20 | hrHisNtStdVolOil_020 | 5640151 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 19 | hrHisAlarmCount_019 | 5640062 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 20 | hrHisNtStdVolWtr_020 | 5640152 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 19 | hrHisDayUserId_019 | 5640064 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 20 | hrHisAvgWtrCut_020 | 5640153 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5640066 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 20 | hrHisAvgDensityIn_020 | 5640154 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 20 | hrHisAvgDensityCorr_020 | 5640165 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 20 | hrHisTempAvg_020 | 5640155 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 21 | hrHisStartTs_021 | 5640244 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 20 | hrHisSpAvg_020 | 5640156 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 21 | hrHisEndTs_021 | 5640245 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 20 | hrHisAvgCtlOil_020 | 5640157 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 21 | hrHisFlowTime_021 | 5640247 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 20 | hrHisAvgCplOil_020 | 5640158 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 21 | hrHisMassPlCnt_021 | 5640248 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 21 | hrHisVolPlCnt_021 | 5640263 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 20 | hrHisAvgCtlWtr_020 | 5640159 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 21 | hrHisVol_021 | 5640249 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 20 | hrHisTwoPhseTm_020 | 5640160 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 21 | hrHisGrStdVol_021 | 5640250 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 20 | hrHisEventCount_020 | 5640161 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 21 | hrHisNtStdVolOil_021 | 5640251 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 20 | hrHisAlarmCount_020 | 5640162 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 21 | hrHisNtStdVolWtr_021 | 5640252 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 20 | hrHisDayUserId_020 | 5640164 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 21 | hrHisAvgWtrCut_021 | 5640253 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5640166 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 21 | hrHisAvgDensityIn_021 | 5640254 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 21 | hrHisAvgDensityCorr_021 | 5640265 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 21 | hrHisTempAvg_021 | 5640255 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 22 | hrHisStartTs_022 | 5640344 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 21 | hrHisSpAvg_021 | 5640256 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 22 | hrHisEndTs_022 | 5640345 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 21 | hrHisAvgCtlOil_021 | 5640257 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 22 | hrHisFlowTime_022 | 5640347 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 21 | hrHisAvgCplOil_021 | 5640258 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 22 | hrHisMassPlCnt_022 | 5640348 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 22 | hrHisVolPlCnt_022 | 5640363 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 21 | hrHisAvgCtlWtr_021 | 5640259 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 22 | hrHisVol_022 | 5640349 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 21 | hrHisTwoPhseTm_021 | 5640260 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 22 | hrHisGrStdVol_022 | 5640350 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 21 | hrHisEventCount_021 | 5640261 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 22 | hrHisNtStdVolOil_022 | 5640351 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 21 | hrHisAlarmCount_021 | 5640262 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 22 | hrHisNtStdVolWtr_022 | 5640352 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 21 | hrHisDayUserId_021 | 5640264 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 22 | hrHisAvgWtrCut_022 | 5640353 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5640266 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 22 | hrHisAvgDensityIn_022 | 5640354 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 22 | hrHisAvgDensityCorr_022 | 5640365 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 22 | hrHisTempAvg_022 | 5640355 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 23 | hrHisStartTs_023 | 5640444 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 22 | hrHisSpAvg_022 | 5640356 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 23 | hrHisEndTs_023 | 5640445 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 22 | hrHisAvgCtlOil_022 | 5640357 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 23 | hrHisFlowTime_023 | 5640447 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 22 | hrHisAvgCplOil_022 | 5640358 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 23 | hrHisMassPlCnt_023 | 5640448 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 23 | hrHisVolPlCnt_023 | 5640463 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 22 | hrHisAvgCtlWtr_022 | 5640359 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 23 | hrHisVol_023 | 5640449 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 22 | hrHisTwoPhseTm_022 | 5640360 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 23 | hrHisGrStdVol_023 | 5640450 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 22 | hrHisEventCount_022 | 5640361 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 23 | hrHisNtStdVolOil_023 | 5640451 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 22 | hrHisAlarmCount_022 | 5640362 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 23 | hrHisNtStdVolWtr_023 | 5640452 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 22 | hrHisDayUserId_022 | 5640364 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 23 | hrHisAvgWtrCut_023 | 5640453 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5640366 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 23 | hrHisAvgDensityIn_023 | 5640454 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 23 | hrHisAvgDensityCorr_023 | 5640465 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 23 | hrHisTempAvg_023 | 5640455 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Start Timestamp 24 | hrHisStartTs_024 | 5640544 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 23 | hrHisSpAvg_023 | 5640456 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour End Time 24 | hrHisEndTs_024 | 5640545 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the hour | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 23 | hrHisAvgCtlOil_023 | 5640457 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Flow Time 24 | hrHisFlowTime_024 | 5640547 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CPL Oil 23 | hrHisAvgCplOil_023 | 5640458 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Mass Pulse Count 24 | hrHisMassPlCnt_024 | 5640548 | ui32 | o | The accumulated pulses for the mass pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Volume Pulse Count 24 | hrHisVolPlCnt_024 | 5640563 | ui32 | o | The accumulated pulses for the volume pulse input in the hour using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 23 | hrHisAvgCtlWtr_023 | 5640459 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Raw Volume 24 | hrHisVol_024 | 5640549 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Two Phase Time 23 | hrHisTwoPhseTm_023 | 5640460 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Gross Standard Volume 24 | hrHisGrStdVol_024 | 5640550 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 23 | hrHisEventCount_023 | 5640461 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Oil 24 | hrHisNtStdVolOil_024 | 5640551 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Alarm Count 23 | hrHisAlarmCount_023 | 5640462 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Net Standard Volume Water 24 | hrHisNtStdVolWtr_024 | 5640552 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Day User ID 23 | hrHisDayUserId_023 | 5640464 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Water Cut 24 | hrHisAvgWtrCut_024 | 5640553 | double | o | 1:percent; | 1:percent; | The average water cut for 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 | 5640466 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg Density Input 24 | hrHisAvgDensityIn_024 | 5640554 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Density Corrected 24 | hrHisAvgDensityCorr_024 | 5640565 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Temperature 24 | hrHisTempAvg_024 | 5640555 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg Pressure 24 | hrHisSpAvg_024 | 5640556 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Avg CTL Oil 24 | hrHisAvgCtlOil_024 | 5640557 | double | o | The average temperature correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CPL Oil 24 | hrHisAvgCplOil_024 | 5640558 | double | o | The average pressure correction factor for oil for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Avg CTL Water 24 | hrHisAvgCtlWtr_024 | 5640559 | double | o | The average temperature correction factor for water for the hour using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Two Phase Time 24 | hrHisTwoPhseTm_024 | 5640560 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the hour. | ✓ | ✓ | ✓ | ✓ | |||||
Hour Event Count 24 | hrHisEventCount_024 | 5640561 | i32 | o | The number of events in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Alarm Count 24 | hrHisAlarmCount_024 | 5640562 | i32 | o | The number of alarms in the hour. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Day User ID 24 | hrHisDayUserId_024 | 5640564 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Hour Asset ID 24 | hrHisAssetId_024 | 5640566 | i32 | o | The asset ID for this hour. | ✓ | ✓ | ✓ | ✓ |
Group 'Daily History'
Daily history records. The numeric value after the group or tag name describes which day the record is for. For example, _03 is the current day -3, while _01 is the previous day, which is the same as the current day -1.
This is a status group that has 550 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 time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 01 | dyHisEndTs_001 | 5703781 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Flow Time 01 | dyHisFlowTime_001 | 5703782 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Mass Pulse Count 01 | dyHisMassPlCnt_001 | 5703783 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 01 | dyHisVolPlCnt_001 | 5703798 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 01 | dyHisVol_001 | 5703784 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 01 | dyHisGrStdVol_001 | 5703785 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Net Standard Volume Oil 01 | dyHisNtStdVolOil_001 | 5703786 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Net Standard Volume Water 01 | dyHisNtStdVolWtr_001 | 5703787 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Water Cut 01 | dyHisAvgWtrCut_001 | 5703788 | double | o | 1:percent; | 1:percent; | The average water cut for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Input 01 | dyHisAvgDensityIn_001 | 5703789 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 01 | dyHisAvgDensityCorr_001 | 5703800 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 01 | dyHisTempAvg_001 | 5703790 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 02 | dyHisStartTs_002 | 5703880 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 01 | dyHisSpAvg_001 | 5703791 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 02 | dyHisEndTs_002 | 5703881 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 01 | dyHisAvgCtlOil_001 | 5703792 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 02 | dyHisFlowTime_002 | 5703882 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 01 | dyHisAvgCplOil_001 | 5703793 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 02 | dyHisMassPlCnt_002 | 5703883 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 02 | dyHisVolPlCnt_002 | 5703898 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 01 | dyHisAvgCtlWtr_001 | 5703794 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 02 | dyHisVol_002 | 5703884 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 01 | dyHisTwoPhseTm_001 | 5703795 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 02 | dyHisGrStdVol_002 | 5703885 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 01 | dyHisEventCount_001 | 5703796 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 02 | dyHisNtStdVolOil_002 | 5703886 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 01 | dyHisAlarmCount_001 | 5703797 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 02 | dyHisNtStdVolWtr_002 | 5703887 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 01 | dyHisDayUserId_001 | 5703799 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 02 | dyHisAvgWtrCut_002 | 5703888 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5703801 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 02 | dyHisAvgDensityIn_002 | 5703889 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 02 | dyHisAvgDensityCorr_002 | 5703900 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 02 | dyHisTempAvg_002 | 5703890 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 03 | dyHisStartTs_003 | 5703980 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 02 | dyHisSpAvg_002 | 5703891 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 03 | dyHisEndTs_003 | 5703981 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 02 | dyHisAvgCtlOil_002 | 5703892 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 03 | dyHisFlowTime_003 | 5703982 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 02 | dyHisAvgCplOil_002 | 5703893 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 03 | dyHisMassPlCnt_003 | 5703983 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 03 | dyHisVolPlCnt_003 | 5703998 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 02 | dyHisAvgCtlWtr_002 | 5703894 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 03 | dyHisVol_003 | 5703984 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 02 | dyHisTwoPhseTm_002 | 5703895 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 03 | dyHisGrStdVol_003 | 5703985 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 02 | dyHisEventCount_002 | 5703896 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 03 | dyHisNtStdVolOil_003 | 5703986 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 02 | dyHisAlarmCount_002 | 5703897 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 03 | dyHisNtStdVolWtr_003 | 5703987 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 02 | dyHisDayUserId_002 | 5703899 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 03 | dyHisAvgWtrCut_003 | 5703988 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5703901 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 03 | dyHisAvgDensityIn_003 | 5703989 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 03 | dyHisAvgDensityCorr_003 | 5704000 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 03 | dyHisTempAvg_003 | 5703990 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 04 | dyHisStartTs_004 | 5704080 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 03 | dyHisSpAvg_003 | 5703991 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 04 | dyHisEndTs_004 | 5704081 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 03 | dyHisAvgCtlOil_003 | 5703992 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 04 | dyHisFlowTime_004 | 5704082 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 03 | dyHisAvgCplOil_003 | 5703993 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 04 | dyHisMassPlCnt_004 | 5704083 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 04 | dyHisVolPlCnt_004 | 5704098 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 03 | dyHisAvgCtlWtr_003 | 5703994 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 04 | dyHisVol_004 | 5704084 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 03 | dyHisTwoPhseTm_003 | 5703995 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 04 | dyHisGrStdVol_004 | 5704085 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 03 | dyHisEventCount_003 | 5703996 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 04 | dyHisNtStdVolOil_004 | 5704086 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 03 | dyHisAlarmCount_003 | 5703997 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 04 | dyHisNtStdVolWtr_004 | 5704087 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 03 | dyHisDayUserId_003 | 5703999 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 04 | dyHisAvgWtrCut_004 | 5704088 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5704001 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 04 | dyHisAvgDensityIn_004 | 5704089 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 04 | dyHisAvgDensityCorr_004 | 5704100 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 04 | dyHisTempAvg_004 | 5704090 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 05 | dyHisStartTs_005 | 5704180 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 04 | dyHisSpAvg_004 | 5704091 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 05 | dyHisEndTs_005 | 5704181 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 04 | dyHisAvgCtlOil_004 | 5704092 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 05 | dyHisFlowTime_005 | 5704182 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 04 | dyHisAvgCplOil_004 | 5704093 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 05 | dyHisMassPlCnt_005 | 5704183 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 05 | dyHisVolPlCnt_005 | 5704198 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 04 | dyHisAvgCtlWtr_004 | 5704094 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 05 | dyHisVol_005 | 5704184 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 04 | dyHisTwoPhseTm_004 | 5704095 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 05 | dyHisGrStdVol_005 | 5704185 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 04 | dyHisEventCount_004 | 5704096 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 05 | dyHisNtStdVolOil_005 | 5704186 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 04 | dyHisAlarmCount_004 | 5704097 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 05 | dyHisNtStdVolWtr_005 | 5704187 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 04 | dyHisDayUserId_004 | 5704099 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 05 | dyHisAvgWtrCut_005 | 5704188 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5704101 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 05 | dyHisAvgDensityIn_005 | 5704189 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 05 | dyHisAvgDensityCorr_005 | 5704200 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 05 | dyHisTempAvg_005 | 5704190 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 06 | dyHisStartTs_006 | 5704280 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 05 | dyHisSpAvg_005 | 5704191 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 06 | dyHisEndTs_006 | 5704281 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 05 | dyHisAvgCtlOil_005 | 5704192 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 06 | dyHisFlowTime_006 | 5704282 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 05 | dyHisAvgCplOil_005 | 5704193 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 06 | dyHisMassPlCnt_006 | 5704283 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 06 | dyHisVolPlCnt_006 | 5704298 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 05 | dyHisAvgCtlWtr_005 | 5704194 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 06 | dyHisVol_006 | 5704284 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 05 | dyHisTwoPhseTm_005 | 5704195 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 06 | dyHisGrStdVol_006 | 5704285 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 05 | dyHisEventCount_005 | 5704196 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 06 | dyHisNtStdVolOil_006 | 5704286 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 05 | dyHisAlarmCount_005 | 5704197 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 06 | dyHisNtStdVolWtr_006 | 5704287 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 05 | dyHisDayUserId_005 | 5704199 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 06 | dyHisAvgWtrCut_006 | 5704288 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5704201 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 06 | dyHisAvgDensityIn_006 | 5704289 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 06 | dyHisAvgDensityCorr_006 | 5704300 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 06 | dyHisTempAvg_006 | 5704290 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 07 | dyHisStartTs_007 | 5704380 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 06 | dyHisSpAvg_006 | 5704291 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 07 | dyHisEndTs_007 | 5704381 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 06 | dyHisAvgCtlOil_006 | 5704292 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 07 | dyHisFlowTime_007 | 5704382 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 06 | dyHisAvgCplOil_006 | 5704293 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 07 | dyHisMassPlCnt_007 | 5704383 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 07 | dyHisVolPlCnt_007 | 5704398 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 06 | dyHisAvgCtlWtr_006 | 5704294 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 07 | dyHisVol_007 | 5704384 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 06 | dyHisTwoPhseTm_006 | 5704295 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 07 | dyHisGrStdVol_007 | 5704385 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 06 | dyHisEventCount_006 | 5704296 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 07 | dyHisNtStdVolOil_007 | 5704386 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 06 | dyHisAlarmCount_006 | 5704297 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 07 | dyHisNtStdVolWtr_007 | 5704387 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 06 | dyHisDayUserId_006 | 5704299 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 07 | dyHisAvgWtrCut_007 | 5704388 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5704301 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 07 | dyHisAvgDensityIn_007 | 5704389 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 07 | dyHisAvgDensityCorr_007 | 5704400 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 07 | dyHisTempAvg_007 | 5704390 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 08 | dyHisStartTs_008 | 5704480 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 07 | dyHisSpAvg_007 | 5704391 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 08 | dyHisEndTs_008 | 5704481 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 07 | dyHisAvgCtlOil_007 | 5704392 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 08 | dyHisFlowTime_008 | 5704482 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 07 | dyHisAvgCplOil_007 | 5704393 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 08 | dyHisMassPlCnt_008 | 5704483 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 08 | dyHisVolPlCnt_008 | 5704498 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 07 | dyHisAvgCtlWtr_007 | 5704394 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 08 | dyHisVol_008 | 5704484 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 07 | dyHisTwoPhseTm_007 | 5704395 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 08 | dyHisGrStdVol_008 | 5704485 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 07 | dyHisEventCount_007 | 5704396 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 08 | dyHisNtStdVolOil_008 | 5704486 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 07 | dyHisAlarmCount_007 | 5704397 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 08 | dyHisNtStdVolWtr_008 | 5704487 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 07 | dyHisDayUserId_007 | 5704399 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 08 | dyHisAvgWtrCut_008 | 5704488 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5704401 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 08 | dyHisAvgDensityIn_008 | 5704489 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 08 | dyHisAvgDensityCorr_008 | 5704500 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 08 | dyHisTempAvg_008 | 5704490 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 09 | dyHisStartTs_009 | 5704580 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 08 | dyHisSpAvg_008 | 5704491 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 09 | dyHisEndTs_009 | 5704581 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 08 | dyHisAvgCtlOil_008 | 5704492 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 09 | dyHisFlowTime_009 | 5704582 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 08 | dyHisAvgCplOil_008 | 5704493 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 09 | dyHisMassPlCnt_009 | 5704583 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 09 | dyHisVolPlCnt_009 | 5704598 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 08 | dyHisAvgCtlWtr_008 | 5704494 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 09 | dyHisVol_009 | 5704584 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 08 | dyHisTwoPhseTm_008 | 5704495 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 09 | dyHisGrStdVol_009 | 5704585 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 08 | dyHisEventCount_008 | 5704496 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 09 | dyHisNtStdVolOil_009 | 5704586 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 08 | dyHisAlarmCount_008 | 5704497 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 09 | dyHisNtStdVolWtr_009 | 5704587 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 08 | dyHisDayUserId_008 | 5704499 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 09 | dyHisAvgWtrCut_009 | 5704588 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5704501 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 09 | dyHisAvgDensityIn_009 | 5704589 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 09 | dyHisAvgDensityCorr_009 | 5704600 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 09 | dyHisTempAvg_009 | 5704590 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 10 | dyHisStartTs_010 | 5704680 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 09 | dyHisSpAvg_009 | 5704591 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 10 | dyHisEndTs_010 | 5704681 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 09 | dyHisAvgCtlOil_009 | 5704592 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 10 | dyHisFlowTime_010 | 5704682 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 09 | dyHisAvgCplOil_009 | 5704593 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 10 | dyHisMassPlCnt_010 | 5704683 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 10 | dyHisVolPlCnt_010 | 5704698 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 09 | dyHisAvgCtlWtr_009 | 5704594 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 10 | dyHisVol_010 | 5704684 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 09 | dyHisTwoPhseTm_009 | 5704595 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 10 | dyHisGrStdVol_010 | 5704685 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 09 | dyHisEventCount_009 | 5704596 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 10 | dyHisNtStdVolOil_010 | 5704686 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 09 | dyHisAlarmCount_009 | 5704597 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 10 | dyHisNtStdVolWtr_010 | 5704687 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 09 | dyHisDayUserId_009 | 5704599 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 10 | dyHisAvgWtrCut_010 | 5704688 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5704601 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 10 | dyHisAvgDensityIn_010 | 5704689 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 10 | dyHisAvgDensityCorr_010 | 5704700 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 10 | dyHisTempAvg_010 | 5704690 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 11 | dyHisStartTs_011 | 5704780 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 10 | dyHisSpAvg_010 | 5704691 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 11 | dyHisEndTs_011 | 5704781 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 10 | dyHisAvgCtlOil_010 | 5704692 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 11 | dyHisFlowTime_011 | 5704782 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 10 | dyHisAvgCplOil_010 | 5704693 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 11 | dyHisMassPlCnt_011 | 5704783 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 11 | dyHisVolPlCnt_011 | 5704798 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 10 | dyHisAvgCtlWtr_010 | 5704694 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 11 | dyHisVol_011 | 5704784 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 10 | dyHisTwoPhseTm_010 | 5704695 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 11 | dyHisGrStdVol_011 | 5704785 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 10 | dyHisEventCount_010 | 5704696 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 11 | dyHisNtStdVolOil_011 | 5704786 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 10 | dyHisAlarmCount_010 | 5704697 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 11 | dyHisNtStdVolWtr_011 | 5704787 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 10 | dyHisDayUserId_010 | 5704699 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 11 | dyHisAvgWtrCut_011 | 5704788 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5704701 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 11 | dyHisAvgDensityIn_011 | 5704789 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 11 | dyHisAvgDensityCorr_011 | 5704800 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 11 | dyHisTempAvg_011 | 5704790 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 12 | dyHisStartTs_012 | 5704880 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 11 | dyHisSpAvg_011 | 5704791 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 12 | dyHisEndTs_012 | 5704881 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 11 | dyHisAvgCtlOil_011 | 5704792 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 12 | dyHisFlowTime_012 | 5704882 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 11 | dyHisAvgCplOil_011 | 5704793 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 12 | dyHisMassPlCnt_012 | 5704883 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 12 | dyHisVolPlCnt_012 | 5704898 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 11 | dyHisAvgCtlWtr_011 | 5704794 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 12 | dyHisVol_012 | 5704884 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 11 | dyHisTwoPhseTm_011 | 5704795 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 12 | dyHisGrStdVol_012 | 5704885 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 11 | dyHisEventCount_011 | 5704796 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 12 | dyHisNtStdVolOil_012 | 5704886 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 11 | dyHisAlarmCount_011 | 5704797 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 12 | dyHisNtStdVolWtr_012 | 5704887 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 11 | dyHisDayUserId_011 | 5704799 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 12 | dyHisAvgWtrCut_012 | 5704888 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5704801 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 12 | dyHisAvgDensityIn_012 | 5704889 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 12 | dyHisAvgDensityCorr_012 | 5704900 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 12 | dyHisTempAvg_012 | 5704890 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 13 | dyHisStartTs_013 | 5704980 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 12 | dyHisSpAvg_012 | 5704891 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 13 | dyHisEndTs_013 | 5704981 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 12 | dyHisAvgCtlOil_012 | 5704892 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 13 | dyHisFlowTime_013 | 5704982 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 12 | dyHisAvgCplOil_012 | 5704893 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 13 | dyHisMassPlCnt_013 | 5704983 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 13 | dyHisVolPlCnt_013 | 5704998 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 12 | dyHisAvgCtlWtr_012 | 5704894 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 13 | dyHisVol_013 | 5704984 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 12 | dyHisTwoPhseTm_012 | 5704895 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 13 | dyHisGrStdVol_013 | 5704985 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 12 | dyHisEventCount_012 | 5704896 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 13 | dyHisNtStdVolOil_013 | 5704986 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 12 | dyHisAlarmCount_012 | 5704897 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 13 | dyHisNtStdVolWtr_013 | 5704987 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 12 | dyHisDayUserId_012 | 5704899 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 13 | dyHisAvgWtrCut_013 | 5704988 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5704901 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 13 | dyHisAvgDensityIn_013 | 5704989 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 13 | dyHisAvgDensityCorr_013 | 5705000 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 13 | dyHisTempAvg_013 | 5704990 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 14 | dyHisStartTs_014 | 5705080 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 13 | dyHisSpAvg_013 | 5704991 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 14 | dyHisEndTs_014 | 5705081 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 13 | dyHisAvgCtlOil_013 | 5704992 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 14 | dyHisFlowTime_014 | 5705082 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 13 | dyHisAvgCplOil_013 | 5704993 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 14 | dyHisMassPlCnt_014 | 5705083 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 14 | dyHisVolPlCnt_014 | 5705098 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 13 | dyHisAvgCtlWtr_013 | 5704994 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 14 | dyHisVol_014 | 5705084 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 13 | dyHisTwoPhseTm_013 | 5704995 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 14 | dyHisGrStdVol_014 | 5705085 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 13 | dyHisEventCount_013 | 5704996 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 14 | dyHisNtStdVolOil_014 | 5705086 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 13 | dyHisAlarmCount_013 | 5704997 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 14 | dyHisNtStdVolWtr_014 | 5705087 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 13 | dyHisDayUserId_013 | 5704999 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 14 | dyHisAvgWtrCut_014 | 5705088 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5705001 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 14 | dyHisAvgDensityIn_014 | 5705089 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 14 | dyHisAvgDensityCorr_014 | 5705100 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 14 | dyHisTempAvg_014 | 5705090 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 15 | dyHisStartTs_015 | 5705180 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 14 | dyHisSpAvg_014 | 5705091 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 15 | dyHisEndTs_015 | 5705181 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 14 | dyHisAvgCtlOil_014 | 5705092 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 15 | dyHisFlowTime_015 | 5705182 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 14 | dyHisAvgCplOil_014 | 5705093 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 15 | dyHisMassPlCnt_015 | 5705183 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 15 | dyHisVolPlCnt_015 | 5705198 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 14 | dyHisAvgCtlWtr_014 | 5705094 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 15 | dyHisVol_015 | 5705184 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 14 | dyHisTwoPhseTm_014 | 5705095 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 15 | dyHisGrStdVol_015 | 5705185 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 14 | dyHisEventCount_014 | 5705096 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 15 | dyHisNtStdVolOil_015 | 5705186 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 14 | dyHisAlarmCount_014 | 5705097 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 15 | dyHisNtStdVolWtr_015 | 5705187 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 14 | dyHisDayUserId_014 | 5705099 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 15 | dyHisAvgWtrCut_015 | 5705188 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5705101 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 15 | dyHisAvgDensityIn_015 | 5705189 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 15 | dyHisAvgDensityCorr_015 | 5705200 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 15 | dyHisTempAvg_015 | 5705190 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 16 | dyHisStartTs_016 | 5705280 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 15 | dyHisSpAvg_015 | 5705191 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 16 | dyHisEndTs_016 | 5705281 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 15 | dyHisAvgCtlOil_015 | 5705192 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 16 | dyHisFlowTime_016 | 5705282 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 15 | dyHisAvgCplOil_015 | 5705193 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 16 | dyHisMassPlCnt_016 | 5705283 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 16 | dyHisVolPlCnt_016 | 5705298 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 15 | dyHisAvgCtlWtr_015 | 5705194 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 16 | dyHisVol_016 | 5705284 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 15 | dyHisTwoPhseTm_015 | 5705195 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 16 | dyHisGrStdVol_016 | 5705285 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 15 | dyHisEventCount_015 | 5705196 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 16 | dyHisNtStdVolOil_016 | 5705286 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 15 | dyHisAlarmCount_015 | 5705197 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 16 | dyHisNtStdVolWtr_016 | 5705287 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 15 | dyHisDayUserId_015 | 5705199 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 16 | dyHisAvgWtrCut_016 | 5705288 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5705201 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 16 | dyHisAvgDensityIn_016 | 5705289 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 16 | dyHisAvgDensityCorr_016 | 5705300 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 16 | dyHisTempAvg_016 | 5705290 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 17 | dyHisStartTs_017 | 5705380 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 16 | dyHisSpAvg_016 | 5705291 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 17 | dyHisEndTs_017 | 5705381 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 16 | dyHisAvgCtlOil_016 | 5705292 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 17 | dyHisFlowTime_017 | 5705382 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 16 | dyHisAvgCplOil_016 | 5705293 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 17 | dyHisMassPlCnt_017 | 5705383 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 17 | dyHisVolPlCnt_017 | 5705398 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 16 | dyHisAvgCtlWtr_016 | 5705294 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 17 | dyHisVol_017 | 5705384 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 16 | dyHisTwoPhseTm_016 | 5705295 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 17 | dyHisGrStdVol_017 | 5705385 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 16 | dyHisEventCount_016 | 5705296 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 17 | dyHisNtStdVolOil_017 | 5705386 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 16 | dyHisAlarmCount_016 | 5705297 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 17 | dyHisNtStdVolWtr_017 | 5705387 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 16 | dyHisDayUserId_016 | 5705299 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 17 | dyHisAvgWtrCut_017 | 5705388 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5705301 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 17 | dyHisAvgDensityIn_017 | 5705389 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 17 | dyHisAvgDensityCorr_017 | 5705400 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 17 | dyHisTempAvg_017 | 5705390 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 18 | dyHisStartTs_018 | 5705480 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 17 | dyHisSpAvg_017 | 5705391 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 18 | dyHisEndTs_018 | 5705481 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 17 | dyHisAvgCtlOil_017 | 5705392 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 18 | dyHisFlowTime_018 | 5705482 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 17 | dyHisAvgCplOil_017 | 5705393 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 18 | dyHisMassPlCnt_018 | 5705483 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 18 | dyHisVolPlCnt_018 | 5705498 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 17 | dyHisAvgCtlWtr_017 | 5705394 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 18 | dyHisVol_018 | 5705484 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 17 | dyHisTwoPhseTm_017 | 5705395 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 18 | dyHisGrStdVol_018 | 5705485 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 17 | dyHisEventCount_017 | 5705396 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 18 | dyHisNtStdVolOil_018 | 5705486 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 17 | dyHisAlarmCount_017 | 5705397 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 18 | dyHisNtStdVolWtr_018 | 5705487 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 17 | dyHisDayUserId_017 | 5705399 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 18 | dyHisAvgWtrCut_018 | 5705488 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5705401 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 18 | dyHisAvgDensityIn_018 | 5705489 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 18 | dyHisAvgDensityCorr_018 | 5705500 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 18 | dyHisTempAvg_018 | 5705490 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 19 | dyHisStartTs_019 | 5705580 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 18 | dyHisSpAvg_018 | 5705491 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 19 | dyHisEndTs_019 | 5705581 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 18 | dyHisAvgCtlOil_018 | 5705492 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 19 | dyHisFlowTime_019 | 5705582 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 18 | dyHisAvgCplOil_018 | 5705493 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 19 | dyHisMassPlCnt_019 | 5705583 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 19 | dyHisVolPlCnt_019 | 5705598 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 18 | dyHisAvgCtlWtr_018 | 5705494 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 19 | dyHisVol_019 | 5705584 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 18 | dyHisTwoPhseTm_018 | 5705495 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 19 | dyHisGrStdVol_019 | 5705585 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 18 | dyHisEventCount_018 | 5705496 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 19 | dyHisNtStdVolOil_019 | 5705586 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 18 | dyHisAlarmCount_018 | 5705497 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 19 | dyHisNtStdVolWtr_019 | 5705587 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 18 | dyHisDayUserId_018 | 5705499 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 19 | dyHisAvgWtrCut_019 | 5705588 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5705501 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 19 | dyHisAvgDensityIn_019 | 5705589 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 19 | dyHisAvgDensityCorr_019 | 5705600 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 19 | dyHisTempAvg_019 | 5705590 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 20 | dyHisStartTs_020 | 5705680 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 19 | dyHisSpAvg_019 | 5705591 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 20 | dyHisEndTs_020 | 5705681 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 19 | dyHisAvgCtlOil_019 | 5705592 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 20 | dyHisFlowTime_020 | 5705682 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 19 | dyHisAvgCplOil_019 | 5705593 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 20 | dyHisMassPlCnt_020 | 5705683 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 20 | dyHisVolPlCnt_020 | 5705698 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 19 | dyHisAvgCtlWtr_019 | 5705594 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 20 | dyHisVol_020 | 5705684 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 19 | dyHisTwoPhseTm_019 | 5705595 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 20 | dyHisGrStdVol_020 | 5705685 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 19 | dyHisEventCount_019 | 5705596 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 20 | dyHisNtStdVolOil_020 | 5705686 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 19 | dyHisAlarmCount_019 | 5705597 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 20 | dyHisNtStdVolWtr_020 | 5705687 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 19 | dyHisDayUserId_019 | 5705599 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 20 | dyHisAvgWtrCut_020 | 5705688 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5705601 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 20 | dyHisAvgDensityIn_020 | 5705689 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 20 | dyHisAvgDensityCorr_020 | 5705700 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 20 | dyHisTempAvg_020 | 5705690 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 21 | dyHisStartTs_021 | 5705780 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 20 | dyHisSpAvg_020 | 5705691 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 21 | dyHisEndTs_021 | 5705781 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 20 | dyHisAvgCtlOil_020 | 5705692 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 21 | dyHisFlowTime_021 | 5705782 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 20 | dyHisAvgCplOil_020 | 5705693 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 21 | dyHisMassPlCnt_021 | 5705783 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 21 | dyHisVolPlCnt_021 | 5705798 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 20 | dyHisAvgCtlWtr_020 | 5705694 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 21 | dyHisVol_021 | 5705784 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 20 | dyHisTwoPhseTm_020 | 5705695 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 21 | dyHisGrStdVol_021 | 5705785 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 20 | dyHisEventCount_020 | 5705696 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 21 | dyHisNtStdVolOil_021 | 5705786 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 20 | dyHisAlarmCount_020 | 5705697 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 21 | dyHisNtStdVolWtr_021 | 5705787 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 20 | dyHisDayUserId_020 | 5705699 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 21 | dyHisAvgWtrCut_021 | 5705788 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5705701 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 21 | dyHisAvgDensityIn_021 | 5705789 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 21 | dyHisAvgDensityCorr_021 | 5705800 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 21 | dyHisTempAvg_021 | 5705790 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 22 | dyHisStartTs_022 | 5705880 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 21 | dyHisSpAvg_021 | 5705791 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 22 | dyHisEndTs_022 | 5705881 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 21 | dyHisAvgCtlOil_021 | 5705792 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 22 | dyHisFlowTime_022 | 5705882 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 21 | dyHisAvgCplOil_021 | 5705793 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 22 | dyHisMassPlCnt_022 | 5705883 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 22 | dyHisVolPlCnt_022 | 5705898 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 21 | dyHisAvgCtlWtr_021 | 5705794 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 22 | dyHisVol_022 | 5705884 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 21 | dyHisTwoPhseTm_021 | 5705795 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 22 | dyHisGrStdVol_022 | 5705885 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 21 | dyHisEventCount_021 | 5705796 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 22 | dyHisNtStdVolOil_022 | 5705886 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 21 | dyHisAlarmCount_021 | 5705797 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 22 | dyHisNtStdVolWtr_022 | 5705887 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 21 | dyHisDayUserId_021 | 5705799 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 22 | dyHisAvgWtrCut_022 | 5705888 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5705801 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 22 | dyHisAvgDensityIn_022 | 5705889 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 22 | dyHisAvgDensityCorr_022 | 5705900 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 22 | dyHisTempAvg_022 | 5705890 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 23 | dyHisStartTs_023 | 5705980 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 22 | dyHisSpAvg_022 | 5705891 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 23 | dyHisEndTs_023 | 5705981 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 22 | dyHisAvgCtlOil_022 | 5705892 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 23 | dyHisFlowTime_023 | 5705982 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 22 | dyHisAvgCplOil_022 | 5705893 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 23 | dyHisMassPlCnt_023 | 5705983 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 23 | dyHisVolPlCnt_023 | 5705998 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 22 | dyHisAvgCtlWtr_022 | 5705894 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 23 | dyHisVol_023 | 5705984 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 22 | dyHisTwoPhseTm_022 | 5705895 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 23 | dyHisGrStdVol_023 | 5705985 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 22 | dyHisEventCount_022 | 5705896 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 23 | dyHisNtStdVolOil_023 | 5705986 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 22 | dyHisAlarmCount_022 | 5705897 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 23 | dyHisNtStdVolWtr_023 | 5705987 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 22 | dyHisDayUserId_022 | 5705899 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 23 | dyHisAvgWtrCut_023 | 5705988 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5705901 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 23 | dyHisAvgDensityIn_023 | 5705989 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 23 | dyHisAvgDensityCorr_023 | 5706000 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 23 | dyHisTempAvg_023 | 5705990 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Start Timestamp 24 | dyHisStartTs_024 | 5706080 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 23 | dyHisSpAvg_023 | 5705991 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day End Time 24 | dyHisEndTs_024 | 5706081 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end of the contract day | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 23 | dyHisAvgCtlOil_023 | 5705992 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Flow Time 24 | dyHisFlowTime_024 | 5706082 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CPL Oil 23 | dyHisAvgCplOil_023 | 5705993 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Mass Pulse Count 24 | dyHisMassPlCnt_024 | 5706083 | ui32 | o | The accumulated pulses for the mass pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Volume Pulse Count 24 | dyHisVolPlCnt_024 | 5706098 | ui32 | o | The accumulated pulses for the volume pulse input in the contract day using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 23 | dyHisAvgCtlWtr_023 | 5705994 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Raw Volume 24 | dyHisVol_024 | 5706084 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated raw (uncorrected) volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Two Phase Time 23 | dyHisTwoPhseTm_023 | 5705995 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Gross Standard Volume 24 | dyHisGrStdVol_024 | 5706085 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 23 | dyHisEventCount_023 | 5705996 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Oil 24 | dyHisNtStdVolOil_024 | 5706086 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Alarm Count 23 | dyHisAlarmCount_023 | 5705997 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Net Standard Volume Water 24 | dyHisNtStdVolWtr_024 | 5706087 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day History User ID 23 | dyHisDayUserId_023 | 5705999 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Water Cut 24 | dyHisAvgWtrCut_024 | 5706088 | double | o | 1:percent; | 1:percent; | The average water cut for the contract 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 | 5706001 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg Density Input 24 | dyHisAvgDensityIn_024 | 5706089 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Density Corrected 24 | dyHisAvgDensityCorr_024 | 5706100 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average corrected density for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Temperature 24 | dyHisTempAvg_024 | 5706090 | double | o | 384:celsius; | 384:celsius; 385:fahrenheit; | The average temperature for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg Pressure 24 | dyHisSpAvg_024 | 5706091 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average pressure for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Day Avg CTL Oil 24 | dyHisAvgCtlOil_024 | 5706092 | double | o | The average temperature correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CPL Oil 24 | dyHisAvgCplOil_024 | 5706093 | double | o | The average pressure correction factor for oil for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Avg CTL Water 24 | dyHisAvgCtlWtr_024 | 5706094 | double | o | The average temperature correction factor for water for the contract day using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Two Phase Time 24 | dyHisTwoPhseTm_024 | 5706095 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The time spent in two phase flow for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Day Event Count 24 | dyHisEventCount_024 | 5706096 | i32 | o | The number of events in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Alarm Count 24 | dyHisAlarmCount_024 | 5706097 | i32 | o | The number of alarms in the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day History User ID 24 | dyHisDayUserId_024 | 5706099 | i32 | o | The value of the user ID for the contract day. | ✓ | ✓ | ✓ | ✓ | |||||||
Day Asset ID 24 | dyHisAssetId_024 | 5706101 | i32 | o | The asset ID for this contract day. | ✓ | ✓ | ✓ | ✓ |
Group 'Batch Status'
Information about the current and last batch.
This is a status group that has 24 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 | 5439488 | i32 | o | 0:Disabled | 0:Disabled; 1:Inactive; 2:Purge; 3:Active; | The current state of batch operations. | ✓ | ✓ | ✓ | ✓ | |||||
Purge Volume | prgVol | 5439489 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | Accumulated volume during purge. | ✓ | ✓ | ✓ | ✓ | |||||
Purge Mass | prgMass | 5439490 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | Accumulated mass during purge. | ✓ | ✓ | ✓ | ✓ | |||||
Purge Flow Time | prgFlowTime | 5439491 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The flow time during purge. | ✓ | ✓ | ✓ | ✓ | |||||
Purge Elapsed Time | prgElapsedTime | 5439492 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The elapsed time for purge. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch ID | bchId | 5439493 | i32 | o | The unique identification number of the current batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Current Batch Start Time | bchStartTs | 5439494 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The time that the current batch was started. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Elapsed Time | bchElapsedTime | 5439495 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The elapsed time for the current batch. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Flow Time | bchFlowTime | 5439496 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Mass | bchMass | 5439497 | double | o | 1152:kg; | 1152:kg; 1153:lbm; 1154:metricTon; 1155:shortTon; 1156:impTon; | Accumulated mass for the current batch. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Raw Volume | bchVol | 5439498 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | Accumulated uncorrected volume for the current batch. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Gross Standard Volume | bchGrStdVol | 5439499 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the current batch. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Net Standard Volume Oil | bchNtStdVolOil | 5439500 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the current batch. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Net Standard Volume Water | bchNtStdVolWtr | 5439501 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the current batch. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Avg Water Cut | bchAvgWtrCut | 5439502 | double | o | 1:percent; | 1:percent; | The average water cut 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 Density Input | bchAvgDensityIn | 5439503 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input 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. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Avg Density Corrected | bchAvgDensityCorr | 5439504 | 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. | ✓ | ✓ | ✓ | ✓ | |||||
Current Batch Avg Temperature | bchTempAvg | 5439506 | 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 Pressure | bchSpAvg | 5439507 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average 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 CTL Oil | bchAvgCtlOil | 5439508 | double | o | The average temperature correction factor for oil 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 CPL Oil | bchAvgCplOil | 5439509 | double | o | The average pressure correction factor for oil 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 CTL Water | bchAvgCtlWtr | 5439510 | double | o | The average temperature correction factor for water 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 Two Phase Time | bchTwoPhaseTime | 5439511 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time spent in two phase flow for the current batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch User ID | bchUserId | 5439512 | 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 144 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 | 5834852 | i32 | o | The unique identification number of the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Start Time 01 | bchHisStartTs_001 | 5834853 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch End Time 01 | bchHisEndTs_001 | 5834854 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Elapsed Time 01 | bchHisElapsedTime_001 | 5834855 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The elapsed time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Flow Time 01 | bchHisFlowTime_001 | 5834856 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Mass Pulse Count 01 | bchHisMassPlCnt_001 | 5834864 | ui32 | o | The accumulated pulses for the mass pulse input in the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Volume Pulse Count 01 | bchHisVolPlCnt_001 | 5834877 | ui32 | o | The accumulated pulses for the volume pulse input in the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Raw Volume 01 | bchHisVol_001 | 5834857 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | Accumulated uncorrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Gross Standard Volume 01 | bchHisGrStdVol_001 | 5834865 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the current contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Net Standard Volume Oil 01 | bchHisNtStdVolOil_001 | 5834866 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Net Standard Volume Water 01 | bchHisNtStdVolWtr_001 | 5834867 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Water Cut 01 | bchHisAvgWtrCut_001 | 5834868 | double | o | 1:percent; | 1:percent; | The average water cut for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Batch ID 02 | bchHisId_002 | 5834952 | i32 | o | The unique identification number of the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg Density Input 01 | bchHisAvgDensityIn_001 | 5834869 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Start Time 02 | bchHisStartTs_002 | 5834953 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Density Corrected 01 | bchHisAvgDensityCorr_001 | 5834879 | 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. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Temperature 01 | bchHisTempAvg_001 | 5834872 | 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 End Time 02 | bchHisEndTs_002 | 5834954 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Pressure 01 | bchHisSpAvg_001 | 5834873 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average 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 Elapsed Time 02 | bchHisElapsedTime_002 | 5834955 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The elapsed time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg CTL Oil 01 | bchHisAvgCtlOil_001 | 5834874 | double | o | The average temperature correction factor for oil for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Flow Time 02 | bchHisFlowTime_002 | 5834956 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg CPL Oil 01 | bchHisAvgCplOil_001 | 5834875 | double | o | The average pressure correction factor for oil for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Mass Pulse Count 02 | bchHisMassPlCnt_002 | 5834964 | ui32 | o | The accumulated pulses for the mass pulse input in the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Volume Pulse Count 02 | bchHisVolPlCnt_002 | 5834977 | ui32 | o | The accumulated pulses for the volume pulse input in the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg CTL Water 01 | bchHisAvgCtlWtr_001 | 5834876 | double | o | The average temperature correction factor for water for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Raw Volume 02 | bchHisVol_002 | 5834957 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | Accumulated uncorrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Two Phase Time 01 | bchHisTwoPhseTm_001 | 5834861 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The two phase time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Gross Standard Volume 02 | bchHisGrStdVol_002 | 5834965 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the current contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Event Count 01 | bchHisEventCount_001 | 5834862 | i32 | o | The number of events that have occurred during the batch. Batch results may be invalid if this number is not 0. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Net Standard Volume Oil 02 | bchHisNtStdVolOil_002 | 5834966 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Alarm Count 01 | bchHisAlarmCount_001 | 5834863 | i32 | o | The number of alarms that have occurred during the batch. Batch results may be invalid if this number is not 0. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Net Standard Volume Water 02 | bchHisNtStdVolWtr_002 | 5834967 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch User ID 01 | bchHisBatchUserId_001 | 5834878 | i32 | o | The value of the user ID for the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Asset ID 01 | bchHisAssetId_001 | 5834880 | i32 | o | The asset ID for this batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg Water Cut 02 | bchHisAvgWtrCut_002 | 5834968 | double | o | 1:percent; | 1:percent; | The average water cut for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Batch ID 03 | bchHisId_003 | 5835052 | i32 | o | The unique identification number of the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg Density Input 02 | bchHisAvgDensityIn_002 | 5834969 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Start Time 03 | bchHisStartTs_003 | 5835053 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Density Corrected 02 | bchHisAvgDensityCorr_002 | 5834979 | 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. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Temperature 02 | bchHisTempAvg_002 | 5834972 | 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 End Time 03 | bchHisEndTs_003 | 5835054 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Pressure 02 | bchHisSpAvg_002 | 5834973 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average 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 Elapsed Time 03 | bchHisElapsedTime_003 | 5835055 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The elapsed time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg CTL Oil 02 | bchHisAvgCtlOil_002 | 5834974 | double | o | The average temperature correction factor for oil for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Flow Time 03 | bchHisFlowTime_003 | 5835056 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg CPL Oil 02 | bchHisAvgCplOil_002 | 5834975 | double | o | The average pressure correction factor for oil for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Mass Pulse Count 03 | bchHisMassPlCnt_003 | 5835064 | ui32 | o | The accumulated pulses for the mass pulse input in the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Volume Pulse Count 03 | bchHisVolPlCnt_003 | 5835077 | ui32 | o | The accumulated pulses for the volume pulse input in the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg CTL Water 02 | bchHisAvgCtlWtr_002 | 5834976 | double | o | The average temperature correction factor for water for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Raw Volume 03 | bchHisVol_003 | 5835057 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | Accumulated uncorrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Two Phase Time 02 | bchHisTwoPhseTm_002 | 5834961 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The two phase time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Gross Standard Volume 03 | bchHisGrStdVol_003 | 5835065 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the current contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Event Count 02 | bchHisEventCount_002 | 5834962 | i32 | o | The number of events that have occurred during the batch. Batch results may be invalid if this number is not 0. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Net Standard Volume Oil 03 | bchHisNtStdVolOil_003 | 5835066 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Alarm Count 02 | bchHisAlarmCount_002 | 5834963 | i32 | o | The number of alarms that have occurred during the batch. Batch results may be invalid if this number is not 0. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Net Standard Volume Water 03 | bchHisNtStdVolWtr_003 | 5835067 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch User ID 02 | bchHisBatchUserId_002 | 5834978 | i32 | o | The value of the user ID for the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Asset ID 02 | bchHisAssetId_002 | 5834980 | i32 | o | The asset ID for this batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg Water Cut 03 | bchHisAvgWtrCut_003 | 5835068 | double | o | 1:percent; | 1:percent; | The average water cut for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Batch ID 04 | bchHisId_004 | 5835152 | i32 | o | The unique identification number of the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg Density Input 03 | bchHisAvgDensityIn_003 | 5835069 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Start Time 04 | bchHisStartTs_004 | 5835153 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Density Corrected 03 | bchHisAvgDensityCorr_003 | 5835079 | 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. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Temperature 03 | bchHisTempAvg_003 | 5835072 | 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 End Time 04 | bchHisEndTs_004 | 5835154 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Pressure 03 | bchHisSpAvg_003 | 5835073 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average 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 Elapsed Time 04 | bchHisElapsedTime_004 | 5835155 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The elapsed time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg CTL Oil 03 | bchHisAvgCtlOil_003 | 5835074 | double | o | The average temperature correction factor for oil for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Flow Time 04 | bchHisFlowTime_004 | 5835156 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg CPL Oil 03 | bchHisAvgCplOil_003 | 5835075 | double | o | The average pressure correction factor for oil for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Mass Pulse Count 04 | bchHisMassPlCnt_004 | 5835164 | ui32 | o | The accumulated pulses for the mass pulse input in the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Volume Pulse Count 04 | bchHisVolPlCnt_004 | 5835177 | ui32 | o | The accumulated pulses for the volume pulse input in the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg CTL Water 03 | bchHisAvgCtlWtr_003 | 5835076 | double | o | The average temperature correction factor for water for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Raw Volume 04 | bchHisVol_004 | 5835157 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | Accumulated uncorrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Two Phase Time 03 | bchHisTwoPhseTm_003 | 5835061 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The two phase time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Gross Standard Volume 04 | bchHisGrStdVol_004 | 5835165 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the current contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Event Count 03 | bchHisEventCount_003 | 5835062 | i32 | o | The number of events that have occurred during the batch. Batch results may be invalid if this number is not 0. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Net Standard Volume Oil 04 | bchHisNtStdVolOil_004 | 5835166 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Alarm Count 03 | bchHisAlarmCount_003 | 5835063 | i32 | o | The number of alarms that have occurred during the batch. Batch results may be invalid if this number is not 0. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Net Standard Volume Water 04 | bchHisNtStdVolWtr_004 | 5835167 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch User ID 03 | bchHisBatchUserId_003 | 5835078 | i32 | o | The value of the user ID for the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Asset ID 03 | bchHisAssetId_003 | 5835080 | i32 | o | The asset ID for this batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg Water Cut 04 | bchHisAvgWtrCut_004 | 5835168 | double | o | 1:percent; | 1:percent; | The average water cut for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Batch ID 05 | bchHisId_005 | 5835252 | i32 | o | The unique identification number of the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg Density Input 04 | bchHisAvgDensityIn_004 | 5835169 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Start Time 05 | bchHisStartTs_005 | 5835253 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the start of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Density Corrected 04 | bchHisAvgDensityCorr_004 | 5835179 | 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. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Temperature 04 | bchHisTempAvg_004 | 5835172 | 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 End Time 05 | bchHisEndTs_005 | 5835254 | ui32 | o | 4:unixSeconds; | 4:unixSeconds; | The UTC time at the end time of the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Pressure 04 | bchHisSpAvg_004 | 5835173 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average 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 Elapsed Time 05 | bchHisElapsedTime_005 | 5835255 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The elapsed time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg CTL Oil 04 | bchHisAvgCtlOil_004 | 5835174 | double | o | The average temperature correction factor for oil for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Flow Time 05 | bchHisFlowTime_005 | 5835256 | double | o | 640:seconds; | 640:seconds; 642:minutes; 643:hours; | The time that flow was non-zero for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg CPL Oil 04 | bchHisAvgCplOil_004 | 5835175 | double | o | The average pressure correction factor for oil for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Mass Pulse Count 05 | bchHisMassPlCnt_005 | 5835264 | ui32 | o | The accumulated pulses for the mass pulse input in the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Volume Pulse Count 05 | bchHisVolPlCnt_005 | 5835277 | ui32 | o | The accumulated pulses for the volume pulse input in the batch using a flow dependent accumulation algorithm. Counts are included in the total when the flow is non-zero. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg CTL Water 04 | bchHisAvgCtlWtr_004 | 5835176 | double | o | The average temperature correction factor for water for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Raw Volume 05 | bchHisVol_005 | 5835257 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | Accumulated uncorrected volume for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Two Phase Time 04 | bchHisTwoPhseTm_004 | 5835161 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The two phase time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Gross Standard Volume 05 | bchHisGrStdVol_005 | 5835265 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume in the current contract day. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Event Count 04 | bchHisEventCount_004 | 5835162 | i32 | o | The number of events that have occurred during the batch. Batch results may be invalid if this number is not 0. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Net Standard Volume Oil 05 | bchHisNtStdVolOil_005 | 5835266 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of oil in the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Alarm Count 04 | bchHisAlarmCount_004 | 5835163 | i32 | o | The number of alarms that have occurred during the batch. Batch results may be invalid if this number is not 0. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Net Standard Volume Water 05 | bchHisNtStdVolWtr_005 | 5835267 | double | o | 1792:lqv_m3; | 1792:lqv_m3; 1793:lqv_e3m3; 1794:lqv_litre; 1795:lqv_bbl; 1796:lqv_gal; 1797:lqv_ft3; | The accumulated corrected volume of water in the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch User ID 04 | bchHisBatchUserId_004 | 5835178 | i32 | o | The value of the user ID for the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Asset ID 04 | bchHisAssetId_004 | 5835180 | i32 | o | The asset ID for this batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Avg Water Cut 05 | bchHisAvgWtrCut_005 | 5835268 | double | o | 1:percent; | 1:percent; | The average water cut 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 Density Input 05 | bchHisAvgDensityIn_005 | 5835269 | double | o | 1920:kg_m3; | 1920:kg_m3; 1921:lbm_ft3; 1922:degreesApi; | The average input density 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 Density Corrected 05 | bchHisAvgDensityCorr_005 | 5835279 | 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. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Avg Temperature 05 | bchHisTempAvg_005 | 5835272 | 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 Pressure 05 | bchHisSpAvg_005 | 5835273 | double | o | 256:kPa; | 256:kPa; 257:bar; 259:MPa; 260:Pa; 261:psi; | The average 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 CTL Oil 05 | bchHisAvgCtlOil_005 | 5835274 | double | o | The average temperature correction factor for oil 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 CPL Oil 05 | bchHisAvgCplOil_005 | 5835275 | double | o | The average pressure correction factor for oil 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 CTL Water 05 | bchHisAvgCtlWtr_005 | 5835276 | double | o | The average temperature correction factor for water for the batch using the 'flow-dependent time-weighted linear' averaging algorithm. Values are excluded from the average when there is no flow. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Two Phase Time 05 | bchHisTwoPhseTm_005 | 5835261 | double | o | 640:seconds; | 640:seconds; 642:minutes; | The two phase time for the batch. | ✓ | ✓ | ✓ | ✓ | |||||
Batch Event Count 05 | bchHisEventCount_005 | 5835262 | i32 | o | The number of events that have occurred during the batch. Batch results may be invalid if this number is not 0. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Alarm Count 05 | bchHisAlarmCount_005 | 5835263 | i32 | o | The number of alarms that have occurred during the batch. Batch results may be invalid if this number is not 0. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch User ID 05 | bchHisBatchUserId_005 | 5835278 | i32 | o | The value of the user ID for the batch. | ✓ | ✓ | ✓ | ✓ | |||||||
Batch Asset ID 05 | bchHisAssetId_005 | 5835280 | i32 | o | The asset ID for this batch. | ✓ | ✓ | ✓ | ✓ |