Skip to main content

IEC_60599_DETECTION_LIMITS

IEC_60599_DETECTION_LIMITS

Formula

=IEC_60599_DETECTION_LIMITS(dga)

Description

Checks whether the values of the DGA are below the analytical detection limits.

If they are, this formula returns the DGA with the corrected values.

Refer to IEC 60599:2022, Section 6.1 - Examination of DGA values, page 17

Output

The sample formatted in the same way as the output of the FORMAT_DGA formula but with the minimum detection limits applied to the results.

{
"samplingDate": "2023-02-24T08:28:29.010Z",
"hydrogen": {
"value": 300,
"unit": { "name": "Parts per Million", "symbol": "PPM", "base": 1, "family": "Concentration" }
},
"methane": {
"value": 50,
"unit": { "name": "Parts per Million", "symbol": "PPM", "base": 1, "family": "Concentration" }
},
"ethane": {
"value": 30,
"unit": { "name": "Parts per Million", "symbol": "PPM", "base": 1, "family": "Concentration" }
},
"ethylene": {
"value": 10,
"unit": { "name": "Parts per Million", "symbol": "PPM", "base": 1, "family": "Concentration" }
},
"acetylene": {
"value": 5,
"unit": { "name": "Parts per Million", "symbol": "PPM", "base": 1, "family": "Concentration" }
},
"carbonMonoxide": {
"value": 100,
"unit": { "name": "Parts per Million", "symbol": "PPM", "base": 1, "family": "Concentration" }
},
"carbonDioxide": {
"value": 1000,
"unit": { "name": "Parts per Million", "symbol": "PPM", "base": 1, "family": "Concentration" }
},
"oxygen": {
"value": 3000,
"unit": { "name": "Parts per Million", "symbol": "PPM", "base": 1, "family": "Concentration" }
},
"nitrogen": {
"value": 12000,
"unit": { "name": "Parts per Million", "symbol": "PPM", "base": 1, "family": "Concentration" }
},
"gasMap": {}
}