(Gas) Device QTR Report Templates
Gas Device QTR (Quantity Transaction Record) report templates contain a ReportDefinition page and a ReportSheet page, that together describe the reports you can produce. CygNet provides a sample report template file DeviceQtrTemplate.xlsx for reference. It is stored in the CygNet\Services\FMS\ReportTemplates\Samples folder on your host server.
The ReportDefinition sheet includes the following parameters to describe the type of report to build.
The ReportSheet sheet includes the following sections and corresponding tokens to describe the specific format of the report to build. Valid tokens will be replaced by the values they represent. You may also include additional information you wish to see in the report.
Displaying Additional (Non-Token) Values
You can enter additional (non-token) elements such as logos, labels, or text into reports. Elements that are not valid token values will be displayed as entered.
Note: This means that tokens with typographical errors, therefore not "valid" tokens, will also be displayed as entered.
Example
[Volume] is a valid token. If you use [Vol] (not a valid token) instead of [Volume], the value will be displayed as "[Vol]" instead of displaying the volume value desired, since [Vol] is not a valid token.
|
[Vol] |
Displaying Beginning or Ending Values for a Record
Data item tokens have variants you can use to display the beginning or ending values for a record. Append _Begin to the token text to show the beginning value for the record period. Append _End to the token text to show the ending value for the record period. You can then view data values or configuration settings in effect at either the beginning or end of each record span (e.g. hourly, daily) as desired. If neither _Begin nor _End is appended, the default is the ending value for the record. Examples of valid appended tokens are listed in the Configuration Item sections of the tables below.
Displaying Flow-Weighted Average Values for a Record
Some tokens for gas metering process variable values have a variant you can use to display the flow-weighted average value for records in your report. Tokens utilizing this version are valid for [Energy_Average_FW], [Mass_Average_FW], [Volume_Average_FW], and are listed in the Data Table Tokens table, below.
Configuring the ReportDefinition
The ReportDefinition uses parameters to describe the type of report for the service to build. The following parameters determine the described characteristics of your report.
(Gas) Device QTR Report: ReportParameters
Report parameters, which appear between #ReportParameters# and #End#, can be defined by the following values.
| Parameter | Description | Value |
|---|---|---|
|
ReportName |
The value defined in this cell will be used for the report name, as it will appear in drop-down menus in FMS Explorer and CygNet Explorer. See Using the Reports Control and Scheduling FMS Command Tasks in the MSS for more information. |
Enter a value to be used for the report name. Example Device QTR |
|
CommandName |
The value defined in this cell will be used by the service to determine which specific report command type to execute. See FMSClient Methods in the Scripting section for more information. |
Enter a value to specify the report command name. Example DQTR Note: Maximum of 7 characters; letters or numbers only, no spaces. |
(Gas) Device QTR Report: Worksheet Parameters
Gas Device QTR report worksheet parameters, which appear between #Worksheet# and #End#, can be defined by the following values.
| Parameter | Description | Value |
|---|---|---|
|
ReportType |
The value defined in this cell will be used to represent the standard FMS report type you are configuring. |
Enter a value to be used to indicate the type of the report. Example Device QTR |
|
NullToken |
The value defined in this cell will be used to represent null values in your report. |
Enter a value to be used to indicate a "null value" cell in the report. Example - |
|
RecordSpan |
The value defined in this cell will be used to specify the record span format for the report. |
Enter one of the following options.
Notes: For devices with contract hour values other than 0, reports with record spans of Day or Month will begin at the contract hour, not at 00:00:00 (midnight). The report will only include records that exist entirely within the specified date range. This parameter is required. |
|
PageBreaks Note: Superseded by the SpanPageBreaks parameter, if its value is set to Yes |
The value defined in this cell will be used to specify whether or not to use page breaks in your report. If used, will force a page break after each device within a group. |
Enter a value to indicate whether or not to use page breaks in the report. Options are Yes or No. Default value is Yes. |
|
SpanPageBreaks Note: If set to Yes, supersedes the PageBreaks parameter |
The value defined in this cell will be used to specify whether or not to use page breaks in your report corresponding to the device record span. If used, will force a page break after each day for hourly records, after each month for daily records, or after each year for monthly records. Each additional page break will display new SubReport and Data Table headers/footers using span-appropriate data. |
Enter a value to indicate whether or not to use page breaks in the report that relate to the device record span. Options are Yes or No. Default value is No. |
|
MixedValueToken |
The value defined in this cell will be used to represent mixed values in your report. |
Enter a value to be used to indicate a "mixed value" cell in the report. Example [Mixed] |
|
The value defined in this cell will be used in your report to represent the value for the Group name or Group description fields when either of the following is true.
|
Enter a value to be used to indicate the Group name or Group description when the command was not run against a single group Node. Example [Invalid Group] |
|
|
NodeSortOrder |
The value defined in this cell will be used to specify the order in which to display Node results in the report. |
Enter one of the following options.
Default value is Name ascending. This parameter is optional. |
|
DeviceType |
The value defined in this cell will be used to represent the device type you are including in the report. |
Enter one of the following options.
*For this report, the value must be Gas. See Liquid Device QTR Report Templates for information about configuring a Device QTR report template for liquid devices. |
|
RptStDate |
Note: If you use this parameter in your report template, the RptStDate parameter will no longer appear for configuration in FMS Explorer or CygNet Explorer. See (Gas) Device QTR Report Definitions (FMS Explorer) or Reports: Device QTR (CygNet Explorer) for more information. |
If used, enter a valid start date value for the report. RptStDate and RptEndDate must be the same configuration parameter type. Notes: The report will display data in Device time (D), although the report command parameters are configured relative to Contract time (C). The report will only include records that exist entirely within the specified date range. See Selecting Date and Time for more information. This parameter is optional. |
|
RptEndDate |
Note: If you use this parameter in your report template, the RptEndDate parameter will no longer appear for configuration in FMS Explorer or CygNet Explorer. See (Gas) Device QTR Report Definitions (FMS Explorer) or Reports: Device QTR (CygNet Explorer) for more information. |
If used, enter a valid end date value for the report. RptStDate and RptEndDate must be the same configuration parameter type. Notes: The report will display data in Device time (D), although the report command parameters are configured relative to Contract time (C). The report will only include records that exist entirely within the specified date range. See Selecting Date and Time for more information. This parameter is optional. |
|
RptUnitSet |
Note: If you use this parameter in your report template, the RptUnitSet parameter will no longer appear for configuration in FMS Explorer or CygNet Explorer. See (Gas) Device QTR Report Definitions (FMS Explorer) or Reports: Device QTR (CygNet Explorer) for more information. |
If used, enter a valid unit set value for the report. Valid unit set values defined in the service can be viewed through the Admin menu in FMS Explorer. See Configuring Unit Set Definitions for more information. This parameter is optional. |
Configuring the ReportSheet
The ReportSheet uses tokens to describe the format of the report you want to run. The following tokens determine the report content, and will retrieve the corresponding values for display in your report.
Note: Enter report tokens carefully, as the tokens are case sensitive. Typographical errors (therefore not "valid" tokens) will be handled as "additional values" and displayed as entered; the non-token value will appear in your report instead of the actual value(s) the correctly entered token would have retrieved. See Displaying Additional (Non-Token) Values above for more information.
(Gas) Device QTR Report: Header Tokens
Gas Device QTR report headers, which appear above #EndReportHdr#, can be described by the following tokens.
| Token | Description |
|---|---|
| [BeginDateTime] | Start date, in Contract day (C), of the requested time range for the report |
| [EndDateTime] | End date, in Contract day (C), of the requested time range for the report |
| [CmdGroupName] | Name of the group Node against which the command was run, if applicable See also NoCmdGroupToken parameter. |
| [CmdGroupDesc] | Description of the group Node against which the command was run, if applicable See also NoCmdGroupToken parameter. |
| [GeneratedDateTime] | Time the report was generated, in Local time (L) |
| [TotalDeviceCount] | Total number of devices in the report |
(Gas) Device QTR Report: SubReport Header Tokens
Gas Device QTR report subreport headers, which appear between #SubSection# SubReportHeader and #End#, can be described by the following tokens.
| Token | Description |
|---|---|
| General Tokens | |
| [=] | When used as the first three characters, turns the cell into a formula |
| [RowNumber] | Current row number |
| [CurrentDeviceCount] | Index of the device being displayed |
| [TotalDeviceCount] | Total number of devices in the report |
| [NodeContractHour] | Contract hour of the Node |
| [NodeDaysOfData] | Number of days for which the data source of the Node will retain data |
| [NodeDesc] | Node description |
| [NodeId] | Node ID |
| [NodeInstallDateTime] | Install date/time for the Node, in Device time (D) |
| [NodeName] | Node name |
| [NodePollingFacilityId] | Polling facility ID of the Node |
| [NodePollingFacilityTag] | Polling facility tag of the Node |
| [NodePollingSiteService] | Polling Site.Service of the Node |
| [NodeReportingFacilityId] | Reporting facility ID of the Node |
| [NodeReportingSiteService] | Reporting Site.Service of the Node |
| [NodeSecurityApp] | Security application of the Node |
| [NodeSortPriority] | Sort priority of the Node |
| [NodeTimezone] | Time zone configured for the Node |
| [NodeTimezoneUsingDst] | Daylight saving time status of the Node |
| [NodeType] | Node type |
| [PollingFac_Attr0] - [PollingFac_Attr39] |
Polling facility indexed text attributes 0 through 39 (each a separate token) |
| [PollingFac_Category] |
Polling facility category |
| [PollingFac_Comment] |
Polling facility comment attribute |
| [PollingFac_Desc] |
Polling facility description |
| [PollingFac_Info0] |
Polling facility info attribute 0 Default attribute name is Facility Location |
| [PollingFac_Info1] |
Polling facility info attribute 1 Default attribute name is Facility Contact |
| [PollingFac_IsActive] |
Polling facility active flag |
| [PollingFac_Table0] - [PollingFac_Table59] |
Polling facility indexed table-driven attributes 0 through 59 (each a separate token) |
| [PollingFac_Type] |
Polling facility type |
| [PollingFac_YesNo0] - [PollingFac_YesNo19] |
Polling facility indexed Yes/No attributes 0 through 19 (each a separate token) |
| [RecordSpan] | Number of minutes in the record span |
| Units Tokens | |
| [AtmosphericPressure_Units] | Units used for atmospheric pressure data |
| [BasePressure_Units] | Units used for base pressure data |
| [BaseTemperature_Units] | Units used for base temperature data |
| [ConeCoefficientThermalExpansion_Units] | Units used for the cone thermal expansion coefficient |
| [ConeDiameter_Units] | Units used for cone diameter data |
| [ConeRefTemp_Units] | Units used for cone reference temperature data |
| [Dp_Units] | Units used for differential pressure data |
| [DpAlarmHigh_Units] | Units used for DP high alarm data |
| [DpAlarmLow_Units] | Units used for DP low alarm data |
| [DpBackflowAlarm_Units] | Units used for DP backflow alarm data |
| [DpCalibrateHigh_Units] | Units used for DP high calibrate data |
| [DpCalibrateLow_Units] | Units used for DP low calibrate data |
| [DpTransducerRangeHigh_Units] | Units used for DP high transducer range data |
| [DpTransducerRangeLow_Units] | Units used for DP low transducer range data |
| [Elevation_Units] | Units used for elevation data |
| [Energy_Units] | Units used for energy data |
| [FixedTemp_Units] | Units used for fixed temperature data |
| [FlowRate_Units] | Units used for flow rate data |
| [FlowRateAlarmHigh_Units] | Units used for flow rate high alarm data |
| [FlowRateAlarmLow_Units] | Units used for flow rate low alarm data |
| [FlowTime_Units] | Units used for flow time data |
| [HeatingValueBasis_Units] | Units used for heating value basis data |
| [HeatingValueMass_Units] | Units used for heating value mass data |
| [HeatingValueVolume_Units] | Units used for heating value volume data |
| [KFactorMass_Units] | Units used for K factor mass |
| [KFactorVolume_Units] | Units used for K factor volume |
| [LowFlowCutoffDp_Units] | Units used for low flow cutoff differential pressure data |
| [LowFlowCutoffFlowRate_Units] | Units used for low flow cutoff volume flow rate data |
| [LowFlowCutoffMass_Units] | Units used for low flow cutoff mass flow rate data |
| [LowFlowCutoffPulseInterval_Units] | Units used for low flow cutoff pulse interval data |
| [Mass_Units] | Units used for mass data |
| [MeterTubeInsideDiameter_Units] | Units used for meter tube inside diameter data |
| [MeterTubeRefTemp_Units] | Units used for meter tube reference temperature data |
| [OrificeCoefficientThermalExpansion_Units] | Units used for the orifice thermal expansion coefficient |
| [OrificePlateBoreSize_Units] | Units used for orifice plate bore size data |
| [OrificePlateRefTemp_Units] | Units used for orifice plate reference temperature data |
| [PipeCoefficientThermalExpansion_Units] | Units used for Pipe thermal expansion coefficient |
| [Sp_Units] | Units used for static pressure data |
| [SpAlarmHigh_Units] | Units used for SP high alarm data |
| [SpAlarmLow_Units] | Units used for SP low alarm data |
| [SpCalibrateHigh_Units] | Units used for SP high calibrate data |
| [SpCalibrateLow_Units] | Units used for SP low calibrate data |
| [SpTransducerRangeHigh_Units] | Units used for SP high transducer range data |
| [SpTransducerRangeLow_Units] | Units used for SP low transducer range data |
| [Temp_Units] | Units used for temperature data |
| [TempAlarmHigh_Units] | Units used for high temperature alarm data |
| [TempAlarmLow_Units] | Units used for low temperature alarm data |
| [TempCalibrateHigh_Units] | Units used for high temperature calibration data |
| [TempCalibrateLow_Units] | Units used for low temperature calibration data |
| [TempCalibrateZero_Units] | Units used for zero temperature calibration data |
| [TempTransducerRangeHigh_Units] | Units used for high temperature transducer range data |
| [TempTransducerRangeLow_Units] | Units used for low temperature transducer range data |
| [UncorrectedVolume_Units] | Units used for uncorrected volume data |
| [Viscosity_Units] | Units used for viscosity data |
| [Volume_Units] | Units used for volume data |
| [Methane_Units] | Units used for Methane (C1) data |
| [Ethane_Units] | Units used for Ethane (C2) data |
| [Propane_Units] | Units used for Propane (C3) data |
| [n-Butane_Units] | Units used for n-Butane (C4) data |
| [Isobutane_Units] | Units used for Isobutane (isoC4) data |
| [n-Pentane_Units] | Units used for n-Pentane (C5) data |
| [Isopentane_Units] | Units used for Isopentane (isoC5) data |
| [Neopentane_Units] | Units used for Neopentane (neoC5) data |
| [n-Hexane_Units] | Units used for n-Hexane (C6) data |
| [n-Heptane_Units] | Units used for n-Heptane (C7) data |
| [n-Octane_Units] | Units used for n-Octane (C8) data |
| [n-Nonane_Units] | Units used for n-Nonane (C9) data |
| [n-Decane_Units] | Units used for n-Decane (C10) data |
| [Nitrogen_Units] | Units used for Nitrogen (N2) data |
| [CarbonDioxide_Units] | Units used for Carbon dioxide (CO2) data |
| [Water_Units] | Units used for Water (H2O) data |
| [HydrogenSulfide_Units] | Units used for Hydrogen sulfide (H2S) data |
| [Hydrogen_Units] | Units used for Hydrogen (H2) data |
| [CarbonMonoxide_Units] | Units used for Carbon monoxide (CO) data |
| [Oxygen_Units] | Units used for Oxygen (O2) data |
| [Helium_Units] | Units used for Helium (He) data |
| [Argon_Units] | Units used for Argon (Ar) data |
| Configuration Item Tokens
Note: You can append _Begin or _End to any of the following configuration item tokens, in order to display the first or last value for the date range. See Displaying Beginning or Ending Values for a Record for more information. |
|
| [ConfigExceptionCnt] [ConfigExceptionCnt_Begin] [ConfigExceptionCnt_End] |
Number of configuration exceptions for the record |
| [ConfigLogAuditCategory] [ConfigLogAuditCategory_Begin] [ConfigLogAuditCategory_End] |
Category for the configuration log audit record |
| [ConfigLogAuditComment] [ConfigLogAuditComment_Begin] [ConfigLogAuditComment_End] |
Comment for the configuration log audit record |
| [ConfigLogAuditUserName] [ConfigLogAuditUserName_Begin] [ConfigLogAuditUserName_End] |
Username for the configuration log audit record |
| [ConfigLogDateTime] [ConfigLogDateTime_Begin] [ConfigLogDateTime_End] |
Date/time of the configuration log
Note: You cannot append additional tokens to [ConfigLogDateTime_Begin] or [ConfigLogDateTime_End]. |
| [ConfigLogSource] [ConfigLogSource_Begin] [ConfigLogSource_End] |
Source of the configuration log See Configuration Source for more information. |
| [AGA3ExpandedRange] [AGA3ExpandedRange_Begin] [AGA3ExpandedRange_End] |
See FMS Configuration Data Items for descriptions of these items. |
| [AGA8ExpandedRange] [AGA8ExpandedRange_Begin] [AGA8ExpandedRange_End] See AGA 8 Data Ranges for more information. |
|
| [AtmosphericPressure] [AtmosphericPressure_Begin] [AtmosphericPressure_End] |
|
| [BaseCompressibilityOfAir] [BaseCompressibilityOfAir_Begin] [BaseCompressibilityOfAir_End] |
|
| [BasePressure] [BasePressure_Begin] [BasePressure_End] |
|
| [BaseTemperature] [BaseTemperature_Begin] [BaseTemperature_End] |
|
| [CalibrationFactor]
[CalibrationFactor_Begin] [CalibrationFactor_End] |
|
| [ConeCoefficientThermalExpansion]
[ConeCoefficientThermalExpansion_Begin] [ConeCoefficientThermalExpansion_End] |
|
| [ConeDiameter] [ConeDiameter_Begin] [ConeDiameter_End] |
|
| [ConeMaterial] [ConeMaterial_Begin] [ConeMaterial_End] |
|
| [ConeRefTemp] [ConeRefTemp_Begin] [ConeRefTemp_End] |
|
| [ContractHour]
[ContractHour_Begin] [ContractHour_End] |
|
| [CoriolisCalibrationPressure] [CoriolisCalibrationPressure_Begin] [CoriolisCalibrationPressure_End] |
|
| [CoriolisPressureEffect] [CoriolisPressureEffect_Begin] [CoriolisPressureEffect_End] |
|
| [DeviceDesc]
[DeviceDesc_Begin] [DeviceDesc_End] |
|
| [DeviceName]
[DeviceName_Begin] [DeviceName_End] |
|
| [DeviceType]
[DeviceType_Begin] [DeviceType_End] Note: This token can be inserted in an Excel formula that uses the device type value returned to determine whether pressure or pulse data will be shown in the data table, and displays the corresponding label in the column header. |
|
| [DischargeCoefficient]
[DischargeCoefficient_Begin] [DischargeCoefficient_End] |
|
| [DischargeCoefficientCalc]
[DischargeCoefficientCalc_Begin] [DischargeCoefficientCalc_End] |
|
| [DpAlarmHigh] [DpAlarmHigh_Begin] [DpAlarmHigh_End] |
|
| [DpAlarmLow] [DpAlarmLow_Begin] [DpAlarmLow_End] |
|
| [DpBackflowAlarm]
[DpBackflowAlarm_Begin] [DpBackflowAlarm_End] |
|
| [DpCalibrateHigh] [DpCalibrateHigh_Begin] [DpCalibrateHigh_End] |
|
| [DpCalibrateLow] [DpCalibrateLow_Begin] [DpCalibrateLow_End] |
|
| [DpTapsType]
[DpTapsType_Begin] [DpTapsType_End] |
|
| [DpTransducerRangeLow] [DpTransducerRangeLow_Begin] [DpTransducerRangeLow_End] |
|
| [DpTransducerRangeHigh] [DpTransducerRangeHigh_Begin] [DpTransducerRangeHigh_End] |
|
| [Elevation] [Elevation_Begin] [Elevation_End] |
|
| [FixedTemp]
[FixedTemp_Begin] [FixedTemp_End] |
|
| [FlowRateAlarmHigh] [FlowRateAlarmHigh_Begin] [FlowRateAlarmHigh_End] |
|
| [FlowRateAlarmLow] [FlowRateAlarmLow_Begin] [FlowRateAlarmLow_End] |
|
| [FluidType] [FluidType_Begin] [FluidType_End] |
|
| [FpvCalc] [FpvCalc_Begin] [FpvCalc_End] |
|
| [GasExpansionFactorCalc]
[GasExpansionFactorCalc_Begin] [GasExpansionFactorCalc_End] |
|
| [HeatingValueBasis] [HeatingValueBasis_Begin] [HeatingValueBasis_End] |
|
| [HvCalc] [HvCalc_Begin] [HvCalc_End] |
|
| [IntegralValueVariables]
[IntegralValueVariables_Begin] [IntegralValueVariables_End] |
|
| [IsentropicExponent] [IsentropicExponent_Begin] [IsentropicExponent_End] |
|
| [KFactorMass] [KFactorMass_Begin] [KFactorMass_End] |
|
| [KFactorVolume] [KFactorVolume_Begin] [KFactorVolume_End] |
|
| [LowFlowCutoffDp]
[LowFlowCutoffDp_Begin] [LowFlowCutoffDp_End] |
|
| [LowFlowCutoffFlowRate] [LowFlowCutoffFlowRate_Begin] [LowFlowCutoffFlowRate_End] |
|
| [LowFlowCutoffMass] [LowFlowCutoffMass_Begin] [LowFlowCutoffMass_End] |
|
| [LowFlowCutoffPulseInterval] [LowFlowCutoffPulseInterval_Begin] [LowFlowCutoffPulseInterval_End] |
|
| [MeterFactor]
[MeterFactor_Begin] [MeterFactor_End] |
|
| [MeterTubeInsideDiameter] [MeterTubeInsideDiameter_Begin] [MeterTubeInsideDiameter_End] |
|
| [MeterTubeMaterial] [MeterTubeMaterial_Begin] [MeterTubeMaterial_End] |
|
| [MeterTubeRefTemp] [MeterTubeRefTemp_Begin] [MeterTubeRefTemp_End] |
|
| [OrificeCoefficientThermalExpansion] [OrificeCoefficientThermalExpansion_Begin] [OrificeCoefficientThermalExpansion_End] |
|
| [OrificePlateBoreSize] [OrificePlateBoreSize_Begin] [OrificePlateBoreSize_End] |
|
| [OrificePlateMaterial] [OrificePlateMaterial_Begin] [OrificePlateMaterial_End] |
|
| [OrificePlateRefTemp] [OrificePlateRefTemp_Begin] [OrificePlateRefTemp_End] |
|
| [PipeCoefficientThermalExpansion]
[PipeCoefficientThermalExpansion_Begin] [PipeCoefficientThermalExpansion_End] |
|
| [PrimaryCalc]
[PrimaryCalc_Begin] [PrimaryCalc_End] |
|
| [SpAlarmHigh] [SpAlarmHigh_Begin] [SpAlarmHigh_End] |
|
| [SpAlarmLow] [SpAlarmLow_Begin] [SpAlarmLow_End] |
|
| [SpCalibrateHigh] [SpCalibrateHigh_Begin] [SpCalibrateHigh_End] |
|
| [SpCalibrateLow] [SpCalibrateLow_Begin] [SpCalibrateLow_End] |
|
| [SpTapLocation]
[SpTapLocation_Begin] [SpTapLocation_End] |
|
| [SpTransducerRangeHigh] [SpTransducerRangeHigh_Begin] [SpTransducerRangeHigh_End] |
|
| [SpTransducerRangeLow] [SpTransducerRangeLow_Begin] [SpTransducerRangeLow_End] |
|
| [SpType]
[SpType_Begin] [SpType_End] |
|
| [TempAlarmHigh] [TempAlarmHigh_Begin] [TempAlarmHigh_End] |
|
| [TempAlarmLow] [TempAlarmLow_Begin] [TempAlarmLow_End] |
|
| [TempCalibrateHigh] [TempCalibrateHigh_Begin] [TempCalibrateHigh_End] |
|
| [TempCalibrateLow] [TempCalibrateLow_Begin] [TempCalibrateLow_End] |
|
| [TempCalibrateZero] [TempCalibrateZero_Begin] [TempCalibrateZero_End] |
|
| [TempTransducerRangeHigh] [TempTransducerRangeHigh_Begin] [TempTransducerRangeHigh_End] |
|
| [TempTransducerRangeLow] [TempTransducerRangeLow_Begin] [TempTransducerRangeLow_End] |
|
| [UseCoriolisPressureEffect] [UseCoriolisPressureEffect_Begin] [UseCoriolisPressureEffect_End] |
|
| [UseLiveTemp] [UseLiveTemp_Begin] [UseLiveTemp_End] |
|
| [WaterVaporCorrectionFactor] [WaterVaporCorrectionFactor_Begin] [WaterVaporCorrectionFactor_End] |
|
| [WellStreamFactor] [WellStreamFactor_Begin] [WellStreamFactor_End] |
|
| Custom Configuration Item Tokens | |
| [CustomConfig1] [CustomConfig1_Begin] [CustomConfig1_End] |
Custom-defined FMS Configuration Data Items See Remote Devices for your device type and FMS Configuration Data Items for more information. |
| [CustomConfig2] [CustomConfig2_Begin] [CustomConfig2_End] |
|
| [CustomConfig3] [CustomConfig3_Begin] [CustomConfig3_End] |
|
| [CustomConfig4] [CustomConfig4_Begin] [CustomConfig4_End] |
|
| [CustomConfig5] [CustomConfig5_Begin] [CustomConfig5_End] |
|
| [CustomConfig6] [CustomConfig6_Begin] [CustomConfig6_End] |
|
| [CustomConfig7] [CustomConfig7_Begin] [CustomConfig7_End] |
|
| [CustomConfig8] [CustomConfig8_Begin] [CustomConfig8_End] |
|
| [CustomConfig9] [CustomConfig9_Begin] [CustomConfig9_End] |
|
| [CustomConfig10] [CustomConfig10_Begin] [CustomConfig10_End] |
|
| Gas Quality Item Tokens | |
| [Methane] [Methane_Begin] [Methane_End] |
Methane (C1) |
| [Ethane] [Ethane_Begin] [Ethane_End] |
Ethane (C2) |
| [Propane] [Propane_Begin] [Propane_End] |
Propane (C3) |
| [n-Butane] [n-Butane_Begin] [n-Butane_End] |
n-Butane (C4) |
| [Isobutane] [Isobutane_Begin] [Isobutane_End] |
Isobutane (isoC4) |
| [n-Pentane] [n-Pentane_Begin] [n-Pentane_End] |
n-Pentane (C5) |
| [Isopentane] [Isopentane_Begin] [Isopentane_End] |
Isopentane (isoC5) |
| [Neopentane] [Neopentane_Begin] [Neopentane_End] |
Neopentane (neoC5) |
| [n-Hexane] [n-Hexane_Begin] [n-Hexane_End] |
n-Hexane (C6) |
| [n-Heptane] [n-Heptane_Begin] [n-Heptane_End] |
n-Heptane (C7) |
| [n-Octane] [n-Octane_Begin] [n-Octane_End] |
n-Octane (C8) |
| [n-Nonane] [n-Nonane_Begin] [n-Nonane_End] |
n-Nonane (C9) |
| [n-Decane] [n-Decane_Begin] [n-Decane_End] |
n-Decane (C10) |
| [Nitrogen] [Nitrogen_Begin] [Nitrogen_End] |
Nitrogen (N2) |
| [CarbonDioxide] [CarbonDioxide_Begin] [CarbonDioxide_End] |
Carbon dioxide (CO2) |
| [Water] [Water_Begin] [Water_End] |
Water (H2O) |
| [HydrogenSulfide] [HydrogenSulfide_Begin] [HydrogenSulfide_End] |
Hydrogen sulfide (H2S) |
| [Hydrogen] [Hydrogen_Begin] [Hydrogen_End] |
Hydrogen (H2) |
| [CarbonMonoxide] [CarbonMonoxide_Begin] [CarbonMonoxide_End] |
Carbon monoxide (CO) |
| [Oxygen] [Oxygen_Begin] [Oxygen_End] |
Oxygen (O2) |
| [Helium] [Helium_Begin] [Helium_End] |
Helium (He) |
| [Argon] [Argon_Begin] [Argon_End] |
Argon (Ar) |
| [Compressibility] [Compressibility_Begin] [Compressibility_End] |
Compressibility |
| [DewPoint] [DewPoint_Begin] [DewPoint_End] |
Dew point |
| [HeatingValueMass] [HeatingValueMass_Begin] [HeatingValueMass_End] |
Heating value mass |
| [HeatingValueVolume]
[HeatingValueVolume_Begin] [HeatingValueVolume_End] |
Heating value volume |
| [RelativeDensity]
[RelativeDensity_Begin] [RelativeDensity_End] |
Relative density |
| [Viscosity]
[Viscosity_Begin] [Viscosity_End] |
Viscosity |
| Custom Gas Quality Item Tokens | |
|
[CustomGQ1] [CustomGQ1_Begin] [CustomGQ1_End] |
Custom-defined GQ process variables See Remote Devices for your device type and EFM Data Items for more information. |
|
[CustomGQ2] [CustomGQ2_Begin] [CustomGQ2_End] |
|
|
[CustomGQ3] [CustomGQ3_Begin] [CustomGQ3_End] |
|
|
[CustomGQ4] [CustomGQ4_Begin] [CustomGQ4_End] |
|
|
[CustomGQ5] [CustomGQ5_Begin] [CustomGQ5_End] |
|
| Gas Analysis Item Tokens | |
| [SampleHeatingValueBasis] [SampleHeatingValueBasis_Begin] [SampleHeatingValueBasis_End] |
Heating Value basis - Sample |
| [HeatingValueVolumeWet] [HeatingValueVolumeWet_Begin] [HeatingValueVolumeWet_End] |
Heating Value Volume - Wet |
| [HeatingValueVolumeDry] [HeatingValueVolumeDry_Begin] [HeatingValueVolumeDry_End] |
Heating Value Volume - Dry |
| [HeatingValueVolumeAsDelivered] [HeatingValueVolumeAsDelivered_Begin] [HeatingValueVolumeAsDelivered_End] |
Heating Value Volume - As delivered |
| [H2OPerVolume] [H2OPerVolume_Begin] [H2OPerVolume_End] |
Water - per volume unit |
| [H2SPPM] [H2SPPM_Begin] [H2SPPM_End] |
Hydrogen sulfide - parts per million |
| [TotalH2SPPM] [TotalH2SPPM_Begin] [TotalH2SPPM_End] |
Total Hydrogen sulfide - parts per million |
| [COSPPM] [COSPPM_Begin] [COSPPM_End] |
Carbonyl sulfide - parts per million |
| [MESHPPM] [MESHPPM_Begin] [MESHPPM_End] |
Methanethiol - parts per million |
| [ETSHPPM] [ETSHPPM_Begin] [ETSHPPM_End] |
Ethanethiol - parts per million |
| [DMSPPM] [DMSPPM_Begin] [DMSPPM_End] |
Dimethyl sulfide - parts per million |
| [InstrumentNumber] [InstrumentNumber_Begin] [InstrumentNumber_End] |
Instrument number for the sample |
| [SampleBasePressure] [SampleBasePressure_Begin] [SampleBasePressure_End] |
Sample base pressure |
| [SampleBaseTemperature] [SampleBaseTemperature_Begin] [SampleBaseTemperature_End] |
Sample base temperature |
| [SampleFlowPressure] [SampleFlowPressure_Begin] [SampleFlowPressure_End] |
Sample pressure |
| [SampleFlowTemperature] [SampleFlowTemperature_Begin] [SampleFlowTemperature_End] |
Sample temperature |
| [SampleComments] [SampleComments_Begin] [SampleComments_End] |
Comments for the sample |
| [SampleCount] [SampleCount_Begin] [SampleCount_End] |
Sample count |
| [SampleDate] [SampleDate_Begin] [SampleDate_End] |
Sample date |
| [SampleRate] [SampleRate_Begin] [SampleRate_End] |
Sample rate |
| [SampleTechnician] [SampleTechnician_Begin] [SampleTechnician_End] |
Name of the sample technician |
| [SampleType] [SampleType_Begin] [SampleType_End] |
Sample type |
| [AnalysisTechnician] [AnalysisTechnician_Begin] [AnalysisTechnician_End] |
Name of the analysis technician |
| [AnalysisComments] [AnalysisComments_Begin] [AnalysisComments_End] |
Comments for the analysis |
| [HexanePlus] [HexanePlus_Begin] [HexanePlus_End] |
Hexane plus |
| [EthaneLC] [EthaneLC_Begin] [EthaneLC_End] |
Ethane - Liquid Content |
| [PropaneLC] [PropaneLC_Begin] [PropaneLC_End] |
Propane - Liquid Content |
| [IsobutaneLC] [IsobutaneLC_Begin] [IsobutaneLC_End] |
Isobutane - Liquid Content |
| [n-ButaneLC] [n-ButaneLC_Begin] [n-ButaneLC_End] |
n-Butane - Liquid Content |
| [IsopentaneLC] [IsopentaneLC_Begin] [IsopentaneLC_End] |
Isopentane - Liquid Content |
| [n-PentaneLC] [n-PentaneLC_Begin] [n-PentaneLC_End] |
n-Pentane - Liquid Content |
| [n-HexaneLC] [n-HexaneLC_Begin] [n-HexaneLC_End] |
n-Hexane - Liquid Content |
| [n-HeptaneLC] [n-HeptaneLC_Begin] [n-HeptaneLC_End] |
n-Heptane - Liquid Content |
| [n-OctaneLC] [n-OctaneLC_Begin] [n-OctaneLC_End] |
n-Octane - Liquid Content |
| [n-NonaneLC] [n-NonaneLC_Begin] [n-NonaneLC_End] |
n-Nonane - Liquid Content |
| [n-DecaneLC] [n-DecaneLC_Begin] [n-DecaneLC_End] |
n-Decane - Liquid Content |
| [CondensateLC] [CondensateLC_Begin] [CondensateLC_End] |
Condensate - Liquid Content |
| Custom Gas Analysis Item Tokens | |
|
[CustomNumber1] [CustomNumber1_Begin] [CustomNumber1_End] |
Custom-defined FMS gas analysis items with numerical values See Remote Devices for your device type and FMS Configuration Data Items for more information. |
|
[CustomNumber2] [CustomNumber2_Begin] [CustomNumber2_End] |
|
|
[CustomNumber3] [CustomNumber3_Begin] [CustomNumber3_End] |
|
|
[CustomNumber4] [CustomNumber4_Begin] [CustomNumber4_End] |
|
|
[CustomNumber5] [CustomNumber5_Begin] [CustomNumber5_End] |
|
(Gas) Device QTR Report: Data Table Header Tokens
Gas Device QTR report data table headers, which appear between #SubSection# DataTableHeader and #End#, can be described by the following tokens.
Note: In PDF format, reports containing tables that span multiple pages will repeat the data table header on each contiguous page.
| Token | Description |
|---|---|
| General Tokens | |
| [=] | When used as the first three characters, turns the cell into a formula |
| [RowNumber] | Current row number |
| Units Tokens | |
| [AtmosphericPressure_Units] | Units used for atmospheric pressure data |
| [BasePressure_Units] | Units used for base pressure data |
| [BaseTemperature_Units] | Units used for base temperature data |
| [ConeCoefficientThermalExpansion_Units] | Units used for the cone thermal expansion coefficient |
| [ConeDiameter_Units] | Units used for cone diameter data |
| [ConeRefTemp_Units] | Units used for cone temperature data |
| [Dp_Units] | Units used for differential pressure data |
| [DpAlarmHigh_Units] | Units used for DP backflow alarm data |
| [DpAlarmLow_Units] | Units used for DP high calibrate data |
| [DpBackflowAlarm_Units] | Units used for DP low calibrate data |
| [DpCalibrateHigh_Units] | Units used for DP high transducer range data |
| [DpCalibrateLow_Units] | Units used for DP low transducer range data |
| [DpTransducerRangeHigh_Units] | Units used for elevation data |
| [DpTransducerRangeLow_Units] | Units used for energy data |
| [Elevation_Units] | Units used for elevation data |
| [Energy_Units] | Units used for energy data |
| [FixedTemp_Units] | Units used for fixed temperature data |
| [FlowRate_Units] | Units used for flow rate data |
| [FlowRateAlarmHigh_Units] | Units used for flow rate high alarm data |
| [FlowRateAlarmLow_Units] | Units used for flow rate low alarm data |
| [FlowTime_Units] | Units used for flow time data |
| [HeatingValueBasis_Units] | Units used for heating value basis data |
| [HeatingValueMass_Units] | Units used for heating value mass data |
| [HeatingValueVolume_Units] | Units used for heating value volume data |
| [KFactorMass_Units] | Units used for K factor mass |
| [KFactorVolume_Units] | Units used for K factor volume |
| [LowFlowCutoffDp_Units] | Units used for low flow cutoff differential pressure data |
| [LowFlowCutoffFlowRate_Units] | Units used for low flow cutoff volume flow rate data |
| [LowFlowCutoffMass_Units] | Units used for low flow cutoff mass flow rate data |
| [LowFlowCutoffPulseInterval_Units] | Units used for low flow cutoff pulse interval data |
| [Mass_Units] | Units used for mass data |
| [MeterTubeInsideDiameter_Units] | Units used for meter tube inside diameter data |
| [MeterTubeRefTemp_Units] | Units used for meter tube temperature data |
| [OrificeCoefficientThermalExpansion_Units] | Units used for the orifice thermal expansion coefficient |
| [OrificePlateBoreSize_Units] | Units used for orifice plate bore size data |
| [OrificePlateRefTemp_Units] | Units used for orifice plate temperature data |
| [PipeCoefficientThermalExpansion_Units] | Units used for the pipe thermal expansion coefficient |
| [Sp_Units] | Units used for static pressure data |
| [SpAlarmHigh_Units] | Units used for SP high alarm data |
| [SpAlarmLow_Units] | Units used for SP low alarm data |
| [SpCalibrateHigh_Units] | Units used for SP high calibrate data |
| [SpCalibrateLow_Units] | Units used for SP low calibrate data |
| [SpTransducerRangeHigh_Units] | Units used for SP high transducer range data |
| [SpTransducerRangeLow_Units] | Units used for SP low transducer range data |
| [Temp_Units] | Units used for temperature data |
| [TempAlarmHigh_Units] | Units used for high temperature alarm data |
| [TempAlarmLow_Units] | Units used for low temperature alarm data |
| [TempCalibrateHigh_Units] | Units used for high temperature calibration data |
| [TempCalibrateLow_Units] | Units used for low temperature calibration data |
| [TempCalibrateZero_Units] | Units used for zero temperature calibration data |
| [TempTransducerRangeHigh_Units] | Units used for high temperature transducer range data |
| [TempTransducerRangeLow_Units] | Units used for low temperature transducer range data |
| [UncorrectedVolume_Units] | Units used for uncorrected volume data |
| [Viscosity_Units] | Units used for viscosity data |
| [Volume_Units] | Units used for volume data |
| [Methane_Units] | Units used for Methane (C1) data |
| [Ethane_Units] | Units used for Ethane (C2) data |
| [Propane_Units] | Units used for Propane (C3) data |
| [n-Butane_Units] | Units used for n-Butane (C4) data |
| [Isobutane_Units] | Units used for Isobutane (isoC4) data |
| [n-Pentane_Units] | Units used for n-Pentane (C5) data |
| [Isopentane_Units] | Units used for Isopentane (isoC5) data |
| [Neopentane_Units] | Units used for Neopentane (neoC5) data |
| [n-Hexane_Units] | Units used for n-Hexane (C6) data |
| [n-Heptane_Units] | Units used for n-Heptane (C7) data |
| [n-Octane_Units] | Units used for n-Octane (C8) data |
| [n-Nonane_Units] | Units used for n-Nonane (C9) data |
| [n-Decane_Units] | Units used for n-Decane (C10) data |
| [Nitrogen_Units] | Units used for Nitrogen (N2) data |
| [CarbonDioxide_Units] | Units used for Carbon dioxide (CO2) data |
| [Water_Units] | Units used for Water (H2O) data |
| [HydrogenSulfide_Units] | Units used for Hydrogen sulfide (H2S) data |
| [Hydrogen_Units] | Units used for Hydrogen (H2) data |
| [CarbonMonoxide_Units] | Units used for Carbon monoxide (CO) data |
| [Oxygen_Units] | Units used for Oxygen (O2) data |
| [Helium_Units] | Units used for Helium (He) data |
| [Argon_Units] | Units used for Argon (Ar) data |
(Gas) Device QTR Report: Data Table Tokens
Gas Device QTR report data table parameters, which appear between #SubSection# DataTable (1 or 2) and #End#, can be described by the following tokens.
| Token | Description |
|---|---|
| General Tokens | |
| [=] | When used as the first three characters, turns the cell into a formula |
| [FirstRow] | Row number of the first row in the data table |
| [RowNumber] | Current row number |
| [NodeDesc] | Node description |
| [NodeName] | Node name |
| [BeginDateTime] | Start date, in Contract day (C), of the requested time range for the report |
| [EndDateTime] | End date, in Contract day (C), of the requested time range for the report |
| [RecordSpan] | Span for the record, e.g. hourly, daily |
| [DataSource] | Source of data for the record, e.g. polling engine, device import, other |
| [GasQualitySource] | Source of gas quality data for the record |
| [DataQualityDesc] | Description of the data quality setting |
| [DataQualityName] | Name of the data quality setting |
| [Acceptability] | Numerical percentage value indicating the relative validity of the data |
| [AuditCategory] | Category of the change |
| [AuditComment] | Comments regarding the change |
| [AuditDate_Host] | Date of the change, relative to the host computer |
| [AuditUserName] | Name of the user that made the change |
| [ExceptionCount] | Total number of exceptions for the record |
| [LinkExceptionCount] | Number of linked exceptions for the record |
| [OpenExceptionCount] | Number of open exceptions for the record |
| [IsEdited] | User-edited status of the data. Possible values are Yes (all data user-edited), No (all data not user-edited), or Mixed (a combination of "user-edited" and/or "not user-edited" and/or "not requested" data).
Note: Time spans with partial data (for example the current day) will be Mixed status, even if all available values have been edited. This occurs because the status for any data that has not yet been returned is "not requested" and that status is included in the evaluation of the resultant token value. The result therefore is a value of Mixed. A specific time span will only report Yes if all records, available or not, are "user-edited" status. |
| [RecordsInSpan] | Number of gas device summary records for the time span |
| [EditState] | Edit state of the record. Possible values are as follows.
|
| [GMCollectionStatus] | Data state of gas metering records |
| [GQCollectionStatus] | Data state of gas quality records |
| [EventCollectionStatus] | Data state of event records |
| [AlarmCollectionStatus] | Data state of alarm records |
| [Dp] | Differential pressure |
| [Energy] | Energy value |
| [Energy_Average_FW] | Energy value: flow-weighted average |
| [FlowRate] | Flow rate |
| [FlowTime] | Flow time |
| [FlowTimePercent] | Flow time percentage |
| [LinearCurveType] | Linear curve type |
| [IMV] | Integral Multiplier Value |
| [IV] | Integral Value Definition Defines the calculation variables used, where applicable |
| [KFactorMass] | K Factor - Mass |
| [KFactorVolume] | K Factor - Volume |
| [Mass] | Mass value |
| [Mass_Average_FW] | Mass value: flow-weighted average |
| [PulseCount] | Pulse count |
| [Sp] | Static pressure |
| [Temp] | Temperature |
| [UncorrectedVolume] | Uncorrected volume |
| [VCF] | Volume Correction Factor See Data Aggregation for more information about how this factor is averaged. |
| [Volume] | Volume value |
| [Volume_Average_FW] | Volume value: flow-weighted average |
| Custom Gas Metering PV Item Tokens | |
| [CustomGM1] | Custom-defined GM process variable 1 See Remote Devices for your device type and EFM Data Items for more information. |
| [CustomGM2] | Custom-defined GM process variable 2 See Remote Devices for your device type and EFM Data Items for more information. |
| [CustomGM3] | Custom-defined GM process variable 3 See Remote Devices for your device type and EFM Data Items for more information. |
| [CustomGM4] | Custom-defined GM process variable 4 See Remote Devices for your device type and EFM Data Items for more information. |
| [CustomGM5] | Custom-defined GM process variable 5 See Remote Devices for your device type and EFM Data Items for more information. |
| Configuration Item Tokens
Note: You can append _Begin or _End to any of the following configuration item tokens, in order to display the first or last value for the record. See Displaying Beginning or Ending Values for a Record for more information. |
|
| [ConfigExceptionCnt] [ConfigExceptionCnt_Begin] [ConfigExceptionCnt_End] |
Number of configuration exceptions for the record |
| [ConfigLogAuditCategory] [ConfigLogAuditCategory_Begin] [ConfigLogAuditCategory_End] |
Category for the configuration log audit record |
| [ConfigLogAuditComment] [ConfigLogAuditComment_Begin] [ConfigLogAuditComment_End] |
Comment for the configuration log audit record |
| [ConfigLogAuditUserName] [ConfigLogAuditUserName_Begin] [ConfigLogAuditUserName_End] |
Username for the configuration log audit record |
| [ConfigLogDateTime] [ConfigLogDateTime_Begin] [ConfigLogDateTime_End] |
Date/time of the configuration log |
| [ConfigLogSource] [ConfigLogSource_Begin] [ConfigLogSource_End] |
Source of the configuration log See Configuration Source for more information. |
| [PollingFac_Attr0] - [PollingFac_Attr39] |
Polling facility indexed text attributes 0 through 39 (each a separate token) |
| [PollingFac_Category] |
Polling facility category |
| [PollingFac_Comment] |
Polling facility comment attribute |
| [PollingFac_Desc] |
Polling facility description |
| [PollingFac_Info0] |
Polling facility info attribute 0 Default attribute name is Facility Location |
| [PollingFac_Info1] |
Polling facility info attribute 1 Default attribute name is Facility Contact |
| [PollingFac_IsActive] |
Polling facility active flag |
| [PollingFac_Table0] - [PollingFac_Table59] |
Polling facility indexed table-driven attributes 0 through 59 (each a separate token) |
| [PollingFac_Type] |
Polling facility type |
| [PollingFac_YesNo0] - [PollingFac_YesNo19] |
Polling facility indexed Yes/No attributes 0 through 19 (each a separate token) |
| [AGA3ExpandedRange] [AGA3ExpandedRange_Begin] [AGA3ExpandedRange_End] |
See FMS Configuration Data Items for descriptions of these items. |
| [AGA8ExpandedRange] [AGA8ExpandedRange_Begin] [AGA8ExpandedRange_End] See AGA 8 Data Ranges for more information. |
|
| [AtmosphericPressure] [AtmosphericPressure_Begin] [AtmosphericPressure_End] |
|
| [BaseCompressibilityOfAir] [BaseCompressibilityOfAir_Begin] [BaseCompressibilityOfAir_End] |
|
| [BasePressure] [BasePressure_Begin] [BasePressure_End] |
|
| [BaseTemperature] [BaseTemperature_Begin] [BaseTemperature_End] |
|
| [CalibrationFactor]
[CalibrationFactor_Begin] [CalibrationFactor_End] |
|
| [ConeCoefficientThermalExpansion]
[ConeCoefficientThermalExpansion_Begin] [ConeCoefficientThermalExpansion_End] |
|
| [ConeDiameter] [ConeDiameter_Begin] [ConeDiameter_End] |
|
| [ConeMaterial] [ConeMaterial_Begin] [ConeMaterial_End] |
|
| [ConeRefTemp] [ConeRefTemp_Begin] [ConeRefTemp_End] |
|
| [ContractHour]
[ContractHour_Begin] [ContractHour_End] |
|
| [CoriolisCalibrationPressure] [CoriolisCalibrationPressure_Begin] [CoriolisCalibrationPressure_End] |
|
| [CoriolisPressureEffect] [CoriolisPressureEffect_Begin] [CoriolisPressureEffect_End] |
|
| [DeviceDesc]
[DeviceDesc_Begin] [DeviceDesc_End] |
|
| [DeviceName]
[DeviceName_Begin] [DeviceName_End] |
|
| [DeviceType]
[DeviceType_Begin] [DeviceType_End] Note: This token can be inserted in an Excel formula that uses the device type value returned to determine whether pressure or pulse data will be shown in the data table, and displays the corresponding label in the column header. |
|
| [DischargeCoefficient]
[DischargeCoefficient_Begin] [DischargeCoefficient_End] |
|
| [DischargeCoefficientCalc]
[DischargeCoefficientCalc_Begin] [DischargeCoefficientCalc_End] |
|
| [DpAlarmHigh] [DpAlarmHigh_Begin] [DpAlarmHigh_End] |
|
| [DpAlarmLow] [DpAlarmLow_Begin] [DpAlarmLow_End] |
|
| [DpBackflowAlarm]
[DpBackflowAlarm_Begin] [DpBackflowAlarm_End] |
|
| [DpCalibrateHigh] [DpCalibrateHigh_Begin] [DpCalibrateHigh_End] |
|
| [DpCalibrateLow] [DpCalibrateLow_Begin] [DpCalibrateLow_End] |
|
| [DpTapsType]
[DpTapsType_Begin] [DpTapsType_End] |
|
| [DpTransducerRangeLow] [DpTransducerRangeLow_Begin] [DpTransducerRangeLow_End] |
|
| [DpTransducerRangeHigh] [DpTransducerRangeHigh_Begin] [DpTransducerRangeHigh_End] |
|
| [Elevation] [Elevation_Begin] [Elevation_End] |
|
| [FixedTemp]
[FixedTemp_Begin] [FixedTemp_End] |
|
| [FlowRateAlarmHigh] [FlowRateAlarmHigh_Begin] [FlowRateAlarmHigh_End] |
|
| [FlowRateAlarmLow] [FlowRateAlarmLow_Begin] [FlowRateAlarmLow_End] |
|
| [FluidType] [FluidType_Begin] [FluidType_End] |
|
| [FpvCalc] [FpvCalc_Begin] [FpvCalc_End] |
|
| [GasExpansionFactorCalc]
[GasExpansionFactorCalc_Begin] [GasExpansionFactorCalc_End] |
|
| [HeatingValueBasis] [HeatingValueBasis_Begin] [HeatingValueBasis_End] |
|
| [HvCalc] [HvCalc_Begin] [HvCalc_End] |
|
| [IntegralValueVariables]
[IntegralValueVariables_Begin] [IntegralValueVariables_End] |
|
| [IsentropicExponent] [IsentropicExponent_Begin] [IsentropicExponent_End] |
|
| [KFactorMass] [KFactorMass_Begin] [KFactorMass_End] |
|
| [KFactorVolume] [KFactorVolume_Begin] [KFactorVolume_End] |
|
| [LowFlowCutoffDp]
[LowFlowCutoffDp_Begin] [LowFlowCutoffDp_End] |
|
| [LowFlowCutoffFlowRate] [LowFlowCutoffFlowRate_Begin] [LowFlowCutoffFlowRate_End] |
|
| [LowFlowCutoffMass] [LowFlowCutoffMass_Begin] [LowFlowCutoffMass_End] |
|
| [LowFlowCutoffPulseInterval] [LowFlowCutoffPulseInterval_Begin] [LowFlowCutoffPulseInterval_End] |
|
| [MeterFactor]
[MeterFactor_Begin] [MeterFactor_End] |
|
| [MeterTubeInsideDiameter] [MeterTubeInsideDiameter_Begin] [MeterTubeInsideDiameter_End] |
|
| [MeterTubeMaterial] [MeterTubeMaterial_Begin] [MeterTubeMaterial_End] |
|
| [MeterTubeRefTemp] [MeterTubeRefTemp_Begin] [MeterTubeRefTemp_End] |
|
| [OrificeCoefficientThermalExpansion] [OrificeCoefficientThermalExpansion_Begin] [OrificeCoefficientThermalExpansion_End] |
|
| [OrificePlateBoreSize] [OrificePlateBoreSize_Begin] [OrificePlateBoreSize_End] |
|
| [OrificePlateMaterial] [OrificePlateMaterial_Begin] [OrificePlateMaterial_End] |
|
| [OrificePlateRefTemp] [OrificePlateRefTemp_Begin] [OrificePlateRefTemp_End] |
|
| [PipeCoefficientThermalExpansion]
[PipeCoefficientThermalExpansion_Begin] [PipeCoefficientThermalExpansion_End] |
|
| [PrimaryCalc]
[PrimaryCalc_Begin] [PrimaryCalc_End] |
|
| [SpAlarmHigh] [SpAlarmHigh_Begin] [SpAlarmHigh_End] |
|
| [SpAlarmLow] [SpAlarmLow_Begin] [SpAlarmLow_End] |
|
| [SpCalibrateHigh] [SpCalibrateHigh_Begin] [SpCalibrateHigh_End] |
|
| [SpCalibrateLow] [SpCalibrateLow_Begin] [SpCalibrateLow_End] |
|
| [SpTapLocation]
[SpTapLocation_Begin] [SpTapLocation_End] |
|
| [SpTransducerRangeHigh] [SpTransducerRangeHigh_Begin] [SpTransducerRangeHigh_End] |
|
| [SpTransducerRangeLow] [SpTransducerRangeLow_Begin] [SpTransducerRangeLow_End] |
|
| [SpType]
[SpType_Begin] [SpType_End] |
|
| [TempAlarmHigh] [TempAlarmHigh_Begin] [TempAlarmHigh_End] |
|
| [TempAlarmLow] [TempAlarmLow_Begin] [TempAlarmLow_End] |
|
| [TempCalibrateHigh] [TempCalibrateHigh_Begin] [TempCalibrateHigh_End] |
|
| [TempCalibrateLow] [TempCalibrateLow_Begin] [TempCalibrateLow_End] |
|
| [TempCalibrateZero] [TempCalibrateZero_Begin] [TempCalibrateZero_End] |
|
| [TempTransducerRangeHigh] [TempTransducerRangeHigh_Begin] [TempTransducerRangeHigh_End] |
|
| [TempTransducerRangeLow] [TempTransducerRangeLow_Begin] [TempTransducerRangeLow_End] |
|
| [UseCoriolisPressureEffect] [UseCoriolisPressureEffect_Begin] [UseCoriolisPressureEffect_End] |
|
| [UseLiveTemp] [UseLiveTemp_Begin] [UseLiveTemp_End] |
|
| [WaterVaporCorrectionFactor] [WaterVaporCorrectionFactor_Begin] [WaterVaporCorrectionFactor_End] |
|
| [WellStreamFactor] [WellStreamFactor_Begin] [WellStreamFactor_End] |
|
| Custom Configuration Item Tokens | |
| [CustomConfig1] [CustomConfig1_Begin] [CustomConfig1_End] |
Custom-defined FMS Configuration Data Items See Remote Devices for your device type and FMS Configuration Data Items for more information. |
| [CustomConfig2] [CustomConfig2_Begin] [CustomConfig2_End] |
|
| [CustomConfig3] [CustomConfig3_Begin] [CustomConfig3_End] |
|
| [CustomConfig4] [CustomConfig4_Begin] [CustomConfig4_End] |
|
| [CustomConfig5] [CustomConfig5_Begin] [CustomConfig5_End] |
|
| [CustomConfig6] [CustomConfig6_Begin] [CustomConfig6_End] |
|
| [CustomConfig7] [CustomConfig7_Begin] [CustomConfig7_End] |
|
| [CustomConfig8] [CustomConfig8_Begin] [CustomConfig8_End] |
|
| [CustomConfig9] [CustomConfig9_Begin] [CustomConfig9_End] |
|
| [CustomConfig10] [CustomConfig10_Begin] [CustomConfig10_End] |
|
| Gas Quality/Gas Analysis Item Tokens | |
| [Methane] [Methane_Begin] [Methane_End] |
Methane (C1) |
| [Ethane] [Ethane_Begin] [Ethane_End] |
Ethane (C2) |
| [Propane] [Propane_Begin] [Propane_End] |
Propane (C3) |
| [n-Butane] [n-Butane_Begin] [n-Butane_End] |
n-Butane (C4) |
| [Isobutane] [Isobutane_Begin] [Isobutane_End] |
Isobutane (isoC4) |
| [n-Pentane] [n-Pentane_Begin] [n-Pentane_End] |
n-Pentane (C5) |
| [Isopentane] [Isopentane_Begin] [Isopentane_End] |
Isopentane (isoC5) |
| [Neopentane] [Neopentane_Begin] [Neopentane_End] |
Neopentane (neoC5) |
| [n-Hexane] [n-Hexane_Begin] [n-Hexane_End] |
n-Hexane (C6) |
| [n-Heptane] [n-Heptane_Begin] [n-Heptane_End] |
n-Heptane (C7) |
| [n-Octane] [n-Octane_Begin] [n-Octane_End] |
n-Octane (C8) |
| [n-Nonane] [n-Nonane_Begin] [n-Nonane_End] |
n-Nonane (C9) |
| [n-Decane] [n-Decane_Begin] [n-Decane_End] |
n-Decane (C10) |
| [Argon] [Argon_Begin] [Argon_End] |
Argon (Ar) |
| [CarbonDioxide] [CarbonDioxide_Begin] [CarbonDioxide_End] |
Carbon dioxide (CO2) |
| [CarbonMonoxide] [CarbonMonoxide_Begin] [CarbonMonoxide_End] |
Carbon monoxide (CO) |
| [Helium] [Helium_Begin] [Helium_End] |
Helium (He) |
| [Hydrogen] [Hydrogen_Begin] [Hydrogen_End] |
Hydrogen (H2) |
| [HydrogenSulfide] [HydrogenSulfide_Begin] [HydrogenSulfide_End] |
Hydrogen sulfide (H2S) |
| [Nitrogen] [Nitrogen_Begin] [Nitrogen_End] |
Nitrogen (N2) |
| [Oxygen] [Oxygen_Begin] [Oxygen_End] |
Oxygen (O2) |
| [Water] [Water_Begin] [Water_End] |
Water (H2O) |
| [Compressibility] [Compressibility_Begin] [Compressibility_End] |
Compressibility |
| [DewPoint] [DewPoint_Begin] [DewPoint_End] |
Dew point |
| [HeatingValueMass] [HeatingValueMass_Begin] [HeatingValueMass_End] |
Heating value mass |
| [HeatingValueVolume]
[HeatingValueVolume_Begin] [HeatingValueVolume_End] |
Heating value volume |
| [RelativeDensity]
[RelativeDensity_Begin] [RelativeDensity_End] |
Relative density |
| [Viscosity]
[Viscosity_Begin] [Viscosity_End] |
Viscosity |
| [HeatingValueVolumeWet] [HeatingValueVolumeWet_Begin] [HeatingValueVolumeWet_End] |
Heating Value Volume (HVV) - Wet |
| [HeatingValueVolumeDry] [HeatingValueVolumeDry_Begin] [HeatingValueVolumeDry_End] |
Heating Value Volume (HVV) - Dry |
| [HeatingValueVolumeAsDelivered] [HeatingValueVolumeAsDelivered_Begin] [HeatingValueVolumeAsDelivered_End] |
Heating Value Volume (HVV) - As delivered |
| [SampleHeatingValueBasis] [SampleHeatingValueBasis_Begin] [SampleHeatingValueBasis_End] |
Heating Value Basis - Sample |
| Custom Gas Quality Item Tokens | |
|
[CustomGQ1] [CustomGQ1_Begin] [CustomGQ1_End] |
Custom-defined GQ process variables See Remote Devices for your device type and EFM Data Items for more information. |
|
[CustomGQ2] [CustomGQ2_Begin] [CustomGQ2_End] |
|
|
[CustomGQ3] [CustomGQ3_Begin] [CustomGQ3_End] |
|
|
[CustomGQ4] [CustomGQ4_Begin] [CustomGQ4_End] |
|
|
[CustomGQ5] [CustomGQ5_Begin] [CustomGQ5_End] |
|
| Custom Gas Analysis Item Tokens | |
|
[CustomNumber1] [CustomNumber1_Begin] [CustomNumber1_End] |
Custom-defined FMS gas analysis items with numerical values See Remote Devices for your device type and FMS Configuration Data Items for more information. |
|
[CustomNumber2] [CustomNumber2_Begin] [CustomNumber2_End] |
|
|
[CustomNumber3] [CustomNumber3_Begin] [CustomNumber3_End] |
|
|
[CustomNumber4] [CustomNumber4_Begin] [CustomNumber4_End] |
|
|
[CustomNumber5] [CustomNumber5_Begin] [CustomNumber5_End] |
|
(Gas) Device QTR Report: SubReport Footer Tokens
Gas Device QTR report subreport footers, which appear between #SubSection# SubReportFooter and #End#, can be described by the following tokens.
| Token | Description |
|---|---|
| General Tokens | |
| [=] | When used as the first three characters, turns the cell into a formula |
| [FirstRow] | Row number of the first row in the data table |
| [LastRow] | Row number of the last row in the data table |
| [RowNumber] | Current row number |
| [CurrentDeviceCount] | Index of the device being displayed |
| [TotalDeviceCount] | Total number of devices in the report |
| [NodeId] | Node ID |
| [NodeType] | Node type |
| [NodeName] | Node name |
| [NodeDesc] | Node description |
| [NodePollingFacilityId] | Polling facility ID of the Node |
| [NodePollingFacilityTag] | Polling facility tag of the Node |
| [NodePollingSiteService] | Polling Site.Service of the Node |
| [NodeReportingFacilityId] | Reporting facility ID of the Node |
| [NodeReportingSiteService] | Reporting Site.Service of the Node |
| [NodeSortPriority] | Sort priority of the Node |
| [NodeSecurityApp] | Security application of the Node |
| [NodeDaysOfData] | Number of days for which the data source of the Node will retain data |
| [NodeInstallDateTime] | Install date/time for the Node, in Device time (D) |
| [NodeContractHour] | Contract hour of the Node |
| [NodeTimezone] | Time zone configured for the Node |
| [NodeTimezoneUsingDst] | Daylight saving time status of the Node |
| [PollingFac_Attr0] - [PollingFac_Attr39] |
Polling facility indexed text attributes 0 through 39 (each a separate token) |
| [PollingFac_Category] |
Polling facility category |
| [PollingFac_Comment] |
Polling facility comment attribute |
| [PollingFac_Desc] |
Polling facility description |
| [PollingFac_Info0] |
Polling facility info attribute 0 Default attribute name is Facility Location |
| [PollingFac_Info1] |
Polling facility info attribute 1 Default attribute name is Facility Contact |
| [PollingFac_IsActive] |
Polling facility active flag |
| [PollingFac_Table0] - [PollingFac_Table59] |
Polling facility indexed table-driven attributes 0 through 59 (each a separate token) |
| [PollingFac_Type] |
Polling facility type |
| [PollingFac_YesNo0] - [PollingFac_YesNo19] |
Polling facility indexed Yes/No attributes 0 through 19 (each a separate token) |
| [RecordSpan] | Number of minutes in the record span |
| Units Tokens | |
| [AtmosphericPressure_Units] | Units used for atmospheric pressure data |
| [BasePressure_Units] | Units used for base pressure data |
| [BaseTemperature_Units] | Units used for base temperature data |
| [ConeCoefficientThermalExpansion_Units] | Units used for the cone thermal expansion coefficient |
| [ConeDiameter_Units] | Units used for cone diameter data |
| [ConeRefTemp_Units] | Units used for cone reference temperature data |
| [Dp_Units] | Units used for differential pressure data |
| [DpAlarmHigh_Units] | Units used for DP high alarm data |
| [DpAlarmLow_Units] | Units used for DP low alarm data |
| [DpBackflowAlarm_Units] | Units used for DP backflow alarm data |
| [DpCalibrateHigh_Units] | Units used for DP high calibrate data |
| [DpCalibrateLow_Units] | Units used for DP low calibrate data |
| [DpTransducerRangeHigh_Units] | Units used for DP high transducer range data |
| [DpTransducerRangeLow_Units] | Units used for DP low transducer range data |
| [Elevation_Units] | Units used for elevation data |
| [Energy_Units] | Units used for energy data |
| [FixedTemp_Units] | Units used for fixed temperature data |
| [FlowRate_Units] | Units used for flow rate data |
| [FlowRateAlarmHigh_Units] | Units used for flow rate high alarm data |
| [FlowRateAlarmLow_Units] | Units used for flow rate low alarm data |
| [FlowTime_Units] | Units used for flow time data |
|
[HeatingValueBasis_Units] |
Units used for heating value basis data |
| [HeatingValueMass_Units] | Units used for heating value mass data |
| [HeatingValueVolume_Units] | Units used for heating value volume data |
| [KFactorMass_Units] | Units used for K factor mass |
| [KFactorVolume_Units] | Units used for K factor volume |
| [LowFlowCutoffDp_Units] | Units used for low flow cutoff differential pressure data |
| [LowFlowCutoffFlowRate_Units] | Units used for low flow cutoff volume flow rate data |
| [LowFlowCutoffMass_Units] | Units used for low flow cutoff mass flow rate data |
| [LowFlowCutoffPulseInterval_Units] | Units used for low flow cutoff pulse interval data |
| [Mass_Units] | Units used for mass data |
| [MeterTubeInsideDiameter_Units] | Units used for meter tube inside diameter data |
| [MeterTubeRefTemp_Units] | Units used for meter tube reference temperature data |
| [OrificeCoefficientThermalExpansion_Units] | Units used for the orifice thermal expansion coefficient |
| [OrificePlateBoreSize_Units] | Units used for orifice plate bore size data |
| [OrificePlateRefTemp_Units] | Units used for orifice plate reference temperature data |
| [PipeCoefficientThermalExpansion_Units] | Units used for the pipe thermal expansion coefficient |
| [Sp_Units] | Units used for static pressure data |
| [SpAlarmHigh_Units] | Units used for SP high alarm data |
| [SpAlarmLow_Units] | Units used for SP low alarm data |
| [SpCalibrateHigh_Units] | Units used for SP high calibrate data |
| [SpCalibrateLow_Units] | Units used for SP low calibrate data |
| [SpTransducerRangeHigh_Units] | Units used for SP high transducer range data |
| [SpTransducerRangeLow_Units] | Units used for SP low transducer range data |
| [Temp_Units] | Units used for temperature data |
| [TempAlarmHigh_Units] | Units used for high temperature alarm data |
| [TempAlarmLow_Units] | Units used for low temperature alarm data |
| [TempCalibrateHigh_Units] | Units used for high temperature calibration data |
| [TempCalibrateLow_Units] | Units used for low temperature calibration data |
| [TempCalibrateZero_Units] | Units used for zero temperature calibration data |
| [TempTransducerRangeHigh_Units] | Units used for high temperature transducer range data |
| [TempTransducerRangeLow_Units] | Units used for low temperature transducer range data |
| [UncorrectedVolume_Units] | Units used for uncorrected volume data |
| [Viscosity_Units] | Units used for viscosity data |
| [Volume_Units] | Units used for volume data |
| [Methane_Units] | Units used for Methane (C1) data |
| [Ethane_Units] | Units used for Ethane (C2) data |
| [Propane_Units] | Units used for Propane (C3) data |
| [n-Butane_Units] | Units used for n-Butane (C4) data |
| [Isobutane_Units] | Units used for Isobutane (isoC4) data |
| [n-Pentane_Units] | Units used for n-Pentane (C5) data |
| [Isopentane_Units] | Units used for Isopentane (isoC5) data |
| [Neopentane_Units] | Units used for Neopentane (neoC5) data |
| [n-Hexane_Units] | Units used for n-Hexane (C6) data |
| [n-Heptane_Units] | Units used for n-Heptane (C7) data |
| [n-Octane_Units] | Units used for n-Octane (C8) data |
| [n-Nonane_Units] | Units used for n-Nonane (C9) data |
| [n-Decane_Units] | Units used for n-Decane (C10) data |
| [Nitrogen_Units] | Units used for Nitrogen (N2) data |
| [CarbonDioxide_Units] | Units used for Carbon dioxide (CO2) data |
| [Water_Units] | Units used for Water (H2O) data |
| [HydrogenSulfide_Units] | Units used for Hydrogen sulfide (H2S) data |
| [Hydrogen_Units] | Units used for Hydrogen (H2) data |
| [CarbonMonoxide_Units] | Units used for Carbon monoxide (CO) data |
| [Oxygen_Units] | Units used for Oxygen (O2) data |
| [Helium_Units] | Units used for Helium (He) data |
| [Argon_Units] | Units used for Argon (Ar) data |
| Configuration Item Tokens
Note: You can append _Begin or _End to any of the following configuration item tokens, in order to display the first or last value for the date range. See Displaying Beginning or Ending Values for a Record for more information. |
|
| [ConfigExceptionCnt] [ConfigExceptionCnt_Begin] [ConfigExceptionCnt_End] |
Number of configuration exceptions for the record |
| [ConfigLogDateTime] [ConfigLogDateTime_Begin] [ConfigLogDateTime_End] |
Date/time of the configuration log |
| [ConfigLogSource] [ConfigLogSource_Begin] [ConfigLogSource_End] |
Source of the configuration log See Configure Filter in the Using the Configuration Control topic for more information about configuration log source types. |
| [AGA3ExpandedRange] [AGA3ExpandedRange_Begin] [AGA3ExpandedRange_End] |
See FMS Configuration Data Items for descriptions of these items. |
| [AGA8ExpandedRange] [AGA8ExpandedRange_Begin] [AGA8ExpandedRange_End] See AGA 8 Data Ranges for more information. |
|
| [AtmosphericPressure] [AtmosphericPressure_Begin] [AtmosphericPressure_End] |
|
| [BaseCompressibilityOfAir] [BaseCompressibilityOfAir_Begin] [BaseCompressibilityOfAir_End] |
|
| [BasePressure] [BasePressure_Begin] [BasePressure_End] |
|
| [BaseTemperature] [BaseTemperature_Begin] [BaseTemperature_End] |
|
| [CalibrationFactor]
[CalibrationFactor_Begin] [CalibrationFactor_End] |
|
| [ConeCoefficientThermalExpansion]
[ConeCoefficientThermalExpansion_Begin] [ConeCoefficientThermalExpansion_End] |
|
| [ConeDiameter] [ConeDiameter_Begin] [ConeDiameter_End] |
|
| [ConeMaterial] [ConeMaterial_Begin] [ConeMaterial_End] |
|
| [ConeRefTemp] [ConeRefTemp_Begin] [ConeRefTemp_End] |
|
| [ContractHour]
[ContractHour_Begin] [ContractHour_End] |
|
| [CoriolisCalibrationPressure] [CoriolisCalibrationPressure_Begin] [CoriolisCalibrationPressure_End] |
|
| [CoriolisPressureEffect] [CoriolisPressureEffect_Begin] [CoriolisPressureEffect_End] |
|
| [DeviceDesc]
[DeviceDesc_Begin] [DeviceDesc_End] |
|
| [DeviceName]
[DeviceName_Begin] [DeviceName_End] |
|
| [DischargeCoefficient]
[DischargeCoefficient_Begin] [DischargeCoefficient_End] |
|
| [DischargeCoefficientCalc]
[DischargeCoefficientCalc_Begin] [DischargeCoefficientCalc_End] |
|
| [DpAlarmHigh] [DpAlarmHigh_Begin] [DpAlarmHigh_End] |
|
| [DpAlarmLow] [DpAlarmLow_Begin] [DpAlarmLow_End] |
|
| [DpBackflowAlarm]
[DpBackflowAlarm_Begin] [DpBackflowAlarm_End] |
|
| [DpCalibrateHigh] [DpCalibrateHigh_Begin] [DpCalibrateHigh_End] |
|
| [DpCalibrateLow] [DpCalibrateLow_Begin] [DpCalibrateLow_End] |
|
| [DpTapsType]
[DpTapsType_Begin] [DpTapsType_End] |
|
| [DpTransducerRangeLow] [DpTransducerRangeLow_Begin] [DpTransducerRangeLow_End] |
|
| [DpTransducerRangeHigh] [DpTransducerRangeHigh_Begin] [DpTransducerRangeHigh_End] |
|
| [Elevation] [Elevation_Begin] [Elevation_End] |
|
| [FixedTemp]
[FixedTemp_Begin] [FixedTemp_End] |
|
| [FlowRateAlarmHigh] [FlowRateAlarmHigh_Begin] [FlowRateAlarmHigh_End] |
|
| [FlowRateAlarmLow] [FlowRateAlarmLow_Begin] [FlowRateAlarmLow_End] |
|
| [FluidType] [FluidType_Begin] [FluidType_End] |
|
| [FpvCalc] [FpvCalc_Begin] [FpvCalc_End] |
|
| [GasExpansionFactorCalc]
[GasExpansionFactorCalc_Begin] [GasExpansionFactorCalc_End] |
|
| [HeatingValueBasis] [HeatingValueBasis_Begin] [HeatingValueBasis_End] |
|
| [HvCalc] [HvCalc_Begin] [HvCalc_End] |
|
| [IntegralValueVariables]
[IntegralValueVariables_Begin] [IntegralValueVariables_End] |
|
| [IsentropicExponent] [IsentropicExponent_Begin] [IsentropicExponent_End] |
|
| [KFactorMass] [KFactorMass_Begin] [KFactorMass_End] |
|
| [KFactorVolume] [KFactorVolume_Begin] [KFactorVolume_End] |
|
| [LowFlowCutoffDp] [LowFlowCutoffDp_Begin] [LowFlowCutoffDp_End] |
|
| [LowFlowCutoffFlowRate] [LowFlowCutoffFlowRate_Begin] [LowFlowCutoffFlowRate_End] |
|
| [LowFlowCutoffMass] [LowFlowCutoffMass_Begin] [LowFlowCutoffMass_End] |
|
| [LowFlowCutoffPulseInterval] [LowFlowCutoffPulseInterval_Begin] [LowFlowCutoffPulseInterval_End] |
|
| [MeterFactor]
[MeterFactor_Begin] [MeterFactor_End] |
|
| [MeterTubeInsideDiameter] [MeterTubeInsideDiameter_Begin] [MeterTubeInsideDiameter_End] |
|
| [MeterTubeMaterial] [MeterTubeMaterial_Begin] [MeterTubeMaterial_End] |
|
| [MeterTubeRefTemp] [MeterTubeRefTemp_Begin] [MeterTubeRefTemp_End] |
|
| [OrificeCoefficientThermalExpansion]
[OrificeCoefficientThermalExpansion_Begin] [OrificeCoefficientThermalExpansion_End] |
|
| [OrificePlateBoreSize] [OrificePlateBoreSize_Begin] [OrificePlateBoreSize_End] |
|
| [OrificePlateMaterial] [OrificePlateMaterial_Begin] [OrificePlateMaterial_End] |
|
| [OrificePlateRefTemp] [OrificePlateRefTemp_Begin] [OrificePlateRefTemp_End] |
|
| [PipeCoefficientThermalExpansion]
[PipeCoefficientThermalExpansion_Begin] [PipeCoefficientThermalExpansion_End] |
|
| [PrimaryCalc]
[PrimaryCalc_Begin] [PrimaryCalc_End] |
|
| [SpAlarmHigh] [SpAlarmHigh_Begin] [SpAlarmHigh_End] |
|
| [SpAlarmLow] [SpAlarmLow_Begin] [SpAlarmLow_End] |
|
| [SpCalibrateHigh] [SpCalibrateHigh_Begin] [SpCalibrateHigh_End] |
|
| [SpCalibrateLow] [SpCalibrateLow_Begin] [SpCalibrateLow_End] |
|
| [SpTapLocation]
[SpTapLocation_Begin] [SpTapLocation_End] |
|
| [SpTransducerRangeHigh] [SpTransducerRangeHigh_Begin] [SpTransducerRangeHigh_End] |
|
| [SpTransducerRangeLow] [SpTransducerRangeLow_Begin] [SpTransducerRangeLow_End] |
|
| [SpType]
[SpType_Begin] [SpType_End] |
|
| [TempAlarmHigh] [TempAlarmHigh_Begin] [TempAlarmHigh_End] |
|
| [TempAlarmLow] [TempAlarmLow_Begin] [TempAlarmLow_End] |
|
| [TempCalibrateHigh] [TempCalibrateHigh_Begin] [TempCalibrateHigh_End] |
|
| [TempCalibrateLow] [TempCalibrateLow_Begin] [TempCalibrateLow_End] |
|
| [TempCalibrateZero] [TempCalibrateZero_Begin] [TempCalibrateZero_End] |
|
| [TempTransducerRangeHigh] [TempTransducerRangeHigh_Begin] [TempTransducerRangeHigh_End] |
|
| [TempTransducerRangeLow] [TempTransducerRangeLow_Begin] [TempTransducerRangeLow_End] |
|
| [UseCoriolisPressureEffect] [UseCoriolisPressureEffect_Begin] [UseCoriolisPressureEffect_End] |
|
| [UseLiveTemp] [UseLiveTemp_Begin] [UseLiveTemp_End] |
|
| [WaterVaporCorrectionFactor] [WaterVaporCorrectionFactor_Begin] [WaterVaporCorrectionFactor_End] |
|
| [WellStreamFactor] [WellStreamFactor_Begin] [WellStreamFactor_End] |
|
| Custom Configuration Item Tokens | |
| [CustomConfig1] [CustomConfig1_Begin] [CustomConfig1_End] |
Custom-defined FMS Configuration Data Items See Remote Devices for your device type and FMS Configuration Data Items for more information. |
| [CustomConfig2] [CustomConfig2_Begin] [CustomConfig2_End] |
|
| [CustomConfig3] [CustomConfig3_Begin] [CustomConfig3_End] |
|
| [CustomConfig4] [CustomConfig4_Begin] [CustomConfig4_End] |
|
| [CustomConfig5] [CustomConfig5_Begin] [CustomConfig5_End] |
|
| [CustomConfig6] [CustomConfig6_Begin] [CustomConfig6_End] |
|
| [CustomConfig7] [CustomConfig7_Begin] [CustomConfig7_End] |
|
| [CustomConfig8] [CustomConfig8_Begin] [CustomConfig8_End] |
|
| [CustomConfig9] [CustomConfig9_Begin] [CustomConfig9_End] |
|
| [CustomConfig10] [CustomConfig10_Begin] [CustomConfig10_End] |
|
| Gas Quality/Gas Analysis Item Tokens | |
| [Methane] [Methane_Begin] [Methane_End] |
Methane (C1) |
| [Ethane] [Ethane_Begin] [Ethane_End] |
Ethane (C2) |
| [Propane] [Propane_Begin] [Propane_End] |
Propane (C3) |
| [n-Butane] [n-Butane_Begin] [n-Butane_End] |
n-Butane (C4) |
| [Isobutane] [Isobutane_Begin] [Isobutane_End] |
Isobutane (isoC4) |
| [n-Pentane] [n-Pentane_Begin] [n-Pentane_End] |
n-Pentane (C5) |
| [Isopentane] [Isopentane_Begin] [Isopentane_End] |
Isopentane (isoC5) |
| [Neopentane] [Neopentane_Begin] [Neopentane_End] |
Neopentane (neoC5) |
| [n-Hexane] [n-Hexane_Begin] [n-Hexane_End] |
n-Hexane (C6) |
| [n-Heptane] [n-Heptane_Begin] [n-Heptane_End] |
n-Heptane (C7) |
| [n-Octane] [n-Octane_Begin] [n-Octane_End] |
n-Octane (C8) |
| [n-Nonane] [n-Nonane_Begin] [n-Nonane_End] |
n-Nonane (C9) |
| [n-Decane] [n-Decane_Begin] [n-Decane_End] |
n-Decane (C10) |
| [Argon] [Argon_Begin] [Argon_End] |
Argon (Ar) |
| [CarbonDioxide] [CarbonDioxide_Begin] [CarbonDioxide_End] |
Carbon dioxide (CO2) |
| [CarbonMonoxide] [CarbonMonoxide_Begin] [CarbonMonoxide_End] |
Carbon monoxide (CO) |
| [Helium] [Helium_Begin] [Helium_End] |
Helium (He) |
| [Hydrogen] [Hydrogen_Begin] [Hydrogen_End] |
Hydrogen (H2) |
| [HydrogenSulfide] [HydrogenSulfide_Begin] [HydrogenSulfide_End] |
Hydrogen sulfide (H2S) |
| [Nitrogen] [Nitrogen_Begin] [Nitrogen_End] |
Nitrogen (N2) |
| [Oxygen] [Oxygen_Begin] [Oxygen_End] |
Oxygen (O2) |
| [Water] [Water_Begin] [Water_End] |
Water (H2O) |
| [Compressibility] [Compressibility_Begin] [Compressibility_End] |
Compressibility |
| [DewPoint] [DewPoint_Begin] [DewPoint_End] |
Dew point |
| [RelativeDensity]
[RelativeDensity_Begin] [RelativeDensity_End] |
Relative density |
| [Viscosity]
[Viscosity_Begin] [Viscosity_End] |
Viscosity |
| [HeatingValueMass] [HeatingValueMass_Begin] [HeatingValueMass_End] |
Heating value mass |
| [HeatingValueVolume]
[HeatingValueVolume_Begin] [HeatingValueVolume_End] |
Heating value volume |
| Custom Gas Quality Item Tokens | |
|
[CustomGQ1] [CustomGQ1_Begin] [CustomGQ1_End] |
Custom-defined GQ process variables See Remote Devices for your device type and EFM Data Items for more information. |
|
[CustomGQ2] [CustomGQ2_Begin] [CustomGQ2_End] |
|
|
[CustomGQ3] [CustomGQ3_Begin] [CustomGQ3_End] |
|
|
[CustomGQ4] [CustomGQ4_Begin] [CustomGQ4_End] |
|
|
[CustomGQ5] [CustomGQ5_Begin] [CustomGQ5_End] |
|
| Custom Gas Analysis Item Tokens | |
|
[CustomNumber1] [CustomNumber1_Begin] [CustomNumber1_End] |
Custom-defined FMS gas analysis items with numerical values See Remote Devices for your device type and FMS Configuration Data Items for more information. |
|
[CustomNumber2] [CustomNumber2_Begin] [CustomNumber2_End] |
|
|
[CustomNumber3] [CustomNumber3_Begin] [CustomNumber3_End] |
|
|
[CustomNumber4] [CustomNumber4_Begin] [CustomNumber4_End] |
|
|
[CustomNumber5] [CustomNumber5_Begin] [CustomNumber5_End] |
|
(Gas) Device QTR Report: Report Footer
Gas Device QTR report footers, which appear between #SubSection# ReportFooter and #End#, can be described by the text you enter. Type the desired text into the cell, and format it as desired.


