@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,357 @@
|
|
|
1
|
+
symbol mpe {
|
|
2
|
+
name "Maximum permissible intrinsic error"
|
|
3
|
+
definition "maximum permissible error under reference conditions: the larger of 2 ppm and 5 % of the measured value"
|
|
4
|
+
type number
|
|
5
|
+
unit "ppm"
|
|
6
|
+
latex "MPE"
|
|
7
|
+
kind formula
|
|
8
|
+
quantity_kind volume-fraction
|
|
9
|
+
origin lookup
|
|
10
|
+
attribute mpe
|
|
11
|
+
calculation mpeIntrinsic
|
|
12
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.3.1"
|
|
13
|
+
formula {
|
|
14
|
+
display "MPE = max(2 ppm, 0.05 × measured value)"
|
|
15
|
+
expression "max(2, 0.05 * measured_value)"
|
|
16
|
+
inputs { measured_value }
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
symbol mpe_verification {
|
|
21
|
+
name "Maximum permissible error under rated operating conditions"
|
|
22
|
+
definition "maximum permissible error on verification under rated operating conditions: the larger of 5 ppm and 10 % of the measured value"
|
|
23
|
+
type number
|
|
24
|
+
unit "ppm"
|
|
25
|
+
latex "MPE_V"
|
|
26
|
+
kind formula
|
|
27
|
+
quantity_kind volume-fraction
|
|
28
|
+
origin lookup
|
|
29
|
+
attribute mpe_verification
|
|
30
|
+
calculation mpeVerification
|
|
31
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.3.2"
|
|
32
|
+
formula {
|
|
33
|
+
display "MPE_V = max(5 ppm, 0.10 × measured value)"
|
|
34
|
+
expression "max(5, 0.10 * measured_value)"
|
|
35
|
+
inputs { measured_value }
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
symbol repeatability_limit {
|
|
40
|
+
name "Repeatability limit"
|
|
41
|
+
definition "upper limit of the estimated standard deviation: one third of the maximum permissible intrinsic error at the given point"
|
|
42
|
+
type number
|
|
43
|
+
unit "ppm"
|
|
44
|
+
latex "s_lim"
|
|
45
|
+
kind formula
|
|
46
|
+
quantity_kind volume-fraction
|
|
47
|
+
origin derived
|
|
48
|
+
attribute repeatability_limit
|
|
49
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.4"
|
|
50
|
+
formula {
|
|
51
|
+
display "s_lim = MPE / 3"
|
|
52
|
+
expression "mpe / 3"
|
|
53
|
+
inputs { mpe }
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
symbol response_time {
|
|
58
|
+
name "Response time (declared)"
|
|
59
|
+
definition "declared response time — time for the signal to reach 90 % of its stable value after a stepwise concentration change"
|
|
60
|
+
type number
|
|
61
|
+
unit "s"
|
|
62
|
+
latex "t_90"
|
|
63
|
+
kind attribute
|
|
64
|
+
quantity_kind time
|
|
65
|
+
origin declared
|
|
66
|
+
attribute response_time
|
|
67
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.12"
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
symbol warm_up_time {
|
|
71
|
+
name "Warm-up time (declared)"
|
|
72
|
+
definition "manufacturer-specified warm-up time"
|
|
73
|
+
type number
|
|
74
|
+
unit "min"
|
|
75
|
+
latex "t_w"
|
|
76
|
+
kind attribute
|
|
77
|
+
quantity_kind time
|
|
78
|
+
origin declared
|
|
79
|
+
attribute warm_up_time
|
|
80
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.11"
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
symbol co_range_min {
|
|
84
|
+
name "CO range lower limit"
|
|
85
|
+
definition "lower value of the CO measuring range or sub-range"
|
|
86
|
+
type number
|
|
87
|
+
unit "ppm"
|
|
88
|
+
latex "x_CO,min"
|
|
89
|
+
kind attribute
|
|
90
|
+
quantity_kind volume-fraction
|
|
91
|
+
origin declared
|
|
92
|
+
attribute co_range_min
|
|
93
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.2"
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
symbol co_range_max {
|
|
97
|
+
name "CO range upper limit"
|
|
98
|
+
definition "upper value of the CO measuring range or sub-range"
|
|
99
|
+
type number
|
|
100
|
+
unit "ppm"
|
|
101
|
+
latex "x_CO,max"
|
|
102
|
+
kind attribute
|
|
103
|
+
quantity_kind volume-fraction
|
|
104
|
+
origin declared
|
|
105
|
+
attribute co_range_max
|
|
106
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.2"
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
symbol x_ref {
|
|
110
|
+
name "CGM reference value"
|
|
111
|
+
definition "certified volume fraction of the component to be determined in the calibration gas mixture at the test point"
|
|
112
|
+
type number
|
|
113
|
+
unit "ppm"
|
|
114
|
+
latex "x_ref"
|
|
115
|
+
kind observable
|
|
116
|
+
quantity_kind volume-fraction
|
|
117
|
+
origin measured
|
|
118
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.24"
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
symbol x_ind {
|
|
122
|
+
name "Indication"
|
|
123
|
+
definition "indication of the gas analytical system with the CGM supplied to the input"
|
|
124
|
+
type number
|
|
125
|
+
unit "ppm"
|
|
126
|
+
latex "x_ind"
|
|
127
|
+
kind observable
|
|
128
|
+
quantity_kind volume-fraction
|
|
129
|
+
origin measured
|
|
130
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.5"
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
symbol e_x {
|
|
134
|
+
name "Error"
|
|
135
|
+
definition "measured quantity value minus the reference quantity value (CGM certified value)"
|
|
136
|
+
type number
|
|
137
|
+
unit "ppm"
|
|
138
|
+
latex "E"
|
|
139
|
+
kind observable
|
|
140
|
+
quantity_kind volume-fraction
|
|
141
|
+
origin derived
|
|
142
|
+
calculation measurementError
|
|
143
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.13"
|
|
144
|
+
formula {
|
|
145
|
+
display "E = x_ind − x_ref"
|
|
146
|
+
expression "x_ind - x_ref"
|
|
147
|
+
inputs { x_ind x_ref }
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
symbol e_rel {
|
|
152
|
+
name "Relative error"
|
|
153
|
+
definition "absolute error of measurement divided by the reference value of the measurand"
|
|
154
|
+
type number
|
|
155
|
+
unit "%"
|
|
156
|
+
latex "E_rel"
|
|
157
|
+
kind observable
|
|
158
|
+
quantity_kind ratio
|
|
159
|
+
origin derived
|
|
160
|
+
calculation relativeError
|
|
161
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.15"
|
|
162
|
+
formula {
|
|
163
|
+
display "E_rel = E / x_ref"
|
|
164
|
+
expression "e_x / x_ref"
|
|
165
|
+
inputs { e_x x_ref }
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
symbol s {
|
|
170
|
+
name "Estimated standard deviation"
|
|
171
|
+
definition "repeatability estimate from n = 20 consecutive measurements of the same CGM"
|
|
172
|
+
type number
|
|
173
|
+
unit "ppm"
|
|
174
|
+
latex "s"
|
|
175
|
+
kind observable
|
|
176
|
+
quantity_kind volume-fraction
|
|
177
|
+
origin derived
|
|
178
|
+
calculation repeatabilityStdDev
|
|
179
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.4"
|
|
180
|
+
formula {
|
|
181
|
+
display "s = sqrt( Σ(Y_i − Ȳ)² / (n − 1) ), n = 20"
|
|
182
|
+
expression "sqrt(sum((y_i - mean(y_i))^2) / (n - 1))"
|
|
183
|
+
inputs { y_i n }
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
symbol y_i {
|
|
188
|
+
name "i-th indication (repeatability)"
|
|
189
|
+
definition "i-th indication of the gas analytical system in the repeatability series"
|
|
190
|
+
type number
|
|
191
|
+
unit "ppm"
|
|
192
|
+
latex "Y_i"
|
|
193
|
+
kind observable
|
|
194
|
+
quantity_kind volume-fraction
|
|
195
|
+
origin measured
|
|
196
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.4"
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
symbol n {
|
|
200
|
+
name "Number of measurements"
|
|
201
|
+
definition "number of measurements in the repeatability series (n = 20)"
|
|
202
|
+
type integer
|
|
203
|
+
latex "n"
|
|
204
|
+
kind observable
|
|
205
|
+
origin declared
|
|
206
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.4"
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
symbol t_90 {
|
|
210
|
+
name "Measured response time"
|
|
211
|
+
definition "measured time for the signal to reach 90 % of its stable value after a 0 % to 100 % stepwise change"
|
|
212
|
+
type number
|
|
213
|
+
unit "s"
|
|
214
|
+
latex "t_90"
|
|
215
|
+
kind observable
|
|
216
|
+
quantity_kind time
|
|
217
|
+
origin measured
|
|
218
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.12"
|
|
219
|
+
note "Semantics tension (R 144 F17): 2.12 defines response time to 90 % of the STABLE value; 4.6 requires reaching AT LEAST 90 % of a 0→100 % step within 4 min; R 144-2, 1.20.1 measures the time to perform measurements 'with a given accuracy (4.3.1)'. The model reads t_90 per 2.12 (stable-value), with the 4.6 4-minute bound as the verdict limit; 1.20.1's accuracy-qualified measurement is equivalent for well-damped systems."
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
symbol delta_x {
|
|
223
|
+
name "Indication variation"
|
|
224
|
+
definition "variation of the indication caused by an influence quantity or an interfering gas component"
|
|
225
|
+
type number
|
|
226
|
+
unit "ppm"
|
|
227
|
+
latex "Δx"
|
|
228
|
+
kind observable
|
|
229
|
+
quantity_kind volume-fraction
|
|
230
|
+
origin derived
|
|
231
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.2"
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
symbol indication {
|
|
235
|
+
name "Indication (drift)"
|
|
236
|
+
definition "indication of the gas analytical system at one daily measurement of the 7-day drift test (R 144-2, 1.3)"
|
|
237
|
+
type number
|
|
238
|
+
unit "ppm"
|
|
239
|
+
latex "x"
|
|
240
|
+
kind observable
|
|
241
|
+
quantity_kind volume-fraction
|
|
242
|
+
origin measured
|
|
243
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.3"
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
symbol cgm_certified_value {
|
|
247
|
+
name "CGM certified value"
|
|
248
|
+
definition "certified volume fraction of the calibration gas mixture used for the drift test series (R 144-1, 2.24; R 144-1, 4.8 judges the error against this reference)"
|
|
249
|
+
type number
|
|
250
|
+
unit "ppm"
|
|
251
|
+
latex "x_CGM"
|
|
252
|
+
kind observable
|
|
253
|
+
quantity_kind volume-fraction
|
|
254
|
+
origin measured
|
|
255
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.8"
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
symbol reading_interferent {
|
|
259
|
+
name "Reading with interfering gas"
|
|
260
|
+
definition "reading of the gas analytical system with the influencing gas component supplied (alone in N2) at its maximum permissible concentration (R 144-2, 1.10)"
|
|
261
|
+
type number
|
|
262
|
+
unit "ppm"
|
|
263
|
+
latex "x_int"
|
|
264
|
+
kind observable
|
|
265
|
+
quantity_kind volume-fraction
|
|
266
|
+
origin measured
|
|
267
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.10"
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
symbol reading_zero_gas {
|
|
271
|
+
name "Reading with zero gas"
|
|
272
|
+
definition "reading of the gas analytical system with zero gas (N2) supplied — the baseline of the cross-sensitivity variation (R 144-2, 1.10)"
|
|
273
|
+
type number
|
|
274
|
+
unit "ppm"
|
|
275
|
+
latex "x_0"
|
|
276
|
+
kind observable
|
|
277
|
+
quantity_kind volume-fraction
|
|
278
|
+
origin measured
|
|
279
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.10"
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
symbol reading_with_measurand {
|
|
283
|
+
name "Reading with interferent and measurand"
|
|
284
|
+
definition "reading of the gas analytical system with the influencing gas component supplied TOGETHER with the measurand (CO, NO and NO2 in N2, measurand at 10 % of the upper range level) — the combined step of the cross-sensitivity sequence (R 144-2, 1.10)"
|
|
285
|
+
type number
|
|
286
|
+
unit "ppm"
|
|
287
|
+
latex "x_int,m"
|
|
288
|
+
kind observable
|
|
289
|
+
quantity_kind volume-fraction
|
|
290
|
+
origin measured
|
|
291
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.10"
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
symbol drift_errors {
|
|
295
|
+
name "Drift error series"
|
|
296
|
+
definition "series of errors measured at least every 24 h over the 7-day drift test with the smallest and largest CGMs"
|
|
297
|
+
type collection
|
|
298
|
+
unit "ppm"
|
|
299
|
+
latex "E_i"
|
|
300
|
+
kind observable
|
|
301
|
+
quantity_kind volume-fraction
|
|
302
|
+
origin derived
|
|
303
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.3"
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
symbol warm_up_indications {
|
|
307
|
+
name "Warm-up indication series"
|
|
308
|
+
definition "four indications measured immediately after warm-up and at 2, 5 and 15 min after warm-up"
|
|
309
|
+
type collection
|
|
310
|
+
unit "ppm"
|
|
311
|
+
latex "x_w"
|
|
312
|
+
kind observable
|
|
313
|
+
quantity_kind volume-fraction
|
|
314
|
+
origin measured
|
|
315
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.19"
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
symbol fault_detected {
|
|
319
|
+
name "Significant fault detected"
|
|
320
|
+
definition "the checking facility detected and acted upon a significant fault during a disturbance test"
|
|
321
|
+
type boolean
|
|
322
|
+
latex "fault"
|
|
323
|
+
kind observable
|
|
324
|
+
origin measured
|
|
325
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.21"
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
symbol leak_check_passed {
|
|
329
|
+
name "Leak check result"
|
|
330
|
+
definition "gas handling system passed the IEC 60068-2-17 pressure-gauge leak check"
|
|
331
|
+
type boolean
|
|
332
|
+
latex "leak_ok"
|
|
333
|
+
kind observable
|
|
334
|
+
origin measured
|
|
335
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.22"
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
symbol flow_signal_low {
|
|
339
|
+
name "Low flow signal"
|
|
340
|
+
definition "gas flow monitoring device responded and signalled below the manufacturer minimum flow rate"
|
|
341
|
+
type boolean
|
|
342
|
+
latex "q_low"
|
|
343
|
+
kind observable
|
|
344
|
+
origin measured
|
|
345
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.21"
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
symbol flow_signal_high {
|
|
349
|
+
name "High flow signal"
|
|
350
|
+
definition "gas flow monitoring device responded and signalled above the manufacturer maximum flow rate"
|
|
351
|
+
type boolean
|
|
352
|
+
latex "q_high"
|
|
353
|
+
kind observable
|
|
354
|
+
origin measured
|
|
355
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.21"
|
|
356
|
+
}
|
|
357
|
+
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
table measuring_ranges {
|
|
2
|
+
description "Measuring range envelopes per component (R 144-1, 4.2); ranges may be divided into sub-ranges"
|
|
3
|
+
columns {
|
|
4
|
+
component: string
|
|
5
|
+
range_min: number "ppm"
|
|
6
|
+
range_max: number "ppm"
|
|
7
|
+
}
|
|
8
|
+
data {
|
|
9
|
+
"CO" 10 20000
|
|
10
|
+
"NO" 10 5000
|
|
11
|
+
"NO2" 10 500
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
table cgm_test_points {
|
|
16
|
+
description "CGM volume fraction test points for error determination (R 144-1, A.1.4; R 144-2, 1.2)"
|
|
17
|
+
columns {
|
|
18
|
+
point: string
|
|
19
|
+
fraction_of_range: string
|
|
20
|
+
source: string
|
|
21
|
+
}
|
|
22
|
+
data {
|
|
23
|
+
"low" "(5 + 5) % of range" "R 144-1, A.1.4"
|
|
24
|
+
"mid" "(50 + 5) % of range" "R 144-1, A.1.4"
|
|
25
|
+
"high" "(95 - 5) % of range" "R 144-1, A.1.4"
|
|
26
|
+
"low" "range min + 10 %" "R 144-2, 1.2 (linear)"
|
|
27
|
+
"mid" "range average ± 10 %" "R 144-2, 1.2 (linear)"
|
|
28
|
+
"high" "range max - 10 %" "R 144-2, 1.2 (linear)"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
table repeatability_runs {
|
|
33
|
+
description "Consecutive measurements for the repeatability estimate (R 144-1, 8.3; R 144-2, 1.4)"
|
|
34
|
+
columns {
|
|
35
|
+
quantity: string
|
|
36
|
+
runs: integer
|
|
37
|
+
}
|
|
38
|
+
data {
|
|
39
|
+
"measurements_per_cgm" 20
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
table test_severities {
|
|
44
|
+
description "Test severity parameters (R 144-2, 1.5–1.17)"
|
|
45
|
+
columns {
|
|
46
|
+
test: string
|
|
47
|
+
parameter: string
|
|
48
|
+
value: string
|
|
49
|
+
}
|
|
50
|
+
data {
|
|
51
|
+
"dry-heat" "temperature" "40 degC (or manufacturer max)"
|
|
52
|
+
"dry-heat" "duration" "2 h after stability; dT <= 1 degC/min; RH <= 50 %"
|
|
53
|
+
"cold" "temperature" "5 degC (or manufacturer min)"
|
|
54
|
+
"cold" "duration" "2 h after stability; dT <= 1 degC/min; RH <= 50 %"
|
|
55
|
+
"damp-heat" "temperature_humidity" "30 degC / 85 % RH"
|
|
56
|
+
"damp-heat" "duration" "2 days, no condensation"
|
|
57
|
+
"ambient-pressure" "extremes" "86 kPa and 106 kPa (or wider manufacturer extremes)"
|
|
58
|
+
"ambient-pressure" "stabilization" "30 min at each extreme"
|
|
59
|
+
"power-supply" "voltage" "nominal -15 % / +10 %"
|
|
60
|
+
"power-supply" "frequency" "nominal ±2 %"
|
|
61
|
+
"vibration" "severity" "manufacturer-specified; minimum OIML D 11:2013, 11.1 level 1 (random)"
|
|
62
|
+
"shock" "height" "25 mm, one fall per bottom edge"
|
|
63
|
+
"power-reduction" "dips" "100 % x 10 ms; 40 % x 30 ms; 10 repetitions, >= 10 s apart"
|
|
64
|
+
"burst-mains" "amplitude" "1.0 kV, 5/50 ns, 5 kHz +/- 1 kHz, >= 10 + 10 pulses"
|
|
65
|
+
"burst-signal" "amplitude" "1 kV at 5 kHz, >= 10 + 10 bursts, >= 1 min per polarity"
|
|
66
|
+
"surge" "amplitude" "1.0 kV line-line / 2.0 kV line-earth (unbalanced); 2.0 kV (balanced); >= 3 + 3"
|
|
67
|
+
"esd" "voltage" "6 kV contact / 8 kV air; 150 pF via 330 ohm; >= 10 discharges, >= 10 s apart"
|
|
68
|
+
"rf-emf" "field" "26 MHz - 3 GHz, 10 V/m, 80 % AM 1 kHz"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
table profiles {
|
|
73
|
+
title "Per-dimension value bindings"
|
|
74
|
+
profiles {
|
|
75
|
+
profile measuring_ranges {
|
|
76
|
+
description "Measuring range envelope per measurand component (R 144-1, 4.2)"
|
|
77
|
+
dimension measurand_component
|
|
78
|
+
unit "ppm"
|
|
79
|
+
type range
|
|
80
|
+
binding {
|
|
81
|
+
CO: { min: 10 max: 20000 }
|
|
82
|
+
NO: { min: 10 max: 5000 }
|
|
83
|
+
NO2: { min: 10 max: 500 }
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
profile repeatability_runs {
|
|
87
|
+
description "Consecutive measurements per CGM for the repeatability estimate (uniform — R 144 defines no classes)"
|
|
88
|
+
dimension none
|
|
89
|
+
type integer
|
|
90
|
+
binding {
|
|
91
|
+
all: 20
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
test_point_set r144-cgm-points {
|
|
2
|
+
description "CGM test points within the measuring range (and sub-range) for error determination (R 144-2, 1.2): linear calibration ≥ 3 points (min +10 %, mid ±10 %, max −10 %); nonlinear ≥ 5 points uniformly distributed. Each point measured ≥ 3 times; no error above the specified limits."
|
|
3
|
+
ref derives-from "urn:oiml:pub:r:144-2:2013#clause-1.2"
|
|
4
|
+
cardinality {
|
|
5
|
+
linear { min_points 3 rule "min +10 %, mid ±10 %, max −10 % of the measuring range" }
|
|
6
|
+
nonlinear { min_points 5 rule "uniformly distributed within the measuring range" }
|
|
7
|
+
}
|
|
8
|
+
repetitions_per_point 3
|
|
9
|
+
points {
|
|
10
|
+
point min-10pct { fraction 0.1 anchor range_min offset "+10 % of range" }
|
|
11
|
+
point mid { fraction 0.5 anchor range_mid offset "±10 %" }
|
|
12
|
+
point max-10pct { fraction 0.9 anchor range_max offset "−10 % of range" }
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|