@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,346 @@
|
|
|
1
|
+
# ─────────────────────────────────────────────────────────────────────
|
|
2
|
+
# ACME MD-350 → OIML R 129 — the conformance claim made computable
|
|
3
|
+
# (TODO.v2/08's R 129 leg; TODO.roadmap/36; doctrine ch. 15 §15.2; the
|
|
4
|
+
# acme-lc500/acme-rs180 idiom).
|
|
5
|
+
#
|
|
6
|
+
# The decisive act of the product reference model: every conformance-
|
|
7
|
+
# relevant aspect and promise is mapped to the Recommendation's — aspect
|
|
8
|
+
# by aspect, node to node, promise to requirement. The map targets are
|
|
9
|
+
# the package's own `oiml-r129#…` alias declarations (the implementation
|
|
10
|
+
# declares local copies of the reference elements it maps to — C21); the
|
|
11
|
+
# platform's product-coverage gate resolves the unqualified ids against
|
|
12
|
+
# the real R 129 package's data tree (data/r129), so no clause reference
|
|
13
|
+
# dangles.
|
|
14
|
+
#
|
|
15
|
+
# 100 % of the tested characteristics are covered: every block-form
|
|
16
|
+
# promise is a mapping source (C82 product-unmapped-promises stays
|
|
17
|
+
# silent), and every promise target (the three per-axis error-hold
|
|
18
|
+
# characteristics, the volume-consistency characteristic, and the
|
|
19
|
+
# scanning/response/self-test behaviors the standard's tests exercise)
|
|
20
|
+
# is reachable through one.
|
|
21
|
+
#
|
|
22
|
+
# The coverage audit is honest about what an OPTICAL, AUTOMATIC,
|
|
23
|
+
# AC-MAINS, irregular-allowed dimensioner does not claim:
|
|
24
|
+
# - the acoustic/mechanical principle provisions and the A.4.2
|
|
25
|
+
# acoustics test — not applicable to the declared
|
|
26
|
+
# measurement_principle (optical); the applicability filters
|
|
27
|
+
# compute that from the declared dimensions;
|
|
28
|
+
# - the battery tests (R 129-2, Annex A) — AC mains;
|
|
29
|
+
# - /req/metrological/multi-interval (single scale interval),
|
|
30
|
+
# /req/technical/tare-device (no tare), /req/metrological/
|
|
31
|
+
# variation-between-indicators (a single indicating device);
|
|
32
|
+
# - the colour-, transparency-, roughness- and protrusion-specific
|
|
33
|
+
# object-limitation requirements (/req/object-limitations/
|
|
34
|
+
# surface-colour-uniform, surface-colour-non-uniform, transparency,
|
|
35
|
+
# surface-roughness, surface-protrusions) — answered by the same
|
|
36
|
+
# marked-limitations discipline as surface_robustness but NOT
|
|
37
|
+
# individually mapped this leg (named here, never silent);
|
|
38
|
+
# - the /req/software class — the firmware is sealed and audit-
|
|
39
|
+
# trailed, but the software requirements are not promised this leg;
|
|
40
|
+
# - the EMC disturbance program maps at requirement level
|
|
41
|
+
# (disturbance-resistance — the 4.3.1 umbrella the six disturbance
|
|
42
|
+
# tests target — plus no-significant-faults +
|
|
43
|
+
# checking-significant-faults), not test by test.
|
|
44
|
+
# ─────────────────────────────────────────────────────────────────────
|
|
45
|
+
|
|
46
|
+
requirement oiml-r129#/req/metrological/mpe {
|
|
47
|
+
name "alias: R 129 maximum permissible error"
|
|
48
|
+
statement "Local alias of the Recommendation's MPE requirement — ±1.0 d per axis for initial and subsequent verification (the product reference model declares local copies of the reference elements it maps to — C21)."
|
|
49
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
50
|
+
source { doc "urn:oiml:pub:r:129-1:2020" clause "4.1.2" }
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
requirement oiml-r129#/req/metrological/scale-intervals-min-dimension {
|
|
54
|
+
name "alias: R 129 scale intervals and minimum dimension"
|
|
55
|
+
statement "Local alias of the Recommendation's Table 2 requirement — for d ≤ 2 cm, Min ≥ 10 d (R 129-1, 4.1.1)."
|
|
56
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
57
|
+
source { doc "urn:oiml:pub:r:129-1:2020" clause "4.1.1" }
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
requirement oiml-r129#/req/metrological/calculated-quantities {
|
|
61
|
+
name "alias: R 129 calculated quantities"
|
|
62
|
+
statement "Local alias of the Recommendation's calculated-quantities requirement — dimensional volume and weight derived from the indicated, rounded dimensions, in mathematical agreement (R 129-1, 4.1.6)."
|
|
63
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
64
|
+
source { doc "urn:oiml:pub:r:129-1:2020" clause "4.1.6" }
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
requirement oiml-r129#/req/electronic/rated-operating-conditions {
|
|
68
|
+
name "alias: R 129 rated operating conditions"
|
|
69
|
+
statement "Local alias of the Recommendation's rated-operating-conditions requirement — mains voltage −15 %/+10 %, the stated or default −10…+40 °C temperature envelope, 85 % RH at the upper limit (R 129-1, 4.2.1)."
|
|
70
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
71
|
+
source { doc "urn:oiml:pub:r:129-1:2020" clause "4.2.1" }
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
requirement oiml-r129#/req/electronic/disturbance-resistance {
|
|
75
|
+
name "alias: R 129 disturbance resistance"
|
|
76
|
+
statement "Local alias of the Recommendation's disturbance-resistance requirement — under disturbances either significant faults do not occur, or they are detected and acted upon (a fault ≤ d is allowed); the umbrella the six disturbance conformance tests target (R 129-1, 4.3.1)."
|
|
77
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
78
|
+
source { doc "urn:oiml:pub:r:129-1:2020" clause "4.3.1" }
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
requirement oiml-r129#/req/electronic/no-significant-faults {
|
|
82
|
+
name "alias: R 129 no significant faults during disturbances"
|
|
83
|
+
statement "Local alias of the Recommendation's significant-fault requirement — an undetected fault under a disturbance shall not exceed one scale interval (R 129-1, 4.3.1)."
|
|
84
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
85
|
+
source { doc "urn:oiml:pub:r:129-1:2020" clause "4.3.1" }
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
requirement oiml-r129#/req/electronic/light-acoustic-effects {
|
|
89
|
+
name "alias: R 129 light and acoustic effects"
|
|
90
|
+
statement "Local alias of the Recommendation's light/acoustic-effects requirement — optical instruments stay within the mpe under the applicable light effects (R 129-1, 4.4)."
|
|
91
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
92
|
+
source { doc "urn:oiml:pub:r:129-1:2020" clause "4.4" }
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
requirement oiml-r129#/req/object-limitations/speed-movement {
|
|
96
|
+
name "alias: R 129 speed of relative movement"
|
|
97
|
+
statement "Local alias of the Recommendation's speed-of-movement requirement — automatic instruments measure within the mpe at V_min and V_max (R 129-2, Annex A)."
|
|
98
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
99
|
+
source { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
requirement oiml-r129#/req/object-limitations/object-shape {
|
|
103
|
+
name "alias: R 129 shape of the object"
|
|
104
|
+
statement "Local alias of the Recommendation's object-shape provision — instruments restricted to rectangular boxes are so marked; an irregular-capable instrument determines the smallest enclosing rectangular box (R 129-1, A.2/5.3)."
|
|
105
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
106
|
+
source { doc "urn:oiml:pub:r:129-1:2020" clause "A.2" }
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
requirement oiml-r129#/req/object-limitations/surface-reflectivity {
|
|
110
|
+
name "alias: R 129 surface reflectivity and absorption"
|
|
111
|
+
statement "Local alias of the Recommendation's surface-reflectivity provision — optical instruments measure correctly across surface finishes within the marked limitations (R 129-1, A.3.4)."
|
|
112
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
113
|
+
source { doc "urn:oiml:pub:r:129-1:2020" clause "A.3.4" }
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
requirement oiml-r129#/req/object-limitations/orientation-position {
|
|
117
|
+
name "alias: R 129 orientation and position"
|
|
118
|
+
statement "Local alias of the Recommendation's orientation-and-position provision — an instrument independent of orientation measures within the mpe across orientations and positions (R 129-1, A.4)."
|
|
119
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
120
|
+
source { doc "urn:oiml:pub:r:129-1:2020" clause "A.4" }
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
requirement oiml-r129#/req/technical/warm-up {
|
|
124
|
+
name "alias: R 129 warm-up period"
|
|
125
|
+
statement "Local alias of the Recommendation's warm-up requirement — indications are within the mpe as soon as results are indicated, printed, stored or transmitted after switch-on (R 129-1, 5.1.7)."
|
|
126
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
127
|
+
source { doc "urn:oiml:pub:r:129-1:2020" clause "5.1.7" }
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
requirement oiml-r129#/req/technical/checking-significant-faults {
|
|
131
|
+
name "alias: R 129 acting upon significant faults"
|
|
132
|
+
statement "Local alias of the Recommendation's significant-fault reaction requirement — automatic instruments are made inoperative automatically on a detected significant fault (R 129-1, 5.6.1)."
|
|
133
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
134
|
+
source { doc "urn:oiml:pub:r:129-1:2020" clause "5.6.1" }
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
requirement oiml-r129#/req/technical/limits-of-indication {
|
|
138
|
+
name "alias: R 129 limits of indication"
|
|
139
|
+
statement "Local alias of the Recommendation's limits-of-indication requirement — indication inhibited or error-marked below Min or beyond Max + 9 d per axis; measurement inhibited when the object exceeds the measuring area (R 129-1, 5.2.6)."
|
|
140
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
141
|
+
source { doc "urn:oiml:pub:r:129-1:2020" clause "5.2.6" }
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
requirement oiml-r129#/req/technical/scale-interval-value {
|
|
145
|
+
name "alias: R 129 value of the scale interval"
|
|
146
|
+
statement "Local alias of the Recommendation's scale-interval-form requirement — d in the form 1, 2 or 5 × 10ⁿ (R 129-1, 5.2.4)."
|
|
147
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
148
|
+
source { doc "urn:oiml:pub:r:129-1:2020" clause "5.2.4" }
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
# The governed twin interface aliases (TODO.v2/16 — the projection's
|
|
152
|
+
# map side): the product's projection pairs name the BACKING components
|
|
153
|
+
# — the endpoint and the per-register backing attributes — never the
|
|
154
|
+
# serve bindings (derived from the Recommendation's twin.prl, not
|
|
155
|
+
# mapped). Composition `all`: every governed element must be backed. A
|
|
156
|
+
# dimensioner measures all three axes by definition (R 129-1, 2.1.1), so
|
|
157
|
+
# no governed register scopes out of this product's measurand set.
|
|
158
|
+
process oiml-r129#/twin/interface {
|
|
159
|
+
name "alias: the R 129 governed twin interface — the projection itself"
|
|
160
|
+
process oiml-r129#/twin/interface/endpoint/dimensioner_api {
|
|
161
|
+
name "alias: the governed endpoint dimensioner_api (rest_json: the dimensions/volume/dim-weight queries, watch_state subscribe, run_self_test invoke)"
|
|
162
|
+
}
|
|
163
|
+
process oiml-r129#/twin/interface/serve/indication_length {
|
|
164
|
+
name "alias: governed register sample.indication_length (via get_dimensions, fresh_within 2s)"
|
|
165
|
+
}
|
|
166
|
+
process oiml-r129#/twin/interface/serve/indication_width {
|
|
167
|
+
name "alias: governed register sample.indication_width (via get_dimensions, fresh_within 2s)"
|
|
168
|
+
}
|
|
169
|
+
process oiml-r129#/twin/interface/serve/indication_height {
|
|
170
|
+
name "alias: governed register sample.indication_height (via get_dimensions, fresh_within 2s)"
|
|
171
|
+
}
|
|
172
|
+
process oiml-r129#/twin/interface/serve/dim_volume {
|
|
173
|
+
name "alias: governed register sample.dim_volume (via get_volume, fresh_within 2s)"
|
|
174
|
+
}
|
|
175
|
+
process oiml-r129#/twin/interface/serve/dim_weight {
|
|
176
|
+
name "alias: governed register sample.dim_weight (via get_dim_weight, fresh_within 2s)"
|
|
177
|
+
}
|
|
178
|
+
process oiml-r129#/twin/interface/serve/state {
|
|
179
|
+
name "alias: governed register sample.state (via watch_state, fresh_within 1s)"
|
|
180
|
+
}
|
|
181
|
+
process oiml-r129#/twin/interface/serve/environmental_context {
|
|
182
|
+
name "alias: governed register sample.environmental_context (via watch_state, fresh_within 1s)"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
map_profile oiml-r129 {
|
|
187
|
+
description "MD-350 → R 129: the manufacturer's conformance claim, made computable — every conformance-relevant aspect and promise mapped to the Recommendation (doctrine ch. 15 §15.2)."
|
|
188
|
+
mapping {
|
|
189
|
+
mpe_within_length -> oiml-r129#/req/metrological/mpe {
|
|
190
|
+
description "The per-axis MPE promise (length) answers the Recommendation's MPE requirement."
|
|
191
|
+
justification "Same quantity, same clause definition — our error-hold characteristic (indication − reference dimension) is the quantity the MPE test computes, axis by axis (§15.2)."
|
|
192
|
+
}
|
|
193
|
+
mpe_within_width -> oiml-r129#/req/metrological/mpe {
|
|
194
|
+
description "The per-axis MPE promise (width) answers the Recommendation's MPE requirement."
|
|
195
|
+
justification "Same quantity, same clause definition — the width error-hold characteristic is the width-axis quantity the MPE test computes."
|
|
196
|
+
}
|
|
197
|
+
mpe_within_height -> oiml-r129#/req/metrological/mpe {
|
|
198
|
+
description "The per-axis MPE promise (height) answers the Recommendation's MPE requirement."
|
|
199
|
+
justification "Same quantity, same clause definition — the height error-hold characteristic is the height-axis quantity the MPE test computes."
|
|
200
|
+
}
|
|
201
|
+
volume_agrees -> oiml-r129#/req/metrological/calculated-quantities {
|
|
202
|
+
description "The calculated-quantities promise answers the Recommendation's calculated-quantities requirement."
|
|
203
|
+
justification "Our volume-consistency characteristic (served DV − indicated L × W × H) is exactly the mathematical agreement 4.1.6 demands; the dimensional weight applies the marked F."
|
|
204
|
+
}
|
|
205
|
+
speed_envelope -> oiml-r129#/req/object-limitations/speed-movement {
|
|
206
|
+
description "The speed-envelope promise answers the speed-of-movement requirement."
|
|
207
|
+
justification "Our speed_response behavior is the behavior the Annex A speed-of-movement test exercises — measurements at V_min and V_max within the mpe."
|
|
208
|
+
}
|
|
209
|
+
temp_envelope -> oiml-r129#/req/electronic/rated-operating-conditions {
|
|
210
|
+
description "The rated-envelope promise answers the rated-operating-conditions requirement."
|
|
211
|
+
justification "The rated range −10…+40 °C is exactly the 4.2.1(b) default envelope; the voltage and humidity tiers are the declared u_nom and the 85 % RH condition."
|
|
212
|
+
}
|
|
213
|
+
light_immunity -> oiml-r129#/req/electronic/light-acoustic-effects {
|
|
214
|
+
description "The ambient-light promise answers the light/acoustic-effects requirement."
|
|
215
|
+
justification "Our ambient_light_response behavior is the behavior the A.4.1 ambient-light test exercises, over the same 100–1500 lx range."
|
|
216
|
+
}
|
|
217
|
+
warm_up_within -> oiml-r129#/req/technical/warm-up {
|
|
218
|
+
description "The warm-up promise answers the warm-up-period requirement."
|
|
219
|
+
justification "Our warm_up behavior is the behavior 5.1.7 describes — within the mpe from the first indication, verified at 0/5/15/30 min."
|
|
220
|
+
}
|
|
221
|
+
self_check_reacts -> oiml-r129#/req/technical/checking-significant-faults {
|
|
222
|
+
description "The self-check promise answers the significant-fault reaction requirement."
|
|
223
|
+
justification "Our self_test behavior's legal outcome IS the 5.6.1 automatic-instrument reaction — made inoperative automatically on a detected significant fault."
|
|
224
|
+
}
|
|
225
|
+
fault_annunciation -> oiml-r129#/req/electronic/disturbance-resistance {
|
|
226
|
+
description "The fault-annunciation promise answers the 4.3.1 disturbance-resistance umbrella — the requirement the six disturbance conformance tests target."
|
|
227
|
+
justification "Under a disturbance the instrument either holds the fault within d or detects and acts on it — the state machine drives to fault, exactly the 4.3.1 alternative."
|
|
228
|
+
}
|
|
229
|
+
irregular_objects -> oiml-r129#/req/object-limitations/object-shape {
|
|
230
|
+
description "The irregular-capability promise answers the object-shape provision."
|
|
231
|
+
justification "Our optical_scanning behavior determines the smallest enclosing rectangular box of irregular objects — the A.2 capability, with no rectangular-only marking."
|
|
232
|
+
}
|
|
233
|
+
surface_robustness -> oiml-r129#/req/object-limitations/surface-reflectivity {
|
|
234
|
+
description "The surface-robustness promise answers the surface-reflectivity provision."
|
|
235
|
+
justification "Our optical_scanning behavior holds the mpe across surface finish (shiny white to matt black) within the marked limitations — the A.3.4 verification."
|
|
236
|
+
}
|
|
237
|
+
orientation_robustness -> oiml-r129#/req/object-limitations/orientation-position {
|
|
238
|
+
description "The orientation-robustness promise answers the orientation-and-position provision."
|
|
239
|
+
justification "Our optical_scanning behavior is orientation-independent over the measuring area — the A.4 test's several orientations and positions stay within the mpe."
|
|
240
|
+
}
|
|
241
|
+
d -> oiml-r129#/req/technical/scale-interval-value {
|
|
242
|
+
description "Our scale interval (0.5 cm) is in the form 5 × 10ⁿ."
|
|
243
|
+
justification "0.5 cm = 5 × 10⁻¹ cm — the 1/2/5 × 10ⁿ form 5.2.4 mandates."
|
|
244
|
+
}
|
|
245
|
+
min_dimension -> oiml-r129#/req/metrological/scale-intervals-min-dimension {
|
|
246
|
+
description "Our Min (5 cm) satisfies the Table 2 tier for d ≤ 2 cm."
|
|
247
|
+
justification "Min = 5 cm = 10 d with d = 0.5 cm ≤ 2 cm — exactly the Min ≥ 10 d bound of 4.1.1."
|
|
248
|
+
}
|
|
249
|
+
max_length -> oiml-r129#/req/technical/limits-of-indication {
|
|
250
|
+
description "Our stated maximum length (250 cm) is the Max of the limits-of-indication requirement."
|
|
251
|
+
justification "The 5.2.6 inhibition/error rule beyond Max + 9 d is verified against this stated Max."
|
|
252
|
+
}
|
|
253
|
+
max_width -> oiml-r129#/req/technical/limits-of-indication {
|
|
254
|
+
description "Our stated maximum width (120 cm) is the width-axis Max of the limits-of-indication requirement."
|
|
255
|
+
justification "The 5.2.6 inhibition/error rule beyond Max + 9 d is verified against this stated Max."
|
|
256
|
+
}
|
|
257
|
+
max_height -> oiml-r129#/req/technical/limits-of-indication {
|
|
258
|
+
description "Our stated maximum height (180 cm) is the height-axis Max of the limits-of-indication requirement."
|
|
259
|
+
justification "The 5.2.6 inhibition/error rule beyond Max + 9 d is verified against this stated Max."
|
|
260
|
+
}
|
|
261
|
+
v_min -> oiml-r129#/req/object-limitations/speed-movement {
|
|
262
|
+
description "Our V_min (0.1 m/s) is the lower bound of the speed-of-movement verification."
|
|
263
|
+
justification "The Annex A test verifies at the instrument's stated V_min — this declared value."
|
|
264
|
+
}
|
|
265
|
+
v_max -> oiml-r129#/req/object-limitations/speed-movement {
|
|
266
|
+
description "Our V_max (1.5 m/s) is the upper bound of the speed-of-movement verification."
|
|
267
|
+
justification "The Annex A test verifies at the instrument's stated V_max — this declared value."
|
|
268
|
+
}
|
|
269
|
+
t_min -> oiml-r129#/req/electronic/rated-operating-conditions {
|
|
270
|
+
description "Our lower temperature limit (−10 °C) is the 4.2.1(b) default lower bound."
|
|
271
|
+
justification "Same quantity — the stated lower limit of the rated temperature range."
|
|
272
|
+
}
|
|
273
|
+
t_max -> oiml-r129#/req/electronic/rated-operating-conditions {
|
|
274
|
+
description "Our upper temperature limit (+40 °C) is the 4.2.1(b) default upper bound, where 85 % RH applies."
|
|
275
|
+
justification "Same quantity — the stated upper limit of the rated temperature range; the humidity tier anchors at it."
|
|
276
|
+
}
|
|
277
|
+
u_nom -> oiml-r129#/req/electronic/rated-operating-conditions {
|
|
278
|
+
description "Our nominal mains voltage (230 V) is the reference of the 4.2.1(a) −15 %/+10 % variation."
|
|
279
|
+
justification "Same quantity — the rated voltage the variation percentages apply to."
|
|
280
|
+
}
|
|
281
|
+
conv_factor -> oiml-r129#/req/metrological/calculated-quantities {
|
|
282
|
+
description "Our marked conversion factor (5000 cm³/kg) is the F of the dimensional-weight calculation."
|
|
283
|
+
justification "DW = DV / F is the 4.1.6 calculated quantity — derived from the indicated dimensions and in mathematical agreement."
|
|
284
|
+
}
|
|
285
|
+
# The twin projection pairs (TODO.v2/16): the BACKING components —
|
|
286
|
+
# the endpoint and the per-register backing attributes — never the
|
|
287
|
+
# serve bindings (derived from the Recommendation's twin.prl). No
|
|
288
|
+
# scope-outs: a dimensioner measures all three axes by definition.
|
|
289
|
+
md350_api -> oiml-r129#/twin/interface/endpoint/dimensioner_api {
|
|
290
|
+
description "The MD-350's twin endpoint IS the R 129 projection surface: the per-axis dimensions query, the derived-quantity queries, the state watch, and the self-test invoke — the same access scopes, the same rest_json profile — derived from the Recommendation's twin.prl, never hand-mirrored."
|
|
291
|
+
justification "The endpoint is part of the type definition (doctrine ch. 14 §14.3): the product serves exactly what the Recommendation governs; the full twin's richer anatomy is filtered out above this surface."
|
|
292
|
+
coverage full
|
|
293
|
+
}
|
|
294
|
+
indication_length -> oiml-r129#/twin/interface/serve/indication_length {
|
|
295
|
+
description "The exhibited length indication attribute backs the governed register sample.indication_length, served via get_dimensions with the Recommendation's 2 s freshness."
|
|
296
|
+
justification "Same quantity, same sample scope (R 129-1, 2.2.3): the product's indicated length L of the smallest enclosing rectangular box is the value the projection reads."
|
|
297
|
+
coverage full
|
|
298
|
+
}
|
|
299
|
+
indication_width -> oiml-r129#/twin/interface/serve/indication_width {
|
|
300
|
+
description "The exhibited width indication attribute backs the governed register sample.indication_width, served via get_dimensions with the Recommendation's 2 s freshness."
|
|
301
|
+
justification "Same quantity, same sample scope (R 129-1, 2.2.3): the product's indicated width W is the value the projection reads."
|
|
302
|
+
coverage full
|
|
303
|
+
}
|
|
304
|
+
indication_height -> oiml-r129#/twin/interface/serve/indication_height {
|
|
305
|
+
description "The exhibited height indication attribute backs the governed register sample.indication_height, served via get_dimensions with the Recommendation's 2 s freshness."
|
|
306
|
+
justification "Same quantity, same sample scope (R 129-1, 2.2.3): the product's indicated height H is the value the projection reads."
|
|
307
|
+
coverage full
|
|
308
|
+
}
|
|
309
|
+
dim_volume -> oiml-r129#/twin/interface/serve/dim_volume {
|
|
310
|
+
description "The exhibited dimensional-volume attribute backs the governed register sample.dim_volume, served via get_volume with the Recommendation's 2 s freshness."
|
|
311
|
+
justification "Same quantity (R 129-1, 2.2.4): the product of the indicated measured dimensions, in mathematical agreement with L × W × H (4.1.6) — the value the projection reads."
|
|
312
|
+
coverage full
|
|
313
|
+
}
|
|
314
|
+
dim_weight -> oiml-r129#/twin/interface/serve/dim_weight {
|
|
315
|
+
description "The exhibited dimensional-weight attribute backs the governed register sample.dim_weight, served via get_dim_weight with the Recommendation's 2 s freshness."
|
|
316
|
+
justification "Same quantity (R 129-1, 2.2.7): DW = DV / F with the marked conversion factor — the value the projection reads."
|
|
317
|
+
coverage full
|
|
318
|
+
}
|
|
319
|
+
md350_api -> oiml-r129#/twin/interface/serve/state {
|
|
320
|
+
description "The endpoint's watch_state subscribe operation serves the governed register sample.state — the subject's has.state md_operational machine — with the Recommendation's 1 s freshness."
|
|
321
|
+
justification "The operational state machine is the served aspect; at component granularity the endpoint is the serving surface (the serve binding itself is derived from the Recommendation's twin.prl — the mapping names its backing component)."
|
|
322
|
+
coverage full
|
|
323
|
+
}
|
|
324
|
+
md350_api -> oiml-r129#/twin/interface/serve/environmental_context {
|
|
325
|
+
description "The endpoint's watch_state subscribe operation serves the governed register sample.environmental_context — the D 11 conditions the measurement is taken under — with the Recommendation's 1 s freshness."
|
|
326
|
+
justification "The environmental context rides the same watch as the operational state (the contract's watch_state serves both); at component granularity the endpoint is the serving surface."
|
|
327
|
+
coverage full
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
coverage {
|
|
331
|
+
# C23 tripwires over the alias forest: the projection is computed
|
|
332
|
+
# full — every governed register backed, the interface aggregating
|
|
333
|
+
# (composition all). A dimensioner measures all three axes by
|
|
334
|
+
# definition, so no register scopes out; a dropped pair fails the
|
|
335
|
+
# calculus here, loudly.
|
|
336
|
+
oiml-r129#/twin/interface full
|
|
337
|
+
oiml-r129#/twin/interface/endpoint/dimensioner_api full
|
|
338
|
+
oiml-r129#/twin/interface/serve/indication_length full
|
|
339
|
+
oiml-r129#/twin/interface/serve/indication_width full
|
|
340
|
+
oiml-r129#/twin/interface/serve/indication_height full
|
|
341
|
+
oiml-r129#/twin/interface/serve/dim_volume full
|
|
342
|
+
oiml-r129#/twin/interface/serve/dim_weight full
|
|
343
|
+
oiml-r129#/twin/interface/serve/state full
|
|
344
|
+
oiml-r129#/twin/interface/serve/environmental_context full
|
|
345
|
+
}
|
|
346
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# ─────────────────────────────────────────────────────────────────────
|
|
2
|
+
# ACME MD-350 — the product reference package (TODO.roadmap/36; doctrine
|
|
3
|
+
# ch. 15, the model supply chain; the acme-lc500/acme-rs180 pattern
|
|
4
|
+
# applied to R 129 territory — the R 129 leg of TODO.v2/08's instrument-
|
|
5
|
+
# library expansion).
|
|
6
|
+
#
|
|
7
|
+
# *** FICTIONAL DEMO MANUFACTURER — NO REAL PRODUCT. ***
|
|
8
|
+
# "ACME Logistics Systems GmbH" is an invented company (the qms-ref/
|
|
9
|
+
# isms-ref/acme-lc500 demo spirit); the MD-350 is an invented reference
|
|
10
|
+
# multi-dimensional measuring instrument. Every value below is plausible
|
|
11
|
+
# demo content, not a real instrument's data sheet.
|
|
12
|
+
#
|
|
13
|
+
# The manufacturer side of the supply chain: ACME's MD-350 conveyor
|
|
14
|
+
# dimensioner model as a SUBJECT model (the oiml-rec methodology applied
|
|
15
|
+
# by the manufacturer — full IS/HAS/DOES anatomy), with every
|
|
16
|
+
# conformance-relevant aspect and promise mapped aspect-by-aspect to
|
|
17
|
+
# R 129 (model/r129-map.prl). The mapping is the manufacturer's
|
|
18
|
+
# conformance claim made computable: "our d is your scale interval; our
|
|
19
|
+
# error-hold characteristics answer your MPE requirement; our scanning
|
|
20
|
+
# behavior answers your object-limitation provisions" (§15.2). R 129 is
|
|
21
|
+
# DIMENSIONAL measurement (length/width/height of the smallest enclosing
|
|
22
|
+
# rectangular box → dimensional volume and weight for postage, freight
|
|
23
|
+
# or storage charges) — never weighing, never level gauging.
|
|
24
|
+
#
|
|
25
|
+
# The package is a REFERENCE model — it states what the product is and
|
|
26
|
+
# claims; it is not derived from the Recommendation and composes nothing
|
|
27
|
+
# from it (no uses edge): the two are related by mapping only. Consumers
|
|
28
|
+
# use it in the §15.3 modes (abstract import version-pinned per C83;
|
|
29
|
+
# live integration over the declared endpoint — the sim-instruments
|
|
30
|
+
# twin-schema generator reads the serve declarations IN PLACE, never
|
|
31
|
+
# copied, via the .prl adapter, the acme-rs180 handshake precedent).
|
|
32
|
+
#
|
|
33
|
+
# The twin-cert program's R 129 expansion (oiml-twin-cert maps_to
|
|
34
|
+
# oiml-r60 today) is a SEPARATE leg — not this package.
|
|
35
|
+
# ─────────────────────────────────────────────────────────────────────
|
|
36
|
+
package {
|
|
37
|
+
id acme-md3xx
|
|
38
|
+
kind product_reference
|
|
39
|
+
manufacturer "ACME Logistics Systems GmbH (FICTIONAL — demo manufacturer)"
|
|
40
|
+
product "MD-350"
|
|
41
|
+
title "ACME MD-350 multi-dimensional measuring instrument — product reference model (FICTIONAL demo)"
|
|
42
|
+
version "2026"
|
|
43
|
+
editions { 2026 }
|
|
44
|
+
status current
|
|
45
|
+
validity { from 2026-07-01 }
|
|
46
|
+
maps_to { oiml-r129 }
|
|
47
|
+
default_spelling eng-Latn
|
|
48
|
+
description "ACME's MD-350 optical automatic conveyor dimensioner (light-section scanning; irregular-shaped objects allowed; AC mains; d = 0.5 cm; V_min…V_max 0.1–1.5 m/s; −10…+40 °C) as a product reference model: the full subject anatomy, the md350_api twin endpoint, and the aspect-by-aspect mapping to OIML R 129 — the manufacturer's conformance claim made computable (TODO.roadmap/36, doctrine ch. 15). FICTIONAL demo manufacturer, clearly marked."
|
|
49
|
+
}
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
# ─────────────────────────────────────────────────────────────────────
|
|
2
|
+
# ACME RS-180 → OIML R 91 — the conformance claim made computable
|
|
3
|
+
# (TODO.roadmap/36; doctrine ch. 15 §15.2; the acme-lc500 idiom).
|
|
4
|
+
#
|
|
5
|
+
# The decisive act of the product reference model: every conformance-
|
|
6
|
+
# relevant aspect and promise is mapped to the Recommendation's — aspect
|
|
7
|
+
# by aspect, node to node, promise to requirement. The map targets are
|
|
8
|
+
# the package's own `oiml-r91#…` alias declarations (the implementation
|
|
9
|
+
# declares local copies of the reference elements it maps to — C21); the
|
|
10
|
+
# platform's product-coverage gate resolves the unqualified ids against
|
|
11
|
+
# the real R 91 package's data tree (data/r91), so no clause reference
|
|
12
|
+
# dangles.
|
|
13
|
+
#
|
|
14
|
+
# 100 % of the tested characteristics are covered: every block-form
|
|
15
|
+
# promise is a mapping source (C82 product-unmapped-promises stays
|
|
16
|
+
# silent), and every promise target (the error/linearity
|
|
17
|
+
# characteristics and the emission/self-test behaviors the standard's
|
|
18
|
+
# tests exercise) is reachable through one.
|
|
19
|
+
#
|
|
20
|
+
# The coverage audit is honest about what a STATIONARY product does not
|
|
21
|
+
# claim: the moving-meter requirements (/req/category-moving/*, ego
|
|
22
|
+
# speed, A/B classes) and the other working-principle classes
|
|
23
|
+
# (range-finding, fixed-distance, image-based, average-speed,
|
|
24
|
+
# across-the-road) are NOT mapped — they do not apply to this product's
|
|
25
|
+
# declared categories (R 91-1, clause 5), and a map entry would be a
|
|
26
|
+
# brochure claim.
|
|
27
|
+
# ─────────────────────────────────────────────────────────────────────
|
|
28
|
+
|
|
29
|
+
requirement oiml-r91#/req/metrological/measuring-intervals {
|
|
30
|
+
name "alias: R 91 measuring intervals"
|
|
31
|
+
statement "Local alias of the Recommendation's measuring-intervals requirement — the speed interval shall cover at least 20–180 km/h (the product reference model declares local copies of the reference elements it maps to — C21)."
|
|
32
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
33
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "6.1" }
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
requirement oiml-r91#/req/metrological/indicated-speed {
|
|
37
|
+
name "alias: R 91 indicated speed value"
|
|
38
|
+
statement "Local alias of the Recommendation's indicated-speed requirement — integer km/h indications (R 91-1, 6.2)."
|
|
39
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
40
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "6.2" }
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
requirement oiml-r91#/req/metrological/mpe-stationary {
|
|
44
|
+
name "alias: R 91 MPE for stationary measurements"
|
|
45
|
+
statement "Local alias of the Recommendation's stationary-MPE requirement — ±3 km/h ≤ 100 km/h, ±3 % above (R 91-1, 6.4)."
|
|
46
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
47
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "6.4" }
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
requirement oiml-r91#/req/metrological/linearity-limit {
|
|
51
|
+
name "alias: R 91 linearity error limit"
|
|
52
|
+
statement "Local alias of the Recommendation's linearity-limit requirement — ±1 km/h ≤ 100 km/h, ±1 % above, on the high-resolution value (R 91-1, 6.5)."
|
|
53
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
54
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "6.5" }
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
requirement oiml-r91#/req/metrological/vehicle-identification {
|
|
58
|
+
name "alias: R 91 certainty of vehicle identification"
|
|
59
|
+
statement "Local alias of the Recommendation's vehicle-identification requirement — the measured speed cannot be attributed to the wrong vehicle within the specified detection field (R 91-1, 6.6)."
|
|
60
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
61
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "6.6" }
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
requirement oiml-r91#/req/metrological/operating-conditions-minimum {
|
|
65
|
+
name "alias: R 91 minimum rated operating conditions"
|
|
66
|
+
statement "Local alias of the Recommendation's minimum rated operating conditions — the Table 1 envelope (temperature −10…+50 °C operating, −25…+70 °C storage) (R 91-1, 6.16)."
|
|
67
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
68
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "6.16" }
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
requirement oiml-r91#/req/metrological/disturbances {
|
|
72
|
+
name "alias: R 91 disturbances — fault limit and reaction"
|
|
73
|
+
statement "Local alias of the Recommendation's disturbances requirement — fault within the fault limit or the checking facilities prevent the measurement; no result displayed, no evidence file (R 91-1, 6.18)."
|
|
74
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
75
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "6.18" }
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
requirement oiml-r91#/req/category-doppler-radar/frequency-spectrum {
|
|
79
|
+
name "alias: R 91 Doppler-radar frequency spectrum"
|
|
80
|
+
statement "Local alias of the Recommendation's frequency-spectrum requirement for Doppler-radar speed meters (R 91-1, 6.10)."
|
|
81
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
82
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "6.10" }
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
requirement oiml-r91#/req/category-doppler-radar/spectrum-stability {
|
|
86
|
+
name "alias: R 91 Doppler-radar spectrum stability"
|
|
87
|
+
statement "Local alias of the Recommendation's spectrum-stability requirement — frequency peaks drift ≤ ±0.2 % within 2 years (R 91-1, 6.10)."
|
|
88
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
89
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "6.10" }
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
requirement oiml-r91#/req/category-doppler-radar/beam-width {
|
|
93
|
+
name "alias: R 91 Doppler-radar beam width"
|
|
94
|
+
statement "Local alias of the Recommendation's beam-width requirement — horizontal/vertical beam widths within ±10 % of rated values (R 91-1, 6.10)."
|
|
95
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
96
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "6.10" }
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
requirement oiml-r91#/req/category-doppler-radar/side-lobe {
|
|
100
|
+
name "alias: R 91 Doppler-radar side lobe limit"
|
|
101
|
+
statement "Local alias of the Recommendation's side-lobe requirement — a secondary beam ≤ −20 dB relative to the main beam, never used for measurement (R 91-1, 6.10)."
|
|
102
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
103
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "6.10" }
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
requirement oiml-r91#/req/technical/checking-facilities {
|
|
107
|
+
name "alias: R 91 checking facilities (self-check)"
|
|
108
|
+
statement "Local alias of the Recommendation's self-check requirement — an independent frequency source over the whole measurement chain, ±1 % of the simulated speed; on a detected fault, an error message and inhibited measurements (R 91-1, 7.5)."
|
|
109
|
+
verification { method examination description "Verified in the Recommendation's own type evaluation program." }
|
|
110
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "7.5" }
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
# The governed twin interface aliases (TODO.v2/16 — the projection's
|
|
114
|
+
# map side): the product's projection pairs name the BACKING components
|
|
115
|
+
# — the endpoint and the per-register backing attributes — never the
|
|
116
|
+
# serve bindings (derived from the Recommendation's twin.prl, not
|
|
117
|
+
# mapped). Composition `all`: every governed element must be backed.
|
|
118
|
+
process oiml-r91#/twin/interface {
|
|
119
|
+
name "alias: the R 91 governed twin interface — the projection itself"
|
|
120
|
+
process oiml-r91#/twin/interface/endpoint/radar_api {
|
|
121
|
+
name "alias: the governed endpoint radar_api (rest_json: get_indication query, watch_state subscribe, run_self_test invoke)"
|
|
122
|
+
}
|
|
123
|
+
process oiml-r91#/twin/interface/serve/indication {
|
|
124
|
+
name "alias: governed register sample.indication (via get_indication, fresh_within 5s)"
|
|
125
|
+
}
|
|
126
|
+
process oiml-r91#/twin/interface/serve/state {
|
|
127
|
+
name "alias: governed register sample.state (via watch_state, fresh_within 1s)"
|
|
128
|
+
}
|
|
129
|
+
process oiml-r91#/twin/interface/serve/environmental_context {
|
|
130
|
+
name "alias: governed register sample.environmental_context (via watch_state, fresh_within 1s)"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
map_profile oiml-r91 {
|
|
135
|
+
description "RS-180 → R 91: the manufacturer's conformance claim, made computable — every conformance-relevant aspect and promise mapped to the Recommendation (doctrine ch. 15 §15.2)."
|
|
136
|
+
mapping {
|
|
137
|
+
mpe_within -> oiml-r91#/req/metrological/mpe-stationary {
|
|
138
|
+
description "The stationary-MPE promise answers the Recommendation's stationary MPE requirement."
|
|
139
|
+
justification "Same quantity, same clause definition — our error-hold characteristic (indication − reference speed) is the quantity the stationary field/simulation tests compute (§15.2)."
|
|
140
|
+
}
|
|
141
|
+
linearity_within -> oiml-r91#/req/metrological/linearity-limit {
|
|
142
|
+
description "The linearity promise answers the linearity error limit."
|
|
143
|
+
justification "Our high-resolution error characteristic is the quantity R 91-1, 6.5 computes over the high-resolution value (6.3)."
|
|
144
|
+
}
|
|
145
|
+
temp_envelope -> oiml-r91#/req/metrological/operating-conditions-minimum {
|
|
146
|
+
description "The rated temperature envelope satisfies the Recommendation's minimum rated operating conditions."
|
|
147
|
+
justification "The rated range −10…+50 °C operating / −25…+70 °C storage is exactly the Table 1 minimum envelope the requirement admits."
|
|
148
|
+
}
|
|
149
|
+
spectrum_holds -> oiml-r91#/req/category-doppler-radar/frequency-spectrum {
|
|
150
|
+
description "The in-band emission promise answers the Doppler-radar frequency-spectrum requirement."
|
|
151
|
+
justification "Our radar_emission behavior is the behavior the spectrum test exercises, over the same specified band (24.125 GHz)."
|
|
152
|
+
}
|
|
153
|
+
spectrum_stable_2y -> oiml-r91#/req/category-doppler-radar/spectrum-stability {
|
|
154
|
+
description "The 2-year stability promise answers the spectrum-stability requirement."
|
|
155
|
+
justification "Same quantity (peak drift), same limit (±0.2 % over 2 years) — our 0.1 % design budget sits inside it."
|
|
156
|
+
}
|
|
157
|
+
side_lobe_guard -> oiml-r91#/req/category-doppler-radar/side-lobe {
|
|
158
|
+
description "The side-lobe promise answers the side-lobe limit."
|
|
159
|
+
justification "Same quantity and limit (−20 dB, never used for measurement) — our −24 dB design value carries margin."
|
|
160
|
+
}
|
|
161
|
+
self_check_within -> oiml-r91#/req/technical/checking-facilities {
|
|
162
|
+
description "The self-check promise answers the checking-facilities requirement."
|
|
163
|
+
justification "Our self_test behavior IS the checking facility of R 91-1, 7.5: an independent frequency source over the whole measurement chain, judged at ±1 % of the simulated speed."
|
|
164
|
+
}
|
|
165
|
+
fault_annunciation -> oiml-r91#/req/metrological/disturbances {
|
|
166
|
+
description "The fault-annunciation promise answers the disturbances requirement's reaction alternative."
|
|
167
|
+
justification "On a significant fault the instrument displays no result, produces no evidence file and drives its state to fault — exactly the 6.18.4 reaction the requirement demands."
|
|
168
|
+
}
|
|
169
|
+
v_min_range -> oiml-r91#/req/metrological/measuring-intervals {
|
|
170
|
+
description "Our interval minimum (20 km/h) is R 91's lower bound."
|
|
171
|
+
justification "Same quantity, same clause definition — 20 km/h satisfies the ≤ 20 km/h bound of 6.1."
|
|
172
|
+
}
|
|
173
|
+
v_max_range -> oiml-r91#/req/metrological/measuring-intervals {
|
|
174
|
+
description "Our interval maximum (180 km/h) is R 91's upper bound."
|
|
175
|
+
justification "Same quantity, same clause definition — 180 km/h satisfies the ≥ 180 km/h bound of 6.1."
|
|
176
|
+
}
|
|
177
|
+
speed_res -> oiml-r91#/req/metrological/indicated-speed {
|
|
178
|
+
description "Our 1 km/h indication resolution answers the indicated-speed requirement."
|
|
179
|
+
justification "The served indication is an integer km/h value — the resolution 6.2 mandates for legal proceedings."
|
|
180
|
+
}
|
|
181
|
+
d_max_ident -> oiml-r91#/req/metrological/vehicle-identification {
|
|
182
|
+
description "Our stated maximum identification distance (600 m) is the envelope within which certain vehicle identification holds."
|
|
183
|
+
justification "The 6.17.b manufacturer-stated distance is the detection-field bound the 6.6 certain-identification requirement is verified against."
|
|
184
|
+
}
|
|
185
|
+
f_band -> oiml-r91#/req/category-doppler-radar/frequency-spectrum {
|
|
186
|
+
description "Our specified frequency band (24.125 GHz) is the band the spectrum requirement verifies against."
|
|
187
|
+
justification "The family-level stated band is the reference value of the 6.10 spectrum test — stated once, verified against itself."
|
|
188
|
+
}
|
|
189
|
+
bw_h -> oiml-r91#/req/category-doppler-radar/beam-width {
|
|
190
|
+
description "Our rated horizontal beam width (12°) is the rated value of the beam-width requirement."
|
|
191
|
+
justification "Same quantity — the requirement verifies the exhibited width stays within ±10 % of this rated value."
|
|
192
|
+
}
|
|
193
|
+
bw_v -> oiml-r91#/req/category-doppler-radar/beam-width {
|
|
194
|
+
description "Our rated vertical beam width (6°) is the rated value of the beam-width requirement."
|
|
195
|
+
justification "Same quantity — the requirement verifies the exhibited width stays within ±10 % of this rated value."
|
|
196
|
+
}
|
|
197
|
+
# The twin projection pairs (TODO.v2/16): the BACKING components —
|
|
198
|
+
# the endpoint and the per-register backing attributes — never the
|
|
199
|
+
# serve bindings (derived from the Recommendation's twin.prl). No
|
|
200
|
+
# scope-outs: the stationary Doppler-radar product serves every
|
|
201
|
+
# register the Recommendation's interface governs.
|
|
202
|
+
rs180_api -> oiml-r91#/twin/interface/endpoint/radar_api {
|
|
203
|
+
description "The RS-180's twin endpoint IS the R 91 projection surface: the indication query, the state watch, and the self-test invoke — the same access scopes, the same rest_json profile — derived from the Recommendation's twin.prl, never hand-mirrored."
|
|
204
|
+
justification "The endpoint is part of the type definition (doctrine ch. 14 §14.3): the product serves exactly what the Recommendation governs; the full twin's richer anatomy is filtered out above this surface."
|
|
205
|
+
coverage full
|
|
206
|
+
}
|
|
207
|
+
indication -> oiml-r91#/twin/interface/serve/indication {
|
|
208
|
+
description "The exhibited live indication attribute backs the governed register sample.indication, served via get_indication with the Recommendation's 5 s freshness."
|
|
209
|
+
justification "Same quantity, same sample scope (R 91-1, 6.2): the product's integer km/h live indication is the value the projection reads — the live register, distinct from the test-record indicated_speed."
|
|
210
|
+
coverage full
|
|
211
|
+
}
|
|
212
|
+
rs180_api -> oiml-r91#/twin/interface/serve/state {
|
|
213
|
+
description "The endpoint's watch_state subscribe operation serves the governed register sample.state — the subject's has.state rs_operational machine — with the Recommendation's 1 s freshness."
|
|
214
|
+
justification "The operational state machine is the served aspect; at component granularity the endpoint is the serving surface (the serve binding itself is derived from the Recommendation's twin.prl — the mapping names its backing component)."
|
|
215
|
+
coverage full
|
|
216
|
+
}
|
|
217
|
+
rs180_api -> oiml-r91#/twin/interface/serve/environmental_context {
|
|
218
|
+
description "The endpoint's watch_state subscribe operation serves the governed register sample.environmental_context — the D 11 conditions the measurement is taken under — with the Recommendation's 1 s freshness."
|
|
219
|
+
justification "The environmental context rides the same watch as the operational state (the contract's watch_state serves both); at component granularity the endpoint is the serving surface."
|
|
220
|
+
coverage full
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
coverage {
|
|
224
|
+
# C23 tripwires over the alias forest: the projection is computed
|
|
225
|
+
# full — every governed register backed, the interface aggregating
|
|
226
|
+
# (composition all). No scope-outs for a stationary Doppler-radar
|
|
227
|
+
# product; a dropped pair fails the calculus here, loudly.
|
|
228
|
+
oiml-r91#/twin/interface full
|
|
229
|
+
oiml-r91#/twin/interface/endpoint/radar_api full
|
|
230
|
+
oiml-r91#/twin/interface/serve/indication full
|
|
231
|
+
oiml-r91#/twin/interface/serve/state full
|
|
232
|
+
oiml-r91#/twin/interface/serve/environmental_context full
|
|
233
|
+
}
|
|
234
|
+
}
|