@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,1627 @@
|
|
|
1
|
+
{
|
|
2
|
+
"prd_sentences": "0.1.0",
|
|
3
|
+
"document": {
|
|
4
|
+
"urn": "urn:oiml:pub:r:144-2:2013",
|
|
5
|
+
"short": "OIML R 144-2:2013",
|
|
6
|
+
"part": "2"
|
|
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": "Prior to the type evaluation tests, the referenced documents shall be studied."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"address": "clause-1.2/s1",
|
|
20
|
+
"fragment": "clause-1.2",
|
|
21
|
+
"clause": "1.2",
|
|
22
|
+
"kind": "provision",
|
|
23
|
+
"fragment_normative": true,
|
|
24
|
+
"modality": "normative",
|
|
25
|
+
"text": "For a linear calibration characteristic, the error of a gas analytical system shall be determined for at least three points within the measuring range and sub-range."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"address": "clause-1.2/s2",
|
|
29
|
+
"fragment": "clause-1.2",
|
|
30
|
+
"clause": "1.2",
|
|
31
|
+
"kind": "provision",
|
|
32
|
+
"fragment_normative": true,
|
|
33
|
+
"modality": "informative",
|
|
34
|
+
"text": "It is recommended to use calibration gas mixtures (CGM) with the following values of volume fractions for the components to be determined:"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"address": "clause-1.2/s3",
|
|
38
|
+
"fragment": "clause-1.2",
|
|
39
|
+
"clause": "1.2",
|
|
40
|
+
"kind": "provision",
|
|
41
|
+
"fragment_normative": true,
|
|
42
|
+
"modality": "informative",
|
|
43
|
+
"text": "minimum value of the measuring range + 10 %;"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"address": "clause-1.2/s4",
|
|
47
|
+
"fragment": "clause-1.2",
|
|
48
|
+
"clause": "1.2",
|
|
49
|
+
"kind": "provision",
|
|
50
|
+
"fragment_normative": true,
|
|
51
|
+
"modality": "informative",
|
|
52
|
+
"text": "average value pm 10 %;"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"address": "clause-1.2/s5",
|
|
56
|
+
"fragment": "clause-1.2",
|
|
57
|
+
"clause": "1.2",
|
|
58
|
+
"kind": "provision",
|
|
59
|
+
"fragment_normative": true,
|
|
60
|
+
"modality": "informative",
|
|
61
|
+
"text": "maximum value of the measuring range - 10 %."
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"address": "clause-1.2/s6",
|
|
65
|
+
"fragment": "clause-1.2",
|
|
66
|
+
"clause": "1.2",
|
|
67
|
+
"kind": "provision",
|
|
68
|
+
"fragment_normative": true,
|
|
69
|
+
"modality": "normative",
|
|
70
|
+
"text": "For a nonlinear calibration characteristic, the error shall be determined for at least five points uniformly distributed within the measuring range and sub-range."
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"address": "clause-1.2/s7",
|
|
74
|
+
"fragment": "clause-1.2",
|
|
75
|
+
"clause": "1.2",
|
|
76
|
+
"kind": "provision",
|
|
77
|
+
"fragment_normative": true,
|
|
78
|
+
"modality": "normative",
|
|
79
|
+
"text": "Measurements at each point of the measurement range shall be repeated at least three times, and no errors shall be greater than the specified limits."
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"address": "clause-1.3/s1",
|
|
83
|
+
"fragment": "clause-1.3",
|
|
84
|
+
"clause": "1.3",
|
|
85
|
+
"kind": "provision",
|
|
86
|
+
"fragment_normative": true,
|
|
87
|
+
"modality": "normative",
|
|
88
|
+
"text": "This test shall be conducted for a period of seven days following the warm-up time."
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"address": "clause-1.3/s2",
|
|
92
|
+
"fragment": "clause-1.3",
|
|
93
|
+
"clause": "1.3",
|
|
94
|
+
"kind": "provision",
|
|
95
|
+
"fragment_normative": true,
|
|
96
|
+
"modality": "normative",
|
|
97
|
+
"text": "The measurements shall be performed at least every 24 hours under reference conditions using a CGM with the largest and the smallest volume fractions for the components to be determined according to 1.2."
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"address": "clause-1.3/s3",
|
|
101
|
+
"fragment": "clause-1.3",
|
|
102
|
+
"clause": "1.3",
|
|
103
|
+
"kind": "provision",
|
|
104
|
+
"fragment_normative": true,
|
|
105
|
+
"modality": "normative",
|
|
106
|
+
"text": "During the tests the requirements of R 144-1, 4.8 shall be met."
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"address": "clause-1.4/s1",
|
|
110
|
+
"fragment": "clause-1.4",
|
|
111
|
+
"clause": "1.4",
|
|
112
|
+
"kind": "provision",
|
|
113
|
+
"fragment_normative": true,
|
|
114
|
+
"modality": "normative",
|
|
115
|
+
"text": "The test procedure specified in R 144-1, 8.3 shall be carried out with each of the CGMs recommended in 1.2."
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"address": "clause-1.4/s2",
|
|
119
|
+
"fragment": "clause-1.4",
|
|
120
|
+
"clause": "1.4",
|
|
121
|
+
"kind": "provision",
|
|
122
|
+
"fragment_normative": true,
|
|
123
|
+
"modality": "informative",
|
|
124
|
+
"text": "An estimate of the standard deviation is given by the formula:"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"address": "clause-1.4/s3",
|
|
128
|
+
"fragment": "clause-1.4",
|
|
129
|
+
"clause": "1.4",
|
|
130
|
+
"kind": "provision",
|
|
131
|
+
"fragment_normative": true,
|
|
132
|
+
"modality": "informative",
|
|
133
|
+
"text": "s = sqrt{(sum_{i=1}^n (Y_i - bar Y)^2) / (n - 1)}wheren is the number of measurements, n = 20; Y_i is the ith indication of the gas analytical system; bar Y is the arithmetic mean of the n values."
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"address": "clause-1.4/s4",
|
|
137
|
+
"fragment": "clause-1.4",
|
|
138
|
+
"clause": "1.4",
|
|
139
|
+
"kind": "provision",
|
|
140
|
+
"fragment_normative": true,
|
|
141
|
+
"modality": "normative",
|
|
142
|
+
"text": "During the tests, the requirements of R 144-1, 4.4 shall be met."
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"address": "clause-1.5.1/s1",
|
|
146
|
+
"fragment": "clause-1.5.1",
|
|
147
|
+
"clause": "1.5.1",
|
|
148
|
+
"kind": "provision",
|
|
149
|
+
"fragment_normative": true,
|
|
150
|
+
"modality": "informative",
|
|
151
|
+
"text": "The gas analytical system (or its separate units) is exposed to a temperature of 40 \"unitsml(degC)\" (or at the maximum operating temperature specified by the manufacturer) for 2 hours."
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"address": "clause-1.5.1/s2",
|
|
155
|
+
"fragment": "clause-1.5.1",
|
|
156
|
+
"clause": "1.5.1",
|
|
157
|
+
"kind": "provision",
|
|
158
|
+
"fragment_normative": true,
|
|
159
|
+
"modality": "informative",
|
|
160
|
+
"text": "The time duration begins after the gas analytical system (or its separate units) has reached temperature stability."
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"address": "clause-1.5.1/s3",
|
|
164
|
+
"fragment": "clause-1.5.1",
|
|
165
|
+
"clause": "1.5.1",
|
|
166
|
+
"kind": "provision",
|
|
167
|
+
"fragment_normative": true,
|
|
168
|
+
"modality": "normative",
|
|
169
|
+
"text": "The change in temperature shall not exceed 1 \"unitsml(degC/min)\" during heating up and cooling down, and the relative humidity shall not exceed 50 \"%\"."
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"address": "clause-1.5.2/s1",
|
|
173
|
+
"fragment": "clause-1.5.2",
|
|
174
|
+
"clause": "1.5.2",
|
|
175
|
+
"kind": "provision",
|
|
176
|
+
"fragment_normative": true,
|
|
177
|
+
"modality": "normative",
|
|
178
|
+
"text": "The calibration gas mixture shall be supplied to the sampling probe at ambient pressure (with a deviation of pm 0.8 \"unitsml(kPa)\")."
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"address": "clause-1.5.2/s2",
|
|
182
|
+
"fragment": "clause-1.5.2",
|
|
183
|
+
"clause": "1.5.2",
|
|
184
|
+
"kind": "provision",
|
|
185
|
+
"fragment_normative": true,
|
|
186
|
+
"modality": "normative",
|
|
187
|
+
"text": "During the test, one set of measurements shall be performed every half-hour using each of CGMs recommended in 1.2."
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"address": "clause-1.5.3/s1",
|
|
191
|
+
"fragment": "clause-1.5.3",
|
|
192
|
+
"clause": "1.5.3",
|
|
193
|
+
"kind": "provision",
|
|
194
|
+
"fragment_normative": true,
|
|
195
|
+
"modality": "informative",
|
|
196
|
+
"text": "IEC 60068-2-2 [4], IEC 60068-3-1 [18] and OIML D 11:2013 [2] 10.1."
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"address": "clause-1.6.1/s1",
|
|
200
|
+
"fragment": "clause-1.6.1",
|
|
201
|
+
"clause": "1.6.1",
|
|
202
|
+
"kind": "provision",
|
|
203
|
+
"fragment_normative": true,
|
|
204
|
+
"modality": "informative",
|
|
205
|
+
"text": "The gas analytical system (or its separate units) is exposed to a temperature of 5 \"unitsml(degC)\" (or at the minimum operating temperature specified by the manufacturer) for 2 hours."
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"address": "clause-1.6.1/s2",
|
|
209
|
+
"fragment": "clause-1.6.1",
|
|
210
|
+
"clause": "1.6.1",
|
|
211
|
+
"kind": "provision",
|
|
212
|
+
"fragment_normative": true,
|
|
213
|
+
"modality": "informative",
|
|
214
|
+
"text": "The time duration begins after the gas analytical system (or its separate units) has reached temperature stability."
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"address": "clause-1.6.1/s3",
|
|
218
|
+
"fragment": "clause-1.6.1",
|
|
219
|
+
"clause": "1.6.1",
|
|
220
|
+
"kind": "provision",
|
|
221
|
+
"fragment_normative": true,
|
|
222
|
+
"modality": "normative",
|
|
223
|
+
"text": "The change in temperature shall not exceed 1 \"unitsml(degC/min)\" during cooling down and heating up."
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"address": "clause-1.6.1/s4",
|
|
227
|
+
"fragment": "clause-1.6.1",
|
|
228
|
+
"clause": "1.6.1",
|
|
229
|
+
"kind": "provision",
|
|
230
|
+
"fragment_normative": true,
|
|
231
|
+
"modality": "normative",
|
|
232
|
+
"text": "The relative humidity shall not exceed 50 \"%\"."
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"address": "clause-1.6.2/s1",
|
|
236
|
+
"fragment": "clause-1.6.2",
|
|
237
|
+
"clause": "1.6.2",
|
|
238
|
+
"kind": "provision",
|
|
239
|
+
"fragment_normative": true,
|
|
240
|
+
"modality": "normative",
|
|
241
|
+
"text": "The CGM shall be supplied to the sampling probe at ambient pressure (with a deviation of pm 0.8 \"unitsml(kPa)\")."
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"address": "clause-1.6.2/s2",
|
|
245
|
+
"fragment": "clause-1.6.2",
|
|
246
|
+
"clause": "1.6.2",
|
|
247
|
+
"kind": "provision",
|
|
248
|
+
"fragment_normative": true,
|
|
249
|
+
"modality": "normative",
|
|
250
|
+
"text": "During the test one measurement shall be performed every half-hour using each of the CGMs recommended in 1.2."
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"address": "clause-1.6.3/s1",
|
|
254
|
+
"fragment": "clause-1.6.3",
|
|
255
|
+
"clause": "1.6.3",
|
|
256
|
+
"kind": "provision",
|
|
257
|
+
"fragment_normative": true,
|
|
258
|
+
"modality": "informative",
|
|
259
|
+
"text": "IEC 60068-2-1 [3], IEC 60068-3-1 [18] and OIML D 11:2013 [2] 10.1."
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"address": "clause-1.7.1/s1",
|
|
263
|
+
"fragment": "clause-1.7.1",
|
|
264
|
+
"clause": "1.7.1",
|
|
265
|
+
"kind": "provision",
|
|
266
|
+
"fragment_normative": true,
|
|
267
|
+
"modality": "informative",
|
|
268
|
+
"text": "The gas analytical system (or its separate units) is exposed to a temperature of 30 \"unitsml(degC)\" and a constant relative humidity of 85 % for 2 days."
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"address": "clause-1.7.1/s2",
|
|
272
|
+
"fragment": "clause-1.7.1",
|
|
273
|
+
"clause": "1.7.1",
|
|
274
|
+
"kind": "provision",
|
|
275
|
+
"fragment_normative": true,
|
|
276
|
+
"modality": "normative",
|
|
277
|
+
"text": "The exposure shall be such that water does not condense on the gas analytical system."
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"address": "clause-1.7.1/s3",
|
|
281
|
+
"fragment": "clause-1.7.1",
|
|
282
|
+
"clause": "1.7.1",
|
|
283
|
+
"kind": "provision",
|
|
284
|
+
"fragment_normative": true,
|
|
285
|
+
"modality": "informative",
|
|
286
|
+
"text": "The temperature is deemed to be steady when the difference between the extreme temperatures does not exceed 5 \"unitsml(degC)\", and the rate of change does not exceed 5 \"unitsml(degC)\"//h."
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"address": "clause-1.7.2/s1",
|
|
290
|
+
"fragment": "clause-1.7.2",
|
|
291
|
+
"clause": "1.7.2",
|
|
292
|
+
"kind": "provision",
|
|
293
|
+
"fragment_normative": true,
|
|
294
|
+
"modality": "normative",
|
|
295
|
+
"text": "The CGM shall be supplied to the sampling probe at ambient pressure (with a deviation of pm 0.8 \"unitsml(kPa)\")."
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"address": "clause-1.7.2/s2",
|
|
299
|
+
"fragment": "clause-1.7.2",
|
|
300
|
+
"clause": "1.7.2",
|
|
301
|
+
"kind": "provision",
|
|
302
|
+
"fragment_normative": true,
|
|
303
|
+
"modality": "normative",
|
|
304
|
+
"text": "During the test one measurement shall be performed every day using each of the CGMs recommended in 1.2."
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"address": "clause-1.7.3/s1",
|
|
308
|
+
"fragment": "clause-1.7.3",
|
|
309
|
+
"clause": "1.7.3",
|
|
310
|
+
"kind": "provision",
|
|
311
|
+
"fragment_normative": true,
|
|
312
|
+
"modality": "informative",
|
|
313
|
+
"text": "IEC 60068-2-78 [8], IEC 60068-3-4 [19] and OIML D 11:2013 [2] 10.2."
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"address": "clause-1.8.1/s1",
|
|
317
|
+
"fragment": "clause-1.8.1",
|
|
318
|
+
"clause": "1.8.1",
|
|
319
|
+
"kind": "provision",
|
|
320
|
+
"fragment_normative": true,
|
|
321
|
+
"modality": "informative",
|
|
322
|
+
"text": "The gas analytical system is exposed to extreme pressures specified in the rated operating conditions or extreme pressures specified by the manufacturer if they are outside the limits in R 144-1, 4.5.1."
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"address": "clause-1.8.1/s2",
|
|
326
|
+
"fragment": "clause-1.8.1",
|
|
327
|
+
"clause": "1.8.1",
|
|
328
|
+
"kind": "provision",
|
|
329
|
+
"fragment_normative": true,
|
|
330
|
+
"modality": "normative",
|
|
331
|
+
"text": "The extreme values shall be reached gradually from stable ambient pressure conditions and shall be kept at the stable maximum permissible level during 30 min before starting the measurements as specified in 1.8.2."
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"address": "clause-1.8.2/s1",
|
|
335
|
+
"fragment": "clause-1.8.2",
|
|
336
|
+
"clause": "1.8.2",
|
|
337
|
+
"kind": "provision",
|
|
338
|
+
"fragment_normative": true,
|
|
339
|
+
"modality": "normative",
|
|
340
|
+
"text": "The calibration gas mixture shall be supplied to the sampling probe at ambient pressure (with a deviation of pm 0.8 \"unitsml(kPa)\")."
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"address": "clause-1.8.2/s2",
|
|
344
|
+
"fragment": "clause-1.8.2",
|
|
345
|
+
"clause": "1.8.2",
|
|
346
|
+
"kind": "provision",
|
|
347
|
+
"fragment_normative": true,
|
|
348
|
+
"modality": "normative",
|
|
349
|
+
"text": "At least two measurements shall be performed at each extreme pressure value using each of the CGMs recommended in 1.2."
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"address": "clause-1.8.2/note-1/s1",
|
|
353
|
+
"fragment": "clause-1.8.2/note-1",
|
|
354
|
+
"kind": "note",
|
|
355
|
+
"fragment_normative": false,
|
|
356
|
+
"modality": "informative",
|
|
357
|
+
"text": "If automatic or semi-automatic pressure compensation is provided for in the gas analytical system, then care must be taken to ensure that measurements at both extreme pressure values are performed after completing this process."
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"address": "clause-1.9.1/s1",
|
|
361
|
+
"fragment": "clause-1.9.1",
|
|
362
|
+
"clause": "1.9.1",
|
|
363
|
+
"kind": "provision",
|
|
364
|
+
"fragment_normative": true,
|
|
365
|
+
"modality": "informative",
|
|
366
|
+
"text": "The gas analytical system is exposed to extreme values of the nominal power supply voltage and nominal frequency according to R 144-1, 4.5.1 for a period long enough to perform the required measurement."
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"address": "clause-1.9.2/s1",
|
|
370
|
+
"fragment": "clause-1.9.2",
|
|
371
|
+
"clause": "1.9.2",
|
|
372
|
+
"kind": "provision",
|
|
373
|
+
"fragment_normative": true,
|
|
374
|
+
"modality": "normative",
|
|
375
|
+
"text": "At each extreme value of the power supply parameters, at least two measurements shall be carried out using the CGM with the largest volume fraction for the components to be determined according to 1.2."
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"address": "clause-1.10/s1",
|
|
379
|
+
"fragment": "clause-1.10",
|
|
380
|
+
"clause": "1.10",
|
|
381
|
+
"kind": "provision",
|
|
382
|
+
"fragment_normative": true,
|
|
383
|
+
"modality": "normative",
|
|
384
|
+
"text": "The influence shall be determined by registering the measuring signal when the following gas mixtures are supplied to the input:"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"address": "clause-1.10/s2",
|
|
388
|
+
"fragment": "clause-1.10",
|
|
389
|
+
"clause": "1.10",
|
|
390
|
+
"kind": "provision",
|
|
391
|
+
"fragment_normative": true,
|
|
392
|
+
"modality": "informative",
|
|
393
|
+
"text": "zero gas N2; then"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"address": "clause-1.10/s3",
|
|
397
|
+
"fragment": "clause-1.10",
|
|
398
|
+
"clause": "1.10",
|
|
399
|
+
"kind": "provision",
|
|
400
|
+
"fragment_normative": true,
|
|
401
|
+
"modality": "informative",
|
|
402
|
+
"text": "each influencing gas alone in N2; and finally"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"address": "clause-1.10/s4",
|
|
406
|
+
"fragment": "clause-1.10",
|
|
407
|
+
"clause": "1.10",
|
|
408
|
+
"kind": "provision",
|
|
409
|
+
"fragment_normative": true,
|
|
410
|
+
"modality": "informative",
|
|
411
|
+
"text": "each influencing gas together with CO, NO and NO2 in N2."
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"address": "clause-1.10/s5",
|
|
415
|
+
"fragment": "clause-1.10",
|
|
416
|
+
"clause": "1.10",
|
|
417
|
+
"kind": "provision",
|
|
418
|
+
"fragment_normative": true,
|
|
419
|
+
"modality": "informative",
|
|
420
|
+
"text": "The list of influencing components and their limit content are established by the manufacturer."
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"address": "clause-1.10/s6",
|
|
424
|
+
"fragment": "clause-1.10",
|
|
425
|
+
"clause": "1.10",
|
|
426
|
+
"kind": "provision",
|
|
427
|
+
"fragment_normative": true,
|
|
428
|
+
"modality": "normative",
|
|
429
|
+
"text": "The concentration (volume fraction) of a component to be determined shall correspond to 10 % of the upper level of the measurement range or subrange."
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"address": "clause-1.10/note-1/s1",
|
|
433
|
+
"fragment": "clause-1.10/note-1",
|
|
434
|
+
"kind": "note",
|
|
435
|
+
"fragment_normative": false,
|
|
436
|
+
"modality": "informative",
|
|
437
|
+
"text": "The responsible legal authority may decide to include some other components in the test."
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"address": "clause-1.11.1.1/s1",
|
|
441
|
+
"fragment": "clause-1.11.1.1",
|
|
442
|
+
"clause": "1.11.1.1",
|
|
443
|
+
"kind": "provision",
|
|
444
|
+
"fragment_normative": true,
|
|
445
|
+
"modality": "informative",
|
|
446
|
+
"text": "Random vibration."
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"address": "clause-1.11.1.2/s1",
|
|
450
|
+
"fragment": "clause-1.11.1.2",
|
|
451
|
+
"clause": "1.11.1.2",
|
|
452
|
+
"kind": "provision",
|
|
453
|
+
"fragment_normative": true,
|
|
454
|
+
"modality": "normative",
|
|
455
|
+
"text": "For vibration testing, the gas analytical system or its separate units shall be mounted on a vibrating table and shall be fixed rigidly in the operating position."
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"address": "clause-1.11.1.2/s2",
|
|
459
|
+
"fragment": "clause-1.11.1.2",
|
|
460
|
+
"clause": "1.11.1.2",
|
|
461
|
+
"kind": "provision",
|
|
462
|
+
"fragment_normative": true,
|
|
463
|
+
"modality": "normative",
|
|
464
|
+
"text": "During the test, the gas analytical system shall be in the operating mode, the CGM with the largest volume fraction for the components to be determined according to 1.2 being supplied to the input."
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"address": "clause-1.11.1.2/s3",
|
|
468
|
+
"fragment": "clause-1.11.1.2",
|
|
469
|
+
"clause": "1.11.1.2",
|
|
470
|
+
"kind": "provision",
|
|
471
|
+
"fragment_normative": true,
|
|
472
|
+
"modality": "normative",
|
|
473
|
+
"text": "The vibration parameters shall correspond to those specified by the manufacturer."
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"address": "clause-1.11.1.2/s4",
|
|
477
|
+
"fragment": "clause-1.11.1.2",
|
|
478
|
+
"clause": "1.11.1.2",
|
|
479
|
+
"kind": "provision",
|
|
480
|
+
"fragment_normative": true,
|
|
481
|
+
"modality": "normative",
|
|
482
|
+
"text": "The testing conditions shall correspond to the reference conditions in clause 8 of R 144-1."
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"address": "clause-1.11.1.2/s5",
|
|
486
|
+
"fragment": "clause-1.11.1.2",
|
|
487
|
+
"clause": "1.11.1.2",
|
|
488
|
+
"kind": "provision",
|
|
489
|
+
"fragment_normative": true,
|
|
490
|
+
"modality": "normative",
|
|
491
|
+
"text": "Minimum requirements for vibration shall correspond to R 144-1, 4.5.3 (test level 1 of OIML D 11:2013 [2] 11.1)."
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"address": "clause-1.11.2.1/s1",
|
|
495
|
+
"fragment": "clause-1.11.2.1",
|
|
496
|
+
"clause": "1.11.2.1",
|
|
497
|
+
"kind": "provision",
|
|
498
|
+
"fragment_normative": true,
|
|
499
|
+
"modality": "informative",
|
|
500
|
+
"text": "Dropping onto a face."
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"address": "clause-1.11.2.2/s1",
|
|
504
|
+
"fragment": "clause-1.11.2.2",
|
|
505
|
+
"clause": "1.11.2.2",
|
|
506
|
+
"kind": "provision",
|
|
507
|
+
"fragment_normative": true,
|
|
508
|
+
"modality": "normative",
|
|
509
|
+
"text": "For mechanical shock testing, the gas analytical system or its separate unit shall be placed in its normal position of use on a rigid surface."
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"address": "clause-1.11.2.2/s2",
|
|
513
|
+
"fragment": "clause-1.11.2.2",
|
|
514
|
+
"clause": "1.11.2.2",
|
|
515
|
+
"kind": "provision",
|
|
516
|
+
"fragment_normative": true,
|
|
517
|
+
"modality": "normative",
|
|
518
|
+
"text": "The gas analytical system or unit shall then be tilted on one bottom edge and allowed to fall freely onto the test surface."
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"address": "clause-1.11.2.2/s3",
|
|
522
|
+
"fragment": "clause-1.11.2.2",
|
|
523
|
+
"clause": "1.11.2.2",
|
|
524
|
+
"kind": "provision",
|
|
525
|
+
"fragment_normative": true,
|
|
526
|
+
"modality": "normative",
|
|
527
|
+
"text": "The following conditions shall be applied:"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"address": "clause-1.11.2.2/s4",
|
|
531
|
+
"fragment": "clause-1.11.2.2",
|
|
532
|
+
"clause": "1.11.2.2",
|
|
533
|
+
"kind": "provision",
|
|
534
|
+
"fragment_normative": true,
|
|
535
|
+
"modality": "informative",
|
|
536
|
+
"text": "Height of fall"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"address": "clause-1.11.2.2/s5",
|
|
540
|
+
"fragment": "clause-1.11.2.2",
|
|
541
|
+
"clause": "1.11.2.2",
|
|
542
|
+
"kind": "provision",
|
|
543
|
+
"fragment_normative": true,
|
|
544
|
+
"modality": "informative",
|
|
545
|
+
"text": "25 \"unitsml(mm)\";"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"address": "clause-1.11.2.2/s6",
|
|
549
|
+
"fragment": "clause-1.11.2.2",
|
|
550
|
+
"clause": "1.11.2.2",
|
|
551
|
+
"kind": "provision",
|
|
552
|
+
"fragment_normative": true,
|
|
553
|
+
"modality": "informative",
|
|
554
|
+
"text": "Number of falls"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"address": "clause-1.11.2.2/s7",
|
|
558
|
+
"fragment": "clause-1.11.2.2",
|
|
559
|
+
"clause": "1.11.2.2",
|
|
560
|
+
"kind": "provision",
|
|
561
|
+
"fragment_normative": true,
|
|
562
|
+
"modality": "informative",
|
|
563
|
+
"text": "1 on each bottom edge."
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"address": "clause-1.11.2.3/s1",
|
|
567
|
+
"fragment": "clause-1.11.2.3",
|
|
568
|
+
"clause": "1.11.2.3",
|
|
569
|
+
"kind": "provision",
|
|
570
|
+
"fragment_normative": true,
|
|
571
|
+
"modality": "normative",
|
|
572
|
+
"text": "Before and after the test, the error of the gas analytical system shall be determined using the CGM with the largest volume fraction for the components to be determined according to 1.2."
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"address": "clause-1.11.3/s1",
|
|
576
|
+
"fragment": "clause-1.11.3",
|
|
577
|
+
"clause": "1.11.3",
|
|
578
|
+
"kind": "provision",
|
|
579
|
+
"fragment_normative": true,
|
|
580
|
+
"modality": "informative",
|
|
581
|
+
"text": "IEC 60068-2-47 [6], IEC 60068-2-64 [7], IEC 60068-3-8 [9], IEC 60068-2-31[5] and OIML D 11:2013 [2] 11.2."
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"address": "clause-1.12.1/s1",
|
|
585
|
+
"fragment": "clause-1.12.1",
|
|
586
|
+
"clause": "1.12.1",
|
|
587
|
+
"kind": "provision",
|
|
588
|
+
"fragment_normative": true,
|
|
589
|
+
"modality": "informative",
|
|
590
|
+
"text": "Short-time reductions in main voltages."
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"address": "clause-1.12.2/s1",
|
|
594
|
+
"fragment": "clause-1.12.2",
|
|
595
|
+
"clause": "1.12.2",
|
|
596
|
+
"kind": "provision",
|
|
597
|
+
"fragment_normative": true,
|
|
598
|
+
"modality": "informative",
|
|
599
|
+
"text": "A test generator suitable to reduce the amplitude of the AC mains voltage is used."
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"address": "clause-1.12.2/s2",
|
|
603
|
+
"fragment": "clause-1.12.2",
|
|
604
|
+
"clause": "1.12.2",
|
|
605
|
+
"kind": "provision",
|
|
606
|
+
"fragment_normative": true,
|
|
607
|
+
"modality": "normative",
|
|
608
|
+
"text": "It shall be adjusted before being connected to the gas analytical system."
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"address": "clause-1.12.2/s3",
|
|
612
|
+
"fragment": "clause-1.12.2",
|
|
613
|
+
"clause": "1.12.2",
|
|
614
|
+
"kind": "provision",
|
|
615
|
+
"fragment_normative": true,
|
|
616
|
+
"modality": "normative",
|
|
617
|
+
"text": "The mains voltage interruptions and reductions shall be repeated ten times with an interval of at least 10 s between successive disturbances."
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"address": "clause-1.12.2/s4",
|
|
621
|
+
"fragment": "clause-1.12.2",
|
|
622
|
+
"clause": "1.12.2",
|
|
623
|
+
"kind": "provision",
|
|
624
|
+
"fragment_normative": true,
|
|
625
|
+
"modality": "normative",
|
|
626
|
+
"text": "The following conditions shall be applied:"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"address": "clause-1.12.2/s5",
|
|
630
|
+
"fragment": "clause-1.12.2",
|
|
631
|
+
"clause": "1.12.2",
|
|
632
|
+
"kind": "provision",
|
|
633
|
+
"fragment_normative": true,
|
|
634
|
+
"modality": "informative",
|
|
635
|
+
"text": "Reduction"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"address": "clause-1.12.2/s6",
|
|
639
|
+
"fragment": "clause-1.12.2",
|
|
640
|
+
"clause": "1.12.2",
|
|
641
|
+
"kind": "provision",
|
|
642
|
+
"fragment_normative": true,
|
|
643
|
+
"modality": "informative",
|
|
644
|
+
"text": "factor Duration"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"address": "clause-1.12.2/s7",
|
|
648
|
+
"fragment": "clause-1.12.2",
|
|
649
|
+
"clause": "1.12.2",
|
|
650
|
+
"kind": "provision",
|
|
651
|
+
"fragment_normative": true,
|
|
652
|
+
"modality": "informative",
|
|
653
|
+
"text": "100 %"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"address": "clause-1.12.2/s8",
|
|
657
|
+
"fragment": "clause-1.12.2",
|
|
658
|
+
"clause": "1.12.2",
|
|
659
|
+
"kind": "provision",
|
|
660
|
+
"fragment_normative": true,
|
|
661
|
+
"modality": "informative",
|
|
662
|
+
"text": "10 \"unitsml(ms)\""
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"address": "clause-1.12.2/s9",
|
|
666
|
+
"fragment": "clause-1.12.2",
|
|
667
|
+
"clause": "1.12.2",
|
|
668
|
+
"kind": "provision",
|
|
669
|
+
"fragment_normative": true,
|
|
670
|
+
"modality": "informative",
|
|
671
|
+
"text": "40 %"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"address": "clause-1.12.2/s10",
|
|
675
|
+
"fragment": "clause-1.12.2",
|
|
676
|
+
"clause": "1.12.2",
|
|
677
|
+
"kind": "provision",
|
|
678
|
+
"fragment_normative": true,
|
|
679
|
+
"modality": "informative",
|
|
680
|
+
"text": "30 \"unitsml(ms)\""
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"address": "clause-1.12.2/s11",
|
|
684
|
+
"fragment": "clause-1.12.2",
|
|
685
|
+
"clause": "1.12.2",
|
|
686
|
+
"kind": "provision",
|
|
687
|
+
"fragment_normative": true,
|
|
688
|
+
"modality": "normative",
|
|
689
|
+
"text": "During the test, measurements shall be performed using the CGM with the largest volume fraction for the components to be determined according to 1.2."
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"address": "clause-1.12.3/s1",
|
|
693
|
+
"fragment": "clause-1.12.3",
|
|
694
|
+
"clause": "1.12.3",
|
|
695
|
+
"kind": "provision",
|
|
696
|
+
"fragment_normative": true,
|
|
697
|
+
"modality": "informative",
|
|
698
|
+
"text": "IEC 61000-4-11 [15] and OIML D 11:2013 [2] 12.3."
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"address": "clause-1.13.1/s1",
|
|
702
|
+
"fragment": "clause-1.13.1",
|
|
703
|
+
"clause": "1.13.1",
|
|
704
|
+
"kind": "provision",
|
|
705
|
+
"fragment_normative": true,
|
|
706
|
+
"modality": "informative",
|
|
707
|
+
"text": "Electrical bursts."
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"address": "clause-1.13.2/s1",
|
|
711
|
+
"fragment": "clause-1.13.2",
|
|
712
|
+
"clause": "1.13.2",
|
|
713
|
+
"kind": "provision",
|
|
714
|
+
"fragment_normative": true,
|
|
715
|
+
"modality": "normative",
|
|
716
|
+
"text": "A burst generator shall be used with the performance characteristics as specified in the IEC 61000-4-4 [12]."
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"address": "clause-1.13.2/s2",
|
|
720
|
+
"fragment": "clause-1.13.2",
|
|
721
|
+
"clause": "1.13.2",
|
|
722
|
+
"kind": "provision",
|
|
723
|
+
"fragment_normative": true,
|
|
724
|
+
"modality": "normative",
|
|
725
|
+
"text": "The characteristics of the generator shall be verified before connecting the EUT."
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"address": "clause-1.13.2/s3",
|
|
729
|
+
"fragment": "clause-1.13.2",
|
|
730
|
+
"clause": "1.13.2",
|
|
731
|
+
"kind": "provision",
|
|
732
|
+
"fragment_normative": true,
|
|
733
|
+
"modality": "informative",
|
|
734
|
+
"text": "The test consists in affecting the gas analytical system with pulses of amplitude 1.0 \"unitsml(kV)\", which has the form of a double exponent."
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"address": "clause-1.13.2/s4",
|
|
738
|
+
"fragment": "clause-1.13.2",
|
|
739
|
+
"clause": "1.13.2",
|
|
740
|
+
"kind": "provision",
|
|
741
|
+
"fragment_normative": true,
|
|
742
|
+
"modality": "normative",
|
|
743
|
+
"text": "Each pulse shall have a rise time of 5 ns and half amplitude duration of 50 \"unitsml(ns)\"."
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"address": "clause-1.13.2/s5",
|
|
747
|
+
"fragment": "clause-1.13.2",
|
|
748
|
+
"clause": "1.13.2",
|
|
749
|
+
"kind": "provision",
|
|
750
|
+
"fragment_normative": true,
|
|
751
|
+
"modality": "normative",
|
|
752
|
+
"text": "The pulse duration shall be 15 \"unitsml(ms)\" and the period of their repetition shall be 300 \"unitsml(ms)\"."
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"address": "clause-1.13.2/s6",
|
|
756
|
+
"fragment": "clause-1.13.2",
|
|
757
|
+
"clause": "1.13.2",
|
|
758
|
+
"kind": "provision",
|
|
759
|
+
"fragment_normative": true,
|
|
760
|
+
"modality": "normative",
|
|
761
|
+
"text": "The repetition frequency of the impulses and peak values of the output voltage on a 50 \"unitsml(Ohm)\" load shall be (5 pm 1) \"unitsml(kHz)\"."
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"address": "clause-1.13.2/s7",
|
|
765
|
+
"fragment": "clause-1.13.2",
|
|
766
|
+
"clause": "1.13.2",
|
|
767
|
+
"kind": "provision",
|
|
768
|
+
"fragment_normative": true,
|
|
769
|
+
"modality": "normative",
|
|
770
|
+
"text": "The transient generator shall have an output impedance of 50 \"unitsml(Ohm)\" and shall be adjusted before connecting the gas analytical system."
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"address": "clause-1.13.2/s8",
|
|
774
|
+
"fragment": "clause-1.13.2",
|
|
775
|
+
"clause": "1.13.2",
|
|
776
|
+
"kind": "provision",
|
|
777
|
+
"fragment_normative": true,
|
|
778
|
+
"modality": "normative",
|
|
779
|
+
"text": "At least ten positive and ten negative pulses randomly phased shall be applied."
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"address": "clause-1.13.2/s9",
|
|
783
|
+
"fragment": "clause-1.13.2",
|
|
784
|
+
"clause": "1.13.2",
|
|
785
|
+
"kind": "provision",
|
|
786
|
+
"fragment_normative": true,
|
|
787
|
+
"modality": "normative",
|
|
788
|
+
"text": "Insertion of blocking filters in the cables to the gas analytical system may be necessary to prevent the pulse energy being dissipated in the mains."
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"address": "clause-1.13.2/s10",
|
|
792
|
+
"fragment": "clause-1.13.2",
|
|
793
|
+
"clause": "1.13.2",
|
|
794
|
+
"kind": "provision",
|
|
795
|
+
"fragment_normative": true,
|
|
796
|
+
"modality": "normative",
|
|
797
|
+
"text": "During the test, measurements shall be performed using the CGM with the largest volume fraction for the components to be determined according to 1.2."
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"address": "clause-1.13.3/s1",
|
|
801
|
+
"fragment": "clause-1.13.3",
|
|
802
|
+
"clause": "1.13.3",
|
|
803
|
+
"kind": "provision",
|
|
804
|
+
"fragment_normative": true,
|
|
805
|
+
"modality": "informative",
|
|
806
|
+
"text": "IEC 61000-4-4 [12], and OIML D 11:2013 [2] 12.3."
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"address": "clause-1.14.1/s1",
|
|
810
|
+
"fragment": "clause-1.14.1",
|
|
811
|
+
"clause": "1.14.1",
|
|
812
|
+
"kind": "provision",
|
|
813
|
+
"fragment_normative": true,
|
|
814
|
+
"modality": "informative",
|
|
815
|
+
"text": "Electrical bursts."
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"address": "clause-1.14.2/s1",
|
|
819
|
+
"fragment": "clause-1.14.2",
|
|
820
|
+
"clause": "1.14.2",
|
|
821
|
+
"kind": "provision",
|
|
822
|
+
"fragment_normative": true,
|
|
823
|
+
"modality": "normative",
|
|
824
|
+
"text": "A burst generator shall be used with the performance characteristics as specified in the IEC 61000-4-4 [12]."
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"address": "clause-1.14.2/s2",
|
|
828
|
+
"fragment": "clause-1.14.2",
|
|
829
|
+
"clause": "1.14.2",
|
|
830
|
+
"kind": "provision",
|
|
831
|
+
"fragment_normative": true,
|
|
832
|
+
"modality": "normative",
|
|
833
|
+
"text": "The characteristics of the generator shall be verified before connecting the EUT."
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"address": "clause-1.14.2/s3",
|
|
837
|
+
"fragment": "clause-1.14.2",
|
|
838
|
+
"clause": "1.14.2",
|
|
839
|
+
"kind": "provision",
|
|
840
|
+
"fragment_normative": true,
|
|
841
|
+
"modality": "normative",
|
|
842
|
+
"text": "Before the test, the instruments shall be switched on for a time period equal to or greater than the warm-up time specified by the manufacturer."
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"address": "clause-1.14.2/s4",
|
|
846
|
+
"fragment": "clause-1.14.2",
|
|
847
|
+
"clause": "1.14.2",
|
|
848
|
+
"kind": "provision",
|
|
849
|
+
"fragment_normative": true,
|
|
850
|
+
"modality": "normative",
|
|
851
|
+
"text": "The EUT shall not be readjusted at any time during the test except to reset it if a significant fault has been indicated."
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"address": "clause-1.14.2/s5",
|
|
855
|
+
"fragment": "clause-1.14.2",
|
|
856
|
+
"clause": "1.14.2",
|
|
857
|
+
"kind": "provision",
|
|
858
|
+
"fragment_normative": true,
|
|
859
|
+
"modality": "informative",
|
|
860
|
+
"text": "The test consists in exposing the EUT to bursts of voltage spikes of 1 \"unitsml(kV)\", with a repetition rate of 5 \"unitsml(kHz)\"."
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"address": "clause-1.14.2/s6",
|
|
864
|
+
"fragment": "clause-1.14.2",
|
|
865
|
+
"clause": "1.14.2",
|
|
866
|
+
"kind": "provision",
|
|
867
|
+
"fragment_normative": true,
|
|
868
|
+
"modality": "normative",
|
|
869
|
+
"text": "At least ten positive and ten negative bursts randomly phased shall be applied."
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"address": "clause-1.14.2/s7",
|
|
873
|
+
"fragment": "clause-1.14.2",
|
|
874
|
+
"clause": "1.14.2",
|
|
875
|
+
"kind": "provision",
|
|
876
|
+
"fragment_normative": true,
|
|
877
|
+
"modality": "normative",
|
|
878
|
+
"text": "The duration of the test shall not be less than 1 min for each amplitude and polarity."
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"address": "clause-1.14.3/s1",
|
|
882
|
+
"fragment": "clause-1.14.3",
|
|
883
|
+
"clause": "1.14.3",
|
|
884
|
+
"kind": "provision",
|
|
885
|
+
"fragment_normative": true,
|
|
886
|
+
"modality": "informative",
|
|
887
|
+
"text": "IEC 61000-4-4 [12] and OIML D 11:2013 [2] 12.4."
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"address": "clause-1.15.1/s1",
|
|
891
|
+
"fragment": "clause-1.15.1",
|
|
892
|
+
"clause": "1.15.1",
|
|
893
|
+
"kind": "provision",
|
|
894
|
+
"fragment_normative": true,
|
|
895
|
+
"modality": "informative",
|
|
896
|
+
"text": "Electrical surges."
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"address": "clause-1.15.2/s1",
|
|
900
|
+
"fragment": "clause-1.15.2",
|
|
901
|
+
"clause": "1.15.2",
|
|
902
|
+
"kind": "provision",
|
|
903
|
+
"fragment_normative": true,
|
|
904
|
+
"modality": "normative",
|
|
905
|
+
"text": "A surge generator shall be used with the performance characteristics as specified in the referenced standard."
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"address": "clause-1.15.2/s2",
|
|
909
|
+
"fragment": "clause-1.15.2",
|
|
910
|
+
"clause": "1.15.2",
|
|
911
|
+
"kind": "provision",
|
|
912
|
+
"fragment_normative": true,
|
|
913
|
+
"modality": "informative",
|
|
914
|
+
"text": "The test consists of exposure to surges for which the rise time, pulse width, peak values of the output voltage/current on high/low impedance load and minimum time interval between two successive pulses are defined in the referenced standard."
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"address": "clause-1.15.2/s3",
|
|
918
|
+
"fragment": "clause-1.15.2",
|
|
919
|
+
"clause": "1.15.2",
|
|
920
|
+
"kind": "provision",
|
|
921
|
+
"fragment_normative": true,
|
|
922
|
+
"modality": "normative",
|
|
923
|
+
"text": "The characteristics of the generator shall be verified before connecting the EUT."
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"address": "clause-1.15.2/s4",
|
|
927
|
+
"fragment": "clause-1.15.2",
|
|
928
|
+
"clause": "1.15.2",
|
|
929
|
+
"kind": "provision",
|
|
930
|
+
"fragment_normative": true,
|
|
931
|
+
"modality": "normative",
|
|
932
|
+
"text": "At least three positive and three negative surges shall be applied."
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"address": "clause-1.15.3/s1",
|
|
936
|
+
"fragment": "clause-1.15.3",
|
|
937
|
+
"clause": "1.15.3",
|
|
938
|
+
"kind": "provision",
|
|
939
|
+
"fragment_normative": true,
|
|
940
|
+
"modality": "informative",
|
|
941
|
+
"text": "IEC 61000-4-5 [13] and OIML D 11:2013 [2] 12.4."
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"address": "clause-1.16.1/s1",
|
|
945
|
+
"fragment": "clause-1.16.1",
|
|
946
|
+
"clause": "1.16.1",
|
|
947
|
+
"kind": "provision",
|
|
948
|
+
"fragment_normative": true,
|
|
949
|
+
"modality": "informative",
|
|
950
|
+
"text": "Electrostatic discharge."
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"address": "clause-1.16.2/s1",
|
|
954
|
+
"fragment": "clause-1.16.2",
|
|
955
|
+
"clause": "1.16.2",
|
|
956
|
+
"kind": "provision",
|
|
957
|
+
"fragment_normative": true,
|
|
958
|
+
"modality": "normative",
|
|
959
|
+
"text": "A capacitor of 150 \"unitsml(pF)\" shall be charged by a suitable DC voltage source of 6 \"unitsml(kV)\" in contact mode and 8 \"unitsml(kV)\" in air mode."
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"address": "clause-1.16.2/s2",
|
|
963
|
+
"fragment": "clause-1.16.2",
|
|
964
|
+
"clause": "1.16.2",
|
|
965
|
+
"kind": "provision",
|
|
966
|
+
"fragment_normative": true,
|
|
967
|
+
"modality": "normative",
|
|
968
|
+
"text": "Then it shall be discharged through the gas analytical system (or its separate units) by connecting one terminal to the system’s ground chassis and the other through a 330 \"unitsml(Ohm)\" resistance to the system’s surfaces that are normally accessible to the user."
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"address": "clause-1.16.2/s3",
|
|
972
|
+
"fragment": "clause-1.16.2",
|
|
973
|
+
"clause": "1.16.2",
|
|
974
|
+
"kind": "provision",
|
|
975
|
+
"fragment_normative": true,
|
|
976
|
+
"modality": "normative",
|
|
977
|
+
"text": "At least ten successive discharges shall be applied with a time interval between discharges of at least 10 \"unitsml(s)\"."
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"address": "clause-1.16.2/s4",
|
|
981
|
+
"fragment": "clause-1.16.2",
|
|
982
|
+
"clause": "1.16.2",
|
|
983
|
+
"kind": "provision",
|
|
984
|
+
"fragment_normative": true,
|
|
985
|
+
"modality": "normative",
|
|
986
|
+
"text": "A gas analytical system (or its separate units) not equipped with a grounding terminal (for which earthing is not provided) shall be placed on a grounded plane surface that projects beyond the gas analytical system (or its separate units) by at least 0.1 \"unitsml(m)\" on all sides."
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"address": "clause-1.16.2/s5",
|
|
990
|
+
"fragment": "clause-1.16.2",
|
|
991
|
+
"clause": "1.16.2",
|
|
992
|
+
"kind": "provision",
|
|
993
|
+
"fragment_normative": true,
|
|
994
|
+
"modality": "normative",
|
|
995
|
+
"text": "The associated grounded connection to the capacitor shall be as short as possible."
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"address": "clause-1.16.2.1/s1",
|
|
999
|
+
"fragment": "clause-1.16.2.1",
|
|
1000
|
+
"clause": "1.16.2.1",
|
|
1001
|
+
"kind": "provision",
|
|
1002
|
+
"fragment_normative": true,
|
|
1003
|
+
"modality": "normative",
|
|
1004
|
+
"text": "In the contact discharge mode, to be carried out on the conductive surfaces, the electrode shall be in contact with the gas analytical system (or its separate units) and the discharge shall be actuated by the discharge switch of the generator."
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"address": "clause-1.16.2.1/s2",
|
|
1008
|
+
"fragment": "clause-1.16.2.1",
|
|
1009
|
+
"clause": "1.16.2.1",
|
|
1010
|
+
"kind": "provision",
|
|
1011
|
+
"fragment_normative": true,
|
|
1012
|
+
"modality": "informative",
|
|
1013
|
+
"text": "In the air discharge mode, on insulating surfaces, the electrode is approached to the gas analytical system (or its separate units) and the discharge occurs by spark."
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"address": "clause-1.16.2.2/s1",
|
|
1017
|
+
"fragment": "clause-1.16.2.2",
|
|
1018
|
+
"clause": "1.16.2.2",
|
|
1019
|
+
"kind": "provision",
|
|
1020
|
+
"fragment_normative": true,
|
|
1021
|
+
"modality": "informative",
|
|
1022
|
+
"text": "The discharges are applied in the contact mode to coupling planes mounted in the vicinity of the gas analytical system (or its separate units)."
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"address": "clause-1.16.2.2/s2",
|
|
1026
|
+
"fragment": "clause-1.16.2.2",
|
|
1027
|
+
"clause": "1.16.2.2",
|
|
1028
|
+
"kind": "provision",
|
|
1029
|
+
"fragment_normative": true,
|
|
1030
|
+
"modality": "normative",
|
|
1031
|
+
"text": "During the test, measurements shall be performed using the CGM with the largest volume fraction for the components to be determined according to 1.2."
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"address": "clause-1.16.3/s1",
|
|
1035
|
+
"fragment": "clause-1.16.3",
|
|
1036
|
+
"clause": "1.16.3",
|
|
1037
|
+
"kind": "provision",
|
|
1038
|
+
"fragment_normative": true,
|
|
1039
|
+
"modality": "informative",
|
|
1040
|
+
"text": "IEC 61000-4-2 [10] and OIML D 11:2013 [2] 13.3."
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"address": "clause-1.17.1/s1",
|
|
1044
|
+
"fragment": "clause-1.17.1",
|
|
1045
|
+
"clause": "1.17.1",
|
|
1046
|
+
"kind": "provision",
|
|
1047
|
+
"fragment_normative": true,
|
|
1048
|
+
"modality": "informative",
|
|
1049
|
+
"text": "Radiated electromagnetic fields."
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"address": "clause-1.17.2/s1",
|
|
1053
|
+
"fragment": "clause-1.17.2",
|
|
1054
|
+
"clause": "1.17.2",
|
|
1055
|
+
"kind": "provision",
|
|
1056
|
+
"fragment_normative": true,
|
|
1057
|
+
"modality": "normative",
|
|
1058
|
+
"text": "The gas analytical system (or its separate units) shall be exposed to electromagnetic field strength as follows:"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"address": "clause-1.17.2/s2",
|
|
1062
|
+
"fragment": "clause-1.17.2",
|
|
1063
|
+
"clause": "1.17.2",
|
|
1064
|
+
"kind": "provision",
|
|
1065
|
+
"fragment_normative": true,
|
|
1066
|
+
"modality": "informative",
|
|
1067
|
+
"text": "frequency range: 26 \"unitsml(MHz)\" — 3 \"unitsml(GHz)\";"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"address": "clause-1.17.2/s3",
|
|
1071
|
+
"fragment": "clause-1.17.2",
|
|
1072
|
+
"clause": "1.17.2",
|
|
1073
|
+
"kind": "provision",
|
|
1074
|
+
"fragment_normative": true,
|
|
1075
|
+
"modality": "informative",
|
|
1076
|
+
"text": "field strength: 10 \"unitsml(V/m)\";"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"address": "clause-1.17.2/s4",
|
|
1080
|
+
"fragment": "clause-1.17.2",
|
|
1081
|
+
"clause": "1.17.2",
|
|
1082
|
+
"kind": "provision",
|
|
1083
|
+
"fragment_normative": true,
|
|
1084
|
+
"modality": "informative",
|
|
1085
|
+
"text": "modulation: 80 % AM, 1 \"unitsml(kHz)\" sine wave."
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"address": "clause-1.17.2/s5",
|
|
1089
|
+
"fragment": "clause-1.17.2",
|
|
1090
|
+
"clause": "1.17.2",
|
|
1091
|
+
"kind": "provision",
|
|
1092
|
+
"fragment_normative": true,
|
|
1093
|
+
"modality": "normative",
|
|
1094
|
+
"text": "The field strength may be generated in different facilities."
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"address": "clause-1.17.2/s6",
|
|
1098
|
+
"fragment": "clause-1.17.2",
|
|
1099
|
+
"clause": "1.17.2",
|
|
1100
|
+
"kind": "provision",
|
|
1101
|
+
"fragment_normative": true,
|
|
1102
|
+
"modality": "normative",
|
|
1103
|
+
"text": "The field strength shall be established prior to the actual testing (without the gas analytical system or its separate units in the field)."
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"address": "clause-1.17.2/s7",
|
|
1107
|
+
"fragment": "clause-1.17.2",
|
|
1108
|
+
"clause": "1.17.2",
|
|
1109
|
+
"kind": "provision",
|
|
1110
|
+
"fragment_normative": true,
|
|
1111
|
+
"modality": "normative",
|
|
1112
|
+
"text": "When the test is carried out in a shielded enclosure to comply with international laws prohibiting interference to radio communications, care shall be taken to handle reflections from walls."
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"address": "clause-1.17.2/s8",
|
|
1116
|
+
"fragment": "clause-1.17.2",
|
|
1117
|
+
"clause": "1.17.2",
|
|
1118
|
+
"kind": "provision",
|
|
1119
|
+
"fragment_normative": true,
|
|
1120
|
+
"modality": "normative",
|
|
1121
|
+
"text": "Anechoic shielding may be necessary."
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"address": "clause-1.17.2/s9",
|
|
1125
|
+
"fragment": "clause-1.17.2",
|
|
1126
|
+
"clause": "1.17.2",
|
|
1127
|
+
"kind": "provision",
|
|
1128
|
+
"fragment_normative": true,
|
|
1129
|
+
"modality": "normative",
|
|
1130
|
+
"text": "During the test, measurements shall be performed using the CGM with the largest volume fraction for the components to be determined according to 1.2."
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"address": "clause-1.17.3/s1",
|
|
1134
|
+
"fragment": "clause-1.17.3",
|
|
1135
|
+
"clause": "1.17.3",
|
|
1136
|
+
"kind": "provision",
|
|
1137
|
+
"fragment_normative": true,
|
|
1138
|
+
"modality": "informative",
|
|
1139
|
+
"text": "IEC 61000-4-3 [11], IEC 61000-4-6 [14], and OIML D 11 [2] 13.2."
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"address": "clause-1.18.1/s1",
|
|
1143
|
+
"fragment": "clause-1.18.1",
|
|
1144
|
+
"clause": "1.18.1",
|
|
1145
|
+
"kind": "provision",
|
|
1146
|
+
"fragment_normative": true,
|
|
1147
|
+
"modality": "informative",
|
|
1148
|
+
"text": "Variation in supply voltage."
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"address": "clause-1.18.2/s1",
|
|
1152
|
+
"fragment": "clause-1.18.2",
|
|
1153
|
+
"clause": "1.18.2",
|
|
1154
|
+
"kind": "provision",
|
|
1155
|
+
"fragment_normative": true,
|
|
1156
|
+
"modality": "informative",
|
|
1157
|
+
"text": "The test consists of exposure to the specified condition of the battery(s) for a period sufficient for achieving temperature stability and for performing the required measurements."
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"address": "clause-1.18.3/s1",
|
|
1161
|
+
"fragment": "clause-1.18.3",
|
|
1162
|
+
"clause": "1.18.3",
|
|
1163
|
+
"kind": "provision",
|
|
1164
|
+
"fragment_normative": true,
|
|
1165
|
+
"modality": "informative",
|
|
1166
|
+
"text": "Stabilize the power supply at a voltage within the defined limits and apply the measurement and/or loading condition."
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"address": "clause-1.18.3/s2",
|
|
1170
|
+
"fragment": "clause-1.18.3",
|
|
1171
|
+
"clause": "1.18.3",
|
|
1172
|
+
"kind": "provision",
|
|
1173
|
+
"fragment_normative": true,
|
|
1174
|
+
"modality": "informative",
|
|
1175
|
+
"text": "Record the following data:"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"address": "clause-1.18.3/s3",
|
|
1179
|
+
"fragment": "clause-1.18.3",
|
|
1180
|
+
"clause": "1.18.3",
|
|
1181
|
+
"kind": "provision",
|
|
1182
|
+
"fragment_normative": true,
|
|
1183
|
+
"modality": "informative",
|
|
1184
|
+
"text": "Date and time;"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"address": "clause-1.18.3/s4",
|
|
1188
|
+
"fragment": "clause-1.18.3",
|
|
1189
|
+
"clause": "1.18.3",
|
|
1190
|
+
"kind": "provision",
|
|
1191
|
+
"fragment_normative": true,
|
|
1192
|
+
"modality": "informative",
|
|
1193
|
+
"text": "Temperature;"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"address": "clause-1.18.3/s5",
|
|
1197
|
+
"fragment": "clause-1.18.3",
|
|
1198
|
+
"clause": "1.18.3",
|
|
1199
|
+
"kind": "provision",
|
|
1200
|
+
"fragment_normative": true,
|
|
1201
|
+
"modality": "informative",
|
|
1202
|
+
"text": "Power supply voltage;"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"address": "clause-1.18.3/s6",
|
|
1206
|
+
"fragment": "clause-1.18.3",
|
|
1207
|
+
"clause": "1.18.3",
|
|
1208
|
+
"kind": "provision",
|
|
1209
|
+
"fragment_normative": true,
|
|
1210
|
+
"modality": "informative",
|
|
1211
|
+
"text": "Functional mode;"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"address": "clause-1.18.3/s7",
|
|
1215
|
+
"fragment": "clause-1.18.3",
|
|
1216
|
+
"clause": "1.18.3",
|
|
1217
|
+
"kind": "provision",
|
|
1218
|
+
"fragment_normative": true,
|
|
1219
|
+
"modality": "informative",
|
|
1220
|
+
"text": "Measurements and/or loading condition;"
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"address": "clause-1.18.3/s8",
|
|
1224
|
+
"fragment": "clause-1.18.3",
|
|
1225
|
+
"clause": "1.18.3",
|
|
1226
|
+
"kind": "provision",
|
|
1227
|
+
"fragment_normative": true,
|
|
1228
|
+
"modality": "informative",
|
|
1229
|
+
"text": "Indications (as applicable);"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"address": "clause-1.18.3/s9",
|
|
1233
|
+
"fragment": "clause-1.18.3",
|
|
1234
|
+
"clause": "1.18.3",
|
|
1235
|
+
"kind": "provision",
|
|
1236
|
+
"fragment_normative": true,
|
|
1237
|
+
"modality": "informative",
|
|
1238
|
+
"text": "Errors;"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"address": "clause-1.18.3/s10",
|
|
1242
|
+
"fragment": "clause-1.18.3",
|
|
1243
|
+
"clause": "1.18.3",
|
|
1244
|
+
"kind": "provision",
|
|
1245
|
+
"fragment_normative": true,
|
|
1246
|
+
"modality": "informative",
|
|
1247
|
+
"text": "Functional performance."
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"address": "clause-1.18.3/s11",
|
|
1251
|
+
"fragment": "clause-1.18.3",
|
|
1252
|
+
"clause": "1.18.3",
|
|
1253
|
+
"kind": "provision",
|
|
1254
|
+
"fragment_normative": true,
|
|
1255
|
+
"modality": "informative",
|
|
1256
|
+
"text": "Reduce the power voltage to the EUT until the equipment clearly ceases to function properly according to the specifications and metrological requirements, and note the following data:"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"address": "clause-1.18.3/s12",
|
|
1260
|
+
"fragment": "clause-1.18.3",
|
|
1261
|
+
"clause": "1.18.3",
|
|
1262
|
+
"kind": "provision",
|
|
1263
|
+
"fragment_normative": true,
|
|
1264
|
+
"modality": "informative",
|
|
1265
|
+
"text": "Power supply voltage;"
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"address": "clause-1.18.3/s13",
|
|
1269
|
+
"fragment": "clause-1.18.3",
|
|
1270
|
+
"clause": "1.18.3",
|
|
1271
|
+
"kind": "provision",
|
|
1272
|
+
"fragment_normative": true,
|
|
1273
|
+
"modality": "informative",
|
|
1274
|
+
"text": "Indications;"
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"address": "clause-1.18.3/s14",
|
|
1278
|
+
"fragment": "clause-1.18.3",
|
|
1279
|
+
"clause": "1.18.3",
|
|
1280
|
+
"kind": "provision",
|
|
1281
|
+
"fragment_normative": true,
|
|
1282
|
+
"modality": "informative",
|
|
1283
|
+
"text": "Errors;"
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"address": "clause-1.18.3/s15",
|
|
1287
|
+
"fragment": "clause-1.18.3",
|
|
1288
|
+
"clause": "1.18.3",
|
|
1289
|
+
"kind": "provision",
|
|
1290
|
+
"fragment_normative": true,
|
|
1291
|
+
"modality": "informative",
|
|
1292
|
+
"text": "Other relevant responses of the instrument."
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"address": "clause-1.19.1/s1",
|
|
1296
|
+
"fragment": "clause-1.19.1",
|
|
1297
|
+
"clause": "1.19.1",
|
|
1298
|
+
"kind": "provision",
|
|
1299
|
+
"fragment_normative": true,
|
|
1300
|
+
"modality": "normative",
|
|
1301
|
+
"text": "At reference conditions and at 5 \"unitsml(degC)\", the warm-up time test to verify compliance with R 144-1, 4.7 shall consist of the following steps:"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"address": "clause-1.19.1/s2",
|
|
1305
|
+
"fragment": "clause-1.19.1",
|
|
1306
|
+
"clause": "1.19.1",
|
|
1307
|
+
"kind": "provision",
|
|
1308
|
+
"fragment_normative": true,
|
|
1309
|
+
"modality": "informative",
|
|
1310
|
+
"text": "stabilize the gas analytical system at each temperature;"
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"address": "clause-1.19.1/s3",
|
|
1314
|
+
"fragment": "clause-1.19.1",
|
|
1315
|
+
"clause": "1.19.1",
|
|
1316
|
+
"kind": "provision",
|
|
1317
|
+
"fragment_normative": true,
|
|
1318
|
+
"modality": "informative",
|
|
1319
|
+
"text": "let the gas analytical system warm up;"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"address": "clause-1.19.1/s4",
|
|
1323
|
+
"fragment": "clause-1.19.1",
|
|
1324
|
+
"clause": "1.19.1",
|
|
1325
|
+
"kind": "provision",
|
|
1326
|
+
"fragment_normative": true,
|
|
1327
|
+
"modality": "informative",
|
|
1328
|
+
"text": "immediately after either the manufacturer’s prescribed warm-up period has elapsed or an automatic warm-up lockout has been de-activated, perform a measurement of volume fraction for the components to be determined (with any necessary internal adjustment being performed prior to this measurement)."
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"address": "clause-1.19.1/s5",
|
|
1332
|
+
"fragment": "clause-1.19.1",
|
|
1333
|
+
"clause": "1.19.1",
|
|
1334
|
+
"kind": "provision",
|
|
1335
|
+
"fragment_normative": true,
|
|
1336
|
+
"modality": "normative",
|
|
1337
|
+
"text": "Each of the CGMs recommended in 1.2 shall be used;"
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"address": "clause-1.19.1/s6",
|
|
1341
|
+
"fragment": "clause-1.19.1",
|
|
1342
|
+
"clause": "1.19.1",
|
|
1343
|
+
"kind": "provision",
|
|
1344
|
+
"fragment_normative": true,
|
|
1345
|
+
"modality": "informative",
|
|
1346
|
+
"text": "at time intervals of 2 min, 5 min and 15 min after warm-up, perform a measurement with each of the CGMs recommended in 1.2 as in step item-1.19.1-c."
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"address": "clause-1.19.1/s7",
|
|
1350
|
+
"fragment": "clause-1.19.1",
|
|
1351
|
+
"clause": "1.19.1",
|
|
1352
|
+
"kind": "provision",
|
|
1353
|
+
"fragment_normative": true,
|
|
1354
|
+
"modality": "informative",
|
|
1355
|
+
"text": "Check that the difference between any of the four measured values in item-1.19.1-c and item-1.19.1-d above does not exceed the absolute value of the maximum permissible error on initial verification."
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"address": "clause-1.19.1/note-1/s1",
|
|
1359
|
+
"fragment": "clause-1.19.1/note-1",
|
|
1360
|
+
"kind": "note",
|
|
1361
|
+
"fragment_normative": false,
|
|
1362
|
+
"modality": "informative",
|
|
1363
|
+
"text": "At reference conditions, the warm-up time test may be included with the drift test."
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"address": "clause-1.20.1/s1",
|
|
1367
|
+
"fragment": "clause-1.20.1",
|
|
1368
|
+
"clause": "1.20.1",
|
|
1369
|
+
"kind": "provision",
|
|
1370
|
+
"fragment_normative": true,
|
|
1371
|
+
"modality": "informative",
|
|
1372
|
+
"text": "When testing, the time required for a gas analytical system to be able to perform measurements with a given accuracy (R 144-1, 4.3.1) is determined when at the input of a sampling device ambient air is replaced with a sample containing the components to be determined."
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"address": "clause-1.20.1/s2",
|
|
1376
|
+
"fragment": "clause-1.20.1",
|
|
1377
|
+
"clause": "1.20.1",
|
|
1378
|
+
"kind": "provision",
|
|
1379
|
+
"fragment_normative": true,
|
|
1380
|
+
"modality": "normative",
|
|
1381
|
+
"text": "Some means shall be applied to perform such replacement."
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"address": "clause-1.20.1/s3",
|
|
1385
|
+
"fragment": "clause-1.20.1",
|
|
1386
|
+
"clause": "1.20.1",
|
|
1387
|
+
"kind": "provision",
|
|
1388
|
+
"fragment_normative": true,
|
|
1389
|
+
"modality": "normative",
|
|
1390
|
+
"text": "The gases shall be supplied to the sampling device at the ambient pressure (pm 750 \"unitsml(Pa)\")."
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"address": "clause-1.20.1/s4",
|
|
1394
|
+
"fragment": "clause-1.20.1",
|
|
1395
|
+
"clause": "1.20.1",
|
|
1396
|
+
"kind": "provision",
|
|
1397
|
+
"fragment_normative": true,
|
|
1398
|
+
"modality": "informative",
|
|
1399
|
+
"text": "Check that the response time does not exceed the appropriate values specified in R 144-1, 4.6."
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"address": "clause-1.20.2/s1",
|
|
1403
|
+
"fragment": "clause-1.20.2",
|
|
1404
|
+
"clause": "1.20.2",
|
|
1405
|
+
"kind": "provision",
|
|
1406
|
+
"fragment_normative": true,
|
|
1407
|
+
"modality": "normative",
|
|
1408
|
+
"text": "During the test, measurements shall be performed using the CGM with the volume fraction of components to be determined equal to 90 % of the maximum value of the measuring range and sub-range (see R 144-1, 4.6)."
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"address": "clause-1.21.1/s1",
|
|
1412
|
+
"fragment": "clause-1.21.1",
|
|
1413
|
+
"clause": "1.21.1",
|
|
1414
|
+
"kind": "provision",
|
|
1415
|
+
"fragment_normative": true,
|
|
1416
|
+
"modality": "normative",
|
|
1417
|
+
"text": "A measurement shall be performed with a calibration gas mixture that is initially supplied at the sampling device at a gas flow rate greater than the minimum required by the gas analytical system according to the manufacturer."
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"address": "clause-1.21.1/s2",
|
|
1421
|
+
"fragment": "clause-1.21.1",
|
|
1422
|
+
"clause": "1.21.1",
|
|
1423
|
+
"kind": "provision",
|
|
1424
|
+
"fragment_normative": true,
|
|
1425
|
+
"modality": "normative",
|
|
1426
|
+
"text": "During the measurement, the gas flow rate shall be reduced until the low flow indicator responds according to the requirements of R 144-1, 5.1.5 and gives a signal according to the requirement of R 144-1, 5.5.2."
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"address": "clause-1.21.2/s1",
|
|
1430
|
+
"fragment": "clause-1.21.2",
|
|
1431
|
+
"clause": "1.21.2",
|
|
1432
|
+
"kind": "provision",
|
|
1433
|
+
"fragment_normative": true,
|
|
1434
|
+
"modality": "informative",
|
|
1435
|
+
"text": "The test is repeated according to 1.18.1, but starting from a gas flow rate smaller than the maximum required by the gas analytical system according to the manufacturer."
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"address": "clause-1.21.2/s2",
|
|
1439
|
+
"fragment": "clause-1.21.2",
|
|
1440
|
+
"clause": "1.21.2",
|
|
1441
|
+
"kind": "provision",
|
|
1442
|
+
"fragment_normative": true,
|
|
1443
|
+
"modality": "normative",
|
|
1444
|
+
"text": "During the measurement, the gas flow rate shall be increased until the flow rate indicator responds according to the requirements of R 144-1, 5.1.5 and gives a signal according to the requirement of R 144-1, 5.5.2."
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"address": "clause-1.21.3/s1",
|
|
1448
|
+
"fragment": "clause-1.21.3",
|
|
1449
|
+
"clause": "1.21.3",
|
|
1450
|
+
"kind": "provision",
|
|
1451
|
+
"fragment_normative": true,
|
|
1452
|
+
"modality": "normative",
|
|
1453
|
+
"text": "During the test, measurements shall be performed using each of the CGMs recommended in 1.2."
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"address": "clause-1.22/s1",
|
|
1457
|
+
"fragment": "clause-1.22",
|
|
1458
|
+
"clause": "1.22",
|
|
1459
|
+
"kind": "provision",
|
|
1460
|
+
"fragment_normative": true,
|
|
1461
|
+
"modality": "informative",
|
|
1462
|
+
"text": "The compliance of the leak-proofing requirements detailed R 144-1, 5.1.6, for the gas analytical system or its separate units, is determined using the pressure-gauge (compression or vacuum) method according to IEC 60068-2-17 [20] as described in the operating manual."
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"address": "clause-2/s1",
|
|
1466
|
+
"fragment": "clause-2",
|
|
1467
|
+
"clause": "2",
|
|
1468
|
+
"kind": "provision",
|
|
1469
|
+
"fragment_normative": true,
|
|
1470
|
+
"modality": "normative",
|
|
1471
|
+
"text": "The initial verification of a gas analytical system should include the following tests:"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"address": "clause-2.1/s1",
|
|
1475
|
+
"fragment": "clause-2.1",
|
|
1476
|
+
"clause": "2.1",
|
|
1477
|
+
"kind": "provision",
|
|
1478
|
+
"fragment_normative": true,
|
|
1479
|
+
"modality": "informative",
|
|
1480
|
+
"text": "Check the power supply voltage and frequency at the location of use to determine compliance with the manufacturer’s specifications."
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"address": "clause-2.2/s1",
|
|
1484
|
+
"fragment": "clause-2.2",
|
|
1485
|
+
"clause": "2.2",
|
|
1486
|
+
"kind": "provision",
|
|
1487
|
+
"fragment_normative": true,
|
|
1488
|
+
"modality": "informative",
|
|
1489
|
+
"text": "Check the activation of the warm-up lockout by attempting to make a measurement prior to the operating mode."
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"address": "clause-2.3/s1",
|
|
1493
|
+
"fragment": "clause-2.3",
|
|
1494
|
+
"clause": "2.3",
|
|
1495
|
+
"kind": "provision",
|
|
1496
|
+
"fragment_normative": true,
|
|
1497
|
+
"modality": "informative",
|
|
1498
|
+
"text": "After the gas analytical system has warmed up, determine its error as described in R 144-1, 7.2.2.2."
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"address": "clause-2.4/s1",
|
|
1502
|
+
"fragment": "clause-2.4",
|
|
1503
|
+
"clause": "2.4",
|
|
1504
|
+
"kind": "provision",
|
|
1505
|
+
"fragment_normative": true,
|
|
1506
|
+
"modality": "informative",
|
|
1507
|
+
"text": "Check the air-tightness of the gas analytical system by performing a leak check as described in 1.22."
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"address": "clause-2.5/s1",
|
|
1511
|
+
"fragment": "clause-2.5",
|
|
1512
|
+
"clause": "2.5",
|
|
1513
|
+
"kind": "provision",
|
|
1514
|
+
"fragment_normative": true,
|
|
1515
|
+
"modality": "informative",
|
|
1516
|
+
"text": "Check for the activation of the gas flow rate device (unit) as described in 1.21."
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"address": "clause-2.6/s1",
|
|
1520
|
+
"fragment": "clause-2.6",
|
|
1521
|
+
"clause": "2.6",
|
|
1522
|
+
"kind": "provision",
|
|
1523
|
+
"fragment_normative": true,
|
|
1524
|
+
"modality": "informative",
|
|
1525
|
+
"text": "Check the response time as described in 1.20."
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"address": "clause-A/s1",
|
|
1529
|
+
"fragment": "clause-A",
|
|
1530
|
+
"clause": "A",
|
|
1531
|
+
"kind": "provision",
|
|
1532
|
+
"fragment_normative": false,
|
|
1533
|
+
"modality": "informative",
|
|
1534
|
+
"text": "Subsequent verification of a gas analytical system at the same location may include the tests below."
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"address": "clause-A.1/s1",
|
|
1538
|
+
"fragment": "clause-A.1",
|
|
1539
|
+
"clause": "A.1",
|
|
1540
|
+
"kind": "provision",
|
|
1541
|
+
"fragment_normative": false,
|
|
1542
|
+
"modality": "informative",
|
|
1543
|
+
"text": "For short-term subsequent verification, perform all tests included in the initial verification except for the power check and the warm-up check."
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"address": "clause-A.2/s1",
|
|
1547
|
+
"fragment": "clause-A.2",
|
|
1548
|
+
"clause": "A.2",
|
|
1549
|
+
"kind": "provision",
|
|
1550
|
+
"fragment_normative": false,
|
|
1551
|
+
"modality": "informative",
|
|
1552
|
+
"text": "For short-term subsequent verification, determine the error using the number of CGMs required for initial verification, unless the responsible legal authority specifies fewer CGMs."
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"address": "clause-A.3/s1",
|
|
1556
|
+
"fragment": "clause-A.3",
|
|
1557
|
+
"clause": "A.3",
|
|
1558
|
+
"kind": "provision",
|
|
1559
|
+
"fragment_normative": false,
|
|
1560
|
+
"modality": "informative",
|
|
1561
|
+
"text": "For long-term subsequent verification, perform all tests included in the initial verification."
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"address": "clause-A.4/s1",
|
|
1565
|
+
"fragment": "clause-A.4",
|
|
1566
|
+
"clause": "A.4",
|
|
1567
|
+
"kind": "provision",
|
|
1568
|
+
"fragment_normative": false,
|
|
1569
|
+
"modality": "informative",
|
|
1570
|
+
"text": "When a gas analytical system has been moved to a new location, or has undergone repairs other than the replacement of its separate units (e.g. a sampling device or a filter) as defined in the manufacturer’s operating manual, perform all tests included in the initial verification."
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"address": "clause-B.1/s1",
|
|
1574
|
+
"fragment": "clause-B.1",
|
|
1575
|
+
"clause": "B.1",
|
|
1576
|
+
"kind": "provision",
|
|
1577
|
+
"fragment_normative": false,
|
|
1578
|
+
"modality": "informative",
|
|
1579
|
+
"text": "Perform an internal adjustment check of the gas analytical system that may include checking the gas flow rate, the temperature of the heated gas-mains at intervals specified by the responsible legal authority or recommended in the manufacturer’s operating manual."
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"address": "clause-B.2/s1",
|
|
1583
|
+
"fragment": "clause-B.2",
|
|
1584
|
+
"clause": "B.2",
|
|
1585
|
+
"kind": "provision",
|
|
1586
|
+
"fragment_normative": false,
|
|
1587
|
+
"modality": "informative",
|
|
1588
|
+
"text": "Determine the error of the gas analytical system and internal adjustment with one CGM at intervals specified by the responsible legal authority or recommended in the manufacturer’s operating manual."
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"address": "clause-B.3/s1",
|
|
1592
|
+
"fragment": "clause-B.3",
|
|
1593
|
+
"clause": "B.3",
|
|
1594
|
+
"kind": "provision",
|
|
1595
|
+
"fragment_normative": false,
|
|
1596
|
+
"modality": "informative",
|
|
1597
|
+
"text": "Perform a leak check of the gas handling system at least once a day."
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"address": "clause-B.3/s2",
|
|
1601
|
+
"fragment": "clause-B.3",
|
|
1602
|
+
"clause": "B.3",
|
|
1603
|
+
"kind": "provision",
|
|
1604
|
+
"fragment_normative": false,
|
|
1605
|
+
"modality": "informative",
|
|
1606
|
+
"text": "Repair any leakage/leak and perform a successful leak check before measurement."
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"address": "clause-B.4/s1",
|
|
1610
|
+
"fragment": "clause-B.4",
|
|
1611
|
+
"clause": "B.4",
|
|
1612
|
+
"kind": "provision",
|
|
1613
|
+
"fragment_normative": false,
|
|
1614
|
+
"modality": "informative",
|
|
1615
|
+
"text": "Perform a leak check after each disassembly of the gas handling system (e.g. a sampling device or filter element replacement)."
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"address": "clause-B.4/s2",
|
|
1619
|
+
"fragment": "clause-B.4",
|
|
1620
|
+
"clause": "B.4",
|
|
1621
|
+
"kind": "provision",
|
|
1622
|
+
"fragment_normative": false,
|
|
1623
|
+
"modality": "informative",
|
|
1624
|
+
"text": "Repair any leakage/leak and perform a successful leak check before measurement."
|
|
1625
|
+
}
|
|
1626
|
+
]
|
|
1627
|
+
}
|