@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,117 @@
|
|
|
1
|
+
behavior repeatability {
|
|
2
|
+
kind static
|
|
3
|
+
stimulus gas-concentration
|
|
4
|
+
response "Closeness of agreement between 20 consecutive measurements of the same calibration gas mixture by the same operator using the same gas analytical system during a short period of time, expressed as the estimated standard deviation."
|
|
5
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.4"
|
|
6
|
+
verified_by { /conf/performance-tests/repeatability-test }
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
behavior reference-condition-reduction {
|
|
10
|
+
kind static
|
|
11
|
+
stimulus gas-concentration
|
|
12
|
+
response "Reduction of measurement results to reference conditions (temperature 273.15 K, pressure 101.325 kPa) per ISO 80000-9, 9.15 — output volume fractions are expressed reduced to these conditions."
|
|
13
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.1"
|
|
14
|
+
verified_by { /conf/examinations/visual-examination }
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
behavior drift {
|
|
18
|
+
kind temporal
|
|
19
|
+
stimulus time
|
|
20
|
+
response "Continuous or incremental change over time in the indication, due to changes in the metrological properties of the gas analytical system — a change in the indication during a stated period of time at a given concentration of CO, NO and NO2 in the sample to be analyzed."
|
|
21
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.23"
|
|
22
|
+
verified_by { /conf/performance-tests/drift-test }
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
behavior response-time {
|
|
26
|
+
kind dynamic
|
|
27
|
+
stimulus gas-concentration
|
|
28
|
+
response "Time interval between the instant of a stepwise concentration change of the component being measured and the instant at which the signal reaches 90 % of its stable value."
|
|
29
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.12"
|
|
30
|
+
verified_by { /conf/performance-tests/response-time-test }
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
behavior warm-up {
|
|
34
|
+
kind temporal
|
|
35
|
+
stimulus time
|
|
36
|
+
response "Period from applying power to the instrument to attaining the operating mode at which the instrument operates within the maximum permissible errors."
|
|
37
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.11"
|
|
38
|
+
verified_by { /conf/performance-tests/warm-up-test }
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
behavior temperature-effect {
|
|
42
|
+
kind influence-response
|
|
43
|
+
stimulus temperature
|
|
44
|
+
response "Change of the measurement error of the gas analytical system due to a change in ambient temperature over the rated operating conditions (dry heat / cold)."
|
|
45
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.1"
|
|
46
|
+
verified_by { /conf/performance-tests/dry-heat /conf/performance-tests/cold }
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
behavior humidity-effect {
|
|
50
|
+
kind influence-response
|
|
51
|
+
stimulus relative-humidity
|
|
52
|
+
response "Change of the measurement error of the gas analytical system due to damp heat exposure over the rated operating conditions."
|
|
53
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.1"
|
|
54
|
+
verified_by { /conf/performance-tests/damp-heat }
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
behavior pressure-effect {
|
|
58
|
+
kind influence-response
|
|
59
|
+
stimulus barometric-pressure
|
|
60
|
+
response "Change of the measurement error of the gas analytical system due to a change in atmospheric pressure over the rated operating conditions."
|
|
61
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.1"
|
|
62
|
+
verified_by { /conf/performance-tests/ambient-pressure }
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
behavior voltage-effect {
|
|
66
|
+
kind influence-response
|
|
67
|
+
stimulus power-voltage
|
|
68
|
+
response "Change of the measurement error of the gas analytical system due to a variation of the supply voltage or frequency within the rated operating conditions."
|
|
69
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.1"
|
|
70
|
+
verified_by { /conf/performance-tests/power-supply }
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
behavior cross-sensitivity {
|
|
74
|
+
kind influence-response
|
|
75
|
+
stimulus interfering-gas-components
|
|
76
|
+
response "Variation of the indication of the gas analyzer caused by gas components of the emissions other than the measurand, at volume fractions up to their maximum permissible values."
|
|
77
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.2"
|
|
78
|
+
verified_by { /conf/performance-tests/cross-sensitivity-test }
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
behavior vibration-effect {
|
|
82
|
+
kind influence-response
|
|
83
|
+
stimulus vibration
|
|
84
|
+
response "Change of the reading of the gas analytical system under mechanical vibration up to the manufacturer-specified parameters (minimum severity level 1 of OIML D 11:2013, 11.1)."
|
|
85
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.3"
|
|
86
|
+
verified_by { /conf/performance-tests/vibration-test }
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
behavior disturbance-fault {
|
|
90
|
+
kind dynamic
|
|
91
|
+
stimulus disturbance
|
|
92
|
+
response "Fault — difference between the error of indication and the intrinsic error — occurring under a disturbance; shall lie within the permissible limits or be detected and acted upon by the checking facility."
|
|
93
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.16"
|
|
94
|
+
verified_by { /conf/performance-tests/shock-test /conf/performance-tests/power-reduction /conf/performance-tests/burst-mains /conf/performance-tests/burst-signal /conf/performance-tests/surge /conf/performance-tests/esd /conf/performance-tests/rf-emf }
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
behavior self_check {
|
|
98
|
+
kind procedural
|
|
99
|
+
stimulus invoke
|
|
100
|
+
response "The checking facilities run: gas-flow supervision against the declared flow window (R 144-1, 5.5.2), readiness and fault detection (R 144-1, 4.5.4) — a detected significant fault is annunciated and measurement is refused."
|
|
101
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-5.5"
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
behavior zero_adjustment {
|
|
105
|
+
kind procedural
|
|
106
|
+
stimulus invoke
|
|
107
|
+
response "Zero-setting against zero gas — the reading is brought to zero without affecting the span (R 144-1, 5.6.1 zero-setting adjustment facility); access-protected, inaccessible to the operator — access by code only (R 144-1, 5.7.1)."
|
|
108
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-5.6.1"
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
behavior span_adjustment {
|
|
112
|
+
kind procedural
|
|
113
|
+
stimulus invoke
|
|
114
|
+
response "Span adjustment against a certified calibration gas mixture (CGM) — the readings are brought into conformity with the certified volume fraction of each measured component (R 144-1, 5.6.1/5.6.2); access-protected, inaccessible to the operator — access by code only (R 144-1, 5.7.1)."
|
|
115
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-5.6.1"
|
|
116
|
+
}
|
|
117
|
+
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
# The capability axis as a DECLARED applicability dimension (MN 114 v3.2,
|
|
2
|
+
# spec 10.6 / 11.1.1): `capabilities:` applicability entries (e.g. the
|
|
3
|
+
# bursts/surge-on-signal-lines tests, R 144-2, 1.14/1.15, gated on
|
|
4
|
+
# data-interface) resolve against this typed axis, whose value domain IS the
|
|
5
|
+
# package's capability register below (`values_of capabilities`) — the axis
|
|
6
|
+
# never restates the capability list.
|
|
7
|
+
dimension capabilities {
|
|
8
|
+
label "Capabilities"
|
|
9
|
+
cardinality set
|
|
10
|
+
description "Which declared capabilities of the gas analytical system a model carries (the optional-equipment and construction axes of R 144-1, clause 5: data interface and printing 5.1.8/5.3, computing device 5.4, alarm system 5.5.1, automatic adjustment 5.6.4, battery supply 4.5.1). Set-cardinality: a unit carries any subset of the register."
|
|
11
|
+
values_of capabilities
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
capability gas-analytical-system {
|
|
15
|
+
label "Gas Analytical System"
|
|
16
|
+
description "Base capability — all gas analytical systems have this. The system continuously measures the volume fraction of CO, NO, NO2 or NOx in stationary source emissions."
|
|
17
|
+
has_parameters { measurand_components measuring_principle sampling_approach adjustment_means power_supply mpe mpe_verification repeatability_limit response_time warm_up_time t_min t_max rh_max p_atm_min p_atm_max supply_voltage supply_frequency indication_unit wetted_materials interfering_components vibration_severity storage_t_min storage_t_max display_device adjustment_facilities software_identification }
|
|
18
|
+
satisfies_requirements { /req/metrological/measurement-units /req/metrological/measuring-range /req/metrological/mpe-intrinsic /req/metrological/mpe-operating /req/metrological/repeatability /req/metrological/rated-conditions /req/metrological/cross-sensitivity /req/metrological/vibration /req/metrological/disturbances /req/metrological/response-time /req/metrological/warm-up-time /req/metrological/drift /req/technical/corrosion-resistant /req/technical/zero-gas-filter /req/technical/pump-mounting /req/technical/indication-range /req/technical/digital-display /req/technical/gas-flow-monitoring /req/technical/readiness-indication /req/technical/adjustment-facilities /req/technical/internal-adjustment /req/technical/negative-zero /req/technical/adjustment-security /req/technical/mode-security /req/technical/inscriptions /req/technical/operating-manual /req/technical/type-evaluation-documentation }
|
|
19
|
+
verified_by_tests { /conf/performance-tests/error-determination /conf/performance-tests/drift-test /conf/performance-tests/repeatability-test /conf/performance-tests/dry-heat /conf/performance-tests/cold /conf/performance-tests/damp-heat /conf/performance-tests/ambient-pressure /conf/performance-tests/power-supply /conf/performance-tests/cross-sensitivity-test /conf/performance-tests/vibration-test /conf/performance-tests/shock-test /conf/performance-tests/power-reduction /conf/performance-tests/burst-mains /conf/performance-tests/esd /conf/performance-tests/rf-emf /conf/performance-tests/warm-up-test /conf/performance-tests/response-time-test /conf/examinations/visual-examination /conf/examinations/documentation }
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
capability co-channel {
|
|
23
|
+
label "CO Measuring Channel"
|
|
24
|
+
description "Measures carbon monoxide — declares the CO measuring range."
|
|
25
|
+
requires { gas-analytical-system }
|
|
26
|
+
has_parameters { co_range_min co_range_max }
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
capability nox-channel {
|
|
30
|
+
label "NO/NO2/NOx Measuring Channel"
|
|
31
|
+
description "Measures nitrogen monoxide and nitrogen dioxide (or NOx as their sum) — declares the NO and NO2 measuring ranges."
|
|
32
|
+
requires { gas-analytical-system }
|
|
33
|
+
has_parameters { no_range_min no_range_max no2_range_min no2_range_max }
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
capability extractive-sampling {
|
|
37
|
+
label "Extractive Sampling"
|
|
38
|
+
description "Sampling probe and sample preparation convey the sample through a gas handling system (ISO 10396:2007)."
|
|
39
|
+
requires { gas-analytical-system }
|
|
40
|
+
has_parameters { probe_gas_temp_max analyzer_gas_temp_max probe_particulate_max analyzer_particulate_max gas_flow_rate_nominal gas_flow_rate_min gas_flow_rate_max }
|
|
41
|
+
satisfies_requirements { /req/technical/representative-sampling /req/technical/gas-switching /req/technical/gas-flow-meter /req/technical/air-tightness }
|
|
42
|
+
verified_by_tests { /conf/performance-tests/flow-spillover /conf/performance-tests/leakproofness }
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
capability in-situ-sampling {
|
|
46
|
+
label "In-situ Sampling"
|
|
47
|
+
description "Analyzer measures directly in the stack or gas duct — no extractive gas handling system."
|
|
48
|
+
requires { gas-analytical-system }
|
|
49
|
+
has_parameters { analyzer_gas_temp_max analyzer_particulate_max }
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
capability battery-powered {
|
|
53
|
+
label "Battery Powered"
|
|
54
|
+
description "Powered (also) by an internal battery — low-battery behaviour and discharged-battery warning apply."
|
|
55
|
+
requires { gas-analytical-system }
|
|
56
|
+
has_parameters { battery_voltage_min }
|
|
57
|
+
satisfies_requirements { /req/metrological/rated-conditions }
|
|
58
|
+
verified_by_tests { /conf/performance-tests/low-battery }
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
capability electrochemical-sensor {
|
|
62
|
+
label "Electrochemical Sensor"
|
|
63
|
+
description "Uses electrochemical sensors — sensor and filter expiry warnings apply (R 144-1, 5.5.4)."
|
|
64
|
+
requires { gas-analytical-system }
|
|
65
|
+
satisfies_requirements { /req/technical/sensor-expiry }
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
capability data-interface {
|
|
69
|
+
label "Data Interface and Printing"
|
|
70
|
+
description "Equipped with an interface to submit analytical data to peripherals, with a printing device (R 144-1, 5.1.8, 5.3). Bursts/surges on signal, data and control lines apply (R 144-2, 1.14, 1.15)."
|
|
71
|
+
requires { gas-analytical-system }
|
|
72
|
+
has_parameters { interfaces printing_device }
|
|
73
|
+
satisfies_requirements { /req/technical/interface-peripherals /req/technical/interface-isolation /req/technical/printing-device }
|
|
74
|
+
verified_by_tests { /conf/performance-tests/burst-signal /conf/performance-tests/surge }
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
capability computing-device {
|
|
78
|
+
label "Computing Device"
|
|
79
|
+
description "Equipped with a computing device calculating emissions with estimated uncertainty (R 144-1, 5.4)."
|
|
80
|
+
requires { data-interface }
|
|
81
|
+
has_parameters { computing_device }
|
|
82
|
+
satisfies_requirements { /req/technical/computing-device }
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
capability alarm-system {
|
|
86
|
+
label "Alarm System"
|
|
87
|
+
description "Equipped with an alarm system signalling exceeded maximum permissible unit emission (R 144-1, 5.5.1)."
|
|
88
|
+
requires { gas-analytical-system }
|
|
89
|
+
has_parameters { alarm_device }
|
|
90
|
+
satisfies_requirements { /req/technical/alarm-system }
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
capability automatic-adjustment {
|
|
94
|
+
label "Automatic Adjustment"
|
|
95
|
+
description "Adjustment means perform the adjustment as programmed without user intervention; results displayed or printed (R 144-1, 2.7.4, 5.6.4)."
|
|
96
|
+
requires { gas-analytical-system }
|
|
97
|
+
satisfies_requirements { /req/technical/auto-adjustment-output }
|
|
98
|
+
}
|
|
99
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
verdict drift_error {
|
|
2
|
+
behavior drift
|
|
3
|
+
quantity { kind volume-fraction unit "ppm" }
|
|
4
|
+
derive "ocl{indication - cgm_certified_value}"
|
|
5
|
+
inputs { indication cgm_certified_value }
|
|
6
|
+
series_reduction max_abs_over_window
|
|
7
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-4.8"
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
verdict cross_sensitivity_variation {
|
|
11
|
+
behavior cross-sensitivity
|
|
12
|
+
quantity { kind volume-fraction unit "ppm" }
|
|
13
|
+
derive "ocl{reading_interferent - reading_zero_gas}"
|
|
14
|
+
inputs { reading_interferent reading_zero_gas }
|
|
15
|
+
series_reduction max_abs_over_window
|
|
16
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.10"
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
verdict cross_sensitivity_span_effect {
|
|
20
|
+
behavior cross-sensitivity
|
|
21
|
+
quantity { kind volume-fraction unit "ppm" }
|
|
22
|
+
derive "ocl{(reading_with_measurand - reading_interferent) - x_ref}"
|
|
23
|
+
inputs { reading_with_measurand reading_interferent x_ref }
|
|
24
|
+
series_reduction max_abs_over_window
|
|
25
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.10"
|
|
26
|
+
}
|
|
27
|
+
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
condition_set gas-analytical-system-reference-conditions {
|
|
2
|
+
role reference
|
|
3
|
+
subject GasAnalyticalSystem
|
|
4
|
+
entries {
|
|
5
|
+
temperature { value "20" unit "degC" tolerance "5" note "Reference temperature 20 degC +/- 5 degC (R 144-1, clause 8 preamble)." }
|
|
6
|
+
relative_humidity { value "60" unit "%" tolerance "10" note "Reference relative humidity 60 % +/- 10 % (R 144-1, clause 8 preamble)." }
|
|
7
|
+
barometric_pressure { value "86..106" unit "kPa" note "Stable within +/- 1 kPa during a test (R 144-1, clause 8 preamble); CGM supplied at ambient pressure +/- 0.8 kPa (R 144-2, 1.5.2)." }
|
|
8
|
+
power_voltage { value "nominal" unit "V" tolerance "2 %" note "Nominal voltage +/- 2 % (R 144-1, clause 8 preamble)." }
|
|
9
|
+
power_frequency { value "nominal" unit "Hz" tolerance "1 %" note "Nominal frequency +/- 1 % (R 144-1, clause 8 preamble)." }
|
|
10
|
+
influencing_gas_components { value "none" unit "ppm" note "No influencing gas components present (R 144-1, clause 8 preamble)." }
|
|
11
|
+
vibration { value "none" note "No vibrations (R 144-1, clause 8 preamble)." }
|
|
12
|
+
radiated_radio_frequency_field { value "<0.2" unit "V/m" note "Radiated RF electromagnetic fields below 0.2 V/m (R 144-1, clause 8 preamble)." }
|
|
13
|
+
conducted_radio_frequency_field { value "0.2" unit "V" note "Conducted RF fields 0.2 V emf (R 144-1, clause 8 preamble)." }
|
|
14
|
+
electrostatic_discharge { value "none" note "No electrostatic discharge (R 144-1, clause 8 preamble)." }
|
|
15
|
+
power_frequency_magnetic_field { value "<1" unit "A/m" note "Power frequency magnetic field below 1 A/m (R 144-1, clause 8 preamble)." }
|
|
16
|
+
bursts_surges_dips { value "negligible / none" note "Bursts (transients) negligible, surges none, AC mains dips/short interruptions/variations none, low battery voltage none (R 144-1, clause 8 preamble)." }
|
|
17
|
+
}
|
|
18
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-8"
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
condition_set gas-analytical-system-rated-conditions {
|
|
22
|
+
role rated
|
|
23
|
+
subject GasAnalyticalSystem
|
|
24
|
+
entries {
|
|
25
|
+
temperature { value "+5..+40" unit "degC" note "Default rated range (R 144-1, 4.5.1 item 1); extendable by the manufacturer (4.5.1 NOTE) — then family.parameters.t_min/t_max." }
|
|
26
|
+
relative_humidity { value "up to 90" unit "%" note "Up to 90 % at 25 degC (R 144-1, 4.5.1 item 2)." }
|
|
27
|
+
barometric_pressure { value "86..106" unit "kPa" note "R 144-1, 4.5.1 item 3." }
|
|
28
|
+
power_voltage { value "nominal -15 % .. +10 %" unit "V" note "AC mains deviation from nominal value (R 144-1, 4.5.1 item 4); battery: within manufacturer specifications; current generator: as mains." }
|
|
29
|
+
power_frequency { value "nominal ±2 %" unit "Hz" note "R 144-1, 4.5.1 item 4." }
|
|
30
|
+
}
|
|
31
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.1"
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
condition_set gas-analytical-system-limiting-conditions {
|
|
35
|
+
role limiting
|
|
36
|
+
subject GasAnalyticalSystem
|
|
37
|
+
entries {
|
|
38
|
+
temperature { value "manufacturer-declared storage range" unit "degC" note "Maximum and minimum storage temperatures declared in the operating manual (R 144-1, 6.2 item 2); attributes storage_t_min/storage_t_max." }
|
|
39
|
+
input_gas_temperature { value "up to probe_gas_temp_max / analyzer_gas_temp_max" unit "degC" note "Input gas temperature at the sampling probe and at the gas analyzer specified by the respective manufacturers (R 144-1, 8.7)." }
|
|
40
|
+
particulate_content { value "up to probe_particulate_max / analyzer_particulate_max" unit "mg/m3" note "Maximum particulate content of the input gas at the sampling probe and at the gas analyzer, specified by the respective manufacturers (R 144-1, 8.8)." }
|
|
41
|
+
}
|
|
42
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-6.2"
|
|
43
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-8.7"
|
|
44
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-8.8"
|
|
45
|
+
}
|
|
46
|
+
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
instrument GasAnalyticalSystem {
|
|
2
|
+
extends MeasuringInstrumentModel
|
|
3
|
+
measurand_kind volume-fraction
|
|
4
|
+
definition "Assembly to carry out specified gas analytical measurements (ISO 7504:2001). In this Recommendation, a system that continuously measures the volume fraction of CO (carbon monoxide), NO (nitrogen monoxide), NO2 (nitrogen dioxide), or the sum of nitrogen oxides (NOx), or measures only CO or only NO and NO2, or NOx, by analyzing the gas samples taken directly from the smokestack or gas pipe in industry."
|
|
5
|
+
note "A GasAnalyticalSystem MODEL is what gets type-evaluated and approved; physical units are MeasuringInstrumentSample instances of that Model (INV-10 delegation: Sample -> Model -> Family). The system includes a means for sampling and sample preparation (extractive sampling), a gas analyzer (R 144-1, 2.4 — the core measuring unit), zero/span adjustment means, data accumulation/processing/storage, control means, interfaces, and gas/electric communication lines."
|
|
6
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.1"
|
|
7
|
+
variant extractive { name "Extractive gas analytical system" definition "Gas analytical system including a means for sampling and sample preparation: a sampling probe inserted into the gas duct takes a representative sample which is conditioned and conveyed through the gas handling system to the gas analyzer." note "Sampling and sample preparation shall comply with ISO 10396:2007 (R 144-1, 5.1.2)." source { doc "urn:oiml:pub:r:144-1:2013" clause "2.1" } }
|
|
8
|
+
variant in-situ { name "In-situ gas analytical system" definition "Gas analytical system whose gas analyzer measures the components directly in the smokestack or gas pipe, without extractive sampling and sample preparation." note "Implied, not named, by the Recommendation: the 2.1 note lists sampling means only \"in the case of extractive sampling\", and 5.1.2 scopes the ISO 10396 sampling requirements to extractive sampling." source { doc "urn:oiml:pub:r:144-1:2013" clause "2.1" } }
|
|
9
|
+
dimension measurand_components {
|
|
10
|
+
label "Measurand components"
|
|
11
|
+
scope model
|
|
12
|
+
cardinality set
|
|
13
|
+
description "Gas component set measured by the system (R 144-1, 1.1 and NOTE) — multi-select"
|
|
14
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "1.1" }
|
|
15
|
+
values {
|
|
16
|
+
co { label "Carbon monoxide" description "CO measured component (R 144-1, 1.1)" }
|
|
17
|
+
no { label "Nitric oxide" description "NO measured component (part of NOx)" }
|
|
18
|
+
no2 { label "Nitrogen dioxide" description "NO2 measured component (part of NOx)" }
|
|
19
|
+
nox { label "Nitrogen oxides (sum)" description "NOx as a first-class derived measurand (NOx = NO + NO2, R 144-1, 1.1/2.4 NOTE): a NOx-only analyzer measures the SUM channel, not the two components separately. Range/MPE inherit from the component channels (nox_range = no_range + no2_range)." }
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
dimension measuring_principle {
|
|
23
|
+
label "Measuring principle"
|
|
24
|
+
scope family
|
|
25
|
+
description "Principle of operation of the gas analyzer (R 144-1, 1.1)"
|
|
26
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "1.1" }
|
|
27
|
+
values {
|
|
28
|
+
ir { label "Infrared absorption (NDIR)" description "Infrared absorption method, e.g. non-dispersive infrared for CO" }
|
|
29
|
+
uv { label "Ultraviolet absorption" description "Ultraviolet absorption method" }
|
|
30
|
+
chemiluminescence { label "Chemiluminescence" description "Chemiluminescence method for NO/NOx" }
|
|
31
|
+
electrochemistry { label "Electrochemistry" description "Electrochemical sensor method (sensor lifetime warning per R 144-1, 5.5.4)" }
|
|
32
|
+
ir-correlation { label "IR with correlation filters (GFC)" description "Infrared method with correlation filters (gas filter correlation) for cross-sensitivity reduction" }
|
|
33
|
+
combined { label "Combination of methods" description "Combination of the above methods (R 144-1, 1.1)" }
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
dimension sampling_approach {
|
|
37
|
+
label "Sampling approach"
|
|
38
|
+
scope family
|
|
39
|
+
description "How the gas sample reaches the analyzer (R 144-1, 2.1 note, 5.1.2)"
|
|
40
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "2.1" }
|
|
41
|
+
values {
|
|
42
|
+
extractive { label "Extractive" description "Sampling probe and sample preparation convey the sample to the analyzer" }
|
|
43
|
+
in-situ { label "In-situ" description "Analyzer measures directly in the stack or gas duct" }
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
dimension adjustment_means {
|
|
47
|
+
label "Adjustment means"
|
|
48
|
+
scope model
|
|
49
|
+
description "Kind of adjustment facilities of the gas analytical system (R 144-1, 2.7.1–2.7.4, 5.6.1)"
|
|
50
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "5.6.1" }
|
|
51
|
+
values {
|
|
52
|
+
manual { label "Manual" description "User adjustment employing only means at the disposal of the user (R 144-1, 2.7.1)" }
|
|
53
|
+
semi-automatic { label "Semi-automatic" description "User adjustment without possibility of changing the input measurement signal; CGM entered manually (R 144-1, 2.7.3). Drift requirement R 144-1, 4.8 addresses systems with semi-automatic adjustment means." }
|
|
54
|
+
automatic { label "Automatic" description "Adjustment performed as programmed without user intervention (R 144-1, 2.7.4); results displayed/printed per R 144-1, 5.6.4" }
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
dimension power_supply {
|
|
58
|
+
label "Power supply"
|
|
59
|
+
scope model
|
|
60
|
+
description "Power source of the gas analytical system (R 144-1, 4.5.1)"
|
|
61
|
+
reference { doc "urn:oiml:pub:r:144-1:2013" clause "4.5.1" }
|
|
62
|
+
values {
|
|
63
|
+
ac-mains { label "AC mains" description "Supply from AC mains power (voltage -15 %/+10 %, frequency ±2 %)" }
|
|
64
|
+
battery { label "Battery" description "Internal battery power within manufacturer specifications; discharged-battery warning indicator recommended (R 144-1, 4.5.1 NOTE)" }
|
|
65
|
+
ac-and-battery { label "AC mains and battery" description "Dual supply; battery limits per manufacturer specifications" }
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
family {
|
|
69
|
+
metamodel_class MeasuringInstrumentModelFamily
|
|
70
|
+
definition "Group of gas analytical systems which for the purposes of type evaluation are considered as one family, sharing the measuring principle(s), the sampling approach, and the design of the gas handling system and adjustment means, and comprising one or more models differing in measured component configuration and measuring ranges."
|
|
71
|
+
note "R 144 contains no explicit \"family\" definition — these criteria are derived from R 144-1, 1.1 (principle of operation), 2.1 (system composition) and 3.2 (principal units). A candidate model violating any criterion is a different family — a separate application and type evaluation."
|
|
72
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-1.1"
|
|
73
|
+
}
|
|
74
|
+
family_criteria {
|
|
75
|
+
"same measuring principle or combination of principles (IR, UV, chemiluminescence, electrochemistry, IR with correlation filters — R 144-1, 1.1)"
|
|
76
|
+
"same sampling approach (extractive with sampling probe and sample preparation, or in-situ — R 144-1, 2.1, 5.1.2)"
|
|
77
|
+
"same design of the gas handling system (sampling probe, heated line, pump, condensate separation, filtering, switching — R 144-1, 3.2)"
|
|
78
|
+
"same kind of adjustment means (manual, semi-automatic or automatic — R 144-1, 2.7, 5.6.1)"
|
|
79
|
+
"same set of rated operating specifications (temperature, humidity, atmospheric pressure, supply power — R 144-1, 4.5.1)"
|
|
80
|
+
}
|
|
81
|
+
family_defaults {
|
|
82
|
+
dimensions { measuring_principle sampling_approach }
|
|
83
|
+
parameters { t_min t_max rh_max p_atm_min p_atm_max wetted_materials }
|
|
84
|
+
}
|
|
85
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
state_machine GasAnalyzerOperational {
|
|
2
|
+
kind operational
|
|
3
|
+
initial off
|
|
4
|
+
states {
|
|
5
|
+
off
|
|
6
|
+
warming_up
|
|
7
|
+
ready
|
|
8
|
+
measuring
|
|
9
|
+
}
|
|
10
|
+
transition off -> warming_up action power_on
|
|
11
|
+
transition warming_up -> ready action warm_up_complete {
|
|
12
|
+
guard "elapsed time since power_on ≥ the manufacturer-specified warm_up_time (R 144-1, 4.7) — declarative; not evaluated on fire"
|
|
13
|
+
}
|
|
14
|
+
transition ready -> measuring action measure
|
|
15
|
+
transition measuring -> ready action halt
|
|
16
|
+
transition [warming_up, ready, measuring] -> off action power_off
|
|
17
|
+
}
|
|
18
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
subject GasAnalyticalSystem {
|
|
2
|
+
is {
|
|
3
|
+
endpoint gas_analytical_api {
|
|
4
|
+
operation get_indication_co { kind query serves { indication_co } payload { quantity_kind volume-fraction unit ppm timestamp true } }
|
|
5
|
+
operation get_indication_no { kind query serves { indication_no } payload { quantity_kind volume-fraction unit ppm timestamp true } }
|
|
6
|
+
operation get_indication_no2 { kind query serves { indication_no2 } payload { quantity_kind volume-fraction unit ppm timestamp true } }
|
|
7
|
+
operation get_indication_nox { kind query serves { indication_nox } payload { quantity_kind volume-fraction unit ppm timestamp true } }
|
|
8
|
+
operation watch_op_state { kind subscribe serves { state environmental_context } payload { quantity_kind state unit dimensionless timestamp true } }
|
|
9
|
+
operation zero_calibration { kind invoke does { zero_adjustment } payload { quantity_kind adjustment_report unit dimensionless timestamp true } }
|
|
10
|
+
operation span_calibration { kind invoke does { span_adjustment } payload { quantity_kind adjustment_report unit dimensionless timestamp true } }
|
|
11
|
+
operation run_self_check { kind invoke does { self_check } payload { quantity_kind diagnostic_report unit dimensionless timestamp true } }
|
|
12
|
+
access { public { get_indication_co get_indication_no get_indication_no2 get_indication_nox } registered { watch_op_state } authority { zero_calibration span_calibration run_self_check } }
|
|
13
|
+
profile rest_json
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
has {
|
|
17
|
+
serve sample.indication_co via get_indication_co { fresh_within 5s }
|
|
18
|
+
serve sample.indication_no via get_indication_no { fresh_within 5s }
|
|
19
|
+
serve sample.indication_no2 via get_indication_no2 { fresh_within 5s }
|
|
20
|
+
serve sample.indication_nox via get_indication_nox { fresh_within 5s }
|
|
21
|
+
serve sample.state via watch_op_state { fresh_within 1s }
|
|
22
|
+
serve sample.environmental_context via watch_op_state { fresh_within 1s }
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
package {
|
|
2
|
+
id oiml-r144
|
|
3
|
+
kind rec
|
|
4
|
+
title "OIML R 144:2013 — R 144 package"
|
|
5
|
+
version "2013"
|
|
6
|
+
editions { 2013 }
|
|
7
|
+
baseUrn "urn:oiml:pub:r:144:2013"
|
|
8
|
+
uses { iso-iec-17000 iso-iec-17065 iso-iec-17025 iso-iec-17067 oiml-cs oiml-smart-core oiml-smart-module-specimen-governance oiml-smart-module-reference-materials }
|
|
9
|
+
requires { core subject-chain-entities party-entities workflow-entities evaluation-skeleton iso-iec-17000 ca-terminology-17000 iso-iec-17025 lab-requirements-17025 ca-terminology-17025 iso-iec-17065 cb-requirements-17065 ca-terminology-17065 iso-iec-17067 scheme-content-requirements-17067 ca-terminology-17067 oiml-cs cs-process-requirements cs-certificate-requirements reference-material-pattern test-point-subform umpe-validity-hook sample-selection-rules eut-continuity-contract test-execution-entities }
|
|
10
|
+
validity { from 2013-01-01 }
|
|
11
|
+
status current
|
|
12
|
+
default_spelling eng-Latn
|
|
13
|
+
description "Instruments for continuous measurement of CO, NOx in stationary source emissions (gas analytical systems) — metrological and technical requirements, test procedures, and test report format."
|
|
14
|
+
source { collection "sources/r144/collection.yml" parts { 1 2 3 } }
|
|
15
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# GENERATED package payload (task 31b) — content with no PRL construct; composed back by regenerate-data + build-primmel-cache. Do not edit by hand.
|
|
2
|
+
application:
|
|
3
|
+
documentation:
|
|
4
|
+
- id: measurement-principle
|
|
5
|
+
name:
|
|
6
|
+
- spelling: eng-Latn
|
|
7
|
+
value: Description of the general principle of measurement
|
|
8
|
+
description:
|
|
9
|
+
- spelling: eng-Latn
|
|
10
|
+
value: A description of the gas analytical system's general principle of measurement (R 144-1, 7.1.1 a).
|
|
11
|
+
obligation: shall
|
|
12
|
+
source:
|
|
13
|
+
doc: urn:oiml:pub:r:144-1:2013
|
|
14
|
+
clause: 7.1.1
|
|
15
|
+
- id: essential-components-list
|
|
16
|
+
name:
|
|
17
|
+
- spelling: eng-Latn
|
|
18
|
+
value: Essential components list
|
|
19
|
+
description:
|
|
20
|
+
- spelling: eng-Latn
|
|
21
|
+
value: A list of the system's essential components with their characteristics (R 144-1, 7.1.1 b).
|
|
22
|
+
obligation: shall
|
|
23
|
+
source:
|
|
24
|
+
doc: urn:oiml:pub:r:144-1:2013
|
|
25
|
+
clause: 7.1.1
|
|
26
|
+
- id: components-drawings
|
|
27
|
+
name:
|
|
28
|
+
- spelling: eng-Latn
|
|
29
|
+
value: Component descriptions, drawings and diagrams
|
|
30
|
+
description:
|
|
31
|
+
- spelling: eng-Latn
|
|
32
|
+
value: A description of the essential components with drawings and diagrams (R 144-1, 7.1.1 c).
|
|
33
|
+
obligation: shall
|
|
34
|
+
source:
|
|
35
|
+
doc: urn:oiml:pub:r:144-1:2013
|
|
36
|
+
clause: 7.1.1
|
|
37
|
+
- id: software-information
|
|
38
|
+
name:
|
|
39
|
+
- spelling: eng-Latn
|
|
40
|
+
value: General software information
|
|
41
|
+
description:
|
|
42
|
+
- spelling: eng-Latn
|
|
43
|
+
value: General information on the software used as part of the gas analytical system (R 144-1, 7.1.1 d).
|
|
44
|
+
obligation: shall
|
|
45
|
+
source:
|
|
46
|
+
doc: urn:oiml:pub:r:144-1:2013
|
|
47
|
+
clause: 7.1.1
|
|
48
|
+
- id: calculation-formula
|
|
49
|
+
name:
|
|
50
|
+
- spelling: eng-Latn
|
|
51
|
+
value: Calculation formula description
|
|
52
|
+
description:
|
|
53
|
+
- spelling: eng-Latn
|
|
54
|
+
value: A description of the formula applied for the calculation of mass emission components (R 144-1, 7.1.1 e).
|
|
55
|
+
obligation: shall
|
|
56
|
+
source:
|
|
57
|
+
doc: urn:oiml:pub:r:144-1:2013
|
|
58
|
+
clause: 7.1.1
|
|
59
|
+
- id: operating-manual
|
|
60
|
+
name:
|
|
61
|
+
- spelling: eng-Latn
|
|
62
|
+
value: Operating manual
|
|
63
|
+
description:
|
|
64
|
+
- spelling: eng-Latn
|
|
65
|
+
value: The operating manual to be provided to the user (R 144-1, 7.1.1 f).
|
|
66
|
+
obligation: shall
|
|
67
|
+
source:
|
|
68
|
+
doc: urn:oiml:pub:r:144-1:2013
|
|
69
|
+
clause: 7.1.1
|
|
70
|
+
- id: manufacturer-testing
|
|
71
|
+
name:
|
|
72
|
+
- spelling: eng-Latn
|
|
73
|
+
value: Manufacturer testing details and results
|
|
74
|
+
description:
|
|
75
|
+
- spelling: eng-Latn
|
|
76
|
+
value: Details and results of any testing which may have been carried out by the manufacturer (R 144-1, 7.1.1 g).
|
|
77
|
+
obligation: may
|
|
78
|
+
source:
|
|
79
|
+
doc: urn:oiml:pub:r:144-1:2013
|
|
80
|
+
clause: 7.1.1
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# GENERATED package payload (task 31b) — content with no PRL construct; composed back by regenerate-data + build-primmel-cache. Do not edit by hand.
|
|
2
|
+
attribute_definitions:
|
|
3
|
+
- id: interfering_components
|
|
4
|
+
pair_list:
|
|
5
|
+
key: component
|
|
6
|
+
value: max_concentration
|
|
7
|
+
key_dimension: measurand_components
|
|
8
|
+
components:
|
|
9
|
+
- id: co2
|
|
10
|
+
name: Carbon dioxide
|
|
11
|
+
- id: h2o
|
|
12
|
+
name: Water vapour
|
|
13
|
+
- id: so2
|
|
14
|
+
name: Sulfur dioxide
|
|
15
|
+
- id: ch4
|
|
16
|
+
name: Methane
|
|
17
|
+
- id: h2
|
|
18
|
+
name: Hydrogen
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# GENERATED package payload (task 31b) — content with no PRL construct; composed back by regenerate-data + build-primmel-cache. Do not edit by hand.
|
|
2
|
+
common_test_conditions:
|
|
3
|
+
- id: calibration-before-tests
|
|
4
|
+
title: Calibration before type evaluation tests
|
|
5
|
+
reference: urn:oiml:pub:r:144-1:2013#clause-8
|
|
6
|
+
description: |
|
|
7
|
+
Prior to the type evaluation tests, or when specified by the manufacturer,
|
|
8
|
+
the gas analytical system shall be calibrated against the calibration gas
|
|
9
|
+
mixture (CGM) according to the operating manual procedures and under
|
|
10
|
+
reference conditions (if not specified otherwise).
|
|
11
|
+
- id: cgm-composition
|
|
12
|
+
title: CGM composition and certification
|
|
13
|
+
reference: urn:oiml:pub:r:144-1:2013#clause-A
|
|
14
|
+
description: |
|
|
15
|
+
CGMs shall be supplied from a gas cylinder under pressure or a gas
|
|
16
|
+
mixture generator (ISO 6142, ISO 6143, ISO 6145-1), certified with
|
|
17
|
+
composition uncertainty of 2 % or less of the certified value for the
|
|
18
|
+
components to be determined (3 % for other components), blend tolerance
|
|
19
|
+
not exceeding 10 %, traceable to (inter)national gaseous measurement
|
|
20
|
+
standards (R 144-1, Annex A.1, A.2).
|
|
21
|
+
- id: cgm-test-points
|
|
22
|
+
title: CGM test points for error determination
|
|
23
|
+
reference: urn:oiml:pub:r:144-1:2013#clause-A.1.4
|
|
24
|
+
description: |
|
|
25
|
+
For error determination, three binary gas mixtures at (5 + 5) %,
|
|
26
|
+
(50 + 5) % and (95 - 5) % of the measuring range are used (R 144-1,
|
|
27
|
+
A.1.4); R 144-2, 1.2 recommends minimum +10 %, average ±10 %, maximum
|
|
28
|
+
-10 % for linear calibration characteristics (at least five uniformly
|
|
29
|
+
distributed points for nonlinear). Three-component mixtures
|
|
30
|
+
CO + NO + N2 and CO + NO2 + N2 are permitted (A.1.4 NOTE).
|
|
31
|
+
- id: cgm-uncertainty-ratio
|
|
32
|
+
title: CGM uncertainty ratio
|
|
33
|
+
reference: urn:oiml:pub:r:144-1:2013#clause-7.2.2.2
|
|
34
|
+
description: |
|
|
35
|
+
The ratio between the absolute value of the uncertainty of the CGM and
|
|
36
|
+
the maximum permissible error of the gas analytical system at the given
|
|
37
|
+
point of the measurement range shall be not more than 1:3 (the
|
|
38
|
+
responsible legal authority may allow 1:2).
|
|
39
|
+
- id: zero-gas
|
|
40
|
+
title: Zero gas
|
|
41
|
+
reference: urn:oiml:pub:r:144-1:2013#clause-A.3
|
|
42
|
+
description: |
|
|
43
|
+
Ambient air drawn through a charcoal filter or equivalent system, or
|
|
44
|
+
high pure nitrogen directly, is used to set zero (R 144-1, A.3; 5.1.4).
|
|
45
|
+
- id: cgm-supply-pressure
|
|
46
|
+
title: CGM supply pressure
|
|
47
|
+
reference: urn:oiml:pub:r:144-2:2013#clause-1.5.2
|
|
48
|
+
description: |
|
|
49
|
+
The calibration gas mixture shall be supplied to the sampling probe at
|
|
50
|
+
ambient pressure with a deviation of ±0.8 kPa (±750 Pa for the response
|
|
51
|
+
time test, R 144-2, 1.20.1).
|
|
52
|
+
- id: single-influence-quantity
|
|
53
|
+
title: One influence quantity at a time
|
|
54
|
+
reference: urn:oiml:pub:r:144-1:2013#clause-8.4
|
|
55
|
+
description: |
|
|
56
|
+
Only one influence quantity shall be varied during a test, while all
|
|
57
|
+
others are maintained at their reference values.
|
|
58
|
+
- id: separate-units-testing
|
|
59
|
+
title: Testing of separate units
|
|
60
|
+
reference: urn:oiml:pub:r:144-1:2013#clause-7.1.3.1
|
|
61
|
+
description: |
|
|
62
|
+
Tests should be carried out with a completely mounted gas analytical
|
|
63
|
+
system; tests on separate units or devices are permitted when testing
|
|
64
|
+
the system as a whole is impossible due to size or configuration,
|
|
65
|
+
provided the operating conditions for that unit can be simulated.
|
|
66
|
+
Separate components shall not be dismantled for testing.
|
|
67
|
+
- id: leak-check-before-measurement
|
|
68
|
+
title: Leak check before measurement
|
|
69
|
+
reference: urn:oiml:pub:r:144-2:2013#clause-B.3
|
|
70
|
+
description: |
|
|
71
|
+
A leak check of the gas handling system shall be performed at least
|
|
72
|
+
once a day and after each disassembly; any leakage shall be repaired
|
|
73
|
+
and a successful leak check performed before measurement (R 144-2,
|
|
74
|
+
Annex B.3, B.4).
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# GENERATED package payload (task 31b) — content with no PRL construct; composed back by regenerate-data + build-primmel-cache. Do not edit by hand.
|
|
2
|
+
formulas:
|
|
3
|
+
- name: mpeIntrinsic
|
|
4
|
+
type: expression
|
|
5
|
+
label: Maximum Permissible Intrinsic Error
|
|
6
|
+
params:
|
|
7
|
+
- measured_value
|
|
8
|
+
description: MPE = max(2 ppm, 5 % of measured value) per R 144-1, 4.3.1
|
|
9
|
+
expression: Math.max(2, 0.05 * Math.abs(p.measured_value))
|
|
10
|
+
- name: mpeVerification
|
|
11
|
+
type: expression
|
|
12
|
+
label: MPE on Verification (rated operating conditions)
|
|
13
|
+
params:
|
|
14
|
+
- measured_value
|
|
15
|
+
description: MPE = max(5 ppm, 10 % of measured value) per R 144-1, 4.3.2
|
|
16
|
+
expression: Math.max(5, 0.10 * Math.abs(p.measured_value))
|
|
17
|
+
- name: measurementError
|
|
18
|
+
type: expression
|
|
19
|
+
label: Measurement Error E
|
|
20
|
+
params:
|
|
21
|
+
- x_ind
|
|
22
|
+
- x_ref
|
|
23
|
+
description: E = x_ind − x_ref
|
|
24
|
+
expression: p.x_ind - p.x_ref
|
|
25
|
+
- name: driftChange
|
|
26
|
+
type: expression
|
|
27
|
+
label: Drift Change
|
|
28
|
+
params:
|
|
29
|
+
- indication_at_time
|
|
30
|
+
- initial_indication
|
|
31
|
+
description: Change in indication over the stated drift period
|
|
32
|
+
expression: p.indication_at_time - p.initial_indication
|