@oimlsmart/primmel-packages 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +60 -0
- package/LICENSE +21 -0
- package/README.md +68 -0
- package/acme-cgm-200/model/cgm200.prl +284 -0
- package/acme-cgm-200/model/r144-map.prl +337 -0
- package/acme-cgm-200/package.primmel +39 -0
- package/acme-cgm-system/model/cgm-system.prl +125 -0
- package/acme-cgm-system/model/r144-map.prl +75 -0
- package/acme-cgm-system/model/sample-line.prl +42 -0
- package/acme-cgm-system/package.primmel +23 -0
- package/acme-lc500/model/lc500.prl +218 -0
- package/acme-lc500/model/passport.prl +43 -0
- package/acme-lc500/model/r60-map.prl +161 -0
- package/acme-lc500/model/twin-cert-map.prl +114 -0
- package/acme-lc500/package.primmel +35 -0
- package/acme-md3xx/model/md350.prl +317 -0
- package/acme-md3xx/model/r129-map.prl +346 -0
- package/acme-md3xx/package.primmel +49 -0
- package/acme-rs180/model/r91-map.prl +234 -0
- package/acme-rs180/model/rs180.prl +236 -0
- package/acme-rs180/package.primmel +47 -0
- package/ims-demo/model/ims.prl +23 -0
- package/ims-demo/model/isms-map.prl +60 -0
- package/ims-demo/model/qms-map.prl +73 -0
- package/ims-demo/package.primmel +42 -0
- package/isms-ref/model/isms.prl +34 -0
- package/isms-ref/package.primmel +35 -0
- package/iso-iec-17000/package.primmel +8 -0
- package/iso-iec-17000/terminology.prl +268 -0
- package/iso-iec-17025/package.primmel +10 -0
- package/iso-iec-17025/specification/requirements/lab.prl +474 -0
- package/iso-iec-17025/terminology.prl +72 -0
- package/iso-iec-17065/package.primmel +10 -0
- package/iso-iec-17065/specification/requirements/body.prl +446 -0
- package/iso-iec-17065/terminology.prl +103 -0
- package/iso-iec-17067/package.primmel +10 -0
- package/iso-iec-17067/specification/requirements/scheme-content.prl +300 -0
- package/iso-iec-17067/terminology.prl +24 -0
- package/oiml-cs/package.primmel +10 -0
- package/oiml-cs/specification/discrepancies.prl +26 -0
- package/oiml-cs/specification/requirements/cs.prl +515 -0
- package/oiml-cs-dataspace/.primmel-allowlist.prl +25 -0
- package/oiml-cs-dataspace/package.primmel +9 -0
- package/oiml-cs-dataspace/specification/dataspace.prl +73 -0
- package/oiml-cs-dataspace/specification/policies.prl +68 -0
- package/oiml-integrated-ref/model/probe-pairing.prl +71 -0
- package/oiml-integrated-ref/package.primmel +10 -0
- package/oiml-r129/.primmel-allowlist.prl +2 -0
- package/oiml-r129/evaluation/processes.prl +152 -0
- package/oiml-r129/evaluation/workflow.prl +48 -0
- package/oiml-r129/execution/forms/admin/adjustments-modifications.prl +30 -0
- package/oiml-r129/execution/forms/admin/checklist.prl +70 -0
- package/oiml-r129/execution/forms/admin/configuration.prl +31 -0
- package/oiml-r129/execution/forms/admin/equipment-info.prl +27 -0
- package/oiml-r129/execution/forms/admin/general-info.prl +63 -0
- package/oiml-r129/execution/forms/admin/identification.prl +49 -0
- package/oiml-r129/execution/forms/admin/sample-selection.prl +30 -0
- package/oiml-r129/execution/forms/admin/summary-results.prl +50 -0
- package/oiml-r129/execution/forms/emc/bursts.prl +88 -0
- package/oiml-r129/execution/forms/emc/esd.prl +66 -0
- package/oiml-r129/execution/forms/emc/low-voltage-battery.prl +58 -0
- package/oiml-r129/execution/forms/emc/rf-immunity-conducted.prl +59 -0
- package/oiml-r129/execution/forms/emc/rf-immunity-radiated.prl +59 -0
- package/oiml-r129/execution/forms/emc/surge.prl +61 -0
- package/oiml-r129/execution/forms/emc/voltage-dips.prl +62 -0
- package/oiml-r129/execution/forms/emc/voltage-variation.prl +58 -0
- package/oiml-r129/execution/forms/env/damp-heat-cyclic.prl +43 -0
- package/oiml-r129/execution/forms/env/damp-heat-steady.prl +50 -0
- package/oiml-r129/execution/forms/env/static-temperatures.prl +61 -0
- package/oiml-r129/execution/forms/shared/headers.prl +86 -0
- package/oiml-r129/execution/forms/tests/acoustics.prl +44 -0
- package/oiml-r129/execution/forms/tests/ambient-light.prl +46 -0
- package/oiml-r129/execution/forms/tests/construction-examination.prl +46 -0
- package/oiml-r129/execution/forms/tests/examination-checklist.prl +51 -0
- package/oiml-r129/execution/forms/tests/object-shape.prl +43 -0
- package/oiml-r129/execution/forms/tests/orientation-position.prl +31 -0
- package/oiml-r129/execution/forms/tests/repeatability.prl +65 -0
- package/oiml-r129/execution/forms/tests/speed-movement.prl +59 -0
- package/oiml-r129/execution/forms/tests/surface-characteristics.prl +44 -0
- package/oiml-r129/execution/forms/tests/warm-up-time.prl +35 -0
- package/oiml-r129/execution/subforms/dimension-measurement.prl +93 -0
- package/oiml-r129/layers.prl +50 -0
- package/oiml-r129/model/attributes.prl +243 -0
- package/oiml-r129/model/behaviors.prl +79 -0
- package/oiml-r129/model/capabilities.prl +29 -0
- package/oiml-r129/model/characteristics.prl +8 -0
- package/oiml-r129/model/conditions.prl +23 -0
- package/oiml-r129/model/instrument.prl +67 -0
- package/oiml-r129/model/state.prl +22 -0
- package/oiml-r129/model/twin.prl +23 -0
- package/oiml-r129/package.primmel +15 -0
- package/oiml-r129/payload/application.yaml +40 -0
- package/oiml-r129/payload/conditions-common-test.yaml +8 -0
- package/oiml-r129/payload/formulas-variants.yaml +33 -0
- package/oiml-r129/payload/promises.yaml +102 -0
- package/oiml-r129/payload/sample-data.yaml +300 -0
- package/oiml-r129/references.prl +306 -0
- package/oiml-r129/sources-prd/coverage.json +59 -0
- package/oiml-r129/sources-prd/r129-1.sentences.json +4238 -0
- package/oiml-r129/sources-prd/r129-2.sentences.json +1139 -0
- package/oiml-r129/sources-prd/r129-3.sentences.json +3809 -0
- package/oiml-r129/sources-prd/r129-4.sentences.json +1227 -0
- package/oiml-r129/specification/calculations.prl +83 -0
- package/oiml-r129/specification/conformance/disturbance-tests.prl +212 -0
- package/oiml-r129/specification/conformance/effect-tests.prl +70 -0
- package/oiml-r129/specification/conformance/examinations.prl +83 -0
- package/oiml-r129/specification/conformance/metrological-tests.prl +178 -0
- package/oiml-r129/specification/formulas.prl +9 -0
- package/oiml-r129/specification/requirements/electronic.prl +46 -0
- package/oiml-r129/specification/requirements/metrological.prl +83 -0
- package/oiml-r129/specification/requirements/object-limitations.prl +99 -0
- package/oiml-r129/specification/requirements/software.prl +57 -0
- package/oiml-r129/specification/requirements/technical.prl +134 -0
- package/oiml-r129/specification/symbols.prl +187 -0
- package/oiml-r129/specification/tables.prl +74 -0
- package/oiml-r129/terminology.prl +415 -0
- package/oiml-r129/value-types.prl +40 -0
- package/oiml-r144/.primmel-allowlist.prl +2 -0
- package/oiml-r144/entities/instrument.prl +360 -0
- package/oiml-r144/entities/test-execution.prl +228 -0
- package/oiml-r144/entities/workflow.prl +2075 -0
- package/oiml-r144/evaluation/processes.prl +152 -0
- package/oiml-r144/evaluation/workflow.prl +48 -0
- package/oiml-r144/execution/forms/sec-3-report/03-01-laboratory-info.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-02-test-location.prl +14 -0
- package/oiml-r144/execution/forms/sec-3-report/03-03-manufacturer-info.prl +18 -0
- package/oiml-r144/execution/forms/sec-3-report/03-04-applicant-info.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-05-type-identification.prl +80 -0
- package/oiml-r144/execution/forms/sec-3-report/03-06-type-composition.prl +31 -0
- package/oiml-r144/execution/forms/sec-3-report/03-07-visual-examination.prl +46 -0
- package/oiml-r144/execution/forms/sec-3-report/03-08-test-conclusions.prl +46 -0
- package/oiml-r144/execution/forms/sec-3-report/03-09-general-conclusion.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-10-responsible-persons.prl +27 -0
- package/oiml-r144/execution/forms/sec-tests/ambient-pressure-test.prl +59 -0
- package/oiml-r144/execution/forms/sec-tests/bursts-mains-test.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/bursts-signal-test.prl +55 -0
- package/oiml-r144/execution/forms/sec-tests/cold-test.prl +48 -0
- package/oiml-r144/execution/forms/sec-tests/cross-sensitivity-test.prl +92 -0
- package/oiml-r144/execution/forms/sec-tests/damp-heat-test.prl +50 -0
- package/oiml-r144/execution/forms/sec-tests/documentation-examination.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/drift-test.prl +83 -0
- package/oiml-r144/execution/forms/sec-tests/dry-heat-test.prl +53 -0
- package/oiml-r144/execution/forms/sec-tests/error-determination.prl +37 -0
- package/oiml-r144/execution/forms/sec-tests/esd-test.prl +53 -0
- package/oiml-r144/execution/forms/sec-tests/flow-spillover-test.prl +83 -0
- package/oiml-r144/execution/forms/sec-tests/leakproofness-test.prl +41 -0
- package/oiml-r144/execution/forms/sec-tests/low-battery-test.prl +48 -0
- package/oiml-r144/execution/forms/sec-tests/power-reduction-test.prl +49 -0
- package/oiml-r144/execution/forms/sec-tests/power-supply-test.prl +57 -0
- package/oiml-r144/execution/forms/sec-tests/repeatability-test.prl +60 -0
- package/oiml-r144/execution/forms/sec-tests/response-time-test.prl +43 -0
- package/oiml-r144/execution/forms/sec-tests/rf-emf-test.prl +47 -0
- package/oiml-r144/execution/forms/sec-tests/shock-test.prl +50 -0
- package/oiml-r144/execution/forms/sec-tests/surge-test.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/vibration-test.prl +58 -0
- package/oiml-r144/execution/forms/sec-tests/warm-up-time-test.prl +69 -0
- package/oiml-r144/execution/forms/shared/headers.prl +132 -0
- package/oiml-r144/execution/subforms/cgm-point.prl +99 -0
- package/oiml-r144/layers.prl +44 -0
- package/oiml-r144/model/attributes.prl +679 -0
- package/oiml-r144/model/behaviors.prl +117 -0
- package/oiml-r144/model/capabilities.prl +99 -0
- package/oiml-r144/model/characteristics.prl +27 -0
- package/oiml-r144/model/conditions.prl +46 -0
- package/oiml-r144/model/instrument.prl +85 -0
- package/oiml-r144/model/state.prl +18 -0
- package/oiml-r144/model/twin.prl +25 -0
- package/oiml-r144/package.primmel +15 -0
- package/oiml-r144/payload/application.yaml +80 -0
- package/oiml-r144/payload/attributes-pair-list.yaml +18 -0
- package/oiml-r144/payload/conditions-common-test.yaml +74 -0
- package/oiml-r144/payload/formulas-variants.yaml +32 -0
- package/oiml-r144/payload/promises.yaml +118 -0
- package/oiml-r144/payload/sample-data.yaml +643 -0
- package/oiml-r144/references.prl +594 -0
- package/oiml-r144/sources-prd/coverage.json +114 -0
- package/oiml-r144/sources-prd/r144-1.sentences.json +2797 -0
- package/oiml-r144/sources-prd/r144-2.sentences.json +1627 -0
- package/oiml-r144/sources-prd/r144-3.sentences.json +838 -0
- package/oiml-r144/specification/calculations.prl +123 -0
- package/oiml-r144/specification/conformance/examination.prl +87 -0
- package/oiml-r144/specification/conformance/performance-tests.prl +755 -0
- package/oiml-r144/specification/formulas.prl +37 -0
- package/oiml-r144/specification/reference-materials.prl +87 -0
- package/oiml-r144/specification/requirements/controls.prl +51 -0
- package/oiml-r144/specification/requirements/metrological.prl +299 -0
- package/oiml-r144/specification/requirements/report.prl +35 -0
- package/oiml-r144/specification/requirements/technical.prl +455 -0
- package/oiml-r144/specification/symbols.prl +357 -0
- package/oiml-r144/specification/tables.prl +95 -0
- package/oiml-r144/specification/test-point-sets.prl +15 -0
- package/oiml-r144/terminology.prl +308 -0
- package/oiml-r144/value-types.prl +49 -0
- package/oiml-r60/.primmel-allowlist.prl +2 -0
- package/oiml-r60/entities/workflow.prl +2079 -0
- package/oiml-r60/evaluation/processes.prl +152 -0
- package/oiml-r60/evaluation/workflow.prl +48 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-01-authority-info.prl +76 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-02-synopsis.prl +20 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-01-examinations.prl +27 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-02-a-performance-general.prl +81 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-02-b-performance-digital.prl +104 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-01-manufacturer.prl +21 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-02-applicant.prl +44 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-03-testing-laboratories.prl +69 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-05-load-cell-type-info.prl +83 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-06-accessories.prl +41 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-07-sample-selection.prl +71 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-01-general-info.prl +103 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-02-performance-info.prl +66 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-03-digital-info.prl +35 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-04-photographs.prl +12 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-05-documentation.prl +27 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-06-inscriptions.prl +126 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-07-model-range.prl +143 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-12-previous-tests.prl +26 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-01-force-generating-system.prl +89 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-02-weights.prl +61 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-03-temperature-chamber.prl +96 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-04-climate-chamber.prl +96 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-05-indicator.prl +92 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-06-terminal.prl +86 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-07-barometric-pressure-meter.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-08-thermometer.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-09-moisture-analyser.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-10-additional-test-equipment.prl +69 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-11-remarks.prl +11 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/test-usage-matrix.prl +85 -0
- package/oiml-r60/execution/forms/sec-5-examination/documentation-examination.prl +53 -0
- package/oiml-r60/execution/forms/sec-5-examination/marking-examination.prl +104 -0
- package/oiml-r60/execution/forms/sec-5-examination/software-examination.prl +86 -0
- package/oiml-r60/execution/forms/sec-5-examination/suitability-examination.prl +56 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/barometric-pressure.prl +176 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/bursts.prl +129 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/conducted-emc.prl +170 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/creep-dr.prl +327 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/emc-susceptibility.prl +115 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/esd.prl +224 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/humidity-ch.prl +300 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/humidity-sh.prl +235 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/initial-tests.prl +129 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/load-cell-errors.prl +280 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/load-test.prl +29 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/performance-test-summary.prl +82 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/power-voltage.prl +166 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/repeatability.prl +189 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/short-time-power.prl +98 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/span-stability.prl +242 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/surge.prl +142 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/temperature-mdlo.prl +180 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/warm-up-time.prl +207 -0
- package/oiml-r60/execution/forms/shared/headers.prl +255 -0
- package/oiml-r60/execution/subforms/load-test-row.prl +55 -0
- package/oiml-r60/execution/subforms/test-procedures.prl +33 -0
- package/oiml-r60/layers.prl +46 -0
- package/oiml-r60/model/attributes.prl +642 -0
- package/oiml-r60/model/behaviors.prl +165 -0
- package/oiml-r60/model/capabilities.prl +57 -0
- package/oiml-r60/model/characteristics.prl +27 -0
- package/oiml-r60/model/conditions.prl +50 -0
- package/oiml-r60/model/instrument.prl +96 -0
- package/oiml-r60/model/processes.prl +54 -0
- package/oiml-r60/model/state.prl +22 -0
- package/oiml-r60/model/twin.prl +16 -0
- package/oiml-r60/package.primmel +16 -0
- package/oiml-r60/payload/annexes-part4.yaml +122 -0
- package/oiml-r60/payload/application.yaml +83 -0
- package/oiml-r60/payload/conditions-common-test.yaml +121 -0
- package/oiml-r60/payload/formulas-variants.yaml +55 -0
- package/oiml-r60/payload/promises.yaml +224 -0
- package/oiml-r60/payload/sample-data.yaml +5025 -0
- package/oiml-r60/payload/symbols-formula-notes.yaml +21 -0
- package/oiml-r60/references.prl +549 -0
- package/oiml-r60/sources-prd/coverage.json +740 -0
- package/oiml-r60/sources-prd/r60-1.sentences.json +2173 -0
- package/oiml-r60/sources-prd/r60-2.sentences.json +2961 -0
- package/oiml-r60/sources-prd/r60-3.sentences.json +4212 -0
- package/oiml-r60/sources-prd/r60-a.sentences.json +3361 -0
- package/oiml-r60/specification/calculations.prl +318 -0
- package/oiml-r60/specification/conformance/class-specific.prl +1120 -0
- package/oiml-r60/specification/conformance/electronic.prl +483 -0
- package/oiml-r60/specification/conformance/examination.prl +183 -0
- package/oiml-r60/specification/conformance/metrological.prl +478 -0
- package/oiml-r60/specification/constraints.prl +58 -0
- package/oiml-r60/specification/formulas-used.prl +43 -0
- package/oiml-r60/specification/formulas.prl +20 -0
- package/oiml-r60/specification/requirements/class-specific.prl +655 -0
- package/oiml-r60/specification/requirements/classification.prl +114 -0
- package/oiml-r60/specification/requirements/electronic.prl +222 -0
- package/oiml-r60/specification/requirements/metrological.prl +381 -0
- package/oiml-r60/specification/requirements/technical.prl +146 -0
- package/oiml-r60/specification/symbols.prl +599 -0
- package/oiml-r60/specification/tables.prl +182 -0
- package/oiml-r60/specification/test-sequences.prl +72 -0
- package/oiml-r60/terminology.prl +920 -0
- package/oiml-r60/value-types.prl +46 -0
- package/oiml-r91/.primmel-allowlist.prl +3 -0
- package/oiml-r91/entities/instrument.prl +359 -0
- package/oiml-r91/entities/workflow.prl +2075 -0
- package/oiml-r91/evaluation/processes.prl +152 -0
- package/oiml-r91/evaluation/workflow.prl +48 -0
- package/oiml-r91/execution/forms/evidence-file.prl +41 -0
- package/oiml-r91/execution/forms/report-evaluation/appraisal.prl +30 -0
- package/oiml-r91/execution/forms/report-evaluation/checklist-summary.prl +43 -0
- package/oiml-r91/execution/forms/report-evaluation/checklist.prl +76 -0
- package/oiml-r91/execution/forms/report-evaluation/configuration-samples.prl +22 -0
- package/oiml-r91/execution/forms/report-evaluation/corrective-actions.prl +24 -0
- package/oiml-r91/execution/forms/report-evaluation/descriptions.prl +47 -0
- package/oiml-r91/execution/forms/report-evaluation/evaluation-identification.prl +219 -0
- package/oiml-r91/execution/forms/report-evaluation/test-report-summary.prl +33 -0
- package/oiml-r91/execution/forms/report-general/adjustments.prl +12 -0
- package/oiml-r91/execution/forms/report-general/alignment-aiming.prl +17 -0
- package/oiml-r91/execution/forms/report-general/checking-facility.prl +17 -0
- package/oiml-r91/execution/forms/report-general/configuration.prl +12 -0
- package/oiml-r91/execution/forms/report-general/identification.prl +216 -0
- package/oiml-r91/execution/forms/report-general/indications-controls.prl +17 -0
- package/oiml-r91/execution/forms/report-general/sealing.prl +21 -0
- package/oiml-r91/execution/forms/report-general/software-description.prl +26 -0
- package/oiml-r91/execution/forms/report-general/summary-environmental.prl +35 -0
- package/oiml-r91/execution/forms/report-general/summary-tests.prl +35 -0
- package/oiml-r91/execution/forms/report-general/test-equipment.prl +36 -0
- package/oiml-r91/execution/forms/report-general/test-interface.prl +16 -0
- package/oiml-r91/execution/forms/report-tests/01-01-field-test.prl +84 -0
- package/oiml-r91/execution/forms/report-tests/01-02-statistical-analysis.prl +76 -0
- package/oiml-r91/execution/forms/report-tests/01-03-image-evidence.prl +30 -0
- package/oiml-r91/execution/forms/report-tests/02-01-dynamic-performance.prl +92 -0
- package/oiml-r91/execution/forms/report-tests/02-02-speed-linearity.prl +23 -0
- package/oiml-r91/execution/forms/report-tests/02-03-distance-linearity.prl +67 -0
- package/oiml-r91/execution/forms/report-tests/02-04-angle-linearity.prl +59 -0
- package/oiml-r91/execution/forms/report-tests/03-01-dry-heat-operating.prl +38 -0
- package/oiml-r91/execution/forms/report-tests/03-02-dry-heat-storage.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-03-cold-operating.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-04-cold-storage.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-05-damp-heat-cyclic.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-06-water.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-07-sand-and-dust.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-08-salt-mist.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-09-vibration-random.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-10-mechanical-shock.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-11-dc-mains-voltage-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-12-ripple-on-dc-mains.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-13-ac-mains-voltage-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-14-ac-mains-frequency-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-15-dc-mains-voltage-dips.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-16-ac-mains-voltage-dips.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-17-ac-mains-frequency-harmonics.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-18-vlf-lf-disturbances.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-19-bursts-ac-dc-mains.prl +44 -0
- package/oiml-r91/execution/forms/report-tests/03-20-surges-ac-dc-mains.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-21-bursts-signal-lines.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-22-surges-signal-lines.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-23-ac-mains-magnetic-field.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-24-conducted-rf-common-mode.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-25-rf-electromagnetic-fields.prl +49 -0
- package/oiml-r91/execution/forms/report-tests/03-26-electrostatic-discharges.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-27-internal-battery-low-voltage.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-28-road-vehicle-battery.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-29-transient-supply-lines.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-30-transient-other-lines.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-31-battery-cranking.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-32-load-dump.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-33-acceleration.prl +66 -0
- package/oiml-r91/execution/forms/report-tests/03-34-further-influence.prl +60 -0
- package/oiml-r91/execution/forms/report-tests/03-35-installation-alignment.prl +29 -0
- package/oiml-r91/execution/forms/report-tests/04-01-doppler-radar.prl +43 -0
- package/oiml-r91/execution/forms/report-tests/04-02-range-finding.prl +42 -0
- package/oiml-r91/execution/forms/report-tests/04-03-average-speed.prl +41 -0
- package/oiml-r91/execution/forms/report-tests/04-04-fixed-distance.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/04-05-image-based.prl +41 -0
- package/oiml-r91/execution/forms/report-tests/04-06-across-road.prl +42 -0
- package/oiml-r91/execution/forms/report-tests/05-01-moving-field-test.prl +29 -0
- package/oiml-r91/execution/forms/report-tests/05-02-ego-field-test.prl +57 -0
- package/oiml-r91/execution/forms/report-tests/05-03-moving-traffic-simulation.prl +31 -0
- package/oiml-r91/execution/forms/report-tests/06-01-software-general.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-02-software-protection.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-03-software-hardware-support.prl +24 -0
- package/oiml-r91/execution/forms/report-tests/06-04-software-separation.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-05-software-maintenance.prl +24 -0
- package/oiml-r91/execution/forms/report-tests/07-general-remarks.prl +11 -0
- package/oiml-r91/execution/forms/shared/header-a.prl +63 -0
- package/oiml-r91/execution/subforms/software-matrix-row.prl +30 -0
- package/oiml-r91/execution/subforms/speed-measurement-row.prl +38 -0
- package/oiml-r91/layers.prl +46 -0
- package/oiml-r91/model/artifacts.prl +29 -0
- package/oiml-r91/model/attributes.prl +698 -0
- package/oiml-r91/model/behaviors.prl +142 -0
- package/oiml-r91/model/capabilities.prl +88 -0
- package/oiml-r91/model/characteristics.prl +27 -0
- package/oiml-r91/model/conditions.prl +37 -0
- package/oiml-r91/model/instrument.prl +147 -0
- package/oiml-r91/model/state.prl +22 -0
- package/oiml-r91/model/twin.prl +17 -0
- package/oiml-r91/package.primmel +14 -0
- package/oiml-r91/payload/application.yaml +201 -0
- package/oiml-r91/payload/conditions-common-test.yaml +19 -0
- package/oiml-r91/payload/promises.yaml +142 -0
- package/oiml-r91/payload/sample-data.yaml +464 -0
- package/oiml-r91/references.prl +72 -0
- package/oiml-r91/sources-prd/coverage.json +106 -0
- package/oiml-r91/sources-prd/r91-1.sentences.json +4696 -0
- package/oiml-r91/sources-prd/r91-2.sentences.json +2067 -0
- package/oiml-r91/sources-prd/r91-3.sentences.json +5210 -0
- package/oiml-r91/sources-prd/r91-4.sentences.json +474 -0
- package/oiml-r91/specification/calculations.prl +26 -0
- package/oiml-r91/specification/conformance/influence-disturbance.prl +1792 -0
- package/oiml-r91/specification/conformance/metrological.prl +906 -0
- package/oiml-r91/specification/formulas.prl +10 -0
- package/oiml-r91/specification/requirements/class-specific.prl +308 -0
- package/oiml-r91/specification/requirements/metrological.prl +176 -0
- package/oiml-r91/specification/requirements/technical.prl +173 -0
- package/oiml-r91/specification/symbols.prl +323 -0
- package/oiml-r91/specification/tables.prl +136 -0
- package/oiml-r91/terminology.prl +535 -0
- package/oiml-r91/value-types.prl +26 -0
- package/oiml-smart-core/entities/comments.prl +101 -0
- package/oiml-smart-core/entities/cs-operations.prl +492 -0
- package/oiml-smart-core/entities/cs-participants.prl +470 -0
- package/oiml-smart-core/entities/engagement.prl +323 -0
- package/oiml-smart-core/entities/instrument.prl +359 -0
- package/oiml-smart-core/entities/module-b.prl +214 -0
- package/oiml-smart-core/entities/operated-schemes.prl +141 -0
- package/oiml-smart-core/entities/parties.prl +429 -0
- package/oiml-smart-core/entities/payment-records.prl +92 -0
- package/oiml-smart-core/entities/verification.prl +187 -0
- package/oiml-smart-core/entities/workflow.prl +2075 -0
- package/oiml-smart-core/evaluation/roles.prl +65 -0
- package/oiml-smart-core/evaluation/state-machines.prl +1157 -0
- package/oiml-smart-core/package.primmel +10 -0
- package/oiml-smart-core/specification/competence-kinds.prl +64 -0
- package/oiml-smart-core/specification/constraints.prl +40 -0
- package/oiml-smart-core/specification/invariants.prl +90 -0
- package/oiml-smart-core/specification/predicates.prl +116 -0
- package/oiml-smart-module-emc-disturbances/package.primmel +10 -0
- package/oiml-smart-module-env-iec60068/package.primmel +10 -0
- package/oiml-smart-module-examination-docs/package.primmel +10 -0
- package/oiml-smart-module-reference-materials/package.primmel +10 -0
- package/oiml-smart-module-report-headers/package.primmel +10 -0
- package/oiml-smart-module-software-d31/package.primmel +10 -0
- package/oiml-smart-module-specimen-governance/entities/test-execution.prl +228 -0
- package/oiml-smart-module-specimen-governance/package.primmel +10 -0
- package/oiml-twin-cert/documents/tw-1/document.yaml +454 -0
- package/oiml-twin-cert/evaluation/roles.prl +15 -0
- package/oiml-twin-cert/execution/forms/probe-creep.prl +179 -0
- package/oiml-twin-cert/execution/forms/probe.prl +99 -0
- package/oiml-twin-cert/execution/forms/static-conformance.prl +50 -0
- package/oiml-twin-cert/model/attributes.prl +243 -0
- package/oiml-twin-cert/model/behaviors.prl +8 -0
- package/oiml-twin-cert/model/characteristics.prl +18 -0
- package/oiml-twin-cert/model/monitors.prl +16 -0
- package/oiml-twin-cert/package.primmel +16 -0
- package/oiml-twin-cert/specification/conformance/twin-fidelity.prl +176 -0
- package/oiml-twin-cert/specification/requirements/twin-fidelity.prl +137 -0
- package/oiml-twin-cert/specification/symbols.prl +36 -0
- package/oiml-twin-cert/terminology.prl +8 -0
- package/oimlsmart-primmel-packages-0.1.0.tgz +0 -0
- package/package.json +17 -0
- package/qms-ref/model/qms.prl +31 -0
- package/qms-ref/package.primmel +38 -0
- package/quarry-belt-scale/model/ops.prl +115 -0
- package/quarry-belt-scale/package.primmel +36 -0
|
@@ -0,0 +1,2797 @@
|
|
|
1
|
+
{
|
|
2
|
+
"prd_sentences": "0.1.0",
|
|
3
|
+
"document": {
|
|
4
|
+
"urn": "urn:oiml:pub:r:144-1:2013",
|
|
5
|
+
"short": "OIML R 144-1:2013",
|
|
6
|
+
"part": "1"
|
|
7
|
+
},
|
|
8
|
+
"sentences": [
|
|
9
|
+
{
|
|
10
|
+
"address": "clause-1.1/s1",
|
|
11
|
+
"fragment": "clause-1.1",
|
|
12
|
+
"clause": "1.1",
|
|
13
|
+
"kind": "provision",
|
|
14
|
+
"fragment_normative": true,
|
|
15
|
+
"modality": "normative",
|
|
16
|
+
"text": "This Recommendation applies to measuring instruments (hereafter referred to as “gas analytical systems”) that serve to determine the volume fraction of carbon monoxide (CO), nitrogen monoxide (NO), nitrogen dioxide (NO2), or sum of nitrogen oxides (NOx) and establishes the conditions and requirements with which such systems shall comply in order to meet the requirements for measurement results of the pollutant content in stationary source emissions within OIML Member States."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"address": "clause-1.1/s2",
|
|
20
|
+
"fragment": "clause-1.1",
|
|
21
|
+
"clause": "1.1",
|
|
22
|
+
"kind": "provision",
|
|
23
|
+
"fragment_normative": true,
|
|
24
|
+
"modality": "informative",
|
|
25
|
+
"text": "This Recommendation applies to gas analytical systems intended for measuring (analyzing) industrial emissions, and provides metrological and technical requirements for gas analytical systems, as well as means and methods for checking their normalized characteristics."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"address": "clause-1.1/s3",
|
|
29
|
+
"fragment": "clause-1.1",
|
|
30
|
+
"clause": "1.1",
|
|
31
|
+
"kind": "provision",
|
|
32
|
+
"fragment_normative": true,
|
|
33
|
+
"modality": "informative",
|
|
34
|
+
"text": "The principle of operation of gas analytical systems can be based on infrared (IR) and ultraviolet (UV) absorption methods, chemiluminescence, electrochemistry or IR methods with correlation filters, as well as on a combination of the methods mentioned above."
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"address": "clause-1.1/note-1/s1",
|
|
38
|
+
"fragment": "clause-1.1/note-1",
|
|
39
|
+
"kind": "note",
|
|
40
|
+
"fragment_normative": false,
|
|
41
|
+
"modality": "informative",
|
|
42
|
+
"text": "This Recommendation is also applicable to analyzers that are capable of analyzing only one or two of mentioned components."
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"address": "clause-1.2/s1",
|
|
46
|
+
"fragment": "clause-1.2",
|
|
47
|
+
"clause": "1.2",
|
|
48
|
+
"kind": "provision",
|
|
49
|
+
"fragment_normative": true,
|
|
50
|
+
"modality": "informative",
|
|
51
|
+
"text": "Gas analytical system software certification problems are beyond the scope of this Recommendation."
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"address": "clause-2/s1",
|
|
55
|
+
"fragment": "clause-2",
|
|
56
|
+
"clause": "2",
|
|
57
|
+
"kind": "provision",
|
|
58
|
+
"fragment_normative": true,
|
|
59
|
+
"modality": "informative",
|
|
60
|
+
"text": "Abbreviations CGMCalibration Gas Mixture EUTEquipment Under Test IECInternational Electrotechnical Commission ISOInternational Organization for Standardization MPEMaximum Permissible Error ppmpart per million (e.g. 1 cm3/1 m3) (ISO 80000-9:2009, SI 8th Edition:2006, 5.3.7)"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"address": "clause-2.1/s1",
|
|
64
|
+
"fragment": "clause-2.1",
|
|
65
|
+
"clause": "2.1",
|
|
66
|
+
"kind": "provision",
|
|
67
|
+
"fragment_normative": true,
|
|
68
|
+
"modality": "informative",
|
|
69
|
+
"text": "assembly to carry out specified gas analytical measurements (ISO 7504:2001)"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"address": "clause-2.1/s2",
|
|
73
|
+
"fragment": "clause-2.1",
|
|
74
|
+
"clause": "2.1",
|
|
75
|
+
"kind": "provision",
|
|
76
|
+
"fragment_normative": true,
|
|
77
|
+
"modality": "informative",
|
|
78
|
+
"text": "a means for sampling and sample preparation (in the case of extractive sampling),"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"address": "clause-2.1/s3",
|
|
82
|
+
"fragment": "clause-2.1",
|
|
83
|
+
"clause": "2.1",
|
|
84
|
+
"kind": "provision",
|
|
85
|
+
"fragment_normative": true,
|
|
86
|
+
"modality": "informative",
|
|
87
|
+
"text": "a gas analyzer,"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"address": "clause-2.1/s4",
|
|
91
|
+
"fragment": "clause-2.1",
|
|
92
|
+
"clause": "2.1",
|
|
93
|
+
"kind": "provision",
|
|
94
|
+
"fragment_normative": true,
|
|
95
|
+
"modality": "informative",
|
|
96
|
+
"text": "a means for adjusting zero (gas analyzer),"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"address": "clause-2.1/s5",
|
|
100
|
+
"fragment": "clause-2.1",
|
|
101
|
+
"clause": "2.1",
|
|
102
|
+
"kind": "provision",
|
|
103
|
+
"fragment_normative": true,
|
|
104
|
+
"modality": "informative",
|
|
105
|
+
"text": "a means for adjusting the gas analyzer using a calibration gas mixture,"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"address": "clause-2.1/s6",
|
|
109
|
+
"fragment": "clause-2.1",
|
|
110
|
+
"clause": "2.1",
|
|
111
|
+
"kind": "provision",
|
|
112
|
+
"fragment_normative": true,
|
|
113
|
+
"modality": "informative",
|
|
114
|
+
"text": "a means for the accumulation, processing and storage of measurement results,"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"address": "clause-2.1/s7",
|
|
118
|
+
"fragment": "clause-2.1",
|
|
119
|
+
"clause": "2.1",
|
|
120
|
+
"kind": "provision",
|
|
121
|
+
"fragment_normative": true,
|
|
122
|
+
"modality": "informative",
|
|
123
|
+
"text": "a means for the control and adjustment of the main components of the system,"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"address": "clause-2.1/s8",
|
|
127
|
+
"fragment": "clause-2.1",
|
|
128
|
+
"clause": "2.1",
|
|
129
|
+
"kind": "provision",
|
|
130
|
+
"fragment_normative": true,
|
|
131
|
+
"modality": "informative",
|
|
132
|
+
"text": "an interface to connect devices measuring the gas flow parameters of exhaust emissions, and"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"address": "clause-2.1/s9",
|
|
136
|
+
"fragment": "clause-2.1",
|
|
137
|
+
"clause": "2.1",
|
|
138
|
+
"kind": "provision",
|
|
139
|
+
"fragment_normative": true,
|
|
140
|
+
"modality": "informative",
|
|
141
|
+
"text": "gas and electric lines of communication."
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"address": "clause-2.1/note-1/s1",
|
|
145
|
+
"fragment": "clause-2.1/note-1",
|
|
146
|
+
"kind": "note",
|
|
147
|
+
"fragment_normative": false,
|
|
148
|
+
"modality": "informative",
|
|
149
|
+
"text": "In this Recommendation, a gas analytical system means a system that continuously measures the volume fraction of CO (carbon monoxide), NO (nitrogen monoxide ), NO2 (nitrogen dioxide), or sum of nitrogen oxides (NOx), or measures only CO or only NO and NO2, or NOx by analyzing the gas samples taken directly from the smokestack or gas pipe in industry."
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"address": "clause-2.1/note-1/s2",
|
|
153
|
+
"fragment": "clause-2.1/note-1",
|
|
154
|
+
"kind": "note",
|
|
155
|
+
"fragment_normative": false,
|
|
156
|
+
"modality": "informative",
|
|
157
|
+
"text": "This system includes"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"address": "clause-2.2/s1",
|
|
161
|
+
"fragment": "clause-2.2",
|
|
162
|
+
"clause": "2.2",
|
|
163
|
+
"kind": "provision",
|
|
164
|
+
"fragment_normative": true,
|
|
165
|
+
"modality": "informative",
|
|
166
|
+
"text": "device inserted into the gas, designed to take a representative sample thereof, to which a sample line or a sample container is connected (ISO 7504:2001)"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"address": "clause-2.3/s1",
|
|
170
|
+
"fragment": "clause-2.3",
|
|
171
|
+
"clause": "2.3",
|
|
172
|
+
"kind": "provision",
|
|
173
|
+
"fragment_normative": true,
|
|
174
|
+
"modality": "informative",
|
|
175
|
+
"text": "line provided to remove a representative sample of a gas to be analyzed and to transport it to the analyzer (ISO 7504:2001)"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"address": "clause-2.3/note-1/s1",
|
|
179
|
+
"fragment": "clause-2.3/note-1",
|
|
180
|
+
"kind": "note",
|
|
181
|
+
"fragment_normative": false,
|
|
182
|
+
"modality": "informative",
|
|
183
|
+
"text": "A sample line may include devices such as coarse and fine filters, dryers or separators which are necessary to prepare the sample for analysis."
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"address": "clause-2.4/s1",
|
|
187
|
+
"fragment": "clause-2.4",
|
|
188
|
+
"clause": "2.4",
|
|
189
|
+
"kind": "provision",
|
|
190
|
+
"fragment_normative": true,
|
|
191
|
+
"modality": "informative",
|
|
192
|
+
"text": "assembly which enables qualitative and/or quantitative determinations (measurements) of substances content on the basis of their chemical or physical properties (ISO 7504:2001)"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"address": "clause-2.4/note-1/s1",
|
|
196
|
+
"fragment": "clause-2.4/note-1",
|
|
197
|
+
"kind": "note",
|
|
198
|
+
"fragment_normative": false,
|
|
199
|
+
"modality": "informative",
|
|
200
|
+
"text": "A gas analyzer measures all components covered by this Recommendation (CO, NO, NO2, or NOx), or measures only CO, or only NO and NO2, or NOx."
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"address": "clause-2.5/s1",
|
|
204
|
+
"fragment": "clause-2.5",
|
|
205
|
+
"clause": "2.5",
|
|
206
|
+
"kind": "provision",
|
|
207
|
+
"fragment_normative": true,
|
|
208
|
+
"modality": "informative",
|
|
209
|
+
"text": "measurement signal functionally related to the measurand — the volume fraction of a component to be measured, which enters the input of a measuring instrument, a measuring channel or a separate converter component"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"address": "clause-2.6/s1",
|
|
213
|
+
"fragment": "clause-2.6",
|
|
214
|
+
"clause": "2.6",
|
|
215
|
+
"kind": "provision",
|
|
216
|
+
"fragment_normative": true,
|
|
217
|
+
"modality": "informative",
|
|
218
|
+
"text": "all components of the gas analytical system, from the sampling probe to the tube of the gas sample outlet, through which the gas samples, including the Calibration Gas Mixture (hereafter termed “CGM”) and the zero gas, are conveyed by the pump"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"address": "clause-2.7/s1",
|
|
222
|
+
"fragment": "clause-2.7",
|
|
223
|
+
"clause": "2.7",
|
|
224
|
+
"kind": "provision",
|
|
225
|
+
"fragment_normative": true,
|
|
226
|
+
"modality": "informative",
|
|
227
|
+
"text": "set of operations carried out on a measuring system so that it provides prescribed indications corresponding to given values of a quantity to be measured (OIML V 2:2012, 3.11)"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"address": "clause-2.7.1/s1",
|
|
231
|
+
"fragment": "clause-2.7.1",
|
|
232
|
+
"clause": "2.7.1",
|
|
233
|
+
"kind": "provision",
|
|
234
|
+
"fragment_normative": true,
|
|
235
|
+
"modality": "informative",
|
|
236
|
+
"text": "adjustment employing only the means at the disposal of the user"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"address": "clause-2.7.2/s1",
|
|
240
|
+
"fragment": "clause-2.7.2",
|
|
241
|
+
"clause": "2.7.2",
|
|
242
|
+
"kind": "provision",
|
|
243
|
+
"fragment_normative": true,
|
|
244
|
+
"modality": "informative",
|
|
245
|
+
"text": "means allowing the adjustment of the gas analytical system by the user OIML R 144-1:2013 (E)"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"address": "clause-2.7.3/s1",
|
|
249
|
+
"fragment": "clause-2.7.3",
|
|
250
|
+
"clause": "2.7.3",
|
|
251
|
+
"kind": "provision",
|
|
252
|
+
"fragment_normative": true,
|
|
253
|
+
"modality": "informative",
|
|
254
|
+
"text": "means allowing the user to adjust the gas analytical system without having the possibility of changing the input measurement signal, whether the automatic adjustment is required or not"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"address": "clause-2.7.3/note-1/s1",
|
|
258
|
+
"fragment": "clause-2.7.3/note-1",
|
|
259
|
+
"kind": "note",
|
|
260
|
+
"fragment_normative": false,
|
|
261
|
+
"modality": "informative",
|
|
262
|
+
"text": "For those gas analytical systems that require the calibration gas mixture to be entered manually, the adjustment means are considered to be semi-automatic."
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"address": "clause-2.7.4/s1",
|
|
266
|
+
"fragment": "clause-2.7.4",
|
|
267
|
+
"clause": "2.7.4",
|
|
268
|
+
"kind": "provision",
|
|
269
|
+
"fragment_normative": true,
|
|
270
|
+
"modality": "informative",
|
|
271
|
+
"text": "means which perform the adjustment of the gas analytical system as programmed without the intervention of the user, to initiate the adjustment or regulate the measurement signal"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"address": "clause-2.8/s1",
|
|
275
|
+
"fragment": "clause-2.8",
|
|
276
|
+
"clause": "2.8",
|
|
277
|
+
"kind": "provision",
|
|
278
|
+
"fragment_normative": true,
|
|
279
|
+
"modality": "informative",
|
|
280
|
+
"text": "means to set the indication of the gas analyzer to zero"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"address": "clause-2.9/s1",
|
|
284
|
+
"fragment": "clause-2.9",
|
|
285
|
+
"clause": "2.9",
|
|
286
|
+
"kind": "provision",
|
|
287
|
+
"fragment_normative": true,
|
|
288
|
+
"modality": "informative",
|
|
289
|
+
"text": "means to adjust the indication of the gas analyzer to the value of the CO, NO and NO2 volume fraction in a CGM"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"address": "clause-2.10/s1",
|
|
293
|
+
"fragment": "clause-2.10",
|
|
294
|
+
"clause": "2.10",
|
|
295
|
+
"kind": "provision",
|
|
296
|
+
"fragment_normative": true,
|
|
297
|
+
"modality": "informative",
|
|
298
|
+
"text": "means to adjust the gas analyzer without the use of a CGM"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"address": "clause-2.11/s1",
|
|
302
|
+
"fragment": "clause-2.11",
|
|
303
|
+
"clause": "2.11",
|
|
304
|
+
"kind": "provision",
|
|
305
|
+
"fragment_normative": true,
|
|
306
|
+
"modality": "informative",
|
|
307
|
+
"text": "period of time that the gas analytical system requires from applying power to the instrument to attaining the operating mode at which the instrument will operate within the maximum permissible errors"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"address": "clause-2.11/note-1/s1",
|
|
311
|
+
"fragment": "clause-2.11/note-1",
|
|
312
|
+
"kind": "note",
|
|
313
|
+
"fragment_normative": false,
|
|
314
|
+
"modality": "informative",
|
|
315
|
+
"text": "For a gas analyzer this is the time between the instant at which power is applied to it and the instant at which the measurement result of the volume fraction, a CGM being supplied to the input, is within the permissible limits."
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"address": "clause-2.12/s1",
|
|
319
|
+
"fragment": "clause-2.12",
|
|
320
|
+
"clause": "2.12",
|
|
321
|
+
"kind": "provision",
|
|
322
|
+
"fragment_normative": true,
|
|
323
|
+
"modality": "informative",
|
|
324
|
+
"text": "time interval between the instant of a stepwise concentration change of the component being measured (CO, NO, NO2 or NOx) and the instant at which the signal reaches 90 % of its stable value"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"address": "clause-2.13/s1",
|
|
328
|
+
"fragment": "clause-2.13",
|
|
329
|
+
"clause": "2.13",
|
|
330
|
+
"kind": "provision",
|
|
331
|
+
"fragment_normative": true,
|
|
332
|
+
"modality": "informative",
|
|
333
|
+
"text": "measured quantity value minus a reference quantity value (OIML V 2:2012, 2.16)"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"address": "clause-2.14/s1",
|
|
337
|
+
"fragment": "clause-2.14",
|
|
338
|
+
"clause": "2.14",
|
|
339
|
+
"kind": "provision",
|
|
340
|
+
"fragment_normative": true,
|
|
341
|
+
"modality": "informative",
|
|
342
|
+
"text": "error of a gas analyzer, determined under reference conditions"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"address": "clause-2.15/s1",
|
|
346
|
+
"fragment": "clause-2.15",
|
|
347
|
+
"clause": "2.15",
|
|
348
|
+
"kind": "provision",
|
|
349
|
+
"fragment_normative": true,
|
|
350
|
+
"modality": "informative",
|
|
351
|
+
"text": "absolute error of measurement divided by the reference value of the measurand"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"address": "clause-2.16/s1",
|
|
355
|
+
"fragment": "clause-2.16",
|
|
356
|
+
"clause": "2.16",
|
|
357
|
+
"kind": "provision",
|
|
358
|
+
"fragment_normative": true,
|
|
359
|
+
"modality": "informative",
|
|
360
|
+
"text": "difference between the error of indication and the intrinsic error of the measuring instrument (OIML V 1:2012, 5.11)"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"address": "clause-2.16/note-1/s1",
|
|
364
|
+
"fragment": "clause-2.16/note-1",
|
|
365
|
+
"kind": "note",
|
|
366
|
+
"fragment_normative": false,
|
|
367
|
+
"modality": "informative",
|
|
368
|
+
"text": "Random errors presenting momentary variations in the indication but which cannot be interpreted, recorded or transmitted as measuring results are considered to be insignificant faults."
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"address": "clause-2.17/s1",
|
|
372
|
+
"fragment": "clause-2.17",
|
|
373
|
+
"clause": "2.17",
|
|
374
|
+
"kind": "provision",
|
|
375
|
+
"fragment_normative": true,
|
|
376
|
+
"modality": "informative",
|
|
377
|
+
"text": "quantity that, in a direct measurement, does not affect the quantity that is actually measured, but that affects the relation between the indication and the measurement result (OIML V 2:2012, 2.52)"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"address": "clause-2.18/s1",
|
|
381
|
+
"fragment": "clause-2.18",
|
|
382
|
+
"clause": "2.18",
|
|
383
|
+
"kind": "provision",
|
|
384
|
+
"fragment_normative": true,
|
|
385
|
+
"modality": "normative",
|
|
386
|
+
"text": "operating conditions that must be fulfilled during measurement in order that a measuring instrument or measuring system perform as designed (OIML V 2:2012, 4.9)"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"address": "clause-2.19/s1",
|
|
390
|
+
"fragment": "clause-2.19",
|
|
391
|
+
"clause": "2.19",
|
|
392
|
+
"kind": "provision",
|
|
393
|
+
"fragment_normative": true,
|
|
394
|
+
"modality": "informative",
|
|
395
|
+
"text": "influence quantity having a value within the limits specified in this Recommendation but outside the specified rated operating conditions of a measuring instrument (OIML V 1:2012, 5.16)"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"address": "clause-2.20/s1",
|
|
399
|
+
"fragment": "clause-2.20",
|
|
400
|
+
"clause": "2.20",
|
|
401
|
+
"kind": "provision",
|
|
402
|
+
"fragment_normative": true,
|
|
403
|
+
"modality": "informative",
|
|
404
|
+
"text": "operating condition prescribed for evaluating the performance of a measuring instrument or measuring system or for comparison of measurement results (OIML V 2:2012, 4.11)"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"address": "clause-2.21/s1",
|
|
408
|
+
"fragment": "clause-2.21",
|
|
409
|
+
"clause": "2.21",
|
|
410
|
+
"kind": "provision",
|
|
411
|
+
"fragment_normative": true,
|
|
412
|
+
"modality": "informative",
|
|
413
|
+
"text": "facility that is incorporated in a measuring instrument and which enables significant faults to be detected and acted upon"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"address": "clause-2.21/note-1/s1",
|
|
417
|
+
"fragment": "clause-2.21/note-1",
|
|
418
|
+
"kind": "note",
|
|
419
|
+
"fragment_normative": false,
|
|
420
|
+
"modality": "informative",
|
|
421
|
+
"text": "”Acted upon” refers to any adequate response by the measuring instrument (luminous signal, acoustic signal, prevention of the measurement process, etc.)"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"address": "clause-2.21/note-1/s2",
|
|
425
|
+
"fragment": "clause-2.21/note-1",
|
|
426
|
+
"kind": "note",
|
|
427
|
+
"fragment_normative": false,
|
|
428
|
+
"modality": "informative",
|
|
429
|
+
"text": "(OIML V 1:2012, 5.06)."
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"address": "clause-2.22/s1",
|
|
433
|
+
"fragment": "clause-2.22",
|
|
434
|
+
"clause": "2.22",
|
|
435
|
+
"kind": "provision",
|
|
436
|
+
"fragment_normative": true,
|
|
437
|
+
"modality": "informative",
|
|
438
|
+
"text": "gas taken from the pipe or gas duct of the stationary source of emissions, conveyed to the gas analyzer for analysis"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"address": "clause-2.23/s1",
|
|
442
|
+
"fragment": "clause-2.23",
|
|
443
|
+
"clause": "2.23",
|
|
444
|
+
"kind": "provision",
|
|
445
|
+
"fragment_normative": true,
|
|
446
|
+
"modality": "informative",
|
|
447
|
+
"text": "continuous or incremental change over time in the indication, due to changes in the metrological properties of a measuring instrument (OIML V 2:2012, 4.21)"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"address": "clause-2.23/note-1/s1",
|
|
451
|
+
"fragment": "clause-2.23/note-1",
|
|
452
|
+
"kind": "note",
|
|
453
|
+
"fragment_normative": false,
|
|
454
|
+
"modality": "informative",
|
|
455
|
+
"text": "In this Recommendation, “drift” means a change in the indication which occurs during a stated period of time at a given concentration of CO, NO and NO2 in a sample to be analyzed."
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"address": "clause-2.24/s1",
|
|
459
|
+
"fragment": "clause-2.24",
|
|
460
|
+
"clause": "2.24",
|
|
461
|
+
"kind": "provision",
|
|
462
|
+
"fragment_normative": true,
|
|
463
|
+
"modality": "informative",
|
|
464
|
+
"text": "stable gas mixture of known concentration (volume fraction) of a component being determined and used for periodic calibration and adjustment of the gas analyzer, as well as for tests of its metrological characteristics for compliance with the requirements of normative documents"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"address": "clause-2.25/s1",
|
|
468
|
+
"fragment": "clause-2.25",
|
|
469
|
+
"clause": "2.25",
|
|
470
|
+
"kind": "provision",
|
|
471
|
+
"fragment_normative": true,
|
|
472
|
+
"modality": "informative",
|
|
473
|
+
"text": "CGM"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"address": "clause-2.25/s2",
|
|
477
|
+
"fragment": "clause-2.25",
|
|
478
|
+
"clause": "2.25",
|
|
479
|
+
"kind": "provision",
|
|
480
|
+
"fragment_normative": true,
|
|
481
|
+
"modality": "informative",
|
|
482
|
+
"text": "Calibration Gas Mixture"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"address": "clause-2.25/s3",
|
|
486
|
+
"fragment": "clause-2.25",
|
|
487
|
+
"clause": "2.25",
|
|
488
|
+
"kind": "provision",
|
|
489
|
+
"fragment_normative": true,
|
|
490
|
+
"modality": "informative",
|
|
491
|
+
"text": "EUT"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"address": "clause-2.25/s4",
|
|
495
|
+
"fragment": "clause-2.25",
|
|
496
|
+
"clause": "2.25",
|
|
497
|
+
"kind": "provision",
|
|
498
|
+
"fragment_normative": true,
|
|
499
|
+
"modality": "informative",
|
|
500
|
+
"text": "Equipment Under Test"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"address": "clause-2.25/s5",
|
|
504
|
+
"fragment": "clause-2.25",
|
|
505
|
+
"clause": "2.25",
|
|
506
|
+
"kind": "provision",
|
|
507
|
+
"fragment_normative": true,
|
|
508
|
+
"modality": "informative",
|
|
509
|
+
"text": "IEC"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"address": "clause-2.25/s6",
|
|
513
|
+
"fragment": "clause-2.25",
|
|
514
|
+
"clause": "2.25",
|
|
515
|
+
"kind": "provision",
|
|
516
|
+
"fragment_normative": true,
|
|
517
|
+
"modality": "informative",
|
|
518
|
+
"text": "International Electrotechnical Commission"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"address": "clause-2.25/s7",
|
|
522
|
+
"fragment": "clause-2.25",
|
|
523
|
+
"clause": "2.25",
|
|
524
|
+
"kind": "provision",
|
|
525
|
+
"fragment_normative": true,
|
|
526
|
+
"modality": "informative",
|
|
527
|
+
"text": "ISO"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"address": "clause-2.25/s8",
|
|
531
|
+
"fragment": "clause-2.25",
|
|
532
|
+
"clause": "2.25",
|
|
533
|
+
"kind": "provision",
|
|
534
|
+
"fragment_normative": true,
|
|
535
|
+
"modality": "informative",
|
|
536
|
+
"text": "International Organization for Standardization"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"address": "clause-2.25/s9",
|
|
540
|
+
"fragment": "clause-2.25",
|
|
541
|
+
"clause": "2.25",
|
|
542
|
+
"kind": "provision",
|
|
543
|
+
"fragment_normative": true,
|
|
544
|
+
"modality": "informative",
|
|
545
|
+
"text": "MPE"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"address": "clause-2.25/s10",
|
|
549
|
+
"fragment": "clause-2.25",
|
|
550
|
+
"clause": "2.25",
|
|
551
|
+
"kind": "provision",
|
|
552
|
+
"fragment_normative": true,
|
|
553
|
+
"modality": "informative",
|
|
554
|
+
"text": "Maximum Permissible Error"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"address": "clause-2.25/s11",
|
|
558
|
+
"fragment": "clause-2.25",
|
|
559
|
+
"clause": "2.25",
|
|
560
|
+
"kind": "provision",
|
|
561
|
+
"fragment_normative": true,
|
|
562
|
+
"modality": "informative",
|
|
563
|
+
"text": "ppm"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"address": "clause-2.25/s12",
|
|
567
|
+
"fragment": "clause-2.25",
|
|
568
|
+
"clause": "2.25",
|
|
569
|
+
"kind": "provision",
|
|
570
|
+
"fragment_normative": true,
|
|
571
|
+
"modality": "informative",
|
|
572
|
+
"text": "part per million (e.g. 1 cm3/1 m3) (ISO 80000-9:2009, SI 8th Edition:2006, 5.3.7)"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"address": "clause-3.1/s1",
|
|
576
|
+
"fragment": "clause-3.1",
|
|
577
|
+
"clause": "3.1",
|
|
578
|
+
"kind": "provision",
|
|
579
|
+
"fragment_normative": true,
|
|
580
|
+
"modality": "informative",
|
|
581
|
+
"text": "The gas analytical system consists of a means for sampling, preparation of samples, and measurement of the CO, NO, NO2 or NOx concentration in the pipes and gas ducts of industrial enterprises, as well as a means for conveying the gas sample through a gas handling system."
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"address": "clause-3.1/s2",
|
|
585
|
+
"fragment": "clause-3.1",
|
|
586
|
+
"clause": "3.1",
|
|
587
|
+
"kind": "provision",
|
|
588
|
+
"fragment_normative": true,
|
|
589
|
+
"modality": "informative",
|
|
590
|
+
"text": "The gas analyzer incorporated in the gas handling system analyzes the sample and provides a signal related to the volume fraction of the gas component being determined which arrives at the data accumulation unit where it is processed, recorded and stored."
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"address": "clause-3.1/s3",
|
|
594
|
+
"fragment": "clause-3.1",
|
|
595
|
+
"clause": "3.1",
|
|
596
|
+
"kind": "provision",
|
|
597
|
+
"fragment_normative": true,
|
|
598
|
+
"modality": "informative",
|
|
599
|
+
"text": "The metrological characteristics of the gas analytical system depend on the corresponding characteristics of the units included."
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"address": "clause-3.1/s4",
|
|
603
|
+
"fragment": "clause-3.1",
|
|
604
|
+
"clause": "3.1",
|
|
605
|
+
"kind": "provision",
|
|
606
|
+
"fragment_normative": true,
|
|
607
|
+
"modality": "informative",
|
|
608
|
+
"text": "An example of the composition of a gas analytical system using calibration gas mixtures for its adjustment is shown in Figure 1."
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"address": "clause-3.2/s1",
|
|
612
|
+
"fragment": "clause-3.2",
|
|
613
|
+
"clause": "3.2",
|
|
614
|
+
"kind": "provision",
|
|
615
|
+
"fragment_normative": true,
|
|
616
|
+
"modality": "informative",
|
|
617
|
+
"text": "The gas analytical system in general consists of the following principle units:"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"address": "clause-3.2/s2",
|
|
621
|
+
"fragment": "clause-3.2",
|
|
622
|
+
"clause": "3.2",
|
|
623
|
+
"kind": "provision",
|
|
624
|
+
"fragment_normative": true,
|
|
625
|
+
"modality": "informative",
|
|
626
|
+
"text": "sampling probe with a coarse filter, which is introduced into the pipe or gas duct of a stationary source of emissions;"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"address": "clause-3.2/s3",
|
|
630
|
+
"fragment": "clause-3.2",
|
|
631
|
+
"clause": "3.2",
|
|
632
|
+
"kind": "provision",
|
|
633
|
+
"fragment_normative": true,
|
|
634
|
+
"modality": "informative",
|
|
635
|
+
"text": "heated main pipe for supplying a gas sample from the sampling probe to the input of the gas analyzer;"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"address": "clause-3.2/s4",
|
|
639
|
+
"fragment": "clause-3.2",
|
|
640
|
+
"clause": "3.2",
|
|
641
|
+
"kind": "provision",
|
|
642
|
+
"fragment_normative": true,
|
|
643
|
+
"modality": "informative",
|
|
644
|
+
"text": "pump to convey the gas sample through the gas handling system;"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"address": "clause-3.2/s5",
|
|
648
|
+
"fragment": "clause-3.2",
|
|
649
|
+
"clause": "3.2",
|
|
650
|
+
"kind": "provision",
|
|
651
|
+
"fragment_normative": true,
|
|
652
|
+
"modality": "informative",
|
|
653
|
+
"text": "gas flow rate measurement system, for example a rotameter, to measure the gas flow rate in the gas handling system;"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"address": "clause-3.2/s6",
|
|
657
|
+
"fragment": "clause-3.2",
|
|
658
|
+
"clause": "3.2",
|
|
659
|
+
"kind": "provision",
|
|
660
|
+
"fragment_normative": true,
|
|
661
|
+
"modality": "informative",
|
|
662
|
+
"text": "condensate separator to prevent condensation in the gas handling system;"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"address": "clause-3.2/s7",
|
|
666
|
+
"fragment": "clause-3.2",
|
|
667
|
+
"clause": "3.2",
|
|
668
|
+
"kind": "provision",
|
|
669
|
+
"fragment_normative": true,
|
|
670
|
+
"modality": "informative",
|
|
671
|
+
"text": "fine filter to remove dust from the gas sample, which could cause contamination of various inner parts of the gas analyzer;"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"address": "clause-3.2/s8",
|
|
675
|
+
"fragment": "clause-3.2",
|
|
676
|
+
"clause": "3.2",
|
|
677
|
+
"kind": "provision",
|
|
678
|
+
"fragment_normative": true,
|
|
679
|
+
"modality": "informative",
|
|
680
|
+
"text": "electro-pneumatic valve to switch a sample to be analyzed, a calibration gas mixture or a zero gas to the input of the gas analyzer (a pipe connecting two three-way valves is intended for delivering the CGM to a sampling system through a three-way valve to estimate the absence of probe composition change);"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"address": "clause-3.2/s9",
|
|
684
|
+
"fragment": "clause-3.2",
|
|
685
|
+
"clause": "3.2",
|
|
686
|
+
"kind": "provision",
|
|
687
|
+
"fragment_normative": true,
|
|
688
|
+
"modality": "informative",
|
|
689
|
+
"text": "means for adjusting zero (gas analyzer);"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"address": "clause-3.2/s10",
|
|
693
|
+
"fragment": "clause-3.2",
|
|
694
|
+
"clause": "3.2",
|
|
695
|
+
"kind": "provision",
|
|
696
|
+
"fragment_normative": true,
|
|
697
|
+
"modality": "informative",
|
|
698
|
+
"text": "means for adjusting the gas analyzer by a calibration gas mixture;"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"address": "clause-3.2/s11",
|
|
702
|
+
"fragment": "clause-3.2",
|
|
703
|
+
"clause": "3.2",
|
|
704
|
+
"kind": "provision",
|
|
705
|
+
"fragment_normative": true,
|
|
706
|
+
"modality": "informative",
|
|
707
|
+
"text": "gas analyzer;"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"address": "clause-3.2/s12",
|
|
711
|
+
"fragment": "clause-3.2",
|
|
712
|
+
"clause": "3.2",
|
|
713
|
+
"kind": "provision",
|
|
714
|
+
"fragment_normative": true,
|
|
715
|
+
"modality": "informative",
|
|
716
|
+
"text": "means to check operation of the gas analytical system and means to adjust the units;"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"address": "clause-3.2/s13",
|
|
720
|
+
"fragment": "clause-3.2",
|
|
721
|
+
"clause": "3.2",
|
|
722
|
+
"kind": "provision",
|
|
723
|
+
"fragment_normative": true,
|
|
724
|
+
"modality": "informative",
|
|
725
|
+
"text": "means for data accumulation, processing and storage."
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"address": "clause-3.2/s14",
|
|
729
|
+
"fragment": "clause-3.2",
|
|
730
|
+
"clause": "3.2",
|
|
731
|
+
"kind": "provision",
|
|
732
|
+
"fragment_normative": true,
|
|
733
|
+
"modality": "normative",
|
|
734
|
+
"text": "The gas analytical system may include means to signal and record"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"address": "clause-3.2/s15",
|
|
738
|
+
"fragment": "clause-3.2",
|
|
739
|
+
"clause": "3.2",
|
|
740
|
+
"kind": "provision",
|
|
741
|
+
"fragment_normative": true,
|
|
742
|
+
"modality": "informative",
|
|
743
|
+
"text": "the malfunction of the units of the gas analytical system,"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"address": "clause-3.2/s16",
|
|
747
|
+
"fragment": "clause-3.2",
|
|
748
|
+
"clause": "3.2",
|
|
749
|
+
"kind": "provision",
|
|
750
|
+
"fragment_normative": true,
|
|
751
|
+
"modality": "informative",
|
|
752
|
+
"text": "the reduction of the gas amount in a cylinder required for automatic adjustment of the gas analyzer to an amount below the permissible value, and"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"address": "clause-3.2/s17",
|
|
756
|
+
"fragment": "clause-3.2",
|
|
757
|
+
"clause": "3.2",
|
|
758
|
+
"kind": "provision",
|
|
759
|
+
"fragment_normative": true,
|
|
760
|
+
"modality": "informative",
|
|
761
|
+
"text": "the current value of the volume fraction being determined in the sample exceeding the maximum permissible value."
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"address": "clause-4.1/s1",
|
|
765
|
+
"fragment": "clause-4.1",
|
|
766
|
+
"clause": "4.1",
|
|
767
|
+
"kind": "provision",
|
|
768
|
+
"fragment_normative": true,
|
|
769
|
+
"modality": "normative",
|
|
770
|
+
"text": "The measurement results of the concentration of carbon monoxide and nitrogen oxides in the sample shall be expressed in the units of volume fraction and reduced to reference conditions."
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"address": "clause-4.1/s2",
|
|
774
|
+
"fragment": "clause-4.1",
|
|
775
|
+
"clause": "4.1",
|
|
776
|
+
"kind": "provision",
|
|
777
|
+
"fragment_normative": true,
|
|
778
|
+
"modality": "informative",
|
|
779
|
+
"text": "The reference conditions are:"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"address": "clause-4.1/s3",
|
|
783
|
+
"fragment": "clause-4.1",
|
|
784
|
+
"clause": "4.1",
|
|
785
|
+
"kind": "provision",
|
|
786
|
+
"fragment_normative": true,
|
|
787
|
+
"modality": "informative",
|
|
788
|
+
"text": "temperature: 273.15 \"unitsml(K)\";"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"address": "clause-4.1/s4",
|
|
792
|
+
"fragment": "clause-4.1",
|
|
793
|
+
"clause": "4.1",
|
|
794
|
+
"kind": "provision",
|
|
795
|
+
"fragment_normative": true,
|
|
796
|
+
"modality": "informative",
|
|
797
|
+
"text": "pressure: 101.325 \"unitsml(kPa)\"."
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"address": "clause-4.1/s5",
|
|
801
|
+
"fragment": "clause-4.1",
|
|
802
|
+
"clause": "4.1",
|
|
803
|
+
"kind": "provision",
|
|
804
|
+
"fragment_normative": true,
|
|
805
|
+
"modality": "informative",
|
|
806
|
+
"text": "In this Recommendation, ppm is used (ISO 80000-9:2009, 9.15) for the volume fraction unit."
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"address": "clause-4.2/s1",
|
|
810
|
+
"fragment": "clause-4.2",
|
|
811
|
+
"clause": "4.2",
|
|
812
|
+
"kind": "provision",
|
|
813
|
+
"fragment_normative": true,
|
|
814
|
+
"modality": "normative",
|
|
815
|
+
"text": "The gas analyzer shall provide measurements of a volume fraction of the components determined in the following ranges:"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"address": "clause-4.2/s2",
|
|
819
|
+
"fragment": "clause-4.2",
|
|
820
|
+
"clause": "4.2",
|
|
821
|
+
"kind": "provision",
|
|
822
|
+
"fragment_normative": true,
|
|
823
|
+
"modality": "informative",
|
|
824
|
+
"text": "carbon monoxide: 10 \"unitsml(ppm)\" to 20000 \"unitsml(ppm)\";"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"address": "clause-4.2/s3",
|
|
828
|
+
"fragment": "clause-4.2",
|
|
829
|
+
"clause": "4.2",
|
|
830
|
+
"kind": "provision",
|
|
831
|
+
"fragment_normative": true,
|
|
832
|
+
"modality": "informative",
|
|
833
|
+
"text": "nitrogen monoxide: 10 \"unitsml(ppm)\" to 5000 \"unitsml(ppm)\";"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"address": "clause-4.2/s4",
|
|
837
|
+
"fragment": "clause-4.2",
|
|
838
|
+
"clause": "4.2",
|
|
839
|
+
"kind": "provision",
|
|
840
|
+
"fragment_normative": true,
|
|
841
|
+
"modality": "informative",
|
|
842
|
+
"text": "nitrogen dioxide: 10 \"unitsml(ppm)\" to 500 \"unitsml(ppm)\"."
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"address": "clause-4.2/s5",
|
|
846
|
+
"fragment": "clause-4.2",
|
|
847
|
+
"clause": "4.2",
|
|
848
|
+
"kind": "provision",
|
|
849
|
+
"fragment_normative": true,
|
|
850
|
+
"modality": "normative",
|
|
851
|
+
"text": "These measuring ranges may be divided into sub-ranges."
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"address": "clause-4.3.1/s1",
|
|
855
|
+
"fragment": "clause-4.3.1",
|
|
856
|
+
"clause": "4.3.1",
|
|
857
|
+
"kind": "provision",
|
|
858
|
+
"fragment_normative": true,
|
|
859
|
+
"modality": "informative",
|
|
860
|
+
"text": "For any measurement within the measuring range or sub-range (see 4.2) under the reference conditions specified in 8, the MPE, positive or negative, is the larger of the two following values:"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"address": "clause-4.3.1/s2",
|
|
864
|
+
"fragment": "clause-4.3.1",
|
|
865
|
+
"clause": "4.3.1",
|
|
866
|
+
"kind": "provision",
|
|
867
|
+
"fragment_normative": true,
|
|
868
|
+
"modality": "informative",
|
|
869
|
+
"text": "2 \"unitsml(ppm)\";"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"address": "clause-4.3.1/s3",
|
|
873
|
+
"fragment": "clause-4.3.1",
|
|
874
|
+
"clause": "4.3.1",
|
|
875
|
+
"kind": "provision",
|
|
876
|
+
"fragment_normative": true,
|
|
877
|
+
"modality": "informative",
|
|
878
|
+
"text": "5 % of the measured value."
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"address": "clause-4.3.2/s1",
|
|
882
|
+
"fragment": "clause-4.3.2",
|
|
883
|
+
"clause": "4.3.2",
|
|
884
|
+
"kind": "provision",
|
|
885
|
+
"fragment_normative": true,
|
|
886
|
+
"modality": "normative",
|
|
887
|
+
"text": "The MPE, positive or negative under the rated operating conditions specified in 4.5.1, may be equal to or greater than the maximum permissible intrinsic errors, taking into account the actual values of the influence quantities, but they should not exceed the larger of the two following values:"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"address": "clause-4.3.2/s2",
|
|
891
|
+
"fragment": "clause-4.3.2",
|
|
892
|
+
"clause": "4.3.2",
|
|
893
|
+
"kind": "provision",
|
|
894
|
+
"fragment_normative": true,
|
|
895
|
+
"modality": "informative",
|
|
896
|
+
"text": "5 \"unitsml(ppm)\";"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"address": "clause-4.3.2/s3",
|
|
900
|
+
"fragment": "clause-4.3.2",
|
|
901
|
+
"clause": "4.3.2",
|
|
902
|
+
"kind": "provision",
|
|
903
|
+
"fragment_normative": true,
|
|
904
|
+
"modality": "informative",
|
|
905
|
+
"text": "10 % of the measured value."
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"address": "clause-4.4/s1",
|
|
909
|
+
"fragment": "clause-4.4",
|
|
910
|
+
"clause": "4.4",
|
|
911
|
+
"kind": "provision",
|
|
912
|
+
"fragment_normative": true,
|
|
913
|
+
"modality": "normative",
|
|
914
|
+
"text": "An estimate of the standard deviation is used as a characteristic of repeatability (R 144-2, 1.4).The estimate of the standard deviation shall not exceed 1/3 of the maximum permissible intrinsic error (4.3.1) at the given point of the measuring range."
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"address": "clause-4.5.1/s1",
|
|
918
|
+
"fragment": "clause-4.5.1",
|
|
919
|
+
"clause": "4.5.1",
|
|
920
|
+
"kind": "provision",
|
|
921
|
+
"fragment_normative": true,
|
|
922
|
+
"modality": "informative",
|
|
923
|
+
"text": "temperature: 5 \"unitsml(degC)\" to 40 \"unitsml(degC)\";"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"address": "clause-4.5.1/s2",
|
|
927
|
+
"fragment": "clause-4.5.1",
|
|
928
|
+
"clause": "4.5.1",
|
|
929
|
+
"kind": "provision",
|
|
930
|
+
"fragment_normative": true,
|
|
931
|
+
"modality": "informative",
|
|
932
|
+
"text": "relative humidity: up to 90 % at 25 \"unitsml(degC)\";"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"address": "clause-4.5.1/s3",
|
|
936
|
+
"fragment": "clause-4.5.1",
|
|
937
|
+
"clause": "4.5.1",
|
|
938
|
+
"kind": "provision",
|
|
939
|
+
"fragment_normative": true,
|
|
940
|
+
"modality": "informative",
|
|
941
|
+
"text": "atmospheric pressure: from 86 \"unitsml(kPa)\" to 106 \"unitsml(kPa)\";"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"address": "clause-4.5.1/s4",
|
|
945
|
+
"fragment": "clause-4.5.1",
|
|
946
|
+
"clause": "4.5.1",
|
|
947
|
+
"kind": "provision",
|
|
948
|
+
"fragment_normative": true,
|
|
949
|
+
"modality": "informative",
|
|
950
|
+
"text": "supply from AC mains power: voltage: nominal value, with deviation from nominal value: -15 %, +10 %; frequency: nominal value pm 2 %."
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"address": "clause-4.5.1/s5",
|
|
954
|
+
"fragment": "clause-4.5.1",
|
|
955
|
+
"clause": "4.5.1",
|
|
956
|
+
"kind": "provision",
|
|
957
|
+
"fragment_normative": true,
|
|
958
|
+
"modality": "normative",
|
|
959
|
+
"text": "If a battery is used to power the gas analyzer, the limits of power supplied shall be within the gas analyzer manufacturer’s specifications."
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"address": "clause-4.5.1/s6",
|
|
963
|
+
"fragment": "clause-4.5.1",
|
|
964
|
+
"clause": "4.5.1",
|
|
965
|
+
"kind": "provision",
|
|
966
|
+
"fragment_normative": true,
|
|
967
|
+
"modality": "normative",
|
|
968
|
+
"text": "If a current generator is used, the limits of variation of the parameters shall comply with the specifications for the mains voltage."
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"address": "clause-4.5.1/note-1/s1",
|
|
972
|
+
"fragment": "clause-4.5.1/note-1",
|
|
973
|
+
"kind": "note",
|
|
974
|
+
"fragment_normative": false,
|
|
975
|
+
"modality": "informative",
|
|
976
|
+
"text": "The above rated operating conditions for temperature, relative humidity and atmospheric pressure may be changed to extend the ranges."
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"address": "clause-4.5.1/note-2/s1",
|
|
980
|
+
"fragment": "clause-4.5.1/note-2",
|
|
981
|
+
"kind": "note",
|
|
982
|
+
"fragment_normative": false,
|
|
983
|
+
"modality": "informative",
|
|
984
|
+
"text": "Instruments using a battery power supply should be equipped with an indicator to warn when the battery becomes discharged."
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"address": "clause-4.5.1/note-3/s1",
|
|
988
|
+
"fragment": "clause-4.5.1/note-3",
|
|
989
|
+
"kind": "note",
|
|
990
|
+
"fragment_normative": false,
|
|
991
|
+
"modality": "informative",
|
|
992
|
+
"text": "Requirements for the input gas temperature and particulate level of a sampling probe are given in 8.7 and 8.8."
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"address": "clause-4.5.2/s1",
|
|
996
|
+
"fragment": "clause-4.5.2",
|
|
997
|
+
"clause": "4.5.2",
|
|
998
|
+
"kind": "provision",
|
|
999
|
+
"fragment_normative": true,
|
|
1000
|
+
"modality": "normative",
|
|
1001
|
+
"text": "The indications of the gas analyzer shall not vary by more than half the absolute value of the maximum permissible intrinsic error (4.3.1) at the given point of the measurement range if the value of the volume fraction of the gas components other than the measurand does not exceed the maximum permissible value."
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"address": "clause-4.5.2/note-1/s1",
|
|
1005
|
+
"fragment": "clause-4.5.2/note-1",
|
|
1006
|
+
"kind": "note",
|
|
1007
|
+
"fragment_normative": false,
|
|
1008
|
+
"modality": "informative",
|
|
1009
|
+
"text": "The manufacturer of the gas analytical system shall provide the list of gas components other than the measurand and their maximum permissible concentrations in the operating instructions."
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"address": "clause-4.5.3/s1",
|
|
1013
|
+
"fragment": "clause-4.5.3",
|
|
1014
|
+
"clause": "4.5.3",
|
|
1015
|
+
"kind": "provision",
|
|
1016
|
+
"fragment_normative": true,
|
|
1017
|
+
"modality": "normative",
|
|
1018
|
+
"text": "The gas analyzer shall be protected against the effects of vibration."
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"address": "clause-4.5.3/s2",
|
|
1022
|
+
"fragment": "clause-4.5.3",
|
|
1023
|
+
"clause": "4.5.3",
|
|
1024
|
+
"kind": "provision",
|
|
1025
|
+
"fragment_normative": true,
|
|
1026
|
+
"modality": "normative",
|
|
1027
|
+
"text": "The manufacturer shall indicate in the specifications the requirements for the vibration parameters, at which the metrological characteristics of the gas analyzer are within the permissible limits (4.3.2)."
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"address": "clause-4.5.3/s3",
|
|
1031
|
+
"fragment": "clause-4.5.3",
|
|
1032
|
+
"clause": "4.5.3",
|
|
1033
|
+
"kind": "provision",
|
|
1034
|
+
"fragment_normative": true,
|
|
1035
|
+
"modality": "normative",
|
|
1036
|
+
"text": "The minimum requirements should correspond to severity level 1 of OIML D 11:2013, 11.1."
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"address": "clause-4.5.3/note-1/s1",
|
|
1040
|
+
"fragment": "clause-4.5.3/note-1",
|
|
1041
|
+
"kind": "note",
|
|
1042
|
+
"fragment_normative": false,
|
|
1043
|
+
"modality": "informative",
|
|
1044
|
+
"text": "The requirements for the individual units of the gas analytical system may vary."
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"address": "clause-4.5.4/s1",
|
|
1048
|
+
"fragment": "clause-4.5.4",
|
|
1049
|
+
"clause": "4.5.4",
|
|
1050
|
+
"kind": "provision",
|
|
1051
|
+
"fragment_normative": true,
|
|
1052
|
+
"modality": "normative",
|
|
1053
|
+
"text": "The error of the gas analyzer shall lie within the permissible limits, or its failure shall be detected by the checking facility for the following disturbances:"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"address": "clause-4.5.4/s2",
|
|
1057
|
+
"fragment": "clause-4.5.4",
|
|
1058
|
+
"clause": "4.5.4",
|
|
1059
|
+
"kind": "provision",
|
|
1060
|
+
"fragment_normative": true,
|
|
1061
|
+
"modality": "informative",
|
|
1062
|
+
"text": "mechanical shocks;"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"address": "clause-4.5.4/s3",
|
|
1066
|
+
"fragment": "clause-4.5.4",
|
|
1067
|
+
"clause": "4.5.4",
|
|
1068
|
+
"kind": "provision",
|
|
1069
|
+
"fragment_normative": true,
|
|
1070
|
+
"modality": "informative",
|
|
1071
|
+
"text": "short time power reduction;"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"address": "clause-4.5.4/s4",
|
|
1075
|
+
"fragment": "clause-4.5.4",
|
|
1076
|
+
"clause": "4.5.4",
|
|
1077
|
+
"kind": "provision",
|
|
1078
|
+
"fragment_normative": true,
|
|
1079
|
+
"modality": "informative",
|
|
1080
|
+
"text": "voltage pulses from the mains;"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"address": "clause-4.5.4/s5",
|
|
1084
|
+
"fragment": "clause-4.5.4",
|
|
1085
|
+
"clause": "4.5.4",
|
|
1086
|
+
"kind": "provision",
|
|
1087
|
+
"fragment_normative": true,
|
|
1088
|
+
"modality": "informative",
|
|
1089
|
+
"text": "electrostatic discharges;"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"address": "clause-4.5.4/s6",
|
|
1093
|
+
"fragment": "clause-4.5.4",
|
|
1094
|
+
"clause": "4.5.4",
|
|
1095
|
+
"kind": "provision",
|
|
1096
|
+
"fragment_normative": true,
|
|
1097
|
+
"modality": "informative",
|
|
1098
|
+
"text": "radio frequency electromagnetic fields."
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"address": "clause-4.5.4/s7",
|
|
1102
|
+
"fragment": "clause-4.5.4",
|
|
1103
|
+
"clause": "4.5.4",
|
|
1104
|
+
"kind": "provision",
|
|
1105
|
+
"fragment_normative": true,
|
|
1106
|
+
"modality": "informative",
|
|
1107
|
+
"text": "The disturbance norms and test methods are described in R 144-2."
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"address": "clause-4.6/s1",
|
|
1111
|
+
"fragment": "clause-4.6",
|
|
1112
|
+
"clause": "4.6",
|
|
1113
|
+
"kind": "provision",
|
|
1114
|
+
"fragment_normative": true,
|
|
1115
|
+
"modality": "normative",
|
|
1116
|
+
"text": "When a volume fraction of a component being determined at the input changes abruptly from 0 % to 100 %, the reading of the gas analyzer shall reach, within four minutes, a value of at least 90 %."
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"address": "clause-4.7/s1",
|
|
1120
|
+
"fragment": "clause-4.7",
|
|
1121
|
+
"clause": "4.7",
|
|
1122
|
+
"kind": "provision",
|
|
1123
|
+
"fragment_normative": true,
|
|
1124
|
+
"modality": "normative",
|
|
1125
|
+
"text": "After switching on the gas analytical system and after the warm-up time specified by the manufacturer of this system, it shall meet the metrological requirements stated in this Recommendation."
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"address": "clause-4.8/s1",
|
|
1129
|
+
"fragment": "clause-4.8",
|
|
1130
|
+
"clause": "4.8",
|
|
1131
|
+
"kind": "provision",
|
|
1132
|
+
"fragment_normative": true,
|
|
1133
|
+
"modality": "normative",
|
|
1134
|
+
"text": "When a gas analyzer equipped with semi-automatic adjustment means is operated in accordance with its operating instructions under stable environmental conditions, its error shall remain within the maximum permissible errors (according to 4.3.1) for at least seven days from the moment of adjustment of the gas analyzer using the CGM."
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"address": "clause-4.8/s2",
|
|
1138
|
+
"fragment": "clause-4.8",
|
|
1139
|
+
"clause": "4.8",
|
|
1140
|
+
"kind": "provision",
|
|
1141
|
+
"fragment_normative": true,
|
|
1142
|
+
"modality": "normative",
|
|
1143
|
+
"text": "If the gas analyzer is equipped with a means for drift compensation, such as automatic zero correction or automatic internal adjustment, the action of these adjustments shall not produce any indication that can be confused with a measurement result of the volume fraction of the components in the analyzed sample."
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"address": "clause-5.1.1/s1",
|
|
1147
|
+
"fragment": "clause-5.1.1",
|
|
1148
|
+
"clause": "5.1.1",
|
|
1149
|
+
"kind": "provision",
|
|
1150
|
+
"fragment_normative": true,
|
|
1151
|
+
"modality": "normative",
|
|
1152
|
+
"text": "All components of the gas handling system shall be made of corrosion resistant material."
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"address": "clause-5.1.1/s2",
|
|
1156
|
+
"fragment": "clause-5.1.1",
|
|
1157
|
+
"clause": "5.1.1",
|
|
1158
|
+
"kind": "provision",
|
|
1159
|
+
"fragment_normative": true,
|
|
1160
|
+
"modality": "normative",
|
|
1161
|
+
"text": "The materials used shall not influence the composition of the gas sample."
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"address": "clause-5.1.2/s1",
|
|
1165
|
+
"fragment": "clause-5.1.2",
|
|
1166
|
+
"clause": "5.1.2",
|
|
1167
|
+
"kind": "provision",
|
|
1168
|
+
"fragment_normative": true,
|
|
1169
|
+
"modality": "normative",
|
|
1170
|
+
"text": "The means for sampling and sample preparation during extractive sampling shall provide for representative sampling and shall comply with ISO 10396:2007."
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"address": "clause-5.1.3/s1",
|
|
1174
|
+
"fragment": "clause-5.1.3",
|
|
1175
|
+
"clause": "5.1.3",
|
|
1176
|
+
"kind": "provision",
|
|
1177
|
+
"fragment_normative": true,
|
|
1178
|
+
"modality": "normative",
|
|
1179
|
+
"text": "The gas handling system shall contain a switching system to allow the zero gas, gas calibration mixtures, and gas sample to be analyzed to flow into the analyzer."
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"address": "clause-5.1.4/s1",
|
|
1183
|
+
"fragment": "clause-5.1.4",
|
|
1184
|
+
"clause": "5.1.4",
|
|
1185
|
+
"kind": "provision",
|
|
1186
|
+
"fragment_normative": true,
|
|
1187
|
+
"modality": "normative",
|
|
1188
|
+
"text": "A dehydrating charcoal filter or equivalent system shall be used when ambient air is supplied as a zero gas."
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"address": "clause-5.1.5/s1",
|
|
1192
|
+
"fragment": "clause-5.1.5",
|
|
1193
|
+
"clause": "5.1.5",
|
|
1194
|
+
"kind": "provision",
|
|
1195
|
+
"fragment_normative": true,
|
|
1196
|
+
"modality": "normative",
|
|
1197
|
+
"text": "The pump conveying the gas sample shall be mounted so that its vibrations do not affect the measurement result."
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"address": "clause-5.1.5/s2",
|
|
1201
|
+
"fragment": "clause-5.1.5",
|
|
1202
|
+
"clause": "5.1.5",
|
|
1203
|
+
"kind": "provision",
|
|
1204
|
+
"fragment_normative": true,
|
|
1205
|
+
"modality": "normative",
|
|
1206
|
+
"text": "It shall be possible for the user to turn the pump on and off separately from the other components of the gas analytical system; however, it shall not be possible to make a measurement when the pump is switched off."
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"address": "clause-5.1.5/note-1/s1",
|
|
1210
|
+
"fragment": "clause-5.1.5/note-1",
|
|
1211
|
+
"kind": "note",
|
|
1212
|
+
"fragment_normative": false,
|
|
1213
|
+
"modality": "informative",
|
|
1214
|
+
"text": "It is recommended to flush the gas handling system automatically with ambient air before the pump is switched off."
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"address": "clause-5.1.6/s1",
|
|
1218
|
+
"fragment": "clause-5.1.6",
|
|
1219
|
+
"clause": "5.1.6",
|
|
1220
|
+
"kind": "provision",
|
|
1221
|
+
"fragment_normative": true,
|
|
1222
|
+
"modality": "normative",
|
|
1223
|
+
"text": "The gas handling system shall be equipped with a gas flow meter, by which the user can check the measuring mode specified by the manufacturer of the gas analytical system."
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"address": "clause-5.1.7/s1",
|
|
1227
|
+
"fragment": "clause-5.1.7",
|
|
1228
|
+
"clause": "5.1.7",
|
|
1229
|
+
"kind": "provision",
|
|
1230
|
+
"fragment_normative": true,
|
|
1231
|
+
"modality": "normative",
|
|
1232
|
+
"text": "The gas handling system shall be air-tight."
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"address": "clause-5.1.8/s1",
|
|
1236
|
+
"fragment": "clause-5.1.8",
|
|
1237
|
+
"clause": "5.1.8",
|
|
1238
|
+
"kind": "provision",
|
|
1239
|
+
"fragment_normative": true,
|
|
1240
|
+
"modality": "normative",
|
|
1241
|
+
"text": "The gas analytical system may be equipped with an interface permitting it to be coupled to any peripheral devices or other instruments, e.g. facilities for measuring the characteristics of the flow gas in a pipe or gas duct."
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"address": "clause-5.1.9/s1",
|
|
1245
|
+
"fragment": "clause-5.1.9",
|
|
1246
|
+
"clause": "5.1.9",
|
|
1247
|
+
"kind": "provision",
|
|
1248
|
+
"fragment_normative": true,
|
|
1249
|
+
"modality": "normative",
|
|
1250
|
+
"text": "The interface and peripherals coupled to it shall not affect the metrological characteristics of the gas analytical system or the measurement data obtained."
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"address": "clause-5.2.1/s1",
|
|
1254
|
+
"fragment": "clause-5.2.1",
|
|
1255
|
+
"clause": "5.2.1",
|
|
1256
|
+
"kind": "provision",
|
|
1257
|
+
"fragment_normative": true,
|
|
1258
|
+
"modality": "normative",
|
|
1259
|
+
"text": "The indication range of the display device shall be from 0.0 ppm to the maximum measuring range."
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"address": "clause-5.2.1/s2",
|
|
1263
|
+
"fragment": "clause-5.2.1",
|
|
1264
|
+
"clause": "5.2.1",
|
|
1265
|
+
"kind": "provision",
|
|
1266
|
+
"fragment_normative": true,
|
|
1267
|
+
"modality": "normative",
|
|
1268
|
+
"text": "In normal operation the recording device may indicate 0.0 ppm for the volume fraction of the component being determined equal to or smaller than 1 \"unitsml(ppm)\"."
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"address": "clause-5.2.2/s1",
|
|
1272
|
+
"fragment": "clause-5.2.2",
|
|
1273
|
+
"clause": "5.2.2",
|
|
1274
|
+
"kind": "provision",
|
|
1275
|
+
"fragment_normative": true,
|
|
1276
|
+
"modality": "normative",
|
|
1277
|
+
"text": "If an analog scale is fitted, the distance between the scale marks shall be at least 1.25 \"unitsml(mm)\"."
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"address": "clause-5.2.2/s2",
|
|
1281
|
+
"fragment": "clause-5.2.2",
|
|
1282
|
+
"clause": "5.2.2",
|
|
1283
|
+
"kind": "provision",
|
|
1284
|
+
"fragment_normative": true,
|
|
1285
|
+
"modality": "normative",
|
|
1286
|
+
"text": "The interval of the marks shall be smaller than or equal to 2 % of the span of the analog scale."
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"address": "clause-5.2.2/s3",
|
|
1290
|
+
"fragment": "clause-5.2.2",
|
|
1291
|
+
"clause": "5.2.2",
|
|
1292
|
+
"kind": "provision",
|
|
1293
|
+
"fragment_normative": true,
|
|
1294
|
+
"modality": "normative",
|
|
1295
|
+
"text": "The thickness of the pointer shall not exceed one quarter of the distance between the scale marks."
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"address": "clause-5.2.2/s4",
|
|
1299
|
+
"fragment": "clause-5.2.2",
|
|
1300
|
+
"clause": "5.2.2",
|
|
1301
|
+
"kind": "provision",
|
|
1302
|
+
"fragment_normative": true,
|
|
1303
|
+
"modality": "normative",
|
|
1304
|
+
"text": "The pointer shall overlap at least one third of the shortest scale mark and shall be clearly seen."
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"address": "clause-5.2.2/s5",
|
|
1308
|
+
"fragment": "clause-5.2.2",
|
|
1309
|
+
"clause": "5.2.2",
|
|
1310
|
+
"kind": "provision",
|
|
1311
|
+
"fragment_normative": true,
|
|
1312
|
+
"modality": "normative",
|
|
1313
|
+
"text": "The height of the figures shall be at least 5 \"unitsml(mm)\" and they shall be marked in such a way that any misinterpretation is not possible."
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"address": "clause-5.2.3/s1",
|
|
1317
|
+
"fragment": "clause-5.2.3",
|
|
1318
|
+
"clause": "5.2.3",
|
|
1319
|
+
"kind": "provision",
|
|
1320
|
+
"fragment_normative": true,
|
|
1321
|
+
"modality": "normative",
|
|
1322
|
+
"text": "The height of the figures shall be at least 5 \"unitsml(mm)\" for illuminated displays and 10 \"unitsml(mm)\" in all other cases."
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"address": "clause-5.2.3/s2",
|
|
1326
|
+
"fragment": "clause-5.2.3",
|
|
1327
|
+
"clause": "5.2.3",
|
|
1328
|
+
"kind": "provision",
|
|
1329
|
+
"fragment_normative": true,
|
|
1330
|
+
"modality": "normative",
|
|
1331
|
+
"text": "The symbol of the unit of measurement shall appear in close proximity to the figures indicating the measurement results and the characters used shall be at least 3 \"unitsml(mm)\" in height."
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"address": "clause-5.2.3/s3",
|
|
1335
|
+
"fragment": "clause-5.2.3",
|
|
1336
|
+
"clause": "5.2.3",
|
|
1337
|
+
"kind": "provision",
|
|
1338
|
+
"fragment_normative": true,
|
|
1339
|
+
"modality": "normative",
|
|
1340
|
+
"text": "When a measurement result is zero, it shall not be possible to confuse such a result with the zero indication prior to measurement."
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"address": "clause-5.3/s1",
|
|
1344
|
+
"fragment": "clause-5.3",
|
|
1345
|
+
"clause": "5.3",
|
|
1346
|
+
"kind": "provision",
|
|
1347
|
+
"fragment_normative": true,
|
|
1348
|
+
"modality": "normative",
|
|
1349
|
+
"text": "When the gas analytical system has interfaces to submit analytical data, it shall be equipped with a printing device, which prints"
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"address": "clause-5.3/s2",
|
|
1353
|
+
"fragment": "clause-5.3",
|
|
1354
|
+
"clause": "5.3",
|
|
1355
|
+
"kind": "provision",
|
|
1356
|
+
"fragment_normative": true,
|
|
1357
|
+
"modality": "informative",
|
|
1358
|
+
"text": "the date and time of measurement,"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"address": "clause-5.3/s3",
|
|
1362
|
+
"fragment": "clause-5.3",
|
|
1363
|
+
"clause": "5.3",
|
|
1364
|
+
"kind": "provision",
|
|
1365
|
+
"fragment_normative": true,
|
|
1366
|
+
"modality": "informative",
|
|
1367
|
+
"text": "the measurement results and their units, and"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"address": "clause-5.3/s4",
|
|
1371
|
+
"fragment": "clause-5.3",
|
|
1372
|
+
"clause": "5.3",
|
|
1373
|
+
"kind": "provision",
|
|
1374
|
+
"fragment_normative": true,
|
|
1375
|
+
"modality": "informative",
|
|
1376
|
+
"text": "the result of self-checking by means of automatic adjustment facilities."
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"address": "clause-5.3/s5",
|
|
1380
|
+
"fragment": "clause-5.3",
|
|
1381
|
+
"clause": "5.3",
|
|
1382
|
+
"kind": "provision",
|
|
1383
|
+
"fragment_normative": true,
|
|
1384
|
+
"modality": "normative",
|
|
1385
|
+
"text": "Printed measurement results shall not differ from the measurement results provided by the indicating device."
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"address": "clause-5.3/s6",
|
|
1389
|
+
"fragment": "clause-5.3",
|
|
1390
|
+
"clause": "5.3",
|
|
1391
|
+
"kind": "provision",
|
|
1392
|
+
"fragment_normative": true,
|
|
1393
|
+
"modality": "informative",
|
|
1394
|
+
"text": "The minimum height for the figures of the printing device is 2 \"unitsml(mm)\"."
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"address": "clause-5.3/s7",
|
|
1398
|
+
"fragment": "clause-5.3",
|
|
1399
|
+
"clause": "5.3",
|
|
1400
|
+
"kind": "provision",
|
|
1401
|
+
"fragment_normative": true,
|
|
1402
|
+
"modality": "normative",
|
|
1403
|
+
"text": "Printouts shall remain readable for the relevant period as required by the national authority, even when exposed to daylight or equivalent lighting."
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"address": "clause-5.3/s8",
|
|
1407
|
+
"fragment": "clause-5.3",
|
|
1408
|
+
"clause": "5.3",
|
|
1409
|
+
"kind": "provision",
|
|
1410
|
+
"fragment_normative": true,
|
|
1411
|
+
"modality": "normative",
|
|
1412
|
+
"text": "The legal authority may require that a printing device be provided."
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"address": "clause-5.3/s9",
|
|
1416
|
+
"fragment": "clause-5.3",
|
|
1417
|
+
"clause": "5.3",
|
|
1418
|
+
"kind": "provision",
|
|
1419
|
+
"fragment_normative": true,
|
|
1420
|
+
"modality": "normative",
|
|
1421
|
+
"text": "It may also require that more information appear on the printed document than requested above, e.g. the result of the volume fraction calculation during a specified period."
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"address": "clause-5.3/s10",
|
|
1425
|
+
"fragment": "clause-5.3",
|
|
1426
|
+
"clause": "5.3",
|
|
1427
|
+
"kind": "provision",
|
|
1428
|
+
"fragment_normative": true,
|
|
1429
|
+
"modality": "normative",
|
|
1430
|
+
"text": "The printing device shall not print out the records for the reporting period if the checking facilities provide evidence of errors in excess of the maximum permissible errors, or of failures."
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"address": "clause-5.3/s11",
|
|
1434
|
+
"fragment": "clause-5.3",
|
|
1435
|
+
"clause": "5.3",
|
|
1436
|
+
"kind": "provision",
|
|
1437
|
+
"fragment_normative": true,
|
|
1438
|
+
"modality": "normative",
|
|
1439
|
+
"text": "The measurement mode shall also be prevented if no paper (or other recording medium) is available in the printing device."
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"address": "clause-5.3/note-1/s1",
|
|
1443
|
+
"fragment": "clause-5.3/note-1",
|
|
1444
|
+
"kind": "note",
|
|
1445
|
+
"fragment_normative": false,
|
|
1446
|
+
"modality": "informative",
|
|
1447
|
+
"text": "When values of the component concentration to be determined are continuously recorded on paper, the duration of the recording shall be no less than that required for the report documentation (records) for the reporting period (e.g. 24 hours, a month, a decade, etc.) established by the legal authority."
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"address": "clause-5.4/s1",
|
|
1451
|
+
"fragment": "clause-5.4",
|
|
1452
|
+
"clause": "5.4",
|
|
1453
|
+
"kind": "provision",
|
|
1454
|
+
"fragment_normative": true,
|
|
1455
|
+
"modality": "normative",
|
|
1456
|
+
"text": "The gas analytical system may be equipped with a computing device (such as a data processing unit or a personal computer), which calculates emissions (e.g. the average emission during the specified time, etc.) and transmits their values to the printing device with an estimated uncertainty."
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"address": "clause-5.4/s2",
|
|
1460
|
+
"fragment": "clause-5.4",
|
|
1461
|
+
"clause": "5.4",
|
|
1462
|
+
"kind": "provision",
|
|
1463
|
+
"fragment_normative": true,
|
|
1464
|
+
"modality": "normative",
|
|
1465
|
+
"text": "The relevant authority shall certify the computational algorithm of the measurement results and their estimated uncertainty."
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"address": "clause-5.4/s3",
|
|
1469
|
+
"fragment": "clause-5.4",
|
|
1470
|
+
"clause": "5.4",
|
|
1471
|
+
"kind": "provision",
|
|
1472
|
+
"fragment_normative": true,
|
|
1473
|
+
"modality": "normative",
|
|
1474
|
+
"text": "Since information about the flow rate, temperature, gas pressure and diameter of a pipe (gas duct) is necessary to calculate the stationary source emissions, such information shall be provided with the required accuracy and automatically introduced into the computing device."
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"address": "clause-5.5.1/s1",
|
|
1478
|
+
"fragment": "clause-5.5.1",
|
|
1479
|
+
"clause": "5.5.1",
|
|
1480
|
+
"kind": "provision",
|
|
1481
|
+
"fragment_normative": true,
|
|
1482
|
+
"modality": "normative",
|
|
1483
|
+
"text": "The gas analytical system may be equipped with an alarm system that shall give an audible or visible signal when the maximum permissible unit emission specified for the given stationary source is exceeded."
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"address": "clause-5.5.1/s2",
|
|
1487
|
+
"fragment": "clause-5.5.1",
|
|
1488
|
+
"clause": "5.5.1",
|
|
1489
|
+
"kind": "provision",
|
|
1490
|
+
"fragment_normative": true,
|
|
1491
|
+
"modality": "normative",
|
|
1492
|
+
"text": "If an alarm system is fitted, it shall be tested."
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"address": "clause-5.5.2/s1",
|
|
1496
|
+
"fragment": "clause-5.5.2",
|
|
1497
|
+
"clause": "5.5.2",
|
|
1498
|
+
"kind": "provision",
|
|
1499
|
+
"fragment_normative": true,
|
|
1500
|
+
"modality": "normative",
|
|
1501
|
+
"text": "The gas handling system shall have a device that measures or signals that the gas flow is not available or that its rate is outside the limits specified by the manufacturer."
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"address": "clause-5.5.3/s1",
|
|
1505
|
+
"fragment": "clause-5.5.3",
|
|
1506
|
+
"clause": "5.5.3",
|
|
1507
|
+
"kind": "provision",
|
|
1508
|
+
"fragment_normative": true,
|
|
1509
|
+
"modality": "normative",
|
|
1510
|
+
"text": "An indication that the gas analytical system is ready for measurement shall be provided."
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"address": "clause-5.5.3/s2",
|
|
1514
|
+
"fragment": "clause-5.5.3",
|
|
1515
|
+
"clause": "5.5.3",
|
|
1516
|
+
"kind": "provision",
|
|
1517
|
+
"fragment_normative": true,
|
|
1518
|
+
"modality": "normative",
|
|
1519
|
+
"text": "If it is not ready, any indication on a recording device and any printing of the results on a printing device shall be prevented."
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"address": "clause-5.5.4/s1",
|
|
1523
|
+
"fragment": "clause-5.5.4",
|
|
1524
|
+
"clause": "5.5.4",
|
|
1525
|
+
"kind": "provision",
|
|
1526
|
+
"fragment_normative": true,
|
|
1527
|
+
"modality": "normative",
|
|
1528
|
+
"text": "For a gas analytical system with electrochemical sensors, a warning device shall be provided to signal that the effective life of the sensors has expired."
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"address": "clause-5.5.4/s2",
|
|
1532
|
+
"fragment": "clause-5.5.4",
|
|
1533
|
+
"clause": "5.5.4",
|
|
1534
|
+
"kind": "provision",
|
|
1535
|
+
"fragment_normative": true,
|
|
1536
|
+
"modality": "normative",
|
|
1537
|
+
"text": "Sensors for indicating the expiry of the filters shall be fitted."
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"address": "clause-5.6.1/s1",
|
|
1541
|
+
"fragment": "clause-5.6.1",
|
|
1542
|
+
"clause": "5.6.1",
|
|
1543
|
+
"kind": "provision",
|
|
1544
|
+
"fragment_normative": true,
|
|
1545
|
+
"modality": "normative",
|
|
1546
|
+
"text": "The gas analytical system shall have adjustment facilities that provide readings for zero-setting, CGM and internal adjustment."
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"address": "clause-5.6.1/s2",
|
|
1550
|
+
"fragment": "clause-5.6.1",
|
|
1551
|
+
"clause": "5.6.1",
|
|
1552
|
+
"kind": "provision",
|
|
1553
|
+
"fragment_normative": true,
|
|
1554
|
+
"modality": "normative",
|
|
1555
|
+
"text": "The facilities may be manual, semi-automatic or automatic."
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"address": "clause-5.6.2/s1",
|
|
1559
|
+
"fragment": "clause-5.6.2",
|
|
1560
|
+
"clause": "5.6.2",
|
|
1561
|
+
"kind": "provision",
|
|
1562
|
+
"fragment_normative": true,
|
|
1563
|
+
"modality": "normative",
|
|
1564
|
+
"text": "The internal adjustment shall neither affect the zero set, nor the instrument’s linearity and it shall not be connected with the CGM adjustment."
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"address": "clause-5.6.2/s2",
|
|
1568
|
+
"fragment": "clause-5.6.2",
|
|
1569
|
+
"clause": "5.6.2",
|
|
1570
|
+
"kind": "provision",
|
|
1571
|
+
"fragment_normative": true,
|
|
1572
|
+
"modality": "normative",
|
|
1573
|
+
"text": "The approach should be such that each time a calibration gas mixture is applied to the input of the gas analyser, the adjustment facilities will enable the readings to be brought into conformity with the value of the volume fraction of the component to be determined in the CGM."
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"address": "clause-5.6.3/s1",
|
|
1577
|
+
"fragment": "clause-5.6.3",
|
|
1578
|
+
"clause": "5.6.3",
|
|
1579
|
+
"kind": "provision",
|
|
1580
|
+
"fragment_normative": true,
|
|
1581
|
+
"modality": "normative",
|
|
1582
|
+
"text": "The adjustment facility for zero-setting shall give negative indications near zero for certain tests or manual adjustment, if necessary."
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"address": "clause-5.6.4/s1",
|
|
1586
|
+
"fragment": "clause-5.6.4",
|
|
1587
|
+
"clause": "5.6.4",
|
|
1588
|
+
"kind": "provision",
|
|
1589
|
+
"fragment_normative": true,
|
|
1590
|
+
"modality": "normative",
|
|
1591
|
+
"text": "The automatic adjustment facilities shall display or print out the results of all internal adjustments: flow rate (its deceleration), internal reference adjustment, calibration and leak immediately after switching on and then during operation with the periodicity specified by the operator."
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"address": "clause-5.7.1/s1",
|
|
1595
|
+
"fragment": "clause-5.7.1",
|
|
1596
|
+
"clause": "5.7.1",
|
|
1597
|
+
"kind": "provision",
|
|
1598
|
+
"fragment_normative": true,
|
|
1599
|
+
"modality": "normative",
|
|
1600
|
+
"text": "The technical means by which the gas analyzer is adjusted (particularly devices for adjusting the calibration with the CGM and zero-setting) shall be inaccessible to the operator or user."
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"address": "clause-5.7.1/s2",
|
|
1604
|
+
"fragment": "clause-5.7.1",
|
|
1605
|
+
"clause": "5.7.1",
|
|
1606
|
+
"kind": "provision",
|
|
1607
|
+
"fragment_normative": true,
|
|
1608
|
+
"modality": "normative",
|
|
1609
|
+
"text": "Access shall be possible only by entering a code, or by some other equivalent procedure."
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"address": "clause-5.7.2/s1",
|
|
1613
|
+
"fragment": "clause-5.7.2",
|
|
1614
|
+
"clause": "5.7.2",
|
|
1615
|
+
"kind": "provision",
|
|
1616
|
+
"fragment_normative": true,
|
|
1617
|
+
"modality": "normative",
|
|
1618
|
+
"text": "The means used to change from one mode of operation to another shall be inaccessible to the operator or user."
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"address": "clause-5.7.2/s2",
|
|
1622
|
+
"fragment": "clause-5.7.2",
|
|
1623
|
+
"clause": "5.7.2",
|
|
1624
|
+
"kind": "provision",
|
|
1625
|
+
"fragment_normative": true,
|
|
1626
|
+
"modality": "normative",
|
|
1627
|
+
"text": "Access shall be possible only by entering a code, or by some other equivalent procedure."
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"address": "clause-5.8/s1",
|
|
1631
|
+
"fragment": "clause-5.8",
|
|
1632
|
+
"clause": "5.8",
|
|
1633
|
+
"kind": "provision",
|
|
1634
|
+
"fragment_normative": true,
|
|
1635
|
+
"modality": "normative",
|
|
1636
|
+
"text": "All inscriptions and markings shall be made on clearly visible parts of the instruments."
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"address": "clause-5.8/s2",
|
|
1640
|
+
"fragment": "clause-5.8",
|
|
1641
|
+
"clause": "5.8",
|
|
1642
|
+
"kind": "provision",
|
|
1643
|
+
"fragment_normative": true,
|
|
1644
|
+
"modality": "normative",
|
|
1645
|
+
"text": "The gas analyzer in the gas analytical system shall be inscribed indelibly and irremovably with the following information:"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"address": "clause-5.8/s3",
|
|
1649
|
+
"fragment": "clause-5.8",
|
|
1650
|
+
"clause": "5.8",
|
|
1651
|
+
"kind": "provision",
|
|
1652
|
+
"fragment_normative": true,
|
|
1653
|
+
"modality": "informative",
|
|
1654
|
+
"text": "manufacturer’s trademark/corporate name;"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"address": "clause-5.8/s4",
|
|
1658
|
+
"fragment": "clause-5.8",
|
|
1659
|
+
"clause": "5.8",
|
|
1660
|
+
"kind": "provision",
|
|
1661
|
+
"fragment_normative": true,
|
|
1662
|
+
"modality": "informative",
|
|
1663
|
+
"text": "symbolic designation of the gas analytical system;"
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"address": "clause-5.8/s5",
|
|
1667
|
+
"fragment": "clause-5.8",
|
|
1668
|
+
"clause": "5.8",
|
|
1669
|
+
"kind": "provision",
|
|
1670
|
+
"fragment_normative": true,
|
|
1671
|
+
"modality": "informative",
|
|
1672
|
+
"text": "serial number;"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"address": "clause-5.8/s6",
|
|
1676
|
+
"fragment": "clause-5.8",
|
|
1677
|
+
"clause": "5.8",
|
|
1678
|
+
"kind": "provision",
|
|
1679
|
+
"fragment_normative": true,
|
|
1680
|
+
"modality": "informative",
|
|
1681
|
+
"text": "year of manufacture;"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"address": "clause-5.8/s7",
|
|
1685
|
+
"fragment": "clause-5.8",
|
|
1686
|
+
"clause": "5.8",
|
|
1687
|
+
"kind": "provision",
|
|
1688
|
+
"fragment_normative": true,
|
|
1689
|
+
"modality": "informative",
|
|
1690
|
+
"text": "type approval mark;"
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"address": "clause-5.8/s8",
|
|
1694
|
+
"fragment": "clause-5.8",
|
|
1695
|
+
"clause": "5.8",
|
|
1696
|
+
"kind": "provision",
|
|
1697
|
+
"fragment_normative": true,
|
|
1698
|
+
"modality": "informative",
|
|
1699
|
+
"text": "power supply parameters (voltage, frequency, power consumption)."
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"address": "clause-5.8/s9",
|
|
1703
|
+
"fragment": "clause-5.8",
|
|
1704
|
+
"clause": "5.8",
|
|
1705
|
+
"kind": "provision",
|
|
1706
|
+
"fragment_normative": true,
|
|
1707
|
+
"modality": "normative",
|
|
1708
|
+
"text": "Each constituent part (unit) of the gas analytical system shall be inscribed with the following information:"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"address": "clause-5.8/s10",
|
|
1712
|
+
"fragment": "clause-5.8",
|
|
1713
|
+
"clause": "5.8",
|
|
1714
|
+
"kind": "provision",
|
|
1715
|
+
"fragment_normative": true,
|
|
1716
|
+
"modality": "informative",
|
|
1717
|
+
"text": "symbolic designation of the unit;"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"address": "clause-5.8/s11",
|
|
1721
|
+
"fragment": "clause-5.8",
|
|
1722
|
+
"clause": "5.8",
|
|
1723
|
+
"kind": "provision",
|
|
1724
|
+
"fragment_normative": true,
|
|
1725
|
+
"modality": "informative",
|
|
1726
|
+
"text": "serial number;"
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"address": "clause-5.8/s12",
|
|
1730
|
+
"fragment": "clause-5.8",
|
|
1731
|
+
"clause": "5.8",
|
|
1732
|
+
"kind": "provision",
|
|
1733
|
+
"fragment_normative": true,
|
|
1734
|
+
"modality": "informative",
|
|
1735
|
+
"text": "year of manufacture;"
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"address": "clause-5.8/s13",
|
|
1739
|
+
"fragment": "clause-5.8",
|
|
1740
|
+
"clause": "5.8",
|
|
1741
|
+
"kind": "provision",
|
|
1742
|
+
"fragment_normative": true,
|
|
1743
|
+
"modality": "informative",
|
|
1744
|
+
"text": "gas analytical system to which it belongs;"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"address": "clause-5.8/s14",
|
|
1748
|
+
"fragment": "clause-5.8",
|
|
1749
|
+
"clause": "5.8",
|
|
1750
|
+
"kind": "provision",
|
|
1751
|
+
"fragment_normative": true,
|
|
1752
|
+
"modality": "informative",
|
|
1753
|
+
"text": "power supply parameters (voltage, frequency, power consumption)."
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"address": "clause-6.1/s1",
|
|
1757
|
+
"fragment": "clause-6.1",
|
|
1758
|
+
"clause": "6.1",
|
|
1759
|
+
"kind": "provision",
|
|
1760
|
+
"fragment_normative": true,
|
|
1761
|
+
"modality": "normative",
|
|
1762
|
+
"text": "The operating manual shall be in the official language(s) of the country (or another generally accepted language according to national legislation) and easily understandable."
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"address": "clause-6.1/s2",
|
|
1766
|
+
"fragment": "clause-6.1",
|
|
1767
|
+
"clause": "6.1",
|
|
1768
|
+
"kind": "provision",
|
|
1769
|
+
"fragment_normative": true,
|
|
1770
|
+
"modality": "normative",
|
|
1771
|
+
"text": "An operating manual for users shall be made available for each individual instrument."
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"address": "clause-6.2/s1",
|
|
1775
|
+
"fragment": "clause-6.2",
|
|
1776
|
+
"clause": "6.2",
|
|
1777
|
+
"kind": "provision",
|
|
1778
|
+
"fragment_normative": true,
|
|
1779
|
+
"modality": "normative",
|
|
1780
|
+
"text": "The operating manual shall include the following information:"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"address": "clause-6.2/s2",
|
|
1784
|
+
"fragment": "clause-6.2",
|
|
1785
|
+
"clause": "6.2",
|
|
1786
|
+
"kind": "provision",
|
|
1787
|
+
"fragment_normative": true,
|
|
1788
|
+
"modality": "informative",
|
|
1789
|
+
"text": "instructions for the correct operation of the instrument;"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"address": "clause-6.2/s3",
|
|
1793
|
+
"fragment": "clause-6.2",
|
|
1794
|
+
"clause": "6.2",
|
|
1795
|
+
"kind": "provision",
|
|
1796
|
+
"fragment_normative": true,
|
|
1797
|
+
"modality": "informative",
|
|
1798
|
+
"text": "maximum and minimum storage temperatures;"
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"address": "clause-6.2/s4",
|
|
1802
|
+
"fragment": "clause-6.2",
|
|
1803
|
+
"clause": "6.2",
|
|
1804
|
+
"kind": "provision",
|
|
1805
|
+
"fragment_normative": true,
|
|
1806
|
+
"modality": "informative",
|
|
1807
|
+
"text": "rated operating conditions;"
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"address": "clause-6.2/s5",
|
|
1811
|
+
"fragment": "clause-6.2",
|
|
1812
|
+
"clause": "6.2",
|
|
1813
|
+
"kind": "provision",
|
|
1814
|
+
"fragment_normative": true,
|
|
1815
|
+
"modality": "informative",
|
|
1816
|
+
"text": "warm-up time after switching on the instrument/electrical power;"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"address": "clause-6.2/s6",
|
|
1820
|
+
"fragment": "clause-6.2",
|
|
1821
|
+
"clause": "6.2",
|
|
1822
|
+
"kind": "provision",
|
|
1823
|
+
"fragment_normative": true,
|
|
1824
|
+
"modality": "informative",
|
|
1825
|
+
"text": "all other relevant mechanical and electromagnetic environmental conditions;"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"address": "clause-6.2/s7",
|
|
1829
|
+
"fragment": "clause-6.2",
|
|
1830
|
+
"clause": "6.2",
|
|
1831
|
+
"kind": "provision",
|
|
1832
|
+
"fragment_normative": true,
|
|
1833
|
+
"modality": "informative",
|
|
1834
|
+
"text": "mechanical and electromechanical environmental classes;"
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"address": "clause-6.2/s8",
|
|
1838
|
+
"fragment": "clause-6.2",
|
|
1839
|
+
"clause": "6.2",
|
|
1840
|
+
"kind": "provision",
|
|
1841
|
+
"fragment_normative": true,
|
|
1842
|
+
"modality": "informative",
|
|
1843
|
+
"text": "safety and security conditions."
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"address": "clause-7.1.1/s1",
|
|
1847
|
+
"fragment": "clause-7.1.1",
|
|
1848
|
+
"clause": "7.1.1",
|
|
1849
|
+
"kind": "provision",
|
|
1850
|
+
"fragment_normative": true,
|
|
1851
|
+
"modality": "normative",
|
|
1852
|
+
"text": "The documentation for a gas analytical system supplied by the manufacturer when applying for type evaluation shall include the following information:"
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"address": "clause-7.1.1/s2",
|
|
1856
|
+
"fragment": "clause-7.1.1",
|
|
1857
|
+
"clause": "7.1.1",
|
|
1858
|
+
"kind": "provision",
|
|
1859
|
+
"fragment_normative": true,
|
|
1860
|
+
"modality": "informative",
|
|
1861
|
+
"text": "a description of its general principle of measurement;"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"address": "clause-7.1.1/s3",
|
|
1865
|
+
"fragment": "clause-7.1.1",
|
|
1866
|
+
"clause": "7.1.1",
|
|
1867
|
+
"kind": "provision",
|
|
1868
|
+
"fragment_normative": true,
|
|
1869
|
+
"modality": "informative",
|
|
1870
|
+
"text": "a list of its essential components with their characteristics;"
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"address": "clause-7.1.1/s4",
|
|
1874
|
+
"fragment": "clause-7.1.1",
|
|
1875
|
+
"clause": "7.1.1",
|
|
1876
|
+
"kind": "provision",
|
|
1877
|
+
"fragment_normative": true,
|
|
1878
|
+
"modality": "informative",
|
|
1879
|
+
"text": "a description of its essential components with drawings and diagrams;"
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"address": "clause-7.1.1/s5",
|
|
1883
|
+
"fragment": "clause-7.1.1",
|
|
1884
|
+
"clause": "7.1.1",
|
|
1885
|
+
"kind": "provision",
|
|
1886
|
+
"fragment_normative": true,
|
|
1887
|
+
"modality": "informative",
|
|
1888
|
+
"text": "general information on the software used as part of the gas analytical system;"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"address": "clause-7.1.1/s6",
|
|
1892
|
+
"fragment": "clause-7.1.1",
|
|
1893
|
+
"clause": "7.1.1",
|
|
1894
|
+
"kind": "provision",
|
|
1895
|
+
"fragment_normative": true,
|
|
1896
|
+
"modality": "informative",
|
|
1897
|
+
"text": "a description of the formula applied for calculation of mass emission components;"
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"address": "clause-7.1.1/s7",
|
|
1901
|
+
"fragment": "clause-7.1.1",
|
|
1902
|
+
"clause": "7.1.1",
|
|
1903
|
+
"kind": "provision",
|
|
1904
|
+
"fragment_normative": true,
|
|
1905
|
+
"modality": "informative",
|
|
1906
|
+
"text": "the operating manual to be provided to the user;"
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"address": "clause-7.1.1/s8",
|
|
1910
|
+
"fragment": "clause-7.1.1",
|
|
1911
|
+
"clause": "7.1.1",
|
|
1912
|
+
"kind": "provision",
|
|
1913
|
+
"fragment_normative": true,
|
|
1914
|
+
"modality": "normative",
|
|
1915
|
+
"text": "details and results of any testing which may have been carried out by the manufacturer."
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"address": "clause-7.1.2/s1",
|
|
1919
|
+
"fragment": "clause-7.1.2",
|
|
1920
|
+
"clause": "7.1.2",
|
|
1921
|
+
"kind": "provision",
|
|
1922
|
+
"fragment_normative": true,
|
|
1923
|
+
"modality": "normative",
|
|
1924
|
+
"text": "Type evaluation shall be carried out on at least one unit, which represents the definitive type."
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"address": "clause-7.1.3.1/s1",
|
|
1928
|
+
"fragment": "clause-7.1.3.1",
|
|
1929
|
+
"clause": "7.1.3.1",
|
|
1930
|
+
"kind": "provision",
|
|
1931
|
+
"fragment_normative": true,
|
|
1932
|
+
"modality": "informative",
|
|
1933
|
+
"text": "The external examination and testing of a gas analytical system is intended to verify compliance with the requirements of 4 of this Recommendation."
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"address": "clause-7.1.3.1/s2",
|
|
1937
|
+
"fragment": "clause-7.1.3.1",
|
|
1938
|
+
"clause": "7.1.3.1",
|
|
1939
|
+
"kind": "provision",
|
|
1940
|
+
"fragment_normative": true,
|
|
1941
|
+
"modality": "normative",
|
|
1942
|
+
"text": "Where possible, tests should be carried out with a completely mounted gas analytical system."
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"address": "clause-7.1.3.1/s3",
|
|
1946
|
+
"fragment": "clause-7.1.3.1",
|
|
1947
|
+
"clause": "7.1.3.1",
|
|
1948
|
+
"kind": "provision",
|
|
1949
|
+
"fragment_normative": true,
|
|
1950
|
+
"modality": "informative",
|
|
1951
|
+
"text": "However, it is permitted to perform the test on separate units or devices of the gas analytical system if it is impossible to test the system as a whole due to its size or configuration, or when testing only the operation of that separate unit or device."
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"address": "clause-7.1.3.1/s4",
|
|
1955
|
+
"fragment": "clause-7.1.3.1",
|
|
1956
|
+
"clause": "7.1.3.1",
|
|
1957
|
+
"kind": "provision",
|
|
1958
|
+
"fragment_normative": true,
|
|
1959
|
+
"modality": "informative",
|
|
1960
|
+
"text": "Such tests can only be performed in cases where it is possible to simulate the operating conditions for that separate unit or device included in a gas analytical system."
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"address": "clause-7.1.3.1/s5",
|
|
1964
|
+
"fragment": "clause-7.1.3.1",
|
|
1965
|
+
"clause": "7.1.3.1",
|
|
1966
|
+
"kind": "provision",
|
|
1967
|
+
"fragment_normative": true,
|
|
1968
|
+
"modality": "normative",
|
|
1969
|
+
"text": "The contents and metrological characteristics of calibration gas mixtures used during type approval shall conform to those specified in annex-a."
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"address": "clause-7.1.3.1/note-1/s1",
|
|
1973
|
+
"fragment": "clause-7.1.3.1/note-1",
|
|
1974
|
+
"kind": "note",
|
|
1975
|
+
"fragment_normative": false,
|
|
1976
|
+
"modality": "informative",
|
|
1977
|
+
"text": "It is not intended that separate components be dismantled for testing."
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"address": "clause-7.1.3.2/s1",
|
|
1981
|
+
"fragment": "clause-7.1.3.2",
|
|
1982
|
+
"clause": "7.1.3.2",
|
|
1983
|
+
"kind": "provision",
|
|
1984
|
+
"fragment_normative": true,
|
|
1985
|
+
"modality": "normative",
|
|
1986
|
+
"text": "A gas analytical system shall undergo an external examination to obtain a general appraisal of its design and construction."
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"address": "clause-7.1.3.3/s1",
|
|
1990
|
+
"fragment": "clause-7.1.3.3",
|
|
1991
|
+
"clause": "7.1.3.3",
|
|
1992
|
+
"kind": "provision",
|
|
1993
|
+
"fragment_normative": true,
|
|
1994
|
+
"modality": "normative",
|
|
1995
|
+
"text": "When testing a gas analytical system for compliance with the requirements of 4 of this Recommendation, the correctness of its operation shall be checked."
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"address": "clause-7.1.3.4/s1",
|
|
1999
|
+
"fragment": "clause-7.1.3.4",
|
|
2000
|
+
"clause": "7.1.3.4",
|
|
2001
|
+
"kind": "provision",
|
|
2002
|
+
"fragment_normative": true,
|
|
2003
|
+
"modality": "normative",
|
|
2004
|
+
"text": "The operating manual for a gas analytical system shall be checked to ensure that correct procedures are clearly indicated, especially those specified in 6.2."
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"address": "clause-7.2.1/s1",
|
|
2008
|
+
"fragment": "clause-7.2.1",
|
|
2009
|
+
"clause": "7.2.1",
|
|
2010
|
+
"kind": "provision",
|
|
2011
|
+
"fragment_normative": true,
|
|
2012
|
+
"modality": "normative",
|
|
2013
|
+
"text": "A new gas analytical system shall undergo initial verification only after type approval (depending on the legislation in each specific country)."
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"address": "clause-7.2.1/s2",
|
|
2017
|
+
"fragment": "clause-7.2.1",
|
|
2018
|
+
"clause": "7.2.1",
|
|
2019
|
+
"kind": "provision",
|
|
2020
|
+
"fragment_normative": true,
|
|
2021
|
+
"modality": "normative",
|
|
2022
|
+
"text": "The initial verification shall be carried out using suitable testing means and calibration gas mixture."
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"address": "clause-7.2.2.1/s1",
|
|
2026
|
+
"fragment": "clause-7.2.2.1",
|
|
2027
|
+
"clause": "7.2.2.1",
|
|
2028
|
+
"kind": "provision",
|
|
2029
|
+
"fragment_normative": true,
|
|
2030
|
+
"modality": "informative",
|
|
2031
|
+
"text": "Initial verification of a gas analytical system includes an external examination to determine conformance with the approved type, and also compliance with the contents of the set of accompanying documents."
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"address": "clause-7.2.2.1/note-1/s1",
|
|
2035
|
+
"fragment": "clause-7.2.2.1/note-1",
|
|
2036
|
+
"kind": "note",
|
|
2037
|
+
"fragment_normative": false,
|
|
2038
|
+
"modality": "informative",
|
|
2039
|
+
"text": "The verification procedures shall be approved by the responsible legal authority that carried out the type approval tests."
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
"address": "clause-7.2.2.2/s1",
|
|
2043
|
+
"fragment": "clause-7.2.2.2",
|
|
2044
|
+
"clause": "7.2.2.2",
|
|
2045
|
+
"kind": "provision",
|
|
2046
|
+
"fragment_normative": true,
|
|
2047
|
+
"modality": "normative",
|
|
2048
|
+
"text": "After adjusting a gas analytical system according to the routine adjustment procedure described in the operating manual, tests to determine its errors shall be carried out under rated operating conditions at several values over the measuring range."
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"address": "clause-7.2.2.2/s2",
|
|
2052
|
+
"fragment": "clause-7.2.2.2",
|
|
2053
|
+
"clause": "7.2.2.2",
|
|
2054
|
+
"kind": "provision",
|
|
2055
|
+
"fragment_normative": true,
|
|
2056
|
+
"modality": "normative",
|
|
2057
|
+
"text": "The tests shall be performed using at least three calibration gas mixtures (CGMs) with values of the volume fractions for components to be determined that are uniformly distributed over the measurement range."
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"address": "clause-7.2.2.2/s3",
|
|
2061
|
+
"fragment": "clause-7.2.2.2",
|
|
2062
|
+
"clause": "7.2.2.2",
|
|
2063
|
+
"kind": "provision",
|
|
2064
|
+
"fragment_normative": true,
|
|
2065
|
+
"modality": "normative",
|
|
2066
|
+
"text": "The smallest and the largest values of the volume fraction for components to be determined in a CGM shall not differ from the lower and upper values of the measurement range by more than +10 % and -10 %, respectively."
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"address": "clause-7.2.2.2/s4",
|
|
2070
|
+
"fragment": "clause-7.2.2.2",
|
|
2071
|
+
"clause": "7.2.2.2",
|
|
2072
|
+
"kind": "provision",
|
|
2073
|
+
"fragment_normative": true,
|
|
2074
|
+
"modality": "normative",
|
|
2075
|
+
"text": "The uncertainty on the volume fraction for components to be determined in a CGM shall be such that the ratio between the absolute value of the uncertainty of the CGM and the maximum permissible error of the gas analytical system at the given point of the measurement range shall be not more than 1:3."
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"address": "clause-7.2.2.2/s5",
|
|
2079
|
+
"fragment": "clause-7.2.2.2",
|
|
2080
|
+
"clause": "7.2.2.2",
|
|
2081
|
+
"kind": "provision",
|
|
2082
|
+
"fragment_normative": true,
|
|
2083
|
+
"modality": "normative",
|
|
2084
|
+
"text": "However, the responsible legal authority may allow the ratio 1:2."
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"address": "clause-7.2.2.2/s6",
|
|
2088
|
+
"fragment": "clause-7.2.2.2",
|
|
2089
|
+
"clause": "7.2.2.2",
|
|
2090
|
+
"kind": "provision",
|
|
2091
|
+
"fragment_normative": true,
|
|
2092
|
+
"modality": "normative",
|
|
2093
|
+
"text": "The errors observed during the tests shall be within the permissible limits according to 4.3.2 for initial verification at each measurement."
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"address": "clause-7.3/s1",
|
|
2097
|
+
"fragment": "clause-7.3",
|
|
2098
|
+
"clause": "7.3",
|
|
2099
|
+
"kind": "provision",
|
|
2100
|
+
"fragment_normative": true,
|
|
2101
|
+
"modality": "normative",
|
|
2102
|
+
"text": "The responsible legal authority shall provide instructions with requirements giving"
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"address": "clause-7.3/s2",
|
|
2106
|
+
"fragment": "clause-7.3",
|
|
2107
|
+
"clause": "7.3",
|
|
2108
|
+
"kind": "provision",
|
|
2109
|
+
"fragment_normative": true,
|
|
2110
|
+
"modality": "informative",
|
|
2111
|
+
"text": "the content and volume of subsequent verifications,"
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"address": "clause-7.3/s3",
|
|
2115
|
+
"fragment": "clause-7.3",
|
|
2116
|
+
"clause": "7.3",
|
|
2117
|
+
"kind": "provision",
|
|
2118
|
+
"fragment_normative": true,
|
|
2119
|
+
"modality": "informative",
|
|
2120
|
+
"text": "recalibration intervals, and"
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"address": "clause-7.3/s4",
|
|
2124
|
+
"fragment": "clause-7.3",
|
|
2125
|
+
"clause": "7.3",
|
|
2126
|
+
"kind": "provision",
|
|
2127
|
+
"fragment_normative": true,
|
|
2128
|
+
"modality": "informative",
|
|
2129
|
+
"text": "recommendations for on-line testing indicated in the operating manual."
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"address": "clause-8/s1",
|
|
2133
|
+
"fragment": "clause-8",
|
|
2134
|
+
"clause": "8",
|
|
2135
|
+
"kind": "provision",
|
|
2136
|
+
"fragment_normative": true,
|
|
2137
|
+
"modality": "normative",
|
|
2138
|
+
"text": "Prior to the type evaluation tests or when specified by the manufacturer, gas analytical systems shall be calibrated against the CGM according to the operating manual procedures and under reference conditions (if not specified otherwise):"
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"address": "clause-8/s2",
|
|
2142
|
+
"fragment": "clause-8",
|
|
2143
|
+
"clause": "8",
|
|
2144
|
+
"kind": "provision",
|
|
2145
|
+
"fragment_normative": true,
|
|
2146
|
+
"modality": "informative",
|
|
2147
|
+
"text": "temperature: 20 \"unitsml(degC)\" pm 5 \"unitsml(degC)\""
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"address": "clause-8/s3",
|
|
2151
|
+
"fragment": "clause-8",
|
|
2152
|
+
"clause": "8",
|
|
2153
|
+
"kind": "provision",
|
|
2154
|
+
"fragment_normative": true,
|
|
2155
|
+
"modality": "informative",
|
|
2156
|
+
"text": "relative humidity: 60 % pm 10 %"
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"address": "clause-8/s4",
|
|
2160
|
+
"fragment": "clause-8",
|
|
2161
|
+
"clause": "8",
|
|
2162
|
+
"kind": "provision",
|
|
2163
|
+
"fragment_normative": true,
|
|
2164
|
+
"modality": "informative",
|
|
2165
|
+
"text": "ambient pressure: 86 \"unitsml(kPa)\" to 106 \"unitsml(kPa)\", stable pm 1 \"unitsml(kPa)\""
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"address": "clause-8/s5",
|
|
2169
|
+
"fragment": "clause-8",
|
|
2170
|
+
"clause": "8",
|
|
2171
|
+
"kind": "provision",
|
|
2172
|
+
"fragment_normative": true,
|
|
2173
|
+
"modality": "informative",
|
|
2174
|
+
"text": "AC mains power supply: voltage: nominal voltage pm 2 % frequency: nominal frequency pm 1 %"
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"address": "clause-8/s6",
|
|
2178
|
+
"fragment": "clause-8",
|
|
2179
|
+
"clause": "8",
|
|
2180
|
+
"kind": "provision",
|
|
2181
|
+
"fragment_normative": true,
|
|
2182
|
+
"modality": "informative",
|
|
2183
|
+
"text": "presence of influencing gas components: none"
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"address": "clause-8/s7",
|
|
2187
|
+
"fragment": "clause-8",
|
|
2188
|
+
"clause": "8",
|
|
2189
|
+
"kind": "provision",
|
|
2190
|
+
"fragment_normative": true,
|
|
2191
|
+
"modality": "informative",
|
|
2192
|
+
"text": "vibrations: none"
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"address": "clause-8/s8",
|
|
2196
|
+
"fragment": "clause-8",
|
|
2197
|
+
"clause": "8",
|
|
2198
|
+
"kind": "provision",
|
|
2199
|
+
"fragment_normative": true,
|
|
2200
|
+
"modality": "informative",
|
|
2201
|
+
"text": "radiated radio-frequency electromagnetic fields: <0.2 \"unitsml(V/m)\""
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"address": "clause-8/s9",
|
|
2205
|
+
"fragment": "clause-8",
|
|
2206
|
+
"clause": "8",
|
|
2207
|
+
"kind": "provision",
|
|
2208
|
+
"fragment_normative": true,
|
|
2209
|
+
"modality": "informative",
|
|
2210
|
+
"text": "conducted radio-frequency fields: 0.2 \"unitsml(V)\" \"emf\""
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"address": "clause-8/s10",
|
|
2214
|
+
"fragment": "clause-8",
|
|
2215
|
+
"clause": "8",
|
|
2216
|
+
"kind": "provision",
|
|
2217
|
+
"fragment_normative": true,
|
|
2218
|
+
"modality": "informative",
|
|
2219
|
+
"text": "electrostatic discharge: none"
|
|
2220
|
+
},
|
|
2221
|
+
{
|
|
2222
|
+
"address": "clause-8/s11",
|
|
2223
|
+
"fragment": "clause-8",
|
|
2224
|
+
"clause": "8",
|
|
2225
|
+
"kind": "provision",
|
|
2226
|
+
"fragment_normative": true,
|
|
2227
|
+
"modality": "informative",
|
|
2228
|
+
"text": "power frequency magnetic field: <1 \"unitsml(A/m)\""
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"address": "clause-8/s12",
|
|
2232
|
+
"fragment": "clause-8",
|
|
2233
|
+
"clause": "8",
|
|
2234
|
+
"kind": "provision",
|
|
2235
|
+
"fragment_normative": true,
|
|
2236
|
+
"modality": "informative",
|
|
2237
|
+
"text": "bursts (transients) on signal, data and control lines: negligible"
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
"address": "clause-8/s13",
|
|
2241
|
+
"fragment": "clause-8",
|
|
2242
|
+
"clause": "8",
|
|
2243
|
+
"kind": "provision",
|
|
2244
|
+
"fragment_normative": true,
|
|
2245
|
+
"modality": "informative",
|
|
2246
|
+
"text": "surges on signal, data and control lines: negligible"
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"address": "clause-8/s14",
|
|
2250
|
+
"fragment": "clause-8",
|
|
2251
|
+
"clause": "8",
|
|
2252
|
+
"kind": "provision",
|
|
2253
|
+
"fragment_normative": true,
|
|
2254
|
+
"modality": "informative",
|
|
2255
|
+
"text": "AC mains voltage dips, short interruptions and voltage variations: none"
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"address": "clause-8/s15",
|
|
2259
|
+
"fragment": "clause-8",
|
|
2260
|
+
"clause": "8",
|
|
2261
|
+
"kind": "provision",
|
|
2262
|
+
"fragment_normative": true,
|
|
2263
|
+
"modality": "informative",
|
|
2264
|
+
"text": "bursts (transients) on AC and DC mains power: negligible"
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"address": "clause-8/s16",
|
|
2268
|
+
"fragment": "clause-8",
|
|
2269
|
+
"clause": "8",
|
|
2270
|
+
"kind": "provision",
|
|
2271
|
+
"fragment_normative": true,
|
|
2272
|
+
"modality": "informative",
|
|
2273
|
+
"text": "surges on AC and DC mains power: none"
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"address": "clause-8/s17",
|
|
2277
|
+
"fragment": "clause-8",
|
|
2278
|
+
"clause": "8",
|
|
2279
|
+
"kind": "provision",
|
|
2280
|
+
"fragment_normative": true,
|
|
2281
|
+
"modality": "informative",
|
|
2282
|
+
"text": "low voltage of internal battery (not connected to the main power) none"
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"address": "clause-8.1/s1",
|
|
2286
|
+
"fragment": "clause-8.1",
|
|
2287
|
+
"clause": "8.1",
|
|
2288
|
+
"kind": "provision",
|
|
2289
|
+
"fragment_normative": true,
|
|
2290
|
+
"modality": "normative",
|
|
2291
|
+
"text": "This test shall be carried out according to R 144-2, 1.2, under reference conditions."
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"address": "clause-8.1/s2",
|
|
2295
|
+
"fragment": "clause-8.1",
|
|
2296
|
+
"clause": "8.1",
|
|
2297
|
+
"kind": "provision",
|
|
2298
|
+
"fragment_normative": true,
|
|
2299
|
+
"modality": "normative",
|
|
2300
|
+
"text": "During this test, the errors shall not exceed the maximum permissible intrinsic error of 4.3.1 for any measurement."
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"address": "clause-8.2/s1",
|
|
2304
|
+
"fragment": "clause-8.2",
|
|
2305
|
+
"clause": "8.2",
|
|
2306
|
+
"kind": "provision",
|
|
2307
|
+
"fragment_normative": true,
|
|
2308
|
+
"modality": "normative",
|
|
2309
|
+
"text": "This test shall be carried out according to R 144-2, 1.3, under reference conditions."
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
"address": "clause-8.2/s2",
|
|
2313
|
+
"fragment": "clause-8.2",
|
|
2314
|
+
"clause": "8.2",
|
|
2315
|
+
"kind": "provision",
|
|
2316
|
+
"fragment_normative": true,
|
|
2317
|
+
"modality": "normative",
|
|
2318
|
+
"text": "During this test the requirements of 4.8 shall be met."
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"address": "clause-8.3/s1",
|
|
2322
|
+
"fragment": "clause-8.3",
|
|
2323
|
+
"clause": "8.3",
|
|
2324
|
+
"kind": "provision",
|
|
2325
|
+
"fragment_normative": true,
|
|
2326
|
+
"modality": "normative",
|
|
2327
|
+
"text": "This test shall be carried out according to R 144-2, 1.4, under reference conditions."
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"address": "clause-8.3/s2",
|
|
2331
|
+
"fragment": "clause-8.3",
|
|
2332
|
+
"clause": "8.3",
|
|
2333
|
+
"kind": "provision",
|
|
2334
|
+
"fragment_normative": true,
|
|
2335
|
+
"modality": "normative",
|
|
2336
|
+
"text": "For 20 consecutive measurement of the same CGM, made by the same operator using the same gas analytical system during a short period of time, the standard deviation shall not exceed 1/3 of the absolute value of the maximum permissible error according to 4.4, for the relevant point of the measurement range."
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"address": "clause-8.4/s1",
|
|
2340
|
+
"fragment": "clause-8.4",
|
|
2341
|
+
"clause": "8.4",
|
|
2342
|
+
"kind": "provision",
|
|
2343
|
+
"fragment_normative": true,
|
|
2344
|
+
"modality": "normative",
|
|
2345
|
+
"text": "Only one influence quantity shall be varied during a test, while all the others are maintained at their reference values."
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"address": "clause-8.4.1/s1",
|
|
2349
|
+
"fragment": "clause-8.4.1",
|
|
2350
|
+
"clause": "8.4.1",
|
|
2351
|
+
"kind": "provision",
|
|
2352
|
+
"fragment_normative": true,
|
|
2353
|
+
"modality": "normative",
|
|
2354
|
+
"text": "The reading of the gas analytical system shall remain within the maximum permissible error specified in 4.3.2 during the following tests covering the rated operating conditions defined in 4.5.1:"
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"address": "clause-8.4.1/s2",
|
|
2358
|
+
"fragment": "clause-8.4.1",
|
|
2359
|
+
"clause": "8.4.1",
|
|
2360
|
+
"kind": "provision",
|
|
2361
|
+
"fragment_normative": true,
|
|
2362
|
+
"modality": "informative",
|
|
2363
|
+
"text": "dry heat: ……………….."
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"address": "clause-8.4.1/s3",
|
|
2367
|
+
"fragment": "clause-8.4.1",
|
|
2368
|
+
"clause": "8.4.1",
|
|
2369
|
+
"kind": "provision",
|
|
2370
|
+
"fragment_normative": true,
|
|
2371
|
+
"modality": "informative",
|
|
2372
|
+
"text": "R 144-2, 1.5"
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
"address": "clause-8.4.1/s4",
|
|
2376
|
+
"fragment": "clause-8.4.1",
|
|
2377
|
+
"clause": "8.4.1",
|
|
2378
|
+
"kind": "provision",
|
|
2379
|
+
"fragment_normative": true,
|
|
2380
|
+
"modality": "informative",
|
|
2381
|
+
"text": "cold: …………………….."
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"address": "clause-8.4.1/s5",
|
|
2385
|
+
"fragment": "clause-8.4.1",
|
|
2386
|
+
"clause": "8.4.1",
|
|
2387
|
+
"kind": "provision",
|
|
2388
|
+
"fragment_normative": true,
|
|
2389
|
+
"modality": "informative",
|
|
2390
|
+
"text": "R 144-2, 1.6"
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"address": "clause-8.4.1/s6",
|
|
2394
|
+
"fragment": "clause-8.4.1",
|
|
2395
|
+
"clause": "8.4.1",
|
|
2396
|
+
"kind": "provision",
|
|
2397
|
+
"fragment_normative": true,
|
|
2398
|
+
"modality": "informative",
|
|
2399
|
+
"text": "damp heat, steady state: ……………….."
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"address": "clause-8.4.1/s7",
|
|
2403
|
+
"fragment": "clause-8.4.1",
|
|
2404
|
+
"clause": "8.4.1",
|
|
2405
|
+
"kind": "provision",
|
|
2406
|
+
"fragment_normative": true,
|
|
2407
|
+
"modality": "informative",
|
|
2408
|
+
"text": "R 144-2, 1.7"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"address": "clause-8.4.1/s8",
|
|
2412
|
+
"fragment": "clause-8.4.1",
|
|
2413
|
+
"clause": "8.4.1",
|
|
2414
|
+
"kind": "provision",
|
|
2415
|
+
"fragment_normative": true,
|
|
2416
|
+
"modality": "informative",
|
|
2417
|
+
"text": "atmospheric pressure: ………………….."
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"address": "clause-8.4.1/s9",
|
|
2421
|
+
"fragment": "clause-8.4.1",
|
|
2422
|
+
"clause": "8.4.1",
|
|
2423
|
+
"kind": "provision",
|
|
2424
|
+
"fragment_normative": true,
|
|
2425
|
+
"modality": "informative",
|
|
2426
|
+
"text": "R 144-2, 1.8"
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
"address": "clause-8.4.1/s10",
|
|
2430
|
+
"fragment": "clause-8.4.1",
|
|
2431
|
+
"clause": "8.4.1",
|
|
2432
|
+
"kind": "provision",
|
|
2433
|
+
"fragment_normative": true,
|
|
2434
|
+
"modality": "informative",
|
|
2435
|
+
"text": "power supply variations: ……………….."
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"address": "clause-8.4.1/s11",
|
|
2439
|
+
"fragment": "clause-8.4.1",
|
|
2440
|
+
"clause": "8.4.1",
|
|
2441
|
+
"kind": "provision",
|
|
2442
|
+
"fragment_normative": true,
|
|
2443
|
+
"modality": "informative",
|
|
2444
|
+
"text": "R 144-2, 1.9"
|
|
2445
|
+
},
|
|
2446
|
+
{
|
|
2447
|
+
"address": "clause-8.4.2/s1",
|
|
2448
|
+
"fragment": "clause-8.4.2",
|
|
2449
|
+
"clause": "8.4.2",
|
|
2450
|
+
"kind": "provision",
|
|
2451
|
+
"fragment_normative": true,
|
|
2452
|
+
"modality": "normative",
|
|
2453
|
+
"text": "This test shall be carried out under reference conditions."
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"address": "clause-8.4.2/s2",
|
|
2457
|
+
"fragment": "clause-8.4.2",
|
|
2458
|
+
"clause": "8.4.2",
|
|
2459
|
+
"kind": "provision",
|
|
2460
|
+
"fragment_normative": true,
|
|
2461
|
+
"modality": "normative",
|
|
2462
|
+
"text": "During this test (R 144-2, 1.10) the volume fraction of gas components other than the measurand in CGM shall correspond to that specified in 4.5.2."
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"address": "clause-8.4.2/s3",
|
|
2466
|
+
"fragment": "clause-8.4.2",
|
|
2467
|
+
"clause": "8.4.2",
|
|
2468
|
+
"kind": "provision",
|
|
2469
|
+
"fragment_normative": true,
|
|
2470
|
+
"modality": "normative",
|
|
2471
|
+
"text": "The absolute value of the variation of the reading shall not exceed the value given in 4.5.2."
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"address": "clause-8.4.3/s1",
|
|
2475
|
+
"fragment": "clause-8.4.3",
|
|
2476
|
+
"clause": "8.4.3",
|
|
2477
|
+
"kind": "provision",
|
|
2478
|
+
"fragment_normative": true,
|
|
2479
|
+
"modality": "normative",
|
|
2480
|
+
"text": "This test shall be carried out under reference conditions."
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"address": "clause-8.4.3/s2",
|
|
2484
|
+
"fragment": "clause-8.4.3",
|
|
2485
|
+
"clause": "8.4.3",
|
|
2486
|
+
"kind": "provision",
|
|
2487
|
+
"fragment_normative": true,
|
|
2488
|
+
"modality": "normative",
|
|
2489
|
+
"text": "During this test (R 144-2, 1.11.1) the absolute value of the reading variation shall not exceed the value given in the operating manual."
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"address": "clause-8.5/s1",
|
|
2493
|
+
"fragment": "clause-8.5",
|
|
2494
|
+
"clause": "8.5",
|
|
2495
|
+
"kind": "provision",
|
|
2496
|
+
"fragment_normative": true,
|
|
2497
|
+
"modality": "normative",
|
|
2498
|
+
"text": "The MPE of the gas analytical system shall be in compliance with 4.3.2."
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"address": "clause-8.5/s2",
|
|
2502
|
+
"fragment": "clause-8.5",
|
|
2503
|
+
"clause": "8.5",
|
|
2504
|
+
"kind": "provision",
|
|
2505
|
+
"fragment_normative": true,
|
|
2506
|
+
"modality": "normative",
|
|
2507
|
+
"text": "Significant faults shall be detected and fixed by means of checking facilities during the following tests, carried out to verify the requirements of 4.5.4 under rated operating conditions (as specified in 4.5.1):"
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"address": "clause-8.5/s3",
|
|
2511
|
+
"fragment": "clause-8.5",
|
|
2512
|
+
"clause": "8.5",
|
|
2513
|
+
"kind": "provision",
|
|
2514
|
+
"fragment_normative": true,
|
|
2515
|
+
"modality": "informative",
|
|
2516
|
+
"text": "mechanical shocks: …………………………… R 144-2, 1.11.2;"
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"address": "clause-8.5/s4",
|
|
2520
|
+
"fragment": "clause-8.5",
|
|
2521
|
+
"clause": "8.5",
|
|
2522
|
+
"kind": "provision",
|
|
2523
|
+
"fragment_normative": true,
|
|
2524
|
+
"modality": "informative",
|
|
2525
|
+
"text": "short time power reduction: …………………… R 144-2, 1.12;"
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"address": "clause-8.5/s5",
|
|
2529
|
+
"fragment": "clause-8.5",
|
|
2530
|
+
"clause": "8.5",
|
|
2531
|
+
"kind": "provision",
|
|
2532
|
+
"fragment_normative": true,
|
|
2533
|
+
"modality": "informative",
|
|
2534
|
+
"text": "bursts from the mains (transients): …………… R 144-2, 1.13;"
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"address": "clause-8.5/s6",
|
|
2538
|
+
"fragment": "clause-8.5",
|
|
2539
|
+
"clause": "8.5",
|
|
2540
|
+
"kind": "provision",
|
|
2541
|
+
"fragment_normative": true,
|
|
2542
|
+
"modality": "informative",
|
|
2543
|
+
"text": "electrostatic discharges: …………………….."
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
"address": "clause-8.5/s7",
|
|
2547
|
+
"fragment": "clause-8.5",
|
|
2548
|
+
"clause": "8.5",
|
|
2549
|
+
"kind": "provision",
|
|
2550
|
+
"fragment_normative": true,
|
|
2551
|
+
"modality": "informative",
|
|
2552
|
+
"text": "R 144-2, 1.14;"
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"address": "clause-8.5/s8",
|
|
2556
|
+
"fragment": "clause-8.5",
|
|
2557
|
+
"clause": "8.5",
|
|
2558
|
+
"kind": "provision",
|
|
2559
|
+
"fragment_normative": true,
|
|
2560
|
+
"modality": "informative",
|
|
2561
|
+
"text": "radio frequency electromagnetic fields: ………… R 144-2, 1.15."
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"address": "clause-8.6/s1",
|
|
2565
|
+
"fragment": "clause-8.6",
|
|
2566
|
+
"clause": "8.6",
|
|
2567
|
+
"kind": "provision",
|
|
2568
|
+
"fragment_normative": true,
|
|
2569
|
+
"modality": "normative",
|
|
2570
|
+
"text": "The gas analytical system shall be tested for conformity to the following requirements:"
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"address": "clause-8.6/s2",
|
|
2574
|
+
"fragment": "clause-8.6",
|
|
2575
|
+
"clause": "8.6",
|
|
2576
|
+
"kind": "provision",
|
|
2577
|
+
"fragment_normative": true,
|
|
2578
|
+
"modality": "informative",
|
|
2579
|
+
"text": "warm-up time: …………………………………….. according to 4.7 and R 144-2, 1.16;"
|
|
2580
|
+
},
|
|
2581
|
+
{
|
|
2582
|
+
"address": "clause-8.6/s3",
|
|
2583
|
+
"fragment": "clause-8.6",
|
|
2584
|
+
"clause": "8.6",
|
|
2585
|
+
"kind": "provision",
|
|
2586
|
+
"fragment_normative": true,
|
|
2587
|
+
"modality": "informative",
|
|
2588
|
+
"text": "response time: ……………………………………. according to 4.6 and R 144-2, 1.17;"
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"address": "clause-8.6/s4",
|
|
2592
|
+
"fragment": "clause-8.6",
|
|
2593
|
+
"clause": "8.6",
|
|
2594
|
+
"kind": "provision",
|
|
2595
|
+
"fragment_normative": true,
|
|
2596
|
+
"modality": "informative",
|
|
2597
|
+
"text": "change in the gas flow rate (in a gas handling system): .. according to 5.1.5, 5.5.2 and R 144-2, 1.18;"
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"address": "clause-8.6/s5",
|
|
2601
|
+
"fragment": "clause-8.6",
|
|
2602
|
+
"clause": "8.6",
|
|
2603
|
+
"kind": "provision",
|
|
2604
|
+
"fragment_normative": true,
|
|
2605
|
+
"modality": "informative",
|
|
2606
|
+
"text": "leakproofness of the gas handling system: ……………. according to 5.1.6, 5.5.2 and R 144-2, 1.19."
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
"address": "clause-8.7/s1",
|
|
2610
|
+
"fragment": "clause-8.7",
|
|
2611
|
+
"clause": "8.7",
|
|
2612
|
+
"kind": "provision",
|
|
2613
|
+
"fragment_normative": true,
|
|
2614
|
+
"modality": "normative",
|
|
2615
|
+
"text": "The temperature of the input gas for a sampling probe shall be specified by the manufacturer of a sampling device."
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
"address": "clause-8.7/s2",
|
|
2619
|
+
"fragment": "clause-8.7",
|
|
2620
|
+
"clause": "8.7",
|
|
2621
|
+
"kind": "provision",
|
|
2622
|
+
"fragment_normative": true,
|
|
2623
|
+
"modality": "normative",
|
|
2624
|
+
"text": "The temperature of the input gas for a gas analyzer shall be specified by the manufacturer of a gas analyzer."
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"address": "clause-8.8/s1",
|
|
2628
|
+
"fragment": "clause-8.8",
|
|
2629
|
+
"clause": "8.8",
|
|
2630
|
+
"kind": "provision",
|
|
2631
|
+
"fragment_normative": true,
|
|
2632
|
+
"modality": "normative",
|
|
2633
|
+
"text": "The maximum particulate content of the input gas for a sampling probe shall be specified by its manufacturer."
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"address": "clause-8.8/s2",
|
|
2637
|
+
"fragment": "clause-8.8",
|
|
2638
|
+
"clause": "8.8",
|
|
2639
|
+
"kind": "provision",
|
|
2640
|
+
"fragment_normative": true,
|
|
2641
|
+
"modality": "normative",
|
|
2642
|
+
"text": "The maximum particulate content of the input gas for a gas analyzer shall be specified by its manufacturer."
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"address": "clause-A.1.1/s1",
|
|
2646
|
+
"fragment": "clause-A.1.1",
|
|
2647
|
+
"clause": "A.1.1",
|
|
2648
|
+
"kind": "provision",
|
|
2649
|
+
"fragment_normative": true,
|
|
2650
|
+
"modality": "normative",
|
|
2651
|
+
"text": "The CGM shall be supplied either from a gas cylinder under pressure or from a gas mixture generator."
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
"address": "clause-A.1.1/s2",
|
|
2655
|
+
"fragment": "clause-A.1.1",
|
|
2656
|
+
"clause": "A.1.1",
|
|
2657
|
+
"kind": "provision",
|
|
2658
|
+
"fragment_normative": true,
|
|
2659
|
+
"modality": "normative",
|
|
2660
|
+
"text": "Each gas cylinder shall be identified with the following information (included as a mark, label, and/or certificate): manufacturer of the gas cylinder and serial number; composition of the gas mixture; amount of substance of each component and the corresponding measurement uncertainty (k=2); statement about the traceability of the measurement results to accepted (inter)national gaseous measurement standards; temperature limits for use and storage; date of certification and expiry date; name of the authority that carried out the certification; the marking “calibration gas mixture”; and the method of preparation: gravimetric according to ISO 6142:2001 and ISO 6143:2001."
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"address": "clause-A.1.1/s3",
|
|
2664
|
+
"fragment": "clause-A.1.1",
|
|
2665
|
+
"clause": "A.1.1",
|
|
2666
|
+
"kind": "provision",
|
|
2667
|
+
"fragment_normative": true,
|
|
2668
|
+
"modality": "normative",
|
|
2669
|
+
"text": "The gases obtained from the gas mixture generator using the dynamic method shall meet the requirements of ISO 6145-1:2003 and in addition the requirements of B.1.2, B.2 and B.1.1.a) concerning amount of substance, measurement uncertainty and accepted (inter)national traceability to gaseous measurement standards."
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"address": "clause-A.1.2/s1",
|
|
2673
|
+
"fragment": "clause-A.1.2",
|
|
2674
|
+
"clause": "A.1.2",
|
|
2675
|
+
"kind": "provision",
|
|
2676
|
+
"fragment_normative": true,
|
|
2677
|
+
"modality": "normative",
|
|
2678
|
+
"text": "The composition of the CGM used for type approval and verification shall be certified as complying with the requirements of B.2 by a competent authority."
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
"address": "clause-A.1.2/s2",
|
|
2682
|
+
"fragment": "clause-A.1.2",
|
|
2683
|
+
"clause": "A.1.2",
|
|
2684
|
+
"kind": "provision",
|
|
2685
|
+
"fragment_normative": true,
|
|
2686
|
+
"modality": "normative",
|
|
2687
|
+
"text": "The unit of volume fraction for the components to be determined shall be traceable to national, regional or international standards."
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"address": "clause-A.1.3/s1",
|
|
2691
|
+
"fragment": "clause-A.1.3",
|
|
2692
|
+
"clause": "A.1.3",
|
|
2693
|
+
"kind": "provision",
|
|
2694
|
+
"fragment_normative": true,
|
|
2695
|
+
"modality": "normative",
|
|
2696
|
+
"text": "For all other purposes the CGMs (except those indicated in B.1.2) shall be certified by the supplier of the gases and shall be traceable to the appropriate measurement standards."
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"address": "clause-A.1.4/s1",
|
|
2700
|
+
"fragment": "clause-A.1.4",
|
|
2701
|
+
"clause": "A.1.4",
|
|
2702
|
+
"kind": "provision",
|
|
2703
|
+
"fragment_normative": true,
|
|
2704
|
+
"modality": "informative",
|
|
2705
|
+
"text": "For testing with the purpose of determining errors, three binary gas mixtures with a volume fraction of the components to be determined, corresponding to the range points of (5 + 5) %, (50 + 5) % and (95 — 5) %, are used."
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"address": "clause-A.1.4/s2",
|
|
2709
|
+
"fragment": "clause-A.1.4",
|
|
2710
|
+
"clause": "A.1.4",
|
|
2711
|
+
"kind": "provision",
|
|
2712
|
+
"fragment_normative": true,
|
|
2713
|
+
"modality": "informative",
|
|
2714
|
+
"text": "For cross sensitivity testing, the gas mixtures with the maximum content of influencing components, other than the measurand are used."
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"address": "clause-A.1.4/note-1/s1",
|
|
2718
|
+
"fragment": "clause-A.1.4/note-1",
|
|
2719
|
+
"kind": "note",
|
|
2720
|
+
"fragment_normative": false,
|
|
2721
|
+
"modality": "informative",
|
|
2722
|
+
"text": "It is permitted to use the three-component mixtures \"CO\" + \"NO\" + \"N\"_2 and \"CO\" + \"NO\"_2 + \"N\"_2."
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"address": "clause-A.1.5/s1",
|
|
2726
|
+
"fragment": "clause-A.1.5",
|
|
2727
|
+
"clause": "A.1.5",
|
|
2728
|
+
"kind": "provision",
|
|
2729
|
+
"fragment_normative": true,
|
|
2730
|
+
"modality": "normative",
|
|
2731
|
+
"text": "The material of gas cylinders shall be inert to the gases contained therein."
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"address": "clause-A.1.6/s1",
|
|
2735
|
+
"fragment": "clause-A.1.6",
|
|
2736
|
+
"clause": "A.1.6",
|
|
2737
|
+
"kind": "provision",
|
|
2738
|
+
"fragment_normative": true,
|
|
2739
|
+
"modality": "normative",
|
|
2740
|
+
"text": "The appropriate safety regulations shall be followed when handling the gases."
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"address": "clause-A.2.1/s1",
|
|
2744
|
+
"fragment": "clause-A.2.1",
|
|
2745
|
+
"clause": "A.2.1",
|
|
2746
|
+
"kind": "provision",
|
|
2747
|
+
"fragment_normative": true,
|
|
2748
|
+
"modality": "normative",
|
|
2749
|
+
"text": "The volume fraction for the components to be determined in N2 in cylinders or in a gas mixture obtained from the generator shall be given in parts per million (ppm) (see 4.1)."
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"address": "clause-A.2.2/s1",
|
|
2753
|
+
"fragment": "clause-A.2.2",
|
|
2754
|
+
"clause": "A.2.2",
|
|
2755
|
+
"kind": "provision",
|
|
2756
|
+
"fragment_normative": true,
|
|
2757
|
+
"modality": "normative",
|
|
2758
|
+
"text": "The blend tolerances of the calibration gas mixtures shall not exceed 10 % of the volume fraction of each component."
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"address": "clause-A.2.3/s1",
|
|
2762
|
+
"fragment": "clause-A.2.3",
|
|
2763
|
+
"clause": "A.2.3",
|
|
2764
|
+
"kind": "provision",
|
|
2765
|
+
"fragment_normative": true,
|
|
2766
|
+
"modality": "normative",
|
|
2767
|
+
"text": "For calibration gas mixtures the uncertainty in the composition shall be 2 % or less of the certified (assigned) value of the volume fraction for the components to be determined."
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"address": "clause-A.2.3/s2",
|
|
2771
|
+
"fragment": "clause-A.2.3",
|
|
2772
|
+
"clause": "A.2.3",
|
|
2773
|
+
"kind": "provision",
|
|
2774
|
+
"fragment_normative": true,
|
|
2775
|
+
"modality": "normative",
|
|
2776
|
+
"text": "The composition of other gas mixture components shall have an uncertainty of no more than 3 %."
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"address": "clause-A.3/s1",
|
|
2780
|
+
"fragment": "clause-A.3",
|
|
2781
|
+
"clause": "A.3",
|
|
2782
|
+
"kind": "provision",
|
|
2783
|
+
"fragment_normative": true,
|
|
2784
|
+
"modality": "normative",
|
|
2785
|
+
"text": "Ambient air shall be drawn through a charcoal filter or equivalent system when it is used to set zero for the gas analytical system."
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"address": "clause-A.3/s2",
|
|
2789
|
+
"fragment": "clause-A.3",
|
|
2790
|
+
"clause": "A.3",
|
|
2791
|
+
"kind": "provision",
|
|
2792
|
+
"fragment_normative": true,
|
|
2793
|
+
"modality": "informative",
|
|
2794
|
+
"text": "High pure nitrogen can be also used directly to set zero."
|
|
2795
|
+
}
|
|
2796
|
+
]
|
|
2797
|
+
}
|