@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,142 @@
|
|
|
1
|
+
behavior speed-measurement {
|
|
2
|
+
kind static
|
|
3
|
+
stimulus speed
|
|
4
|
+
response "Indication of the speed of the target vehicle — the metrologically relevant speed values of R 91-1, 6.3 (integer value for field/simulation tests, high-resolution value for linearity/influence/disturbance tests)."
|
|
5
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.3"
|
|
6
|
+
verified_by { /conf/field/stationary-field-test /conf/linearities/speed-linearity }
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
behavior ego-speed-measurement {
|
|
10
|
+
kind static
|
|
11
|
+
stimulus speed
|
|
12
|
+
response "Indication of the ego speed measured by the ego speed meter (an instrument that is part of the moving speed meter, R 91-1, 3.2.2 + 3.2.5 NOTE)."
|
|
13
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.15.3"
|
|
14
|
+
verified_by { /conf/field/ego-field-test }
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
behavior cosine-error-response {
|
|
18
|
+
kind static
|
|
19
|
+
stimulus angle
|
|
20
|
+
response "Measurement error attributable to misalignment within the specified alignment interval — shall not exceed ±0.5 % (R 91-1, 6.8)."
|
|
21
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.8"
|
|
22
|
+
verified_by { /conf/linearities/alignment-misalignment }
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
behavior radar-spectrum-stability {
|
|
26
|
+
kind temporal
|
|
27
|
+
stimulus time
|
|
28
|
+
response "Stability of the emitted microwave frequency spectrum — peaks drift ≤ ±0.2 % over 2 years (R 91-1, 6.10)."
|
|
29
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.10"
|
|
30
|
+
verified_by { /conf/category-doppler-radar/frequency-spectrum }
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
behavior beam-geometry-stability {
|
|
34
|
+
kind static
|
|
35
|
+
stimulus distance
|
|
36
|
+
response "Beam width within ±10 % of rated/TA-determined value (R 91-1, 6.10/6.11); FOI within ±5°, radiance profile within ±10 % envelope for scanning beams (6.11)."
|
|
37
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.11"
|
|
38
|
+
verified_by { /conf/category-range-finding/beam-width }
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
behavior pulse-stability {
|
|
42
|
+
kind temporal
|
|
43
|
+
stimulus time
|
|
44
|
+
response "Stability of pulse time characteristics (repetition rate, intervals, modulation/sweep) for range-finding devices (R 91-1, 6.11)."
|
|
45
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.11"
|
|
46
|
+
verified_by { /conf/category-range-finding/pulse-stability }
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
behavior detection-point-distance-drift {
|
|
50
|
+
kind temporal
|
|
51
|
+
stimulus time
|
|
52
|
+
response "Distance between detection points within ±0.5 % including drift (R 91-1, 6.12)."
|
|
53
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.12"
|
|
54
|
+
verified_by { /conf/category-fixed-distance/detection-point-distance }
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
behavior time-synchronisation {
|
|
58
|
+
kind temporal
|
|
59
|
+
stimulus time
|
|
60
|
+
response "Time synchronisation between detection fields maintained durably with continuous checking; measurement inhibited on failure; time MPE 0.3 % (R 91-1, 6.13)."
|
|
61
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.13"
|
|
62
|
+
verified_by { /conf/category-average-speed/time-synchronisation }
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
behavior image-quality-gating {
|
|
66
|
+
kind static
|
|
67
|
+
stimulus image-quality
|
|
68
|
+
response "No measurements produced when image quality is insufficient to guarantee MPE adherence (R 91-1, 6.14)."
|
|
69
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.14"
|
|
70
|
+
verified_by { /conf/category-image-based/image-quality }
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
behavior temperature-effect {
|
|
74
|
+
kind influence-response
|
|
75
|
+
stimulus temperature
|
|
76
|
+
response "Error within linearity limit across the rated temperature interval (R 91-1, 6.16/6.5) and after storage at −25 °C/+70 °C (6.16)."
|
|
77
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.16"
|
|
78
|
+
verified_by { /conf/influence/dry-heat-operating /conf/influence/cold-operating /conf/influence/damp-heat-cyclic /conf/disturbances/dry-heat-storage /conf/disturbances/cold-storage }
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
behavior humidity-effect {
|
|
82
|
+
kind influence-response
|
|
83
|
+
stimulus humidity
|
|
84
|
+
response "Performance maintained up to 95 % condensing relative humidity (R 91-1, 6.16 Table 1 B)."
|
|
85
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.16"
|
|
86
|
+
verified_by { /conf/influence/damp-heat-cyclic }
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
behavior vibration-effect {
|
|
90
|
+
kind influence-response
|
|
91
|
+
stimulus vibration
|
|
92
|
+
response "Performance maintained under random vibration 10–150 Hz, 7 m/s² (R 91-1, 6.16 Table 1 C)."
|
|
93
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.16"
|
|
94
|
+
verified_by { /conf/influence/vibration-random }
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
behavior voltage-effect {
|
|
98
|
+
kind influence-response
|
|
99
|
+
stimulus voltage
|
|
100
|
+
response "Performance maintained across the rated supply/battery voltage intervals (R 91-1, 6.16 Table 1 D-H)."
|
|
101
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.16"
|
|
102
|
+
verified_by { /conf/influence/dc-mains-voltage-variation /conf/influence/ac-mains-voltage-variation /conf/influence/internal-battery-low-voltage /conf/influence/road-vehicle-battery-voltage-variations }
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
behavior disturbance-reaction {
|
|
106
|
+
kind influence-response
|
|
107
|
+
stimulus electromagnetic
|
|
108
|
+
response "Reaction to disturbances (bursts, surges, ESD, RF fields, magnetic field, load dump, cranking): fault within the fault limit or checking facilities prevent the measurement (R 91-1, 6.18/6.9)."
|
|
109
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.18"
|
|
110
|
+
verified_by { /conf/disturbances/bursts-ac-dc-mains /conf/disturbances/surges-ac-dc-mains /conf/disturbances/electrostatic-discharges /conf/disturbances/rf-electromagnetic-fields /conf/disturbances/ac-mains-power-frequency-magnetic-field /conf/disturbances/load-dump /conf/disturbances/battery-voltage-cranking }
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
behavior ego-adjustment-drift {
|
|
114
|
+
kind temporal
|
|
115
|
+
stimulus time
|
|
116
|
+
response "Validity of the ego-wheel adjustment factor (rolling radius) checked at intervals; moving measurements inhibited when the check is missing/failed (R 91-1, 6.15.3 Note 1)."
|
|
117
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.15.3"
|
|
118
|
+
verified_by { /conf/field/ego-field-test }
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
behavior durability {
|
|
122
|
+
kind temporal
|
|
123
|
+
stimulus time
|
|
124
|
+
response "Metrological characteristics maintained over a period of use (R 91-1, 6.19)."
|
|
125
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.19"
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
behavior redundancy-of-measurement {
|
|
129
|
+
kind static
|
|
130
|
+
stimulus speed
|
|
131
|
+
response "Redundant measurement capability (multiple detection points or independent means) so a single point failure cannot yield a wrong speed (R 91-1, 6.20/6.12)."
|
|
132
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.20"
|
|
133
|
+
verified_by { /conf/category-fixed-distance/redundancy }
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
behavior self_test {
|
|
137
|
+
kind procedural
|
|
138
|
+
stimulus invoke
|
|
139
|
+
response "The instrument runs its checking facility — an independent frequency source simulating speed over the whole measurement chain from detection to display/storage; a detected error, defect or significant fault gives an error message, inhibits further measurements and drives the operational state to fault (R 91-1, 6.18.4)."
|
|
140
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-7.5"
|
|
141
|
+
}
|
|
142
|
+
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
capability speed-measurement {
|
|
2
|
+
label "Speed measurement (base — every speed meter)"
|
|
3
|
+
description "Measures and displays the speed of a distant vehicle within error limits (R 91-1, 3.1.1). Base capability of every SpeedMeter."
|
|
4
|
+
has_parameters { speed_interval_min speed_interval_max speed_resolution software_version operating_temp_min operating_temp_max storage_temp_min storage_temp_max }
|
|
5
|
+
satisfies_requirements { /req/metrological/measuring-intervals /req/metrological/indicated-speed /req/metrological/mpe-stationary /req/metrological/linearity-limit /req/technical/indication-rules /req/technical/modes /req/technical/software /req/technical/sealing-inscriptions }
|
|
6
|
+
verified_by_tests { /conf/examinations/documentation-inspection /conf/linearities/speed-linearity }
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
capability vehicle-identification {
|
|
10
|
+
label "Vehicle identification certainty"
|
|
11
|
+
description "Measured speed cannot be attributed to the wrong vehicle, incl. evidence image/file rules (R 91-1, 6.6)."
|
|
12
|
+
requires { speed-measurement }
|
|
13
|
+
has_parameters { distance_interval_min distance_interval_max angle_interval_min angle_interval_max max_simultaneous_vehicles }
|
|
14
|
+
satisfies_requirements { /req/metrological/vehicle-identification /req/metrological/distance-angle-indication /req/technical/evidence-file }
|
|
15
|
+
verified_by_tests { /conf/examinations/vehicle-identification }
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
capability doppler-radar {
|
|
19
|
+
label "Doppler-radar working principle"
|
|
20
|
+
description "Virtually instantaneous microwave Doppler measurement (R 91-1, 5.3, 6.10)."
|
|
21
|
+
requires { speed-measurement }
|
|
22
|
+
has_parameters { radar_frequency_band radar_power radar_frequency_drift beam_width_h beam_width_v side_lobe_level }
|
|
23
|
+
satisfies_requirements { /req/category-doppler-radar/frequency-spectrum /req/category-doppler-radar/spectrum-stability /req/category-doppler-radar/beam-width /req/category-doppler-radar/side-lobe }
|
|
24
|
+
verified_by_tests { /conf/category-doppler-radar/frequency-spectrum /conf/category-doppler-radar/beam-width /conf/category-doppler-radar/power-spectrum }
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
capability range-finding {
|
|
28
|
+
label "Range-finding (LIDAR) working principle"
|
|
29
|
+
description "Pulse time-of-flight measurement (R 91-1, 5.3, 6.11)."
|
|
30
|
+
requires { speed-measurement }
|
|
31
|
+
has_parameters { operating_wavelength pulse_characteristic beam_width_h beam_width_v viewfinder_magnification distance_interval_max }
|
|
32
|
+
satisfies_requirements { /req/category-range-finding/wavelength /req/category-range-finding/pulse-stability /req/category-range-finding/beam-width /req/category-range-finding/max-distance-viewfinder }
|
|
33
|
+
verified_by_tests { /conf/category-range-finding/wavelength /conf/category-range-finding/pulse-stability /conf/category-range-finding/beam-width }
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
capability fixed-distance {
|
|
37
|
+
label "Fixed-distance detection points"
|
|
38
|
+
description "Speed from detection-point pairs (loops/barriers) with redundancy (R 91-1, 5.3, 6.12)."
|
|
39
|
+
requires { speed-measurement }
|
|
40
|
+
has_parameters { detection_point_distance_min detection_point_distance_max }
|
|
41
|
+
satisfies_requirements { /req/category-fixed-distance/redundancy /req/category-fixed-distance/detection-point-distance /req/category-fixed-distance/sensor-monitoring }
|
|
42
|
+
verified_by_tests { /conf/category-fixed-distance/detection-point-distance /conf/category-fixed-distance/redundancy }
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
capability average-speed {
|
|
46
|
+
label "Average (section) speed measurement"
|
|
47
|
+
description "Average speed between two remote detection fields with time synchronisation (R 91-1, 5.3, 6.13)."
|
|
48
|
+
requires { fixed-distance }
|
|
49
|
+
has_parameters { section_distance_min time_sync_error }
|
|
50
|
+
satisfies_requirements { /req/category-average-speed/detection-field-size /req/category-average-speed/image-time-evidence /req/category-average-speed/time-synchronisation }
|
|
51
|
+
verified_by_tests { /conf/category-average-speed/time-synchronisation /conf/category-average-speed/detection-field-size }
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
capability image-based {
|
|
55
|
+
label "Image-based speed measurement"
|
|
56
|
+
description "Position tracking in video/image sequences (R 91-1, 5.3, 6.14)."
|
|
57
|
+
requires { vehicle-identification }
|
|
58
|
+
satisfies_requirements { /req/category-image-based/position-marking /req/category-image-based/image-quality /req/category-image-based/position-distances }
|
|
59
|
+
verified_by_tests { /conf/category-image-based/image-quality }
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
capability moving-mode {
|
|
63
|
+
label "Moving mode of use (with ego speed meter)"
|
|
64
|
+
description "Installed on a moving vehicle; simultaneous ego speed measurement (R 91-1, 5.1, 6.15)."
|
|
65
|
+
requires { speed-measurement }
|
|
66
|
+
has_parameters { ego_speed_resolution ego_speed mpe_moving mpe_ego }
|
|
67
|
+
satisfies_requirements { /req/category-moving/mpe-moving /req/category-moving/stationary-mode /req/category-moving/ego-speed /req/category-moving/ego-adjustment }
|
|
68
|
+
verified_by_tests { /conf/field/moving-field-test /conf/field/ego-field-test }
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
capability across-the-road {
|
|
72
|
+
label "Across-the-road measurement"
|
|
73
|
+
description "Measurement across the road; reference point + centre line indicated (R 91-1, 5.5, 6.8)."
|
|
74
|
+
requires { speed-measurement }
|
|
75
|
+
has_parameters { alignment_azimuth_interval alignment_elevation_interval alignment_side_distance_interval alignment_height_interval }
|
|
76
|
+
satisfies_requirements { /req/category-across-road/reference-marking /req/category-across-road/alignment-error /req/category-across-road/cosine-verification }
|
|
77
|
+
verified_by_tests { /conf/linearities/alignment-misalignment }
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
capability disturbances-immunity {
|
|
81
|
+
label "Disturbance immunity (electrical/electromagnetic)"
|
|
82
|
+
description "Reacts to electromagnetic disturbances per R 91-1, 6.18 (fault limit or checking facilities inhibit)."
|
|
83
|
+
requires { speed-measurement }
|
|
84
|
+
has_parameters { supply_voltage_dc battery_voltage_interval fault_limit }
|
|
85
|
+
satisfies_requirements { /req/metrological/influence-quantities /req/metrological/disturbances /req/metrological/checking-facilities }
|
|
86
|
+
verified_by_tests { /conf/disturbances/bursts-ac-dc-mains /conf/disturbances/surges-ac-dc-mains /conf/disturbances/electrostatic-discharges /conf/disturbances/rf-electromagnetic-fields /conf/disturbances/load-dump /conf/disturbances/battery-voltage-cranking }
|
|
87
|
+
}
|
|
88
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
verdict speed_error {
|
|
2
|
+
symbol "Δv"
|
|
3
|
+
behavior speed-measurement
|
|
4
|
+
quantity { kind speed unit "km/h" }
|
|
5
|
+
derive "ocl{abs(v - v_ref)}"
|
|
6
|
+
inputs { v v_ref }
|
|
7
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-explanatory-notes"
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
verdict speed_error_high_res {
|
|
11
|
+
symbol "Δv_hr"
|
|
12
|
+
behavior speed-measurement
|
|
13
|
+
quantity { kind speed unit "km/h" }
|
|
14
|
+
derive "ocl{abs(v_hr - v_ref)}"
|
|
15
|
+
inputs { v_hr v_ref }
|
|
16
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.5"
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
verdict ego_speed_error {
|
|
20
|
+
symbol "Δv_ego"
|
|
21
|
+
behavior ego-speed-measurement
|
|
22
|
+
quantity { kind speed unit "km/h" }
|
|
23
|
+
derive "ocl{abs(v_ego - v_ref)}"
|
|
24
|
+
inputs { v_ego v_ref }
|
|
25
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.15.3"
|
|
26
|
+
}
|
|
27
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
condition_set speed-meter-reference {
|
|
2
|
+
role reference
|
|
3
|
+
description "Reference conditions for linearity and type-evaluation measurements (R 91-2, 6.2; all influence quantities minimized). Temperature and humidity shall not vary by more than 5 °C and 30 % RH within the reference intervals during a test."
|
|
4
|
+
entries {
|
|
5
|
+
temperature { value "23" unit "degC" tolerance "5" }
|
|
6
|
+
relative_humidity { value "50" unit "%" tolerance "30" }
|
|
7
|
+
supply_voltage { value "nominal, per installation conditions" unit "V" }
|
|
8
|
+
}
|
|
9
|
+
ref derives-from "urn:oiml:pub:r:91-2:2025#clause-6.2"
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
condition_set speed-meter-rated {
|
|
13
|
+
role rated
|
|
14
|
+
description "Minimum rated operating conditions every speed meter must satisfy (R 91-1, 6.16 Table 1; manufacturer may specify wider, 6.17)."
|
|
15
|
+
entries {
|
|
16
|
+
temperature { value "-10 to +50" unit "degC" note "minimum; wider per manufacturer" }
|
|
17
|
+
relative_humidity { value "up to 95, condensing" unit "%" }
|
|
18
|
+
vibration_random { value "10-150 Hz, 7 m/s², 1 m²/s³, -3 dB/octave" }
|
|
19
|
+
dc_mains_voltage { value "as specified by manufacturer" unit "V" }
|
|
20
|
+
ac_mains_voltage { value "as specified by manufacturer" unit "V" }
|
|
21
|
+
ac_mains_frequency { value "as specified by manufacturer" unit "Hz" }
|
|
22
|
+
internal_battery_voltage { value "new battery down to lowest functional per manufacturer" }
|
|
23
|
+
vehicle_battery_12v { value "9 to 16" unit "V" }
|
|
24
|
+
vehicle_battery_24v { value "16 to 32" unit "V" }
|
|
25
|
+
}
|
|
26
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.16"
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
condition_set speed-meter-limiting {
|
|
30
|
+
role limiting
|
|
31
|
+
description "Storage conditions the instrument must withstand without permanent shift (R 91-1, 6.16)."
|
|
32
|
+
entries {
|
|
33
|
+
storage_temperature { value "-25 to +70" unit "degC" }
|
|
34
|
+
}
|
|
35
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.16"
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
instrument SpeedMeter {
|
|
2
|
+
extends MeasuringInstrumentModel
|
|
3
|
+
measurand {
|
|
4
|
+
kind speed
|
|
5
|
+
description "Speed of a distant vehicle, measured and displayed for traffic enforcement cases (R 91-1, 3.1.1)."
|
|
6
|
+
context { target_object "the remote (distant) road vehicle whose speed is measured — the measurand is a property of the vehicle, not of the instrument (R 91-1, 3.1.1)" identification_method "certain vehicle identification (R 91-1, 6.6): restriction of the monitored area, detection of vehicle positions indicated as distances/angles, assignment to a predefined trigger line including lane assignment, or markings on the image evidence (6.6 NOTE); image-evidence assignment verified per R 91-2, 4.8" }
|
|
7
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "3.1.1" }
|
|
8
|
+
}
|
|
9
|
+
component ego_speed_meter { class SpeedMeter definition "Instrument measuring the speed of the vehicle in which the moving speed meter is installed (R 91-1, 3.2.2) — part of a moving speed meter (3.2.5 NOTE), with its own MPE (6.15.3), its own fault limit (6.18.1), its own field test (R 91-2, 7.7.2) and separate influence/disturbance runs (R 91-2, 7.7.3)." source { doc "urn:oiml:pub:r:91-1:2025" clause "3.2.2" } }
|
|
10
|
+
component detection_field { class DetectionField definition "Section on the road containing all possible locations of a detection point (R 91-1, 3.3.10; detection point 3.3.9, section distance 3.3.11). Fixed-distance and average-speed meters are DISTRIBUTED instruments: two or more detection fields, time-synchronised per 6.13 (a measuring system per VIML 0.12)." source { doc "urn:oiml:pub:r:91-1:2025" clause "3.3.10" } }
|
|
11
|
+
structure struct-moving-ego {
|
|
12
|
+
predicate consists_of
|
|
13
|
+
subject MovingSpeedMeter
|
|
14
|
+
target ego_speed_meter
|
|
15
|
+
propagation { ego-speed-measurement up disturbance-reaction down }
|
|
16
|
+
note "The ego speed meter keeps its OWN limits: MPE per 6.15.3 and fault limit ±0.5 km/h per 6.18.1 — the whole's moving MPE (6.15.1, class A/B) does NOT propagate down. Verified separately: /conf/field/ego-field-test (test_subject component ego_speed_meter)."
|
|
17
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "3.2.5" }
|
|
18
|
+
}
|
|
19
|
+
structure struct-distributed-detection-fields {
|
|
20
|
+
predicate consists_of
|
|
21
|
+
subject SpeedMeter
|
|
22
|
+
target detection_field
|
|
23
|
+
applicability { working_principle: [fixed-distance, average-speed] }
|
|
24
|
+
propagation { time-synchronisation down redundancy-of-measurement up }
|
|
25
|
+
note "Distributed detection: an average-speed meter IS a fixed-distance meter whose closest detection fields are separated by more than 50 m (3.3.4 — the average-speed implies fixed-distance subsumption on the working_principle dimension); 6.12's requirements (redundancy, detection-point distance MPE ±0.5 %, sensor monitoring) inherit per 6.13."
|
|
26
|
+
source { doc "urn:oiml:pub:r:91-1:2025" clause "6.13" }
|
|
27
|
+
}
|
|
28
|
+
definition "Instrument that measures and displays the speed of a distant vehicle within specified error limits, used for traffic enforcement cases (R 91-1, 3.1.1)."
|
|
29
|
+
note "R 91-1, clause 5 assigns EVERY speed meter to categories along five orthogonal axes (below). A single instrument may hold several categories at once (e.g. stationary AND moving mode of use implemented). Categories are therefore classification DIMENSIONS, not subclasses."
|
|
30
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-3.1.1"
|
|
31
|
+
variant StationarySpeedMeter { definition "Speed meter is not moving during the measurements (R 91-1, 5.1.a)." }
|
|
32
|
+
variant MovingSpeedMeter { definition "Speed meter is installed on a vehicle which is moving during the measurements (R 91-1, 5.1.b). Requires a simultaneous ego speed measurement (R 91-1, 6.15.3)." }
|
|
33
|
+
dimension mode_of_use {
|
|
34
|
+
label "Mode of use"
|
|
35
|
+
scope model
|
|
36
|
+
description "Whether the instrument moves during measurement (R 91-1, 5.1)."
|
|
37
|
+
reference { doc "urn:oiml:pub:r:91-1:2025" clause "5.1" }
|
|
38
|
+
values {
|
|
39
|
+
stationary { description "Speed meter is not moving during the measurements" }
|
|
40
|
+
moving { description "Speed meter is installed on a moving vehicle" }
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
dimension installation_principle {
|
|
44
|
+
label "Principle of installation"
|
|
45
|
+
scope family
|
|
46
|
+
description "Mounting approach (R 91-1, 5.2)."
|
|
47
|
+
reference { doc "urn:oiml:pub:r:91-1:2025" clause "5.2" }
|
|
48
|
+
values {
|
|
49
|
+
mobile { description "Can be moved between several positions" }
|
|
50
|
+
fixed { description "Fixed at one position" }
|
|
51
|
+
portable { description "Can be used from hand or tripod" }
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
dimension working_principle {
|
|
55
|
+
label "Working principle of speed measurement"
|
|
56
|
+
scope family
|
|
57
|
+
description "Measuring technology (R 91-1, 5.3) — drives the category-specific requirements (R 91-1, 6.10-6.14)."
|
|
58
|
+
reference { doc "urn:oiml:pub:r:91-1:2025" clause "5.3" }
|
|
59
|
+
values {
|
|
60
|
+
doppler-radar { description "Virtually instantaneous Doppler-radar measurement" term_ref doppler-radar-speed-meter }
|
|
61
|
+
range-finding { description "Virtually instantaneous range-finding (e.g. LIDAR)" term_ref range-finding-speed-meter }
|
|
62
|
+
fixed-distance { description "Detection-point pairs (inductive loops, laser/light barriers)" term_ref fixed-distance-speed-meter }
|
|
63
|
+
image-based { description "Position tracking in video/image sequences" term_ref image-based-speed-meter }
|
|
64
|
+
average-speed { description "Average speed between two remote positions (section speed)" term_ref average-speed-meter implies { fixed-distance } }
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
dimension triggering {
|
|
68
|
+
label "Triggering and camera"
|
|
69
|
+
scope family
|
|
70
|
+
description "Manual (camera recommended) or automatic (camera mandatory) measurements (R 91-1, 5.4)."
|
|
71
|
+
reference { doc "urn:oiml:pub:r:91-1:2025" clause "5.4" }
|
|
72
|
+
values {
|
|
73
|
+
manual { description "Manual measurements (camera recommended)" }
|
|
74
|
+
automatic { description "Automatic measurements (camera always required)" }
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
dimension cosine_compensation {
|
|
78
|
+
label "Cosine error compensation"
|
|
79
|
+
scope model
|
|
80
|
+
description "Road orientation of the measurement (R 91-1, 5.5) — determines alignment/cosine requirements (R 91-1, 6.8)."
|
|
81
|
+
reference { doc "urn:oiml:pub:r:91-1:2025" clause "5.5" }
|
|
82
|
+
values {
|
|
83
|
+
along-the-road { description "Measurement along the road direction" term_ref along-the-road-speed-meter }
|
|
84
|
+
across-the-road { description "Measurement across the road (reference point + centre line marked)" term_ref across-the-road-speed-meter }
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
dimension metrological_class {
|
|
88
|
+
label "Class of moving speed meter"
|
|
89
|
+
scope group
|
|
90
|
+
description "Class A or B of moving MPE (R 91-1, 6.15.1) — shown on the OIML certificate."
|
|
91
|
+
reference { doc "urn:oiml:pub:r:91-1:2025" clause "6.15.1" }
|
|
92
|
+
values {
|
|
93
|
+
A { description "Moving MPE ±3 km/h ≤100 km/h, ±3 % above" }
|
|
94
|
+
B { description "Moving MPE ±7 km/h ≤100 km/h, ±7 % above" }
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
dimension climatic_environment_class {
|
|
98
|
+
label "Climatic environment class"
|
|
99
|
+
scope family
|
|
100
|
+
description "Climatic environment classification per OIML D 11 (R 91-1, 6.17.1) — determines climatic test levels."
|
|
101
|
+
reference { doc "urn:oiml:pub:r:91-1:2025" clause "6.17.1" }
|
|
102
|
+
values {
|
|
103
|
+
H1 { description "Enclosed environmentally protected environment; local climate is controlled (6.17.1.a)" }
|
|
104
|
+
H2 { description "Enclosed environmentally protected environment; local climate is not controlled (6.17.1.b)" }
|
|
105
|
+
H3 { description "Open air in moderate temperature zones (6.17.1.c)" }
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
dimension mechanical_environment_class {
|
|
109
|
+
label "Mechanical environment class"
|
|
110
|
+
scope family
|
|
111
|
+
description "Mechanical environment classification per OIML D 11 (R 91-1, 6.17.2) — determines mechanical test levels."
|
|
112
|
+
reference { doc "urn:oiml:pub:r:91-1:2025" clause "6.17.2" }
|
|
113
|
+
values {
|
|
114
|
+
M2 { description "Static speed meters, including mobile speed meters (portable and handheld) (6.17.2.a)" }
|
|
115
|
+
M3 { description "Moving speed meters (6.17.2.b)" }
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
dimension electromagnetic_environment_class {
|
|
119
|
+
label "Electromagnetic environment class"
|
|
120
|
+
scope family
|
|
121
|
+
description "Electromagnetic environment classification per OIML D 11 (R 91-1, 6.17.3) — determines electromagnetic test levels."
|
|
122
|
+
reference { doc "urn:oiml:pub:r:91-1:2025" clause "6.17.3" }
|
|
123
|
+
values {
|
|
124
|
+
E2 { description "Power provided by an AC mains supply or a DC standalone supply (6.17.3.a)" }
|
|
125
|
+
E3 { description "Power provided by the battery of a vehicle (\"vehicle DC\") (6.17.3.b)" }
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
family {
|
|
129
|
+
note "R 91 defines no explicit \"family\" clause; criteria are derived from the category axes (5.1-5.5) and the manufacturer-stated quantities the type approval pins down (frequency spectrum, beam widths, alignment intervals, rated operating conditions). Moving MPE classes A/B are modelled as model GROUPS within a family (identical characteristics other than the certified moving-MPE class)."
|
|
130
|
+
}
|
|
131
|
+
family_criteria {
|
|
132
|
+
"same working principle of speed measurement (R 91-1, 5.3) and, for Doppler-radar, same frequency band"
|
|
133
|
+
"same measurement optics/antenna design (beam geometry per R 91-1, 6.10-6.11)"
|
|
134
|
+
"same detection/construction principle (sensor arrangement, camera/trigger design)"
|
|
135
|
+
"same set of rated operating conditions per R 91-1, 6.17 (climatic/mechanical/electromagnetic classes per OIML D 11)"
|
|
136
|
+
"same legally relevant software platform (OIML D 31)"
|
|
137
|
+
}
|
|
138
|
+
family_defaults {
|
|
139
|
+
dimensions { working_principle installation_principle triggering climatic_environment_class mechanical_environment_class electromagnetic_environment_class }
|
|
140
|
+
parameters { radar_frequency_band radar_power beam_width_h beam_width_v side_lobe_level operating_temp_min operating_temp_max storage_temp_min storage_temp_max }
|
|
141
|
+
}
|
|
142
|
+
model_group {
|
|
143
|
+
definition "Within one family, a model group shares all metrological characteristics EXCEPT the certified moving-MPE class (R 91-1, 6.15.1): an A-group and a B-group of otherwise identical models. Omit groups for stationary-only families."
|
|
144
|
+
group_by metrological_class
|
|
145
|
+
identical_characteristics { working_principle mode_of_use installation_principle triggering cosine_compensation }
|
|
146
|
+
}
|
|
147
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
state_machine SpeedMeterOperational {
|
|
2
|
+
kind operational
|
|
3
|
+
initial off
|
|
4
|
+
states {
|
|
5
|
+
off
|
|
6
|
+
warming
|
|
7
|
+
ready
|
|
8
|
+
measuring
|
|
9
|
+
fault
|
|
10
|
+
}
|
|
11
|
+
transition off -> warming action power_on
|
|
12
|
+
transition warming -> ready action warm_up_complete {
|
|
13
|
+
guard "the power-on self-check of the checking facilities has completed without a detected fault (R 91-1, 7.5 — the automatic self-check runs at power-on and at least once per day) — declarative; not evaluated on fire"
|
|
14
|
+
}
|
|
15
|
+
transition ready -> measuring action vehicle_detected
|
|
16
|
+
transition measuring -> ready action measurement_complete
|
|
17
|
+
transition [off, warming, ready, measuring] -> fault action fault_detected {
|
|
18
|
+
guard "a significant fault is detected and acted upon — the instrument gives an error message, inhibits further measurements and produces no evidence file until the fault is resolved (R 91-1, 6.18.4) — declarative; not evaluated on fire"
|
|
19
|
+
}
|
|
20
|
+
transition [warming, ready, measuring] -> off action power_off
|
|
21
|
+
}
|
|
22
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
subject SpeedMeter {
|
|
2
|
+
is {
|
|
3
|
+
endpoint radar_api {
|
|
4
|
+
operation get_indication { kind query serves { indication } payload { quantity_kind speed unit km/h timestamp true } }
|
|
5
|
+
operation watch_state { kind subscribe serves { state environmental_context } payload { quantity_kind state unit dimensionless timestamp true } }
|
|
6
|
+
operation run_self_test { kind invoke does { self_test } payload { quantity_kind diagnostic_report unit dimensionless timestamp true } }
|
|
7
|
+
access { public { get_indication } registered { watch_state } authority { run_self_test } }
|
|
8
|
+
profile rest_json
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
has {
|
|
12
|
+
serve sample.indication via get_indication { fresh_within 5s }
|
|
13
|
+
serve sample.state via watch_state { fresh_within 1s }
|
|
14
|
+
serve sample.environmental_context via watch_state { fresh_within 1s }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
package {
|
|
2
|
+
id oiml-r91
|
|
3
|
+
kind rec
|
|
4
|
+
title "OIML R 91:2025 — R 91 package"
|
|
5
|
+
version "2025"
|
|
6
|
+
editions { 2025 1990 }
|
|
7
|
+
baseUrn "urn:oiml:pub:r:91:2025"
|
|
8
|
+
uses { iso-iec-17000 iso-iec-17065 iso-iec-17025 iso-iec-17067 oiml-cs oiml-smart-core oiml-smart-module-specimen-governance }
|
|
9
|
+
requires { core subject-chain-entities party-entities workflow-entities evaluation-skeleton iso-iec-17000 ca-terminology-17000 iso-iec-17025 lab-requirements-17025 ca-terminology-17025 iso-iec-17065 cb-requirements-17065 ca-terminology-17065 iso-iec-17067 scheme-content-requirements-17067 ca-terminology-17067 oiml-cs cs-process-requirements cs-certificate-requirements sample-selection-rules eut-continuity-contract test-execution-entities }
|
|
10
|
+
status preview
|
|
11
|
+
default_spelling eng-Latn
|
|
12
|
+
description "Traffic speed meters — metrological and technical requirements, test procedures, test report format, and type evaluation report format for speed enforcement instruments (preview edition 2025)."
|
|
13
|
+
source { collection "sources/r091/collection.yml" parts { 1 2 3 4 } }
|
|
14
|
+
}
|