@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,755 @@
|
|
|
1
|
+
conformance_class /conf/performance-tests {
|
|
2
|
+
title "Performance tests for type evaluation"
|
|
3
|
+
name "Performance tests"
|
|
4
|
+
target /req/metrological
|
|
5
|
+
subject "gas analytical system performance"
|
|
6
|
+
description "Performance test procedures for type evaluation of gas analytical systems as specified in R 144-2, Section 1 (clauses 1.2–1.22)."
|
|
7
|
+
test_subject {
|
|
8
|
+
entity: "MeasuringInstrument"
|
|
9
|
+
classification_dimensions: "{\"measurand_components\":[\"co\",\"no\"],\"measuring_principle\":[\"ir\",\"uv\",\"chemiluminescence\",\"electrochemistry\",\"ir-correlation\",\"combined\"],\"sampling_approach\":[\"extractive\",\"in-situ\"],\"adjustment_means\":[\"manual\",\"semi-automatic\",\"automatic\"],\"power_supply\":[\"ac-mains\",\"battery\",\"ac-and-battery\"]}"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
conformance_test /conf/performance-tests/error-determination {
|
|
14
|
+
name "Error determination"
|
|
15
|
+
purpose "Determine the error at 3+ points within the measuring range using CGMs. For linear calibration: min+10 %, mid±10 %, max-10 %. For nonlinear: 5+ points uniformly distributed."
|
|
16
|
+
method "Supply CGMs at specified concentration levels (R 144-1, A.1.4). Measure each point at least 3 times. No error shall exceed the maximum permissible intrinsic error (R 144-1, 4.3.1)."
|
|
17
|
+
type Testing
|
|
18
|
+
kind performance
|
|
19
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.2" }
|
|
20
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.1" }
|
|
21
|
+
targets { /req/metrological/mpe-intrinsic /req/metrological/measuring-range }
|
|
22
|
+
reference_materials { cgm }
|
|
23
|
+
variables {
|
|
24
|
+
variable x_ref { type number unit "ppm" source measured description "CGM certified reference value at the test point" }
|
|
25
|
+
variable x_ind { type collection unit "ppm" source measured description "Indications at the test point (at least 3 repetitions)" }
|
|
26
|
+
variable e_x { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" description "Error: mean indication minus CGM reference value (R 144-1, 2.13)" }
|
|
27
|
+
variable mpe { type number unit "ppm" source computed derivation "ocl{max(2, 0.05 * abs(x_ref))}" description "Maximum permissible intrinsic error at this point (R 144-1, 4.3.1)" }
|
|
28
|
+
}
|
|
29
|
+
procedure {
|
|
30
|
+
1 "Calibrate/adjust the system per the operating manual under reference conditions"
|
|
31
|
+
2 "Supply each CGM (min+10 %, average ±10 %, max-10 %; 5+ points for nonlinear)" outputs { x_ref }
|
|
32
|
+
3 "Record at least 3 indications per point and compute the error" inputs { x_ref } outputs { x_ind e_x mpe }
|
|
33
|
+
}
|
|
34
|
+
design {
|
|
35
|
+
test_points { ref r144-cgm-points }
|
|
36
|
+
}
|
|
37
|
+
acceptance_criteria {
|
|
38
|
+
type composite
|
|
39
|
+
pass_if "ocl{mpe_criterion}"
|
|
40
|
+
criterion mpe_criterion { target /req/metrological/mpe-intrinsic pass_if "ocl{abs(e_x) <= abs(mpe)}" description "|error| ≤ MPE at every test point" }
|
|
41
|
+
}
|
|
42
|
+
result_forms { error-determination }
|
|
43
|
+
report_rows { intrinsic-error }
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
conformance_test /conf/performance-tests/drift-test {
|
|
47
|
+
name "Stability with time (drift test)"
|
|
48
|
+
purpose "Verify the error remains within the maximum permissible intrinsic error for 7 days after adjustment using the CGM (R 144-1, 4.8)."
|
|
49
|
+
method "Conduct for a period of seven days following the warm-up time. Measure at least every 24 hours under reference conditions using the CGMs with the largest and the smallest volume fractions (1.2)."
|
|
50
|
+
type Testing
|
|
51
|
+
kind durability
|
|
52
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.3" }
|
|
53
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.2" }
|
|
54
|
+
targets { /req/metrological/drift }
|
|
55
|
+
reference_materials { cgm }
|
|
56
|
+
variables {
|
|
57
|
+
variable x_ref { type number unit "ppm" source measured description "CGM reference value (largest and smallest volume fractions)" }
|
|
58
|
+
variable drift_errors { type collection unit "ppm" source derived derivation "ocl{measurements->collect(m | m.indication - x_ref)}" description "Error at each daily measurement over the 7-day period" }
|
|
59
|
+
variable mpe { type number unit "ppm" source computed derivation "ocl{max(2, 0.05 * abs(x_ref))}" }
|
|
60
|
+
}
|
|
61
|
+
preconditions {
|
|
62
|
+
precondition warmed-up { check "ocl{self.state = #ready}" description "Operational-state gate (TODO.roadmap/07 + task 29): the drift test is conducted for seven days FOLLOWING the warm-up time (R 144-2, 1.3), and the system meets the metrological requirements only after the manufacturer-specified warm-up time (R 144-1, 4.7) — a run started before the sample's operational state is `ready` is INVALID, never a fail." }
|
|
63
|
+
}
|
|
64
|
+
procedure {
|
|
65
|
+
1 "Adjust the system using the CGM after warm-up"
|
|
66
|
+
2 "Measure at least every 24 h for 7 days with the smallest and largest CGMs" inputs { x_ref } outputs { drift_errors }
|
|
67
|
+
}
|
|
68
|
+
design {
|
|
69
|
+
test_points { ref r144-cgm-points }
|
|
70
|
+
schedule {
|
|
71
|
+
duration P7D
|
|
72
|
+
cadence PT24H
|
|
73
|
+
constraints {
|
|
74
|
+
"measurements at least every 24 hours under reference conditions"
|
|
75
|
+
"CGMs with the largest and the smallest volume fractions per 1.2"
|
|
76
|
+
"conduct begins after the warm-up time (R 144-1, 4.6)"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
acceptance_criteria {
|
|
81
|
+
type composite
|
|
82
|
+
pass_if "ocl{drift_criterion}"
|
|
83
|
+
criterion drift_criterion { target /req/metrological/drift pass_if "ocl{drift_errors->forAll(e_i | abs(e_i) <= abs(mpe))}" description "Error within |MPE| at every measurement over 7 days" }
|
|
84
|
+
}
|
|
85
|
+
result_forms { drift-test }
|
|
86
|
+
report_rows { drift }
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
conformance_test /conf/performance-tests/repeatability-test {
|
|
90
|
+
name "Repeatability test"
|
|
91
|
+
purpose "Verify that the estimated standard deviation of 20 consecutive measurements does not exceed 1/3 of the maximum permissible intrinsic error at the given point (R 144-1, 4.4)."
|
|
92
|
+
method "Perform 20 consecutive measurements of the same CGM by the same operator with the same system during a short period of time, with each CGM recommended in 1.2. Compute s = sqrt(Σ(Y_i − Ȳ)² / (n − 1)), n = 20."
|
|
93
|
+
type Testing
|
|
94
|
+
kind performance
|
|
95
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.4" }
|
|
96
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.3" }
|
|
97
|
+
targets { /req/metrological/repeatability }
|
|
98
|
+
variables {
|
|
99
|
+
variable x_ref { type number unit "ppm" source measured description "CGM reference value" }
|
|
100
|
+
variable y_i { type collection unit "ppm" source measured description "20 consecutive indications" }
|
|
101
|
+
variable s { type number unit "ppm" source derived derivation "ocl{sqrt((y_i->collect(y | (y - y_i->average()) * (y - y_i->average()))->sum()) / (y_i->size() - 1))}" description "Estimated standard deviation (R 144-2, 1.4)" }
|
|
102
|
+
variable s_lim { type number unit "ppm" source computed derivation "ocl{max(2, 0.05 * abs(x_ref)) / 3}" description "1/3 of the maximum permissible intrinsic error (R 144-1, 4.4)" }
|
|
103
|
+
}
|
|
104
|
+
procedure {
|
|
105
|
+
1 "Supply the CGM and record 20 consecutive indications" inputs { x_ref } outputs { y_i }
|
|
106
|
+
2 "Compute the estimated standard deviation" inputs { y_i } outputs { s s_lim }
|
|
107
|
+
}
|
|
108
|
+
design {
|
|
109
|
+
test_points { ref r144-cgm-points }
|
|
110
|
+
}
|
|
111
|
+
acceptance_criteria {
|
|
112
|
+
type composite
|
|
113
|
+
pass_if "ocl{repeatability_criterion}"
|
|
114
|
+
criterion repeatability_criterion { target /req/metrological/repeatability pass_if "ocl{s <= s_lim}" description "s ≤ |MPE| / 3 at each test point" }
|
|
115
|
+
}
|
|
116
|
+
result_forms { repeatability-test }
|
|
117
|
+
report_rows { repeatability }
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
conformance_test /conf/performance-tests/dry-heat {
|
|
121
|
+
name "Dry heat test"
|
|
122
|
+
purpose "Verify the system operates within the 4.3.2 MPE at 40 °C (or the maximum operating temperature specified by the manufacturer) for 2 hours."
|
|
123
|
+
method "Expose to 40 °C (or manufacturer maximum) for 2 h after temperature stability; temperature change ≤ 1 °C/min during heating/cooling; relative humidity ≤ 50 %. CGM supplied at ambient pressure ±0.8 kPa. One set of measurements every half-hour using each CGM of 1.2. Only the temperature is varied; all other influence quantities are maintained at their reference values (R 144-1, 8.4). References: IEC 60068-2-2, IEC 60068-3-1, OIML D 11:2013, 10.1."
|
|
124
|
+
type Testing
|
|
125
|
+
kind influence
|
|
126
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.5" }
|
|
127
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.5.1" }
|
|
128
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.5.2" }
|
|
129
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.4" }
|
|
130
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.4.1" }
|
|
131
|
+
targets { /req/metrological/rated-conditions /req/metrological/mpe-operating }
|
|
132
|
+
variables {
|
|
133
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
134
|
+
variable e_x { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" }
|
|
135
|
+
variable mpe_v { type number unit "ppm" source computed derivation "ocl{max(5, 0.10 * abs(x_ref))}" }
|
|
136
|
+
variable test_temperature { type number unit "degC" source measured description "Chamber temperature (40 °C or manufacturer maximum)" }
|
|
137
|
+
}
|
|
138
|
+
procedure {
|
|
139
|
+
1 "Stabilize the system at 40 °C (or manufacturer maximum), ≤ 1 °C/min, RH ≤ 50 %" outputs { test_temperature }
|
|
140
|
+
2 "Perform one set of measurements every 30 min for 2 h with each CGM" inputs { x_ref } outputs { e_x mpe_v }
|
|
141
|
+
}
|
|
142
|
+
design {
|
|
143
|
+
test_points { ref r144-cgm-points }
|
|
144
|
+
schedule {
|
|
145
|
+
duration P2D
|
|
146
|
+
cadence PT30M
|
|
147
|
+
constraints {
|
|
148
|
+
"one set of measurements every half-hour using each CGM (R 144-2, 1.5.2)"
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
acceptance_criteria {
|
|
153
|
+
type composite
|
|
154
|
+
pass_if "ocl{mpe_operating_criterion}"
|
|
155
|
+
criterion mpe_operating_criterion { target /req/metrological/mpe-operating pass_if "ocl{abs(e_x) <= abs(mpe_v)}" description "|error| ≤ MPE on verification (4.3.2) at high temperature" }
|
|
156
|
+
}
|
|
157
|
+
result_forms { dry-heat-test }
|
|
158
|
+
report_rows { temperature }
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
conformance_test /conf/performance-tests/cold {
|
|
162
|
+
name "Cold test"
|
|
163
|
+
purpose "Verify the system operates within the 4.3.2 MPE at 5 °C (or the minimum operating temperature specified by the manufacturer) for 2 hours."
|
|
164
|
+
method "Expose to 5 °C (or manufacturer minimum) for 2 h after temperature stability; temperature change ≤ 1 °C/min; relative humidity ≤ 50 %. CGM at ambient pressure ±0.8 kPa. One measurement every half-hour using each CGM of 1.2. Only the temperature is varied; all other influence quantities are maintained at their reference values (R 144-1, 8.4). References: IEC 60068-2-1, IEC 60068-3-1, OIML D 11:2013, 10.1."
|
|
165
|
+
type Testing
|
|
166
|
+
kind influence
|
|
167
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.6" }
|
|
168
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.6.1" }
|
|
169
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.6.2" }
|
|
170
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.4" }
|
|
171
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.4.1" }
|
|
172
|
+
targets { /req/metrological/rated-conditions /req/metrological/mpe-operating }
|
|
173
|
+
variables {
|
|
174
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
175
|
+
variable e_x { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" }
|
|
176
|
+
variable mpe_v { type number unit "ppm" source computed derivation "ocl{max(5, 0.10 * abs(x_ref))}" }
|
|
177
|
+
variable test_temperature { type number unit "degC" source measured }
|
|
178
|
+
}
|
|
179
|
+
procedure {
|
|
180
|
+
1 "Stabilize the system at 5 °C (or manufacturer minimum), ≤ 1 °C/min, RH ≤ 50 %" outputs { test_temperature }
|
|
181
|
+
2 "Perform one measurement every 30 min for 2 h with each CGM" inputs { x_ref } outputs { e_x mpe_v }
|
|
182
|
+
}
|
|
183
|
+
design {
|
|
184
|
+
test_points { ref r144-cgm-points }
|
|
185
|
+
}
|
|
186
|
+
acceptance_criteria {
|
|
187
|
+
type composite
|
|
188
|
+
pass_if "ocl{mpe_operating_criterion}"
|
|
189
|
+
criterion mpe_operating_criterion { target /req/metrological/mpe-operating pass_if "ocl{abs(e_x) <= abs(mpe_v)}" description "|error| ≤ MPE on verification (4.3.2) at low temperature" }
|
|
190
|
+
}
|
|
191
|
+
result_forms { cold-test }
|
|
192
|
+
report_rows { temperature }
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
conformance_test /conf/performance-tests/damp-heat {
|
|
196
|
+
name "Damp heat test"
|
|
197
|
+
purpose "Verify the system operates within the 4.3.2 MPE at 30 °C and 85 % RH for 2 days (steady state, no condensation)."
|
|
198
|
+
method "Expose to 30 °C and constant 85 % RH for 2 days without condensation; temperature steady when extremes differ ≤ 5 °C and rate of change ≤ 5 °C/h. CGM at ambient pressure ±0.8 kPa. One measurement per day using each CGM of 1.2. Only the humidity is varied; all other influence quantities are maintained at their reference values (R 144-1, 8.4). References: IEC 60068-2-78, IEC 60068-3-4, OIML D 11:2013, 10.2."
|
|
199
|
+
type Testing
|
|
200
|
+
kind influence
|
|
201
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.7" }
|
|
202
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.7.1" }
|
|
203
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.7.2" }
|
|
204
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.4" }
|
|
205
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.4.1" }
|
|
206
|
+
targets { /req/metrological/rated-conditions /req/metrological/mpe-operating }
|
|
207
|
+
variables {
|
|
208
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
209
|
+
variable e_x { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" }
|
|
210
|
+
variable mpe_v { type number unit "ppm" source computed derivation "ocl{max(5, 0.10 * abs(x_ref))}" }
|
|
211
|
+
}
|
|
212
|
+
procedure {
|
|
213
|
+
1 "Expose the system to 30 °C / 85 % RH for 2 days (no condensation)"
|
|
214
|
+
2 "Perform one measurement per day with each CGM" inputs { x_ref } outputs { e_x mpe_v }
|
|
215
|
+
}
|
|
216
|
+
design {
|
|
217
|
+
test_points { ref r144-cgm-points }
|
|
218
|
+
schedule {
|
|
219
|
+
duration P2D
|
|
220
|
+
cadence PT24H
|
|
221
|
+
constraints {
|
|
222
|
+
"30 degC, 85 % RH for 2 days (R 144-2, 1.7)"
|
|
223
|
+
"one measurement per day using each CGM (1.2)"
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
acceptance_criteria {
|
|
228
|
+
type composite
|
|
229
|
+
pass_if "ocl{mpe_operating_criterion}"
|
|
230
|
+
criterion mpe_operating_criterion { target /req/metrological/mpe-operating pass_if "ocl{abs(e_x) <= abs(mpe_v)}" description "|error| ≤ MPE on verification (4.3.2) under damp heat" }
|
|
231
|
+
}
|
|
232
|
+
result_forms { damp-heat-test }
|
|
233
|
+
report_rows { humidity }
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
conformance_test /conf/performance-tests/ambient-pressure {
|
|
237
|
+
name "Ambient pressure test"
|
|
238
|
+
purpose "Verify operation within the 4.3.2 MPE at the extreme pressures of the rated operating conditions (86 kPa and 106 kPa, or the wider manufacturer-specified extremes)."
|
|
239
|
+
method "Reach the extreme pressures gradually from stable ambient conditions; keep at the stable maximum permissible level for 30 min before measuring. The CGM is supplied to the sampling probe at ambient pressure (±0.8 kPa). At least 2 measurements at each extreme using each CGM of 1.2. With automatic/semi-automatic pressure compensation, measure after the compensation process completes. Only the atmospheric pressure is varied; all other influence quantities are maintained at their reference values (R 144-1, 8.4)."
|
|
240
|
+
type Testing
|
|
241
|
+
kind influence
|
|
242
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.8" }
|
|
243
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.8.1" }
|
|
244
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.8.2" }
|
|
245
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.4" }
|
|
246
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.4.1" }
|
|
247
|
+
targets { /req/metrological/rated-conditions /req/metrological/mpe-operating }
|
|
248
|
+
variables {
|
|
249
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
250
|
+
variable e_x { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" }
|
|
251
|
+
variable mpe_v { type number unit "ppm" source computed derivation "ocl{max(5, 0.10 * abs(x_ref))}" }
|
|
252
|
+
variable test_pressure { type number unit "kPa" source measured description "Extreme pressure value (p_atm_min / p_atm_max)" }
|
|
253
|
+
}
|
|
254
|
+
procedure {
|
|
255
|
+
1 "Stabilize at each extreme pressure for 30 min" outputs { test_pressure }
|
|
256
|
+
2 "Perform at least 2 measurements per extreme with each CGM" inputs { x_ref } outputs { e_x mpe_v }
|
|
257
|
+
}
|
|
258
|
+
design {
|
|
259
|
+
test_points { ref r144-cgm-points }
|
|
260
|
+
}
|
|
261
|
+
acceptance_criteria {
|
|
262
|
+
type composite
|
|
263
|
+
pass_if "ocl{mpe_operating_criterion}"
|
|
264
|
+
criterion mpe_operating_criterion { target /req/metrological/mpe-operating pass_if "ocl{abs(e_x) <= abs(mpe_v)}" description "|error| ≤ MPE on verification (4.3.2) at extreme pressures" }
|
|
265
|
+
}
|
|
266
|
+
result_forms { ambient-pressure-test }
|
|
267
|
+
report_rows { pressure }
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
conformance_test /conf/performance-tests/power-supply {
|
|
271
|
+
name "Power supply variation test"
|
|
272
|
+
purpose "Verify operation within the 4.3.2 MPE at the extreme values of the nominal power supply voltage (-15 % / +10 %) and frequency (±2 %) (R 144-1, 4.5.1, 8.4.1 e)."
|
|
273
|
+
method "Expose the system to each extreme value of the supply voltage and frequency for a period long enough to perform the required measurement. At least 2 measurements at each extreme using the CGM with the largest volume fraction (1.2). Only the power supply parameters are varied; all other influence quantities are maintained at their reference values (R 144-1, 8.4)."
|
|
274
|
+
type Testing
|
|
275
|
+
kind influence
|
|
276
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.9" }
|
|
277
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.9.1" }
|
|
278
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.9.2" }
|
|
279
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.4" }
|
|
280
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.4.1" }
|
|
281
|
+
targets { /req/metrological/rated-conditions /req/metrological/mpe-operating }
|
|
282
|
+
variables {
|
|
283
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
284
|
+
variable e_x { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" }
|
|
285
|
+
variable mpe_v { type number unit "ppm" source computed derivation "ocl{max(5, 0.10 * abs(x_ref))}" }
|
|
286
|
+
variable supply_voltage_actual { type number unit "V" source measured }
|
|
287
|
+
variable supply_frequency_actual { type number unit "Hz" source measured }
|
|
288
|
+
}
|
|
289
|
+
procedure {
|
|
290
|
+
1 "Set each extreme of supply voltage (-15 % / +10 %) and frequency (±2 %)" outputs { supply_voltage_actual supply_frequency_actual }
|
|
291
|
+
2 "Perform at least 2 measurements per extreme with the largest CGM" inputs { x_ref } outputs { e_x mpe_v }
|
|
292
|
+
}
|
|
293
|
+
design {
|
|
294
|
+
test_points { ref r144-cgm-points }
|
|
295
|
+
}
|
|
296
|
+
acceptance_criteria {
|
|
297
|
+
type composite
|
|
298
|
+
pass_if "ocl{mpe_operating_criterion}"
|
|
299
|
+
criterion mpe_operating_criterion { target /req/metrological/mpe-operating pass_if "ocl{abs(e_x) <= abs(mpe_v)}" description "|error| ≤ MPE on verification (4.3.2) at supply extremes" }
|
|
300
|
+
}
|
|
301
|
+
result_forms { power-supply-test }
|
|
302
|
+
report_rows { ac-supply-voltage supply-frequency dc-supply-voltage }
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
conformance_test /conf/performance-tests/cross-sensitivity-test {
|
|
306
|
+
name "Cross sensitivity test"
|
|
307
|
+
purpose "Verify that gas components other than the measurand do not cause an indication variation exceeding half the absolute value of the maximum permissible intrinsic error (R 144-1, 4.5.2)."
|
|
308
|
+
method "Supply to the input: zero gas N2; then each influencing gas alone in N2; finally each influencing gas together with CO, NO and NO2 in N2. The measurand concentration corresponds to 10 % of the upper level of the measuring range or sub-range. Interferents and their limit content per the manufacturer's list (interfering_components). Only the composition of the gas components other than the measurand is varied; all other influence quantities are maintained at their reference values (R 144-1, 8.4)."
|
|
309
|
+
type Testing
|
|
310
|
+
kind influence
|
|
311
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.10" }
|
|
312
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.4" }
|
|
313
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.4.2" }
|
|
314
|
+
targets { /req/metrological/cross-sensitivity }
|
|
315
|
+
variables {
|
|
316
|
+
variable x_ref { type number unit "ppm" source measured description "Measurand CGM value (10 % of the upper range level)" }
|
|
317
|
+
variable reading_zero_gas { type number unit "ppm" source measured description "Reading with zero gas N2 — the baseline of the variation (1.10 step 1)" }
|
|
318
|
+
variable reading_interferent { type number unit "ppm" source measured description "Reading with the influencing gas alone in N2 (1.10 step 2)" }
|
|
319
|
+
variable reading_with_measurand { type number unit "ppm" source measured description "Reading with the influencing gas together with the measurand in N2 (1.10 step 3)" }
|
|
320
|
+
variable zero_point_effect { type number unit "ppm" source derived derivation "ocl{reading_interferent - reading_zero_gas}" description "Zero-point effect of the interferent (canonical verdict cross_sensitivity_variation)" }
|
|
321
|
+
variable span_effect { type number unit "ppm" source derived derivation "ocl{(reading_with_measurand - reading_interferent) - x_ref}" description "Deviation of the measurand reading caused by the interferent at the given point (canonical verdict cross_sensitivity_span_effect)" }
|
|
322
|
+
variable half_mpe { type number unit "ppm" source computed derivation "ocl{0.5 * max(2, 0.05 * abs(x_ref))}" }
|
|
323
|
+
}
|
|
324
|
+
procedure {
|
|
325
|
+
1 "Supply zero gas N2, record the zero reading" outputs { reading_zero_gas }
|
|
326
|
+
2 "Supply each influencing gas alone in N2, record the reading" outputs { reading_interferent }
|
|
327
|
+
3 "Supply each influencing gas with the measurand in N2, record the combined reading" inputs { x_ref } outputs { reading_with_measurand zero_point_effect span_effect half_mpe }
|
|
328
|
+
}
|
|
329
|
+
acceptance_criteria {
|
|
330
|
+
type composite
|
|
331
|
+
pass_if "ocl{zero_point_criterion and span_criterion}"
|
|
332
|
+
criterion zero_point_criterion { target /req/metrological/cross-sensitivity pass_if "ocl{abs(zero_point_effect) <= half_mpe}" description "|interferent-alone reading − zero-gas reading| ≤ 0.5 × |MPE|" }
|
|
333
|
+
criterion span_criterion { target /req/metrological/cross-sensitivity pass_if "ocl{abs(span_effect) <= half_mpe}" description "|(combined − interferent-alone) − measurand level| ≤ 0.5 × |MPE|" }
|
|
334
|
+
}
|
|
335
|
+
result_forms { cross-sensitivity-test }
|
|
336
|
+
report_rows { cross-sensitivity }
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
conformance_test /conf/performance-tests/vibration-test {
|
|
340
|
+
name "Mechanical vibration test"
|
|
341
|
+
purpose "Verify the reading variation under random vibration does not exceed the value given in the operating manual (minimum severity level 1 of OIML D 11:2013, 11.1)."
|
|
342
|
+
method "Random vibration. Mount the system (or its separate units) rigidly on a vibrating table in the operating position, in operating mode, with the CGM of the largest volume fraction (1.2) supplied. Vibration parameters per the manufacturer specification; testing conditions otherwise per the reference conditions of R 144-1, clause 8. Only the vibration is varied; all other influence quantities are maintained at their reference values (R 144-1, 8.4). References: IEC 60068-2-47, IEC 60068-2-64, IEC 60068-3-8, OIML D 11:2013, 11.1."
|
|
343
|
+
type Testing
|
|
344
|
+
kind influence
|
|
345
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.11.1" }
|
|
346
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.11.1.1" }
|
|
347
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.11.1.2" }
|
|
348
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.4" }
|
|
349
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.4.3" }
|
|
350
|
+
targets { /req/metrological/vibration }
|
|
351
|
+
variables {
|
|
352
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
353
|
+
variable delta_x { type number unit "ppm" source derived derivation "ocl{indication_under_vibration - indication_at_rest}" description "Absolute value of the reading variation under vibration" }
|
|
354
|
+
variable vibration_limit_manual { type number unit "ppm" source declared description "Reading-variation limit under vibration given in the operating manual (R 144-1, 4.5.3 — manufacturer-declared; minimum severity level 1 of OIML D 11:2013, 11.1)" }
|
|
355
|
+
}
|
|
356
|
+
procedure {
|
|
357
|
+
1 "Mount on the vibrating table, supply the largest CGM" inputs { x_ref vibration_limit_manual }
|
|
358
|
+
2 "Apply random vibration at the manufacturer-specified parameters; record the variation" outputs { delta_x }
|
|
359
|
+
}
|
|
360
|
+
acceptance_criteria {
|
|
361
|
+
type composite
|
|
362
|
+
pass_if "ocl{vibration_criterion}"
|
|
363
|
+
criterion vibration_criterion { target /req/metrological/vibration pass_if "ocl{abs(delta_x) <= vibration_limit_manual}" description "|Δreading| ≤ value given in the operating manual" }
|
|
364
|
+
}
|
|
365
|
+
result_forms { vibration-test }
|
|
366
|
+
report_rows { mechanical-vibrations }
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
conformance_test /conf/performance-tests/shock-test {
|
|
370
|
+
name "Mechanical shock test"
|
|
371
|
+
purpose "Verify the error lies within the permissible limits, or the failure is detected by the checking facility, after mechanical shock (R 144-1, 4.5.4 a)."
|
|
372
|
+
method "Dropping onto a face: the system (or its separate unit) is placed in its normal position of use on a rigid surface, then tilted on one bottom edge and allowed to fall freely onto the test surface from 25 mm; one fall on each bottom edge. Determine the error before and after using the CGM with the largest volume fraction (1.2). References: IEC 60068-2-31, OIML D 11:2013, 11.2."
|
|
373
|
+
type Testing
|
|
374
|
+
kind disturbance
|
|
375
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.11.2" }
|
|
376
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.11.2.1" }
|
|
377
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.11.2.2" }
|
|
378
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.11.2.3" }
|
|
379
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.5" }
|
|
380
|
+
targets { /req/metrological/disturbances }
|
|
381
|
+
variables {
|
|
382
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
383
|
+
variable e_x { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" description "Error AFTER the shock (the judged value per R 144-2, 1.11.2.3)" }
|
|
384
|
+
variable e_x_before { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" description "Error BEFORE the shock (comparison baseline per R 144-2, 1.11.2.3)" }
|
|
385
|
+
variable mpe_v { type number unit "ppm" source computed derivation "ocl{max(5, 0.10 * abs(x_ref))}" }
|
|
386
|
+
variable fault_detected { type boolean source measured description "Checking facility detected and acted upon a significant fault" }
|
|
387
|
+
}
|
|
388
|
+
procedure {
|
|
389
|
+
1 "Determine the error before the test with the largest CGM" inputs { x_ref } outputs { e_x_before }
|
|
390
|
+
2 "Apply one 25 mm drop on each bottom edge"
|
|
391
|
+
3 "Determine the error after the test; record any detected fault" outputs { e_x fault_detected }
|
|
392
|
+
}
|
|
393
|
+
acceptance_criteria {
|
|
394
|
+
type composite
|
|
395
|
+
pass_if "ocl{disturbance_criterion}"
|
|
396
|
+
criterion disturbance_criterion { target /req/metrological/disturbances pass_if "ocl{abs(e_x) <= abs(mpe_v) or fault_detected}" description "Error within MPE or fault detected (R 144-1, 4.5.4)" }
|
|
397
|
+
}
|
|
398
|
+
result_forms { shock-test }
|
|
399
|
+
report_rows { mechanical-shocks }
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
conformance_test /conf/performance-tests/power-reduction {
|
|
403
|
+
name "Short time power reduction test"
|
|
404
|
+
purpose "Verify the error lies within the permissible limits, or the failure is detected, during AC mains voltage dips, short interruptions and voltage variations (R 144-1, 4.5.4 b)."
|
|
405
|
+
method "Short-time reductions in mains voltage. A test generator suitable to reduce the amplitude of the AC mains voltage is used, adjusted before being connected to the gas analytical system. Apply mains voltage reductions of 100 % for 10 ms and 40 % for 30 ms; repeat 10 times with at least 10 s between successive disturbances. Measure using the CGM with the largest volume fraction (1.2). References: IEC 61000-4-11, OIML D 11:2013, 12.3."
|
|
406
|
+
type Testing
|
|
407
|
+
kind disturbance
|
|
408
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.12" }
|
|
409
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.12.1" }
|
|
410
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.12.2" }
|
|
411
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.5" }
|
|
412
|
+
targets { /req/metrological/disturbances }
|
|
413
|
+
variables {
|
|
414
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
415
|
+
variable e_x { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" }
|
|
416
|
+
variable mpe_v { type number unit "ppm" source computed derivation "ocl{max(5, 0.10 * abs(x_ref))}" }
|
|
417
|
+
variable fault_detected { type boolean source measured }
|
|
418
|
+
}
|
|
419
|
+
procedure {
|
|
420
|
+
1 "Supply the largest CGM" inputs { x_ref }
|
|
421
|
+
2 "Apply 10 × (100 % / 10 ms) and 10 × (40 % / 30 ms) reductions, ≥ 10 s apart; record errors and faults" outputs { e_x mpe_v fault_detected }
|
|
422
|
+
}
|
|
423
|
+
design {
|
|
424
|
+
schedule {
|
|
425
|
+
cadence PT10S
|
|
426
|
+
constraints {
|
|
427
|
+
"ten repetitions with at least 10 s between successive disturbances (R 144-2, 1.12.2)"
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
acceptance_criteria {
|
|
432
|
+
type composite
|
|
433
|
+
pass_if "ocl{disturbance_criterion}"
|
|
434
|
+
criterion disturbance_criterion { target /req/metrological/disturbances pass_if "ocl{abs(e_x) <= abs(mpe_v) or fault_detected}" description "Error within MPE or fault detected (R 144-1, 4.5.4)" }
|
|
435
|
+
}
|
|
436
|
+
result_forms { power-reduction-test }
|
|
437
|
+
report_rows { short-time-power-reduction }
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
conformance_test /conf/performance-tests/burst-mains {
|
|
441
|
+
name "Electrical burst test (AC/DC mains)"
|
|
442
|
+
purpose "Verify the error lies within the permissible limits, or the failure is detected, during bursts (transients) on AC and DC mains power (R 144-1, 4.5.4 c)."
|
|
443
|
+
method "Electrical bursts. A burst generator with the performance characteristics specified in IEC 61000-4-4 is used; its characteristics are verified before connecting the EUT. Apply double-exponent pulses of 1.0 kV amplitude (5 ns rise, 50 ns half-amplitude duration); pulse duration 15 ms, repetition period 300 ms, repetition frequency (5 ± 1) kHz on a 50 Ω load. The transient generator has an output impedance of 50 Ω and is adjusted before connecting the gas analytical system. At least ten positive and ten negative pulses, randomly phased. 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. Measure using the largest CGM (1.2). References: IEC 61000-4-4, OIML D 11:2013, 12.3."
|
|
444
|
+
type Testing
|
|
445
|
+
kind disturbance
|
|
446
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.13" }
|
|
447
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.13.1" }
|
|
448
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.13.2" }
|
|
449
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.5" }
|
|
450
|
+
targets { /req/metrological/disturbances }
|
|
451
|
+
variables {
|
|
452
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
453
|
+
variable e_x { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" }
|
|
454
|
+
variable mpe_v { type number unit "ppm" source computed derivation "ocl{max(5, 0.10 * abs(x_ref))}" }
|
|
455
|
+
variable fault_detected { type boolean source measured }
|
|
456
|
+
}
|
|
457
|
+
procedure {
|
|
458
|
+
1 "Supply the largest CGM" inputs { x_ref }
|
|
459
|
+
2 "Apply ≥ 10 positive + 10 negative 1.0 kV bursts to the mains; record errors and faults" outputs { e_x mpe_v fault_detected }
|
|
460
|
+
}
|
|
461
|
+
acceptance_criteria {
|
|
462
|
+
type composite
|
|
463
|
+
pass_if "ocl{disturbance_criterion}"
|
|
464
|
+
criterion disturbance_criterion { target /req/metrological/disturbances pass_if "ocl{abs(e_x) <= abs(mpe_v) or fault_detected}" description "Error within MPE or fault detected (R 144-1, 4.5.4)" }
|
|
465
|
+
}
|
|
466
|
+
result_forms { bursts-mains-test }
|
|
467
|
+
report_rows { voltage-pulses-mains }
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
conformance_test /conf/performance-tests/burst-signal {
|
|
471
|
+
name "Electrical burst test (signal, data and control lines)"
|
|
472
|
+
purpose "Verify the error lies within the permissible limits, or the failure is detected, during bursts (transients) on signal, data and control lines."
|
|
473
|
+
method "Electrical bursts. A burst generator with the performance characteristics specified in IEC 61000-4-4 is used; its characteristics are verified before connecting the EUT. Expose the EUT (after warm-up for a period equal to or greater than the manufacturer-specified warm-up time) to bursts of voltage spikes of 1 kV with a repetition rate of 5 kHz; at least ten positive and ten negative bursts, randomly phased; duration ≥ 1 min per amplitude and polarity. The EUT shall not be readjusted during the test except to reset it if a significant fault has been indicated. References: IEC 61000-4-4, OIML D 11:2013, 12.4."
|
|
474
|
+
type Testing
|
|
475
|
+
kind disturbance
|
|
476
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.14" }
|
|
477
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.14.1" }
|
|
478
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.14.2" }
|
|
479
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.5" }
|
|
480
|
+
targets { /req/metrological/disturbances }
|
|
481
|
+
applicability {
|
|
482
|
+
capabilities: [data-interface]
|
|
483
|
+
}
|
|
484
|
+
variables {
|
|
485
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
486
|
+
variable e_x { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" }
|
|
487
|
+
variable mpe_v { type number unit "ppm" source computed derivation "ocl{max(5, 0.10 * abs(x_ref))}" }
|
|
488
|
+
variable fault_detected { type boolean source measured }
|
|
489
|
+
}
|
|
490
|
+
procedure {
|
|
491
|
+
1 "Warm up the EUT (≥ manufacturer warm-up time), supply CGM" inputs { x_ref }
|
|
492
|
+
2 "Apply ≥ 10 positive + 10 negative 1 kV bursts at 5 kHz on I/O lines, ≥ 1 min per polarity" outputs { e_x mpe_v fault_detected }
|
|
493
|
+
}
|
|
494
|
+
acceptance_criteria {
|
|
495
|
+
type composite
|
|
496
|
+
pass_if "ocl{disturbance_criterion}"
|
|
497
|
+
criterion disturbance_criterion { target /req/metrological/disturbances pass_if "ocl{abs(e_x) <= abs(mpe_v) or fault_detected}" description "Error within MPE or fault detected" }
|
|
498
|
+
}
|
|
499
|
+
result_forms { bursts-signal-test }
|
|
500
|
+
report_rows { bursts-signal-lines }
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
conformance_test /conf/performance-tests/surge {
|
|
504
|
+
name "Surge test (signal, data and control lines)"
|
|
505
|
+
purpose "Verify the error lies within the permissible limits, or the failure is detected, during electrical surges on signal, data and control lines."
|
|
506
|
+
method "Electrical surges. A surge generator with the performance characteristics specified in the referenced standard is used; its characteristics are verified before connecting the EUT. Apply surges per IEC 61000-4-5: unbalanced lines 1.0 kV line-to-line and 2.0 kV line-to-earth; balanced lines 2.0 kV line-to-earth (R 144-2, 1.15.2, table). At least three positive and three negative surges. References: IEC 61000-4-5, OIML D 11:2013, 12.4."
|
|
507
|
+
type Testing
|
|
508
|
+
kind disturbance
|
|
509
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.15" }
|
|
510
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.15.1" }
|
|
511
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.15.2" }
|
|
512
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.15.2" fragment "table-1" }
|
|
513
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.5" }
|
|
514
|
+
targets { /req/metrological/disturbances }
|
|
515
|
+
applicability {
|
|
516
|
+
capabilities: [data-interface]
|
|
517
|
+
}
|
|
518
|
+
variables {
|
|
519
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
520
|
+
variable e_x { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" }
|
|
521
|
+
variable mpe_v { type number unit "ppm" source computed derivation "ocl{max(5, 0.10 * abs(x_ref))}" }
|
|
522
|
+
variable fault_detected { type boolean source measured }
|
|
523
|
+
}
|
|
524
|
+
procedure {
|
|
525
|
+
1 "Supply CGM" inputs { x_ref }
|
|
526
|
+
2 "Apply ≥ 3 positive + 3 negative surges per coupling mode; record errors and faults" outputs { e_x mpe_v fault_detected }
|
|
527
|
+
}
|
|
528
|
+
acceptance_criteria {
|
|
529
|
+
type composite
|
|
530
|
+
pass_if "ocl{disturbance_criterion}"
|
|
531
|
+
criterion disturbance_criterion { target /req/metrological/disturbances pass_if "ocl{abs(e_x) <= abs(mpe_v) or fault_detected}" description "Error within MPE or fault detected" }
|
|
532
|
+
}
|
|
533
|
+
result_forms { surge-test }
|
|
534
|
+
report_rows { surges }
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
conformance_test /conf/performance-tests/esd {
|
|
538
|
+
name "Electrostatic discharge test"
|
|
539
|
+
purpose "Verify the error lies within the permissible limits, or the failure is detected, during electrostatic discharges (R 144-1, 4.5.4 d)."
|
|
540
|
+
method "Electrostatic discharge. 150 pF capacitor charged to 6 kV (contact mode) / 8 kV (air mode), discharged through a 330 Ω resistance to surfaces normally accessible to the user (direct) and to coupling planes (indirect). In contact mode the electrode is held in contact with the system (or its separate units) and the discharge is actuated by the discharge switch of the generator; in air mode the electrode is approached until the discharge occurs by spark. At least ten successive discharges with ≥ 10 s interval. A system not equipped with a grounding terminal is placed on a grounded plane surface projecting at least 0.1 m beyond it on all sides, with the grounded connection to the capacitor as short as possible. Measure using the largest CGM (1.2). References: IEC 61000-4-2, OIML D 11:2013, 13.3."
|
|
541
|
+
type Testing
|
|
542
|
+
kind disturbance
|
|
543
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.16" }
|
|
544
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.16.1" }
|
|
545
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.16.2" }
|
|
546
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.16.2.1" }
|
|
547
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.16.2.2" }
|
|
548
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.5" }
|
|
549
|
+
targets { /req/metrological/disturbances }
|
|
550
|
+
variables {
|
|
551
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
552
|
+
variable e_x { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" }
|
|
553
|
+
variable mpe_v { type number unit "ppm" source computed derivation "ocl{max(5, 0.10 * abs(x_ref))}" }
|
|
554
|
+
variable fault_detected { type boolean source measured }
|
|
555
|
+
}
|
|
556
|
+
procedure {
|
|
557
|
+
1 "Supply the largest CGM" inputs { x_ref }
|
|
558
|
+
2 "Apply ≥ 10 discharges (contact 6 kV, air 8 kV), ≥ 10 s apart; record errors and faults" outputs { e_x mpe_v fault_detected }
|
|
559
|
+
}
|
|
560
|
+
acceptance_criteria {
|
|
561
|
+
type composite
|
|
562
|
+
pass_if "ocl{disturbance_criterion}"
|
|
563
|
+
criterion disturbance_criterion { target /req/metrological/disturbances pass_if "ocl{abs(e_x) <= abs(mpe_v) or fault_detected}" description "Error within MPE or fault detected (R 144-1, 4.5.4)" }
|
|
564
|
+
}
|
|
565
|
+
result_forms { esd-test }
|
|
566
|
+
report_rows { electrostatic-discharges }
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
conformance_test /conf/performance-tests/rf-emf {
|
|
570
|
+
name "Radiated RF electromagnetic field test"
|
|
571
|
+
purpose "Verify the error lies within the permissible limits, or the failure is detected, under radiated radio frequency electromagnetic fields (R 144-1, 4.5.4 e)."
|
|
572
|
+
method "Radiated electromagnetic fields. Expose the system to 26 MHz–3 GHz field strength 10 V/m, 80 % AM, 1 kHz sine wave; the field strength is established prior to the actual testing (without the system in the field) and may be generated in different facilities. When the test is carried out in a shielded enclosure, care is taken to handle reflections from walls; anechoic shielding may be necessary. Measure using the largest CGM (1.2). References: IEC 61000-4-3, IEC 61000-4-6, OIML D 11:2013, 13.2."
|
|
573
|
+
type Testing
|
|
574
|
+
kind disturbance
|
|
575
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.17" }
|
|
576
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.17.1" }
|
|
577
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.17.2" }
|
|
578
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "8.5" }
|
|
579
|
+
targets { /req/metrological/disturbances }
|
|
580
|
+
variables {
|
|
581
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
582
|
+
variable e_x { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" }
|
|
583
|
+
variable mpe_v { type number unit "ppm" source computed derivation "ocl{max(5, 0.10 * abs(x_ref))}" }
|
|
584
|
+
variable fault_detected { type boolean source measured }
|
|
585
|
+
}
|
|
586
|
+
procedure {
|
|
587
|
+
1 "Supply the largest CGM" inputs { x_ref }
|
|
588
|
+
2 "Sweep 26 MHz–3 GHz at 10 V/m, 80 % AM 1 kHz; record errors and faults" outputs { e_x mpe_v fault_detected }
|
|
589
|
+
}
|
|
590
|
+
acceptance_criteria {
|
|
591
|
+
type composite
|
|
592
|
+
pass_if "ocl{disturbance_criterion}"
|
|
593
|
+
criterion disturbance_criterion { target /req/metrological/disturbances pass_if "ocl{abs(e_x) <= abs(mpe_v) or fault_detected}" description "Error within MPE or fault detected (R 144-1, 4.5.4)" }
|
|
594
|
+
}
|
|
595
|
+
result_forms { rf-emf-test }
|
|
596
|
+
report_rows { rf-electromagnetic-fields }
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
conformance_test /conf/performance-tests/low-battery {
|
|
600
|
+
name "Low battery voltage test"
|
|
601
|
+
purpose "Verify the system functions correctly down to the manufacturer- specified battery voltage limit, and ceases to give valid results below it (R 144-1, 4.5.1 — battery within manufacturer specifications)."
|
|
602
|
+
method "Variation in supply voltage. Expose the system to the specified condition of the battery(s) for a period sufficient for achieving temperature stability and for performing the required measurements. Stabilize the supply at a voltage within the defined limits; record date/time, temperature, supply voltage, functional mode, indications, errors, functional performance. Then reduce the supply voltage until the equipment clearly ceases to function properly and record the voltage, indications, errors and other responses."
|
|
603
|
+
type Testing
|
|
604
|
+
kind influence
|
|
605
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.18" }
|
|
606
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.18.1" }
|
|
607
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.18.2" }
|
|
608
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.18.3" }
|
|
609
|
+
targets { /req/metrological/rated-conditions }
|
|
610
|
+
applicability {
|
|
611
|
+
power_supply: [battery, ac-and-battery]
|
|
612
|
+
}
|
|
613
|
+
variables {
|
|
614
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
615
|
+
variable e_x { type number unit "ppm" source derived derivation "ocl{x_ind->average() - x_ref}" }
|
|
616
|
+
variable mpe_v { type number unit "ppm" source computed derivation "ocl{max(5, 0.10 * abs(x_ref))}" description "MPE on verification under rated operating conditions (R 144-1, 4.3.2)" }
|
|
617
|
+
variable cutoff_voltage { type number unit "V" source measured description "Voltage at which the equipment ceases to function properly" }
|
|
618
|
+
variable no_result_below_limit { type boolean source measured description "The system ceases to give a valid measurement result below the declared battery voltage limit (R 144-1, 4.5.1)" }
|
|
619
|
+
}
|
|
620
|
+
procedure {
|
|
621
|
+
1 "Stabilize within the specified battery limits; record indications and errors" inputs { x_ref } outputs { e_x mpe_v }
|
|
622
|
+
2 "Reduce the voltage until the system ceases to function properly; record the cutoff" outputs { cutoff_voltage no_result_below_limit }
|
|
623
|
+
}
|
|
624
|
+
acceptance_criteria {
|
|
625
|
+
type composite
|
|
626
|
+
pass_if "ocl{low_battery_criterion}"
|
|
627
|
+
criterion low_battery_criterion { target /req/metrological/rated-conditions pass_if "ocl{cutoff_voltage <= battery_voltage_min and (abs(e_x) <= abs(mpe_v) or no_result_below_limit)}" description "Functions within specifications down to the declared battery limit" }
|
|
628
|
+
}
|
|
629
|
+
result_forms { low-battery-test }
|
|
630
|
+
report_rows { low-battery }
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
conformance_test /conf/performance-tests/warm-up-test {
|
|
634
|
+
name "Warm-up time test"
|
|
635
|
+
purpose "Verify the system meets the metrological requirements immediately after the manufacturer-specified warm-up time (R 144-1, 4.7)."
|
|
636
|
+
method "At reference conditions and at 5 °C: stabilize at each temperature; let the system warm up; immediately after the prescribed warm-up period (or de-activation of an automatic warm-up lockout) measure with each CGM of 1.2; repeat at 2, 5 and 15 min after warm-up. The difference between any of the four measured values shall not exceed the absolute value of the MPE on initial verification (4.3.2). NOTE: at reference conditions this test may be combined with the drift test."
|
|
637
|
+
type Testing
|
|
638
|
+
kind performance
|
|
639
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.19" }
|
|
640
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.19.1" }
|
|
641
|
+
targets { /req/metrological/warm-up-time }
|
|
642
|
+
variables {
|
|
643
|
+
variable x_ref { type number unit "ppm" source measured }
|
|
644
|
+
variable warm_up_indications { type collection unit "ppm" source measured description "Four indications: immediately after warm-up, +2 min, +5 min, +15 min" }
|
|
645
|
+
variable mpe_v { type number unit "ppm" source computed derivation "ocl{max(5, 0.10 * abs(x_ref))}" }
|
|
646
|
+
}
|
|
647
|
+
procedure {
|
|
648
|
+
1 "Stabilize at reference temperature (and separately at 5 °C)"
|
|
649
|
+
2 "Measure immediately after the warm-up period with each CGM" inputs { x_ref } outputs { warm_up_indications }
|
|
650
|
+
3 "Repeat the measurement at 2, 5 and 15 min after warm-up" outputs { warm_up_indications mpe_v }
|
|
651
|
+
}
|
|
652
|
+
design {
|
|
653
|
+
test_points { ref r144-cgm-points }
|
|
654
|
+
schedule {
|
|
655
|
+
constraints {
|
|
656
|
+
"measurements immediately after warm-up and at 2, 5, 15 min after warm-up (R 144-2, 1.19.1)"
|
|
657
|
+
"at reference conditions and at 5 degC"
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
acceptance_criteria {
|
|
662
|
+
type composite
|
|
663
|
+
pass_if "ocl{warm_up_criterion}"
|
|
664
|
+
criterion warm_up_criterion { target /req/metrological/warm-up-time pass_if "ocl{pairwise_max_difference(warm_up_indications) <= abs(mpe_v)}" description "Difference between ANY of the four values ≤ |MPE on initial verification| (R 144-2, 1.19 — pairwise, not difference-from-first)" }
|
|
665
|
+
}
|
|
666
|
+
result_forms { warm-up-time-test }
|
|
667
|
+
report_rows { warm-up-time }
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
conformance_test /conf/performance-tests/response-time-test {
|
|
671
|
+
name "Response time test"
|
|
672
|
+
purpose "Verify the response time does not exceed four minutes when ambient air at the sampling device input is replaced by a sample containing the components to be determined (R 144-1, 4.6)."
|
|
673
|
+
method "Replace ambient air at the sampling device with the CGM at 90 % of the maximum value of the measuring range or sub-range, supplied at ambient pressure ±750 Pa; a means shall be applied to perform the replacement. Record the time until the signal reaches 90 % of its stable value."
|
|
674
|
+
type Testing
|
|
675
|
+
kind performance
|
|
676
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.20" }
|
|
677
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.20.1" }
|
|
678
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.20.2" }
|
|
679
|
+
targets { /req/metrological/response-time }
|
|
680
|
+
variables {
|
|
681
|
+
variable x_ref { type number unit "ppm" source measured description "CGM value (90 % of the maximum range value)" }
|
|
682
|
+
variable t_90 { type number unit "s" source measured description "Time from the stepwise change to 90 % of the stable signal" }
|
|
683
|
+
}
|
|
684
|
+
procedure {
|
|
685
|
+
1 "Supply ambient air to the sampling device at ambient pressure ±750 Pa"
|
|
686
|
+
2 "Switch to the CGM at 90 % of the maximum range value; record t_90" inputs { x_ref } outputs { t_90 }
|
|
687
|
+
}
|
|
688
|
+
acceptance_criteria {
|
|
689
|
+
type composite
|
|
690
|
+
pass_if "ocl{response_time_criterion}"
|
|
691
|
+
criterion response_time_criterion { target /req/metrological/response-time pass_if "ocl{t_90 <= 240}" description "t_90 ≤ 4 min (240 s)" }
|
|
692
|
+
}
|
|
693
|
+
result_forms { response-time-test }
|
|
694
|
+
report_rows { response-time }
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
conformance_test /conf/performance-tests/flow-spillover {
|
|
698
|
+
name "Spillover of gas flow rates test"
|
|
699
|
+
purpose "Verify the gas flow indicator responds (R 144-1, 5.1.5) and signals (R 144-1, 5.5.2) when the gas flow rate falls below the specified minimum and exceeds the specified maximum."
|
|
700
|
+
method "Supply a CGM initially at a flow rate greater than the manufacturer minimum; reduce the flow until the low flow indicator responds and the 5.5.2 signal is given. Repeat starting below the manufacturer maximum and increasing until the indicator responds. Perform with each CGM of 1.2."
|
|
701
|
+
type Testing
|
|
702
|
+
kind performance
|
|
703
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.21" }
|
|
704
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.21.1" }
|
|
705
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.21.2" }
|
|
706
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.21.3" }
|
|
707
|
+
targets { /req/technical/gas-flow-monitoring /req/technical/gas-flow-meter }
|
|
708
|
+
applicability {
|
|
709
|
+
sampling_approach: [extractive]
|
|
710
|
+
}
|
|
711
|
+
variables {
|
|
712
|
+
variable flow_signal_low { type boolean source measured description "Indicator responded and signalled below gas_flow_rate_min" }
|
|
713
|
+
variable flow_signal_high { type boolean source measured description "Indicator responded and signalled above gas_flow_rate_max" }
|
|
714
|
+
variable flow_rate_at_signal { type number unit "L/min" source measured }
|
|
715
|
+
}
|
|
716
|
+
procedure {
|
|
717
|
+
1 "Reduce the flow from above the minimum until the low-flow indicator responds" outputs { flow_signal_low flow_rate_at_signal }
|
|
718
|
+
2 "Increase the flow from below the maximum until the indicator responds" outputs { flow_signal_high flow_rate_at_signal }
|
|
719
|
+
}
|
|
720
|
+
acceptance_criteria {
|
|
721
|
+
type composite
|
|
722
|
+
pass_if "ocl{flow_monitoring_criterion}"
|
|
723
|
+
criterion flow_monitoring_criterion { target /req/technical/gas-flow-monitoring pass_if "ocl{flow_signal_low and flow_signal_high}" description "Indicator responds at both flow limits (5.1.5, 5.5.2)" }
|
|
724
|
+
}
|
|
725
|
+
result_forms { flow-spillover-test }
|
|
726
|
+
report_rows { flow-spillover }
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
conformance_test /conf/performance-tests/leakproofness {
|
|
730
|
+
name "Leakproofness test"
|
|
731
|
+
purpose "Verify the gas handling system is air-tight (R 144-1, 5.1.7 — cited as 5.1.6 in R 144-2, 1.22; see header clause-drift note)."
|
|
732
|
+
method "Pressure-gauge (compression or vacuum) method according to IEC 60068-2-17, as described in the operating manual."
|
|
733
|
+
type Testing
|
|
734
|
+
kind performance
|
|
735
|
+
reference { doc "urn:oiml:pub:r:144-2:2013" clause "1.22" }
|
|
736
|
+
targets { /req/technical/air-tightness }
|
|
737
|
+
applicability {
|
|
738
|
+
sampling_approach: [extractive]
|
|
739
|
+
}
|
|
740
|
+
variables {
|
|
741
|
+
variable leak_check_passed { type boolean source measured description "Gas handling system passes the IEC 60068-2-17 leak check" }
|
|
742
|
+
}
|
|
743
|
+
procedure {
|
|
744
|
+
1 "Pressurize/evacuate the gas handling system per the operating manual"
|
|
745
|
+
2 "Verify pressure holds per IEC 60068-2-17" outputs { leak_check_passed }
|
|
746
|
+
}
|
|
747
|
+
acceptance_criteria {
|
|
748
|
+
type composite
|
|
749
|
+
pass_if "ocl{leak_criterion}"
|
|
750
|
+
criterion leak_criterion { target /req/technical/air-tightness pass_if "ocl{leak_check_passed}" description "Gas handling system air-tight" }
|
|
751
|
+
}
|
|
752
|
+
result_forms { leakproofness-test }
|
|
753
|
+
report_rows { leakproofness }
|
|
754
|
+
}
|
|
755
|
+
|