@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,1792 @@
|
|
|
1
|
+
conformance_class /conf/influence {
|
|
2
|
+
title "Influence factor tests (R 91-2, 6.1 Tables 1-2)"
|
|
3
|
+
name "Climatic, mechanical and electrical influence factor tests (I/MPE rows)"
|
|
4
|
+
target /req/metrological
|
|
5
|
+
subject "SpeedMeter"
|
|
6
|
+
description "Exposure rows of R 91-2, 6.1 Tables 1-2 whose evaluation criterion is I/MPE: the linearity error limit defined in R 91-1, 6.5 shall be met DURING the presence of the influence factor; the evidence files produced for every measurement must not be corrupt and the photographic documentation must be of the same quality as without the influence factor (if the EUT includes a camera). Row 7 (atmospheric pressure, n/a) is carried here as an observational inspection. Shared procedure (R 91-2, 5.4, 6.3, 6.4): the speed linearity test at >= 10 speed values runs before and after each exposure (dependency on /conf/linearities/speed-linearity); during the exposure the repeated simulation of one single speed value suffices; the traffic simulator simulates at least 10 velocity values inside the EUT's measuring interval and the EUT is configured to produce evidence files at all simulated speed values; errors are evaluated on the high-resolution speed values; the EUT is powered with nominal voltage according to the manufacturer's installation conditions; if checking facilities inhibit measurements at the test level, the acceptance criterion shall be met at lower amplitudes where the checking facility does not intervene (additional tests at lower amplitudes might be necessary)."
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
conformance_test /conf/influence/dry-heat-operating {
|
|
10
|
+
name "Dry heat (operating)"
|
|
11
|
+
purpose "Verify the linearity error limit (R 91-1, 6.5) is met during dry heat exposure at the high end of the rated operating temperature interval (R 91-2, 6.1 Table 1 row 1, evaluation I/MPE)."
|
|
12
|
+
method "Expose the operating EUT to dry heat per OIML D 11 (Table 6), severity level 3, under traffic simulation; evaluate errors on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3). For battery-powered speed meters, the battery voltage variation tests (Table 2 rows 28-29) shall also be performed during this test (6.4); the test shall include testing of the temperature checking facilities and the test report shall state if and how they were tested (6.4)."
|
|
13
|
+
type Testing
|
|
14
|
+
kind influence
|
|
15
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
16
|
+
targets { /req/metrological/linearity-limit /req/metrological/influence-quantities }
|
|
17
|
+
guidance "R 91-2, 6.1 Table 1, row 1 (OIML D 11 Table 6)."
|
|
18
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
19
|
+
variables {
|
|
20
|
+
variable severity_level { type integer source declared description "OIML D 11 severity level 3 (D 11 Table 6 — dry heat, operating)" }
|
|
21
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
22
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
23
|
+
variable speed_error_high_res { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" }
|
|
24
|
+
variable evidence_files_intact { type boolean source measured description "Evidence files produced for every measurement are not corrupt and the photographic documentation is of the same quality as without the influence factor, if the EUT includes a camera (R 91-2, 6.1 'MPE')" }
|
|
25
|
+
}
|
|
26
|
+
observables {
|
|
27
|
+
observable speed_error_high_res { quantity_kind speed unit "km/h" as "linearity error during the influence factor" }
|
|
28
|
+
}
|
|
29
|
+
design {
|
|
30
|
+
severities {
|
|
31
|
+
severity "1 dry heat (operating)" {
|
|
32
|
+
criterion I/MPE
|
|
33
|
+
env H1 {
|
|
34
|
+
level 3
|
|
35
|
+
variable severity_level
|
|
36
|
+
}
|
|
37
|
+
env H2 {
|
|
38
|
+
level 3
|
|
39
|
+
variable severity_level
|
|
40
|
+
}
|
|
41
|
+
env H3 {
|
|
42
|
+
level 3
|
|
43
|
+
variable severity_level
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
specimens {
|
|
48
|
+
continuity same_eut
|
|
49
|
+
rules { eut-continuity modification-retest }
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
acceptance_criteria {
|
|
53
|
+
type composite
|
|
54
|
+
pass_if "ocl{within_linearity_limit_during and evidence_integrity}"
|
|
55
|
+
criterion within_linearity_limit_during { target /req/metrological/linearity-limit pass_if "ocl{abs(speed_error_high_res) <= lookupMPE(reference_speed, 'linearity', 1.0)}" criterion I/MPE description "Linearity error limit (R 91-1, 6.5) met during the presence of the influence factor" }
|
|
56
|
+
criterion evidence_integrity { target /req/metrological/linearity-limit pass_if "ocl{evidence_files_intact}" criterion I/MPE description "Evidence files not corrupt; photographic documentation quality maintained (R 91-2, 6.1 'MPE')" }
|
|
57
|
+
}
|
|
58
|
+
report_rows { influence-disturbance-tests dry-heat-operating }
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
conformance_test /conf/influence/cold-operating {
|
|
62
|
+
name "Cold (operating)"
|
|
63
|
+
purpose "Verify the linearity error limit (R 91-1, 6.5) is met during cold exposure at the low end of the rated operating temperature interval (R 91-2, 6.1 Table 1 row 3, evaluation I/MPE)."
|
|
64
|
+
method "Expose the operating EUT to cold per OIML D 11 (Table 7), severity level 2, under traffic simulation; evaluate errors on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3). For battery-powered speed meters, the battery voltage variation tests (Table 2 rows 28-29) shall also be performed during this test (6.4); the test shall include testing of the temperature checking facilities and the test report shall state if and how they were tested (6.4)."
|
|
65
|
+
type Testing
|
|
66
|
+
kind influence
|
|
67
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
68
|
+
targets { /req/metrological/linearity-limit /req/metrological/influence-quantities }
|
|
69
|
+
guidance "R 91-2, 6.1 Table 1, row 3 (OIML D 11 Table 7)."
|
|
70
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
71
|
+
variables {
|
|
72
|
+
variable severity_level { type integer source declared description "OIML D 11 severity level 2 (D 11 Table 7 — cold, operating)" }
|
|
73
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
74
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
75
|
+
variable speed_error_high_res { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" }
|
|
76
|
+
variable evidence_files_intact { type boolean source measured description "Evidence files produced for every measurement are not corrupt and the photographic documentation is of the same quality as without the influence factor, if the EUT includes a camera (R 91-2, 6.1 'MPE')" }
|
|
77
|
+
}
|
|
78
|
+
observables {
|
|
79
|
+
observable speed_error_high_res { quantity_kind speed unit "km/h" as "linearity error during the influence factor" }
|
|
80
|
+
}
|
|
81
|
+
design {
|
|
82
|
+
severities {
|
|
83
|
+
severity "3 cold (operating)" {
|
|
84
|
+
criterion I/MPE
|
|
85
|
+
env H1 {
|
|
86
|
+
level 2
|
|
87
|
+
variable severity_level
|
|
88
|
+
}
|
|
89
|
+
env H2 {
|
|
90
|
+
level 2
|
|
91
|
+
variable severity_level
|
|
92
|
+
}
|
|
93
|
+
env H3 {
|
|
94
|
+
level 2
|
|
95
|
+
variable severity_level
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
specimens {
|
|
100
|
+
continuity same_eut
|
|
101
|
+
rules { eut-continuity modification-retest }
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
acceptance_criteria {
|
|
105
|
+
type composite
|
|
106
|
+
pass_if "ocl{within_linearity_limit_during and evidence_integrity}"
|
|
107
|
+
criterion within_linearity_limit_during { target /req/metrological/linearity-limit pass_if "ocl{abs(speed_error_high_res) <= lookupMPE(reference_speed, 'linearity', 1.0)}" criterion I/MPE description "Linearity error limit (R 91-1, 6.5) met during the presence of the influence factor" }
|
|
108
|
+
criterion evidence_integrity { target /req/metrological/linearity-limit pass_if "ocl{evidence_files_intact}" criterion I/MPE description "Evidence files not corrupt; photographic documentation quality maintained (R 91-2, 6.1 'MPE')" }
|
|
109
|
+
}
|
|
110
|
+
report_rows { influence-disturbance-tests cold-operating }
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
conformance_test /conf/influence/damp-heat-cyclic {
|
|
114
|
+
name "Damp heat, cyclic (condensing)"
|
|
115
|
+
purpose "Verify the linearity error limit (R 91-1, 6.5) is met during cyclic condensing damp heat (R 91-2, 6.1 Table 1 row 5, evaluation I/MPE)."
|
|
116
|
+
method "Expose the operating EUT to cyclic condensing damp heat per OIML D 11 (Table 9) at the severity level of its declared climatic class (H2: level 1; H3: level 2; not applicable to H1), under traffic simulation; evaluate errors on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
117
|
+
type Testing
|
|
118
|
+
kind influence
|
|
119
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
120
|
+
targets { /req/metrological/linearity-limit /req/metrological/influence-quantities }
|
|
121
|
+
guidance "R 91-2, 6.1 Table 1, row 5 (OIML D 11 Table 9)."
|
|
122
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
123
|
+
variables {
|
|
124
|
+
variable severity_h2 { type integer source declared description "OIML D 11 severity level 1 for climatic class H2 (D 11 Table 9 — damp heat, cyclic, condensing)" }
|
|
125
|
+
variable severity_h3 { type integer source declared description "OIML D 11 severity level 2 for climatic class H3 (D 11 Table 9 — damp heat, cyclic, condensing)" }
|
|
126
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
127
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
128
|
+
variable speed_error_high_res { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" }
|
|
129
|
+
variable evidence_files_intact { type boolean source measured description "Evidence files produced for every measurement are not corrupt and the photographic documentation is of the same quality as without the influence factor, if the EUT includes a camera (R 91-2, 6.1 'MPE')" }
|
|
130
|
+
}
|
|
131
|
+
observables {
|
|
132
|
+
observable speed_error_high_res { quantity_kind speed unit "km/h" as "linearity error during the influence factor" }
|
|
133
|
+
}
|
|
134
|
+
design {
|
|
135
|
+
severities {
|
|
136
|
+
severity "5 damp heat, cyclic (condensing)" {
|
|
137
|
+
criterion I/MPE
|
|
138
|
+
env H1 null
|
|
139
|
+
env H2 {
|
|
140
|
+
level 1
|
|
141
|
+
variable severity_h2
|
|
142
|
+
}
|
|
143
|
+
env H3 {
|
|
144
|
+
level 2
|
|
145
|
+
variable severity_h3
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
specimens {
|
|
150
|
+
continuity same_eut
|
|
151
|
+
rules { eut-continuity modification-retest }
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
acceptance_criteria {
|
|
155
|
+
type composite
|
|
156
|
+
pass_if "ocl{within_linearity_limit_during and evidence_integrity}"
|
|
157
|
+
criterion within_linearity_limit_during { target /req/metrological/linearity-limit pass_if "ocl{abs(speed_error_high_res) <= lookupMPE(reference_speed, 'linearity', 1.0)}" criterion I/MPE description "Linearity error limit (R 91-1, 6.5) met during the presence of the influence factor" }
|
|
158
|
+
criterion evidence_integrity { target /req/metrological/linearity-limit pass_if "ocl{evidence_files_intact}" criterion I/MPE description "Evidence files not corrupt; photographic documentation quality maintained (R 91-2, 6.1 'MPE')" }
|
|
159
|
+
}
|
|
160
|
+
report_rows { influence-disturbance-tests damp-heat-cyclic }
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
conformance_test /conf/influence/vibration-random {
|
|
164
|
+
name "Vibration (random)"
|
|
165
|
+
purpose "Verify the linearity error limit (R 91-1, 6.5) is met during random vibration (R 91-2, 6.1 Table 1 row 10, evaluation I/MPE)."
|
|
166
|
+
method "Expose the operating EUT to random vibration per OIML D 11 (Table 15) at the severity level of its declared mechanical class (M2: level 1; M3: level 2), under traffic simulation; evaluate errors on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
167
|
+
type Testing
|
|
168
|
+
kind influence
|
|
169
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
170
|
+
targets { /req/metrological/linearity-limit /req/metrological/influence-quantities }
|
|
171
|
+
guidance "R 91-2, 6.1 Table 1, row 10 (OIML D 11 Table 15)."
|
|
172
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
173
|
+
variables {
|
|
174
|
+
variable severity_m2 { type integer source declared description "OIML D 11 severity level 1 for mechanical class M2 (D 11 Table 15 — vibration, random)" }
|
|
175
|
+
variable severity_m3 { type integer source declared description "OIML D 11 severity level 2 for mechanical class M3 (D 11 Table 15 — vibration, random)" }
|
|
176
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
177
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
178
|
+
variable speed_error_high_res { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" }
|
|
179
|
+
variable evidence_files_intact { type boolean source measured description "Evidence files produced for every measurement are not corrupt and the photographic documentation is of the same quality as without the influence factor, if the EUT includes a camera (R 91-2, 6.1 'MPE')" }
|
|
180
|
+
}
|
|
181
|
+
observables {
|
|
182
|
+
observable speed_error_high_res { quantity_kind speed unit "km/h" as "linearity error during the influence factor" }
|
|
183
|
+
}
|
|
184
|
+
design {
|
|
185
|
+
severities {
|
|
186
|
+
severity "10 vibration (random)" {
|
|
187
|
+
criterion I/MPE
|
|
188
|
+
env M2 {
|
|
189
|
+
level 1
|
|
190
|
+
variable severity_m2
|
|
191
|
+
}
|
|
192
|
+
env M3 {
|
|
193
|
+
level 2
|
|
194
|
+
variable severity_m3
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
specimens {
|
|
199
|
+
continuity same_eut
|
|
200
|
+
rules { eut-continuity modification-retest }
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
acceptance_criteria {
|
|
204
|
+
type composite
|
|
205
|
+
pass_if "ocl{within_linearity_limit_during and evidence_integrity}"
|
|
206
|
+
criterion within_linearity_limit_during { target /req/metrological/linearity-limit pass_if "ocl{abs(speed_error_high_res) <= lookupMPE(reference_speed, 'linearity', 1.0)}" criterion I/MPE description "Linearity error limit (R 91-1, 6.5) met during the presence of the influence factor" }
|
|
207
|
+
criterion evidence_integrity { target /req/metrological/linearity-limit pass_if "ocl{evidence_files_intact}" criterion I/MPE description "Evidence files not corrupt; photographic documentation quality maintained (R 91-2, 6.1 'MPE')" }
|
|
208
|
+
}
|
|
209
|
+
report_rows { influence-disturbance-tests vibration-random }
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
conformance_test /conf/influence/atmospheric-pressure {
|
|
213
|
+
name "Atmospheric pressure"
|
|
214
|
+
purpose "Observational row — R 91-2, 6.1 Table 1 row 7 marks atmospheric pressure n/a (test not useful for traffic speed meters); no exposure and no acceptance limit apply."
|
|
215
|
+
method "No dedicated exposure (n/a per Table 1; OIML D 11 Tables 11-12 would apply if a test were deemed useful). Review the type documentation for any atmospheric-pressure sensitivity and record observations."
|
|
216
|
+
type Inspection
|
|
217
|
+
kind influence
|
|
218
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
219
|
+
targets { /req/metrological/influence-quantities }
|
|
220
|
+
guidance "R 91-2, 6.1 Table 1, row 7 (OIML D 11 Tables 11-12); severity n/a; evaluation n/a."
|
|
221
|
+
variables {
|
|
222
|
+
variable observations_recorded { type boolean source declared description "Documentation review performed and observations recorded in the test report" }
|
|
223
|
+
}
|
|
224
|
+
design {
|
|
225
|
+
severities {
|
|
226
|
+
severity "7 atmospheric pressure" {
|
|
227
|
+
criterion n/a
|
|
228
|
+
env H1 null
|
|
229
|
+
env H2 null
|
|
230
|
+
env H3 null
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
specimens {
|
|
234
|
+
continuity same_eut
|
|
235
|
+
rules { eut-continuity modification-retest }
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
acceptance_criteria {
|
|
239
|
+
type composite
|
|
240
|
+
pass_if "ocl{observation_recorded}"
|
|
241
|
+
criterion observation_recorded { target /req/metrological/influence-quantities pass_if "ocl{observations_recorded}" criterion n/a description "Observational only — no acceptance criterion (R 91-2, 6.1 Table 1 row 7: n/a)" }
|
|
242
|
+
}
|
|
243
|
+
report_rows { atmospheric-pressure }
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
conformance_test /conf/influence/dc-mains-voltage-variation {
|
|
247
|
+
name "DC mains voltage variation"
|
|
248
|
+
purpose "Verify the linearity error limit (R 91-1, 6.5) is met during DC mains voltage variation (R 91-2, 6.1 Table 2 row 12, evaluation I/MPE)."
|
|
249
|
+
method "Vary the DC mains supply per OIML D 11 (Table 18), severity level 1, at the operative DC voltage limits declared by the manufacturer (Table 2 footnote a), under traffic simulation; evaluate errors on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3). The test shall include testing of the corresponding checking facilities and the test report shall state if and how they were tested (6.4)."
|
|
250
|
+
type Testing
|
|
251
|
+
kind influence
|
|
252
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
253
|
+
targets { /req/metrological/linearity-limit /req/metrological/influence-quantities }
|
|
254
|
+
guidance "R 91-2, 6.1 Table 2, row 12 (OIML D 11 Table 18). Footnote a: This test must be done at the operative DC voltage limits declared by the manufacturer."
|
|
255
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
256
|
+
variables {
|
|
257
|
+
variable severity_dc { type integer source declared description "OIML D 11 severity level 1, DC supply column (D 11 Table 18 — DC mains voltage variation)" }
|
|
258
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
259
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
260
|
+
variable speed_error_high_res { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" }
|
|
261
|
+
variable evidence_files_intact { type boolean source measured description "Evidence files produced for every measurement are not corrupt and the photographic documentation is of the same quality as without the influence factor, if the EUT includes a camera (R 91-2, 6.1 'MPE')" }
|
|
262
|
+
}
|
|
263
|
+
observables {
|
|
264
|
+
observable speed_error_high_res { quantity_kind speed unit "km/h" as "linearity error during the influence factor" }
|
|
265
|
+
}
|
|
266
|
+
design {
|
|
267
|
+
severities {
|
|
268
|
+
severity "12 DC mains voltage variation" {
|
|
269
|
+
criterion I/MPE
|
|
270
|
+
footnotes { a }
|
|
271
|
+
env E2 {
|
|
272
|
+
columns {
|
|
273
|
+
ac null
|
|
274
|
+
dc {
|
|
275
|
+
level 1
|
|
276
|
+
variable severity_dc
|
|
277
|
+
}
|
|
278
|
+
vehicle_dc null
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
env E3 null
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
specimens {
|
|
285
|
+
continuity same_eut
|
|
286
|
+
rules { eut-continuity modification-retest }
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
acceptance_criteria {
|
|
290
|
+
type composite
|
|
291
|
+
pass_if "ocl{within_linearity_limit_during and evidence_integrity}"
|
|
292
|
+
criterion within_linearity_limit_during { target /req/metrological/linearity-limit pass_if "ocl{abs(speed_error_high_res) <= lookupMPE(reference_speed, 'linearity', 1.0)}" criterion I/MPE description "Linearity error limit (R 91-1, 6.5) met during the presence of the influence factor" }
|
|
293
|
+
criterion evidence_integrity { target /req/metrological/linearity-limit pass_if "ocl{evidence_files_intact}" criterion I/MPE description "Evidence files not corrupt; photographic documentation quality maintained (R 91-2, 6.1 'MPE')" }
|
|
294
|
+
}
|
|
295
|
+
report_rows { influence-disturbance-tests dc-mains-voltage-variation }
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
conformance_test /conf/influence/ac-mains-voltage-variation {
|
|
299
|
+
name "AC mains voltage variation"
|
|
300
|
+
purpose "Verify the linearity error limit (R 91-1, 6.5) is met during AC mains voltage variation (R 91-2, 6.1 Table 2 row 14, evaluation I/MPE)."
|
|
301
|
+
method "Vary the AC mains supply per OIML D 11 (Table 20), severity level 1, under traffic simulation; evaluate errors on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3). The test shall include testing of the corresponding checking facilities and the test report shall state if and how they were tested (6.4)."
|
|
302
|
+
type Testing
|
|
303
|
+
kind influence
|
|
304
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
305
|
+
targets { /req/metrological/linearity-limit /req/metrological/influence-quantities }
|
|
306
|
+
guidance "R 91-2, 6.1 Table 2, row 14 (OIML D 11 Table 20)."
|
|
307
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
308
|
+
variables {
|
|
309
|
+
variable severity_ac { type integer source declared description "OIML D 11 severity level 1, AC supply column (D 11 Table 20 — AC mains voltage variation)" }
|
|
310
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
311
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
312
|
+
variable speed_error_high_res { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" }
|
|
313
|
+
variable evidence_files_intact { type boolean source measured description "Evidence files produced for every measurement are not corrupt and the photographic documentation is of the same quality as without the influence factor, if the EUT includes a camera (R 91-2, 6.1 'MPE')" }
|
|
314
|
+
}
|
|
315
|
+
observables {
|
|
316
|
+
observable speed_error_high_res { quantity_kind speed unit "km/h" as "linearity error during the influence factor" }
|
|
317
|
+
}
|
|
318
|
+
design {
|
|
319
|
+
severities {
|
|
320
|
+
severity "14 AC mains voltage variation" {
|
|
321
|
+
criterion I/MPE
|
|
322
|
+
env E2 {
|
|
323
|
+
columns {
|
|
324
|
+
ac {
|
|
325
|
+
level 1
|
|
326
|
+
variable severity_ac
|
|
327
|
+
}
|
|
328
|
+
dc null
|
|
329
|
+
vehicle_dc null
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
env E3 null
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
specimens {
|
|
336
|
+
continuity same_eut
|
|
337
|
+
rules { eut-continuity modification-retest }
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
acceptance_criteria {
|
|
341
|
+
type composite
|
|
342
|
+
pass_if "ocl{within_linearity_limit_during and evidence_integrity}"
|
|
343
|
+
criterion within_linearity_limit_during { target /req/metrological/linearity-limit pass_if "ocl{abs(speed_error_high_res) <= lookupMPE(reference_speed, 'linearity', 1.0)}" criterion I/MPE description "Linearity error limit (R 91-1, 6.5) met during the presence of the influence factor" }
|
|
344
|
+
criterion evidence_integrity { target /req/metrological/linearity-limit pass_if "ocl{evidence_files_intact}" criterion I/MPE description "Evidence files not corrupt; photographic documentation quality maintained (R 91-2, 6.1 'MPE')" }
|
|
345
|
+
}
|
|
346
|
+
report_rows { influence-disturbance-tests ac-mains-voltage-variation }
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
conformance_test /conf/influence/ac-mains-frequency-variation {
|
|
350
|
+
name "AC mains frequency variation"
|
|
351
|
+
purpose "Verify the linearity error limit (R 91-1, 6.5) is met during AC mains frequency variation (R 91-2, 6.1 Table 2 row 15, evaluation I/MPE)."
|
|
352
|
+
method "Vary the AC mains frequency per OIML D 11 (Table 21), severity level 1, under traffic simulation; evaluate errors on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
353
|
+
type Testing
|
|
354
|
+
kind influence
|
|
355
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
356
|
+
targets { /req/metrological/linearity-limit /req/metrological/influence-quantities }
|
|
357
|
+
guidance "R 91-2, 6.1 Table 2, row 15 (OIML D 11 Table 21)."
|
|
358
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
359
|
+
variables {
|
|
360
|
+
variable severity_ac { type integer source declared description "OIML D 11 severity level 1, AC supply column (D 11 Table 21 — AC mains frequency variation)" }
|
|
361
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
362
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
363
|
+
variable speed_error_high_res { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" }
|
|
364
|
+
variable evidence_files_intact { type boolean source measured description "Evidence files produced for every measurement are not corrupt and the photographic documentation is of the same quality as without the influence factor, if the EUT includes a camera (R 91-2, 6.1 'MPE')" }
|
|
365
|
+
}
|
|
366
|
+
observables {
|
|
367
|
+
observable speed_error_high_res { quantity_kind speed unit "km/h" as "linearity error during the influence factor" }
|
|
368
|
+
}
|
|
369
|
+
design {
|
|
370
|
+
severities {
|
|
371
|
+
severity "15 AC mains frequency variation" {
|
|
372
|
+
criterion I/MPE
|
|
373
|
+
env E2 {
|
|
374
|
+
columns {
|
|
375
|
+
ac {
|
|
376
|
+
level 1
|
|
377
|
+
variable severity_ac
|
|
378
|
+
}
|
|
379
|
+
dc null
|
|
380
|
+
vehicle_dc null
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
env E3 null
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
specimens {
|
|
387
|
+
continuity same_eut
|
|
388
|
+
rules { eut-continuity modification-retest }
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
acceptance_criteria {
|
|
392
|
+
type composite
|
|
393
|
+
pass_if "ocl{within_linearity_limit_during and evidence_integrity}"
|
|
394
|
+
criterion within_linearity_limit_during { target /req/metrological/linearity-limit pass_if "ocl{abs(speed_error_high_res) <= lookupMPE(reference_speed, 'linearity', 1.0)}" criterion I/MPE description "Linearity error limit (R 91-1, 6.5) met during the presence of the influence factor" }
|
|
395
|
+
criterion evidence_integrity { target /req/metrological/linearity-limit pass_if "ocl{evidence_files_intact}" criterion I/MPE description "Evidence files not corrupt; photographic documentation quality maintained (R 91-2, 6.1 'MPE')" }
|
|
396
|
+
}
|
|
397
|
+
report_rows { influence-disturbance-tests ac-mains-frequency-variation }
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
conformance_test /conf/influence/internal-battery-low-voltage {
|
|
401
|
+
name "Low voltage of internal battery"
|
|
402
|
+
purpose "Verify the linearity error limit (R 91-1, 6.5) is met at low voltage of the internal battery (R 91-2, 6.1 Table 2 row 28, evaluation I/MPE)."
|
|
403
|
+
method "Run the EUT on its internal battery down to the lowest voltage at which it functions properly per the manufacturer specification (R 91-1, 6.16 Table 1 G), per OIML D 11 (Table 36), severity level 1, under traffic simulation; evaluate errors on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3). For battery-powered speed meters this test shall also be performed during the dry heat (operating) and cold (operating) tests (6.4)."
|
|
404
|
+
type Testing
|
|
405
|
+
kind influence
|
|
406
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
407
|
+
targets { /req/metrological/linearity-limit /req/metrological/influence-quantities }
|
|
408
|
+
guidance "R 91-2, 6.1 Table 2, row 28 (OIML D 11 Table 36)."
|
|
409
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
410
|
+
variables {
|
|
411
|
+
variable severity_dc { type integer source declared description "OIML D 11 severity level 1, DC supply column (D 11 Table 36 — low voltage of internal battery)" }
|
|
412
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
413
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
414
|
+
variable speed_error_high_res { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" }
|
|
415
|
+
variable evidence_files_intact { type boolean source measured description "Evidence files produced for every measurement are not corrupt and the photographic documentation is of the same quality as without the influence factor, if the EUT includes a camera (R 91-2, 6.1 'MPE')" }
|
|
416
|
+
}
|
|
417
|
+
observables {
|
|
418
|
+
observable speed_error_high_res { quantity_kind speed unit "km/h" as "linearity error during the influence factor" }
|
|
419
|
+
}
|
|
420
|
+
design {
|
|
421
|
+
severities {
|
|
422
|
+
severity "28 low voltage of internal battery" {
|
|
423
|
+
criterion I/MPE
|
|
424
|
+
env E2 {
|
|
425
|
+
columns {
|
|
426
|
+
ac null
|
|
427
|
+
dc {
|
|
428
|
+
level 1
|
|
429
|
+
variable severity_dc
|
|
430
|
+
}
|
|
431
|
+
vehicle_dc null
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
env E3 null
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
specimens {
|
|
438
|
+
continuity same_eut
|
|
439
|
+
rules { eut-continuity modification-retest }
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
acceptance_criteria {
|
|
443
|
+
type composite
|
|
444
|
+
pass_if "ocl{within_linearity_limit_during and evidence_integrity}"
|
|
445
|
+
criterion within_linearity_limit_during { target /req/metrological/linearity-limit pass_if "ocl{abs(speed_error_high_res) <= lookupMPE(reference_speed, 'linearity', 1.0)}" criterion I/MPE description "Linearity error limit (R 91-1, 6.5) met during the presence of the influence factor" }
|
|
446
|
+
criterion evidence_integrity { target /req/metrological/linearity-limit pass_if "ocl{evidence_files_intact}" criterion I/MPE description "Evidence files not corrupt; photographic documentation quality maintained (R 91-2, 6.1 'MPE')" }
|
|
447
|
+
}
|
|
448
|
+
report_rows { influence-disturbance-tests internal-battery-low-voltage }
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
conformance_test /conf/influence/road-vehicle-battery-voltage-variations {
|
|
452
|
+
name "Voltage variations of a road vehicle battery"
|
|
453
|
+
purpose "Verify the linearity error limit (R 91-1, 6.5) is met across the road vehicle battery voltage interval (R 91-2, 6.1 Table 2 row 29, evaluation I/MPE)."
|
|
454
|
+
method "Vary the vehicle battery supply per OIML D 11 (Table 37), severity code C (12 V battery, 9-16 V) or F (24 V battery, 16-32 V) per Table 2 footnote f — matching the rated interval of R 91-1, 6.16 Table 1 H — under traffic simulation; evaluate errors on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3). For battery-powered speed meters this test shall also be performed during the dry heat (operating) and cold (operating) tests (6.4)."
|
|
455
|
+
type Testing
|
|
456
|
+
kind influence
|
|
457
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
458
|
+
targets { /req/metrological/linearity-limit /req/metrological/influence-quantities }
|
|
459
|
+
guidance "R 91-2, 6.1 Table 2, row 29 (OIML D 11 Table 37). Footnote f: Code C for 12 V vehicle batteries and code F for 24 V vehicle batteries."
|
|
460
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
461
|
+
variables {
|
|
462
|
+
variable severity_vehicle_dc { type string source declared description "OIML D 11 severity code C (12 V battery) or F (24 V battery), Vehicle DC column (D 11 Table 37 — voltage variations of a road vehicle battery)" }
|
|
463
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
464
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
465
|
+
variable speed_error_high_res { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" }
|
|
466
|
+
variable evidence_files_intact { type boolean source measured description "Evidence files produced for every measurement are not corrupt and the photographic documentation is of the same quality as without the influence factor, if the EUT includes a camera (R 91-2, 6.1 'MPE')" }
|
|
467
|
+
}
|
|
468
|
+
observables {
|
|
469
|
+
observable speed_error_high_res { quantity_kind speed unit "km/h" as "linearity error during the influence factor" }
|
|
470
|
+
}
|
|
471
|
+
design {
|
|
472
|
+
severities {
|
|
473
|
+
severity "29 voltage variations of a road vehicle battery" {
|
|
474
|
+
criterion I/MPE
|
|
475
|
+
footnotes { f }
|
|
476
|
+
env E2 null
|
|
477
|
+
env E3 {
|
|
478
|
+
columns {
|
|
479
|
+
ac null
|
|
480
|
+
dc null
|
|
481
|
+
vehicle_dc {
|
|
482
|
+
code "C (12 V) / F (24 V)"
|
|
483
|
+
variable severity_vehicle_dc
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
specimens {
|
|
490
|
+
continuity same_eut
|
|
491
|
+
rules { eut-continuity modification-retest }
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
acceptance_criteria {
|
|
495
|
+
type composite
|
|
496
|
+
pass_if "ocl{within_linearity_limit_during and evidence_integrity}"
|
|
497
|
+
criterion within_linearity_limit_during { target /req/metrological/linearity-limit pass_if "ocl{abs(speed_error_high_res) <= lookupMPE(reference_speed, 'linearity', 1.0)}" criterion I/MPE description "Linearity error limit (R 91-1, 6.5) met during the presence of the influence factor" }
|
|
498
|
+
criterion evidence_integrity { target /req/metrological/linearity-limit pass_if "ocl{evidence_files_intact}" criterion I/MPE description "Evidence files not corrupt; photographic documentation quality maintained (R 91-2, 6.1 'MPE')" }
|
|
499
|
+
}
|
|
500
|
+
report_rows { influence-disturbance-tests road-vehicle-battery-variations }
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
conformance_class /conf/disturbances {
|
|
504
|
+
title "Disturbance tests (R 91-2, 6.1 Tables 1-2)"
|
|
505
|
+
name "Climatic, mechanical and electromagnetic disturbance tests (D rows)"
|
|
506
|
+
target /req/metrological
|
|
507
|
+
subject "SpeedMeter"
|
|
508
|
+
description "Exposure rows of R 91-2, 6.1 Tables 1-2 whose evaluation criterion is D/NSFa or D/NSFd. NSFa: no significant fault occurred AFTER the disturbance — the EUT shall continue to operate as intended after the test (manual intervention allowed). NSFd: no significant fault occurred DURING the disturbance — the EUT shall continue to operate as intended after the test without manual intervention. Significant fault and reaction per R 91-1, 6.18: the fault (high-resolution speed value) shall not exceed the fault limit value (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters), or the checking facilities shall detect it such that no measurement result is displayed and no evidence file is produced; acceptable significant faults per 6.18.2 are documented in the test report. Shared procedure (R 91-2, 5.4, 6.3, 6.4): the speed linearity test at >= 10 speed values runs before and after each exposure (dependency on /conf/linearities/speed-linearity); during the exposure the repeated simulation of one single speed value suffices; the traffic simulator simulates at least 10 velocity values inside the EUT's measuring interval and the EUT is configured to produce evidence files at all simulated speed values; faults are evaluated on the high-resolution speed values; the EUT is powered with nominal voltage according to the manufacturer's installation conditions; if checking facilities inhibit measurements at the test level, the acceptance criterion shall be met at lower amplitudes where the checking facility does not intervene (additional tests at lower amplitudes might be necessary)."
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
conformance_test /conf/disturbances/dry-heat-storage {
|
|
512
|
+
name "Dry heat (storage)"
|
|
513
|
+
purpose "Verify no significant fault remains after storage at high temperature — the EUT continues to operate as intended after the test, manual intervention allowed (R 91-2, 6.1 Table 1 row 2, evaluation D/NSFa; storage interval per R 91-1, 6.16)."
|
|
514
|
+
method "Expose the non-operating EUT to dry heat (storage) per OIML D 11 (Table 6), severity level 4; after recovery, verify operation on the high-resolution speed values and record any fault. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during exposure checks, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
515
|
+
type Testing
|
|
516
|
+
kind disturbance
|
|
517
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
518
|
+
targets { /req/metrological/disturbances }
|
|
519
|
+
guidance "R 91-2, 6.1 Table 1, row 2 (OIML D 11 Table 6)."
|
|
520
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
521
|
+
variables {
|
|
522
|
+
variable severity_level { type integer source declared description "OIML D 11 severity level 4 (D 11 Table 6 — dry heat, storage)" }
|
|
523
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
524
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
525
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value after the disturbance (R 91-1, 6.18.1)" }
|
|
526
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
527
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
528
|
+
variable manual_intervention { type boolean source declared description "Manual intervention needed to restore intended operation after the disturbance (allowed for NSFa, R 91-2, 6.1) — recorded in the test report" }
|
|
529
|
+
}
|
|
530
|
+
observables {
|
|
531
|
+
observable fault { quantity_kind speed unit "km/h" as "fault after the disturbance (high-resolution value)" }
|
|
532
|
+
}
|
|
533
|
+
design {
|
|
534
|
+
severities {
|
|
535
|
+
severity "2 dry heat (storage)" {
|
|
536
|
+
criterion D/NSFa
|
|
537
|
+
env H1 {
|
|
538
|
+
level 4
|
|
539
|
+
variable severity_level
|
|
540
|
+
}
|
|
541
|
+
env H2 {
|
|
542
|
+
level 4
|
|
543
|
+
variable severity_level
|
|
544
|
+
}
|
|
545
|
+
env H3 {
|
|
546
|
+
level 4
|
|
547
|
+
variable severity_level
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
specimens {
|
|
552
|
+
count 1
|
|
553
|
+
max_additional 1
|
|
554
|
+
continuity same_eut_with_additional
|
|
555
|
+
rules { eut-continuity modification-retest }
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
acceptance_criteria {
|
|
559
|
+
type composite
|
|
560
|
+
pass_if "ocl{no_significant_fault_after}"
|
|
561
|
+
criterion no_significant_fault_after { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFa description "No significant fault after the disturbance; the EUT continues to operate as intended (manual intervention allowed) — R 91-2, 6.1 'NSFa'" }
|
|
562
|
+
}
|
|
563
|
+
report_rows { influence-disturbance-tests dry-heat-storage }
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
conformance_test /conf/disturbances/cold-storage {
|
|
567
|
+
name "Cold (storage)"
|
|
568
|
+
purpose "Verify no significant fault remains after storage at low temperature — the EUT continues to operate as intended after the test, manual intervention allowed (R 91-2, 6.1 Table 1 row 4, evaluation D/NSFa; storage interval per R 91-1, 6.16)."
|
|
569
|
+
method "Expose the non-operating EUT to cold (storage) per OIML D 11 (Table 7), severity level 3; after recovery, verify operation on the high-resolution speed values and record any fault. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during exposure checks, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
570
|
+
type Testing
|
|
571
|
+
kind disturbance
|
|
572
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
573
|
+
targets { /req/metrological/disturbances }
|
|
574
|
+
guidance "R 91-2, 6.1 Table 1, row 4 (OIML D 11 Table 7)."
|
|
575
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
576
|
+
variables {
|
|
577
|
+
variable severity_level { type integer source declared description "OIML D 11 severity level 3 (D 11 Table 7 — cold, storage)" }
|
|
578
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
579
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
580
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value after the disturbance (R 91-1, 6.18.1)" }
|
|
581
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
582
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
583
|
+
variable manual_intervention { type boolean source declared description "Manual intervention needed to restore intended operation after the disturbance (allowed for NSFa, R 91-2, 6.1) — recorded in the test report" }
|
|
584
|
+
}
|
|
585
|
+
observables {
|
|
586
|
+
observable fault { quantity_kind speed unit "km/h" as "fault after the disturbance (high-resolution value)" }
|
|
587
|
+
}
|
|
588
|
+
design {
|
|
589
|
+
severities {
|
|
590
|
+
severity "4 cold (storage)" {
|
|
591
|
+
criterion D/NSFa
|
|
592
|
+
env H1 {
|
|
593
|
+
level 3
|
|
594
|
+
variable severity_level
|
|
595
|
+
}
|
|
596
|
+
env H2 {
|
|
597
|
+
level 3
|
|
598
|
+
variable severity_level
|
|
599
|
+
}
|
|
600
|
+
env H3 {
|
|
601
|
+
level 3
|
|
602
|
+
variable severity_level
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
specimens {
|
|
607
|
+
count 1
|
|
608
|
+
max_additional 1
|
|
609
|
+
continuity same_eut_with_additional
|
|
610
|
+
rules { eut-continuity modification-retest }
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
acceptance_criteria {
|
|
614
|
+
type composite
|
|
615
|
+
pass_if "ocl{no_significant_fault_after}"
|
|
616
|
+
criterion no_significant_fault_after { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFa description "No significant fault after the disturbance; the EUT continues to operate as intended (manual intervention allowed) — R 91-2, 6.1 'NSFa'" }
|
|
617
|
+
}
|
|
618
|
+
report_rows { influence-disturbance-tests cold-storage }
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
conformance_test /conf/disturbances/water {
|
|
622
|
+
name "Water (optional)"
|
|
623
|
+
purpose "Verify no significant fault occurs during water exposure — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 1 row 6, evaluation D/NSFd)."
|
|
624
|
+
method "Expose the operating EUT to water per OIML D 11 (Table 10), severity level 2, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
625
|
+
type Testing
|
|
626
|
+
kind disturbance
|
|
627
|
+
obligation optional
|
|
628
|
+
obligation_note "Optional test (R 91-2, 6.1 Table 1, row 6; R 91-3 form 3.6) — applied when relevant for the declared point of use and installation conditions."
|
|
629
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
630
|
+
targets { /req/metrological/disturbances }
|
|
631
|
+
guidance "R 91-2, 6.1 Table 1, row 6 (OIML D 11 Table 10). Optional test (Table 1) — applied when relevant for the declared point of use and installation conditions."
|
|
632
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
633
|
+
variables {
|
|
634
|
+
variable severity_level { type integer source declared description "OIML D 11 severity level 2 (D 11 Table 10 — water)" }
|
|
635
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
636
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
637
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
638
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
639
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
640
|
+
}
|
|
641
|
+
observables {
|
|
642
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
643
|
+
}
|
|
644
|
+
design {
|
|
645
|
+
severities {
|
|
646
|
+
severity "6 water" {
|
|
647
|
+
criterion D/NSFd
|
|
648
|
+
env H1 {
|
|
649
|
+
level 2
|
|
650
|
+
variable severity_level
|
|
651
|
+
}
|
|
652
|
+
env H2 {
|
|
653
|
+
level 2
|
|
654
|
+
variable severity_level
|
|
655
|
+
}
|
|
656
|
+
env H3 {
|
|
657
|
+
level 2
|
|
658
|
+
variable severity_level
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
specimens {
|
|
663
|
+
count 1
|
|
664
|
+
max_additional 1
|
|
665
|
+
continuity same_eut_with_additional
|
|
666
|
+
rules { eut-continuity modification-retest }
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
acceptance_criteria {
|
|
670
|
+
type composite
|
|
671
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
672
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
673
|
+
}
|
|
674
|
+
report_rows { influence-disturbance-tests water }
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
conformance_test /conf/disturbances/sand-and-dust {
|
|
678
|
+
name "Sand and dust (optional)"
|
|
679
|
+
purpose "Verify no significant fault occurs during sand and dust exposure — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 1 row 8, evaluation D/NSFd)."
|
|
680
|
+
method "Expose the operating EUT to sand and dust per OIML D 11 (Table 13), severity level 1, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
681
|
+
type Testing
|
|
682
|
+
kind disturbance
|
|
683
|
+
obligation optional
|
|
684
|
+
obligation_note "Optional test (R 91-2, 6.1 Table 1, row 8; R 91-3 form 3.7) — applied when relevant for the declared point of use and installation conditions."
|
|
685
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
686
|
+
targets { /req/metrological/disturbances }
|
|
687
|
+
guidance "R 91-2, 6.1 Table 1, row 8 (OIML D 11 Table 13). Optional test (Table 1) — applied when relevant for the declared point of use and installation conditions."
|
|
688
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
689
|
+
variables {
|
|
690
|
+
variable severity_level { type integer source declared description "OIML D 11 severity level 1 (D 11 Table 13 — sand and dust)" }
|
|
691
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
692
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
693
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
694
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
695
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
696
|
+
}
|
|
697
|
+
observables {
|
|
698
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
699
|
+
}
|
|
700
|
+
design {
|
|
701
|
+
severities {
|
|
702
|
+
severity "8 sand and dust" {
|
|
703
|
+
criterion D/NSFd
|
|
704
|
+
env H1 {
|
|
705
|
+
level 1
|
|
706
|
+
variable severity_level
|
|
707
|
+
}
|
|
708
|
+
env H2 {
|
|
709
|
+
level 1
|
|
710
|
+
variable severity_level
|
|
711
|
+
}
|
|
712
|
+
env H3 {
|
|
713
|
+
level 1
|
|
714
|
+
variable severity_level
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
specimens {
|
|
719
|
+
count 1
|
|
720
|
+
max_additional 1
|
|
721
|
+
continuity same_eut_with_additional
|
|
722
|
+
rules { eut-continuity modification-retest }
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
acceptance_criteria {
|
|
726
|
+
type composite
|
|
727
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
728
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
729
|
+
}
|
|
730
|
+
report_rows { influence-disturbance-tests sand-and-dust }
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
conformance_test /conf/disturbances/salt-mist {
|
|
734
|
+
name "Salt mist (optional)"
|
|
735
|
+
purpose "Verify no significant fault occurs during salt mist exposure — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 1 row 9, evaluation D/NSFd)."
|
|
736
|
+
method "Expose the operating EUT to salt mist per OIML D 11 (Table 14), severity level 2, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
737
|
+
type Testing
|
|
738
|
+
kind disturbance
|
|
739
|
+
obligation optional
|
|
740
|
+
obligation_note "Optional test (R 91-2, 6.1 Table 1, row 9; R 91-3 form 3.8) — applied when relevant for the declared point of use and installation conditions."
|
|
741
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
742
|
+
targets { /req/metrological/disturbances }
|
|
743
|
+
guidance "R 91-2, 6.1 Table 1, row 9 (OIML D 11 Table 14). Optional test (Table 1) — applied when relevant for the declared point of use and installation conditions."
|
|
744
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
745
|
+
variables {
|
|
746
|
+
variable severity_level { type integer source declared description "OIML D 11 severity level 2 (D 11 Table 14 — salt mist)" }
|
|
747
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
748
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
749
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
750
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
751
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
752
|
+
}
|
|
753
|
+
observables {
|
|
754
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
755
|
+
}
|
|
756
|
+
design {
|
|
757
|
+
severities {
|
|
758
|
+
severity "9 salt mist" {
|
|
759
|
+
criterion D/NSFd
|
|
760
|
+
env H1 {
|
|
761
|
+
level 2
|
|
762
|
+
variable severity_level
|
|
763
|
+
}
|
|
764
|
+
env H2 {
|
|
765
|
+
level 2
|
|
766
|
+
variable severity_level
|
|
767
|
+
}
|
|
768
|
+
env H3 {
|
|
769
|
+
level 2
|
|
770
|
+
variable severity_level
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
specimens {
|
|
775
|
+
count 1
|
|
776
|
+
max_additional 1
|
|
777
|
+
continuity same_eut_with_additional
|
|
778
|
+
rules { eut-continuity modification-retest }
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
acceptance_criteria {
|
|
782
|
+
type composite
|
|
783
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
784
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
785
|
+
}
|
|
786
|
+
report_rows { influence-disturbance-tests salt-mist }
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
conformance_test /conf/disturbances/mechanical-shock {
|
|
790
|
+
name "Mechanical shock"
|
|
791
|
+
purpose "Verify no significant fault remains after mechanical shock — the EUT continues to operate as intended after the test, manual intervention allowed (R 91-2, 6.1 Table 1 row 11, evaluation D/NSFa)."
|
|
792
|
+
method "Subject the EUT to mechanical shock per OIML D 11 (Table 17) at the severity level of its declared mechanical class (M2: level 1; M3: level 2); after the exposure, verify operation on the high-resolution speed values and record any fault. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during exposure checks, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
793
|
+
type Testing
|
|
794
|
+
kind disturbance
|
|
795
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
796
|
+
targets { /req/metrological/disturbances }
|
|
797
|
+
guidance "R 91-2, 6.1 Table 1, row 11 (OIML D 11 Table 17)."
|
|
798
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
799
|
+
variables {
|
|
800
|
+
variable severity_m2 { type integer source declared description "OIML D 11 severity level 1 for mechanical class M2 (D 11 Table 17 — mechanical shock)" }
|
|
801
|
+
variable severity_m3 { type integer source declared description "OIML D 11 severity level 2 for mechanical class M3 (D 11 Table 17 — mechanical shock)" }
|
|
802
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
803
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
804
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value after the disturbance (R 91-1, 6.18.1)" }
|
|
805
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
806
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
807
|
+
variable manual_intervention { type boolean source declared description "Manual intervention needed to restore intended operation after the disturbance (allowed for NSFa, R 91-2, 6.1) — recorded in the test report" }
|
|
808
|
+
}
|
|
809
|
+
observables {
|
|
810
|
+
observable fault { quantity_kind speed unit "km/h" as "fault after the disturbance (high-resolution value)" }
|
|
811
|
+
}
|
|
812
|
+
design {
|
|
813
|
+
severities {
|
|
814
|
+
severity "11 mechanical shock" {
|
|
815
|
+
criterion D/NSFa
|
|
816
|
+
env M2 {
|
|
817
|
+
level 1
|
|
818
|
+
variable severity_m2
|
|
819
|
+
}
|
|
820
|
+
env M3 {
|
|
821
|
+
level 2
|
|
822
|
+
variable severity_m3
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
specimens {
|
|
827
|
+
count 1
|
|
828
|
+
max_additional 1
|
|
829
|
+
continuity same_eut_with_additional
|
|
830
|
+
rules { eut-continuity modification-retest }
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
acceptance_criteria {
|
|
834
|
+
type composite
|
|
835
|
+
pass_if "ocl{no_significant_fault_after}"
|
|
836
|
+
criterion no_significant_fault_after { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFa description "No significant fault after the disturbance; the EUT continues to operate as intended (manual intervention allowed) — R 91-2, 6.1 'NSFa'" }
|
|
837
|
+
}
|
|
838
|
+
report_rows { influence-disturbance-tests mechanical-shock }
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
conformance_test /conf/disturbances/ripple-on-dc-mains {
|
|
842
|
+
name "Ripple on DC mains power"
|
|
843
|
+
purpose "Verify no significant fault occurs during ripple on the DC mains power — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 13, evaluation D/NSFd)."
|
|
844
|
+
method "Superimpose ripple on the DC mains supply per OIML D 11 (Table 19), severity level 2, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
845
|
+
type Testing
|
|
846
|
+
kind disturbance
|
|
847
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
848
|
+
targets { /req/metrological/disturbances }
|
|
849
|
+
guidance "R 91-2, 6.1 Table 2, row 13 (OIML D 11 Table 19)."
|
|
850
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
851
|
+
variables {
|
|
852
|
+
variable severity_dc { type integer source declared description "OIML D 11 severity level 2, DC supply column (D 11 Table 19 — ripple on DC mains power)" }
|
|
853
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
854
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
855
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
856
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
857
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
858
|
+
}
|
|
859
|
+
observables {
|
|
860
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
861
|
+
}
|
|
862
|
+
design {
|
|
863
|
+
severities {
|
|
864
|
+
severity "13 ripple on DC mains power" {
|
|
865
|
+
criterion D/NSFd
|
|
866
|
+
env E2 {
|
|
867
|
+
columns {
|
|
868
|
+
ac null
|
|
869
|
+
dc {
|
|
870
|
+
level 2
|
|
871
|
+
variable severity_dc
|
|
872
|
+
}
|
|
873
|
+
vehicle_dc null
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
env E3 null
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
specimens {
|
|
880
|
+
count 1
|
|
881
|
+
max_additional 1
|
|
882
|
+
continuity same_eut_with_additional
|
|
883
|
+
rules { eut-continuity modification-retest }
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
acceptance_criteria {
|
|
887
|
+
type composite
|
|
888
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
889
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
890
|
+
}
|
|
891
|
+
report_rows { influence-disturbance-tests ripple-on-dc-mains }
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
conformance_test /conf/disturbances/dc-mains-voltage-dips {
|
|
895
|
+
name "DC mains voltage dips, short interruptions and (short term) voltage variations"
|
|
896
|
+
purpose "Verify no significant fault occurs during DC mains voltage dips, short interruptions and short-term voltage variations — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 16, evaluation D/NSFd)."
|
|
897
|
+
method "Apply DC mains voltage dips, short interruptions and short-term variations per OIML D 11 (Table 22), severity level 1, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
898
|
+
type Testing
|
|
899
|
+
kind disturbance
|
|
900
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
901
|
+
targets { /req/metrological/disturbances }
|
|
902
|
+
guidance "R 91-2, 6.1 Table 2, row 16 (OIML D 11 Table 22). Footnote b: For speed meters connected to a dedicated DC power source, which is not used for other equipment in the installation this test is not applicable."
|
|
903
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
904
|
+
variables {
|
|
905
|
+
variable severity_dc { type integer source declared description "OIML D 11 severity level 1, DC supply column (D 11 Table 22 — DC mains voltage dips, short interruptions and variations)" }
|
|
906
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
907
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
908
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
909
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
910
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
911
|
+
}
|
|
912
|
+
observables {
|
|
913
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
914
|
+
}
|
|
915
|
+
design {
|
|
916
|
+
severities {
|
|
917
|
+
severity "16 DC mains voltage dips, short interruptions and variations" {
|
|
918
|
+
criterion D/NSFd
|
|
919
|
+
footnotes { b }
|
|
920
|
+
env E2 {
|
|
921
|
+
columns {
|
|
922
|
+
ac null
|
|
923
|
+
dc {
|
|
924
|
+
level 1
|
|
925
|
+
variable severity_dc
|
|
926
|
+
}
|
|
927
|
+
vehicle_dc null
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
env E3 null
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
specimens {
|
|
934
|
+
count 1
|
|
935
|
+
max_additional 1
|
|
936
|
+
continuity same_eut_with_additional
|
|
937
|
+
rules { eut-continuity modification-retest }
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
acceptance_criteria {
|
|
941
|
+
type composite
|
|
942
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
943
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
944
|
+
}
|
|
945
|
+
report_rows { influence-disturbance-tests dc-mains-voltage-dips }
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
conformance_test /conf/disturbances/ac-mains-voltage-dips {
|
|
949
|
+
name "AC mains voltage dips, short interruptions and reductions"
|
|
950
|
+
purpose "Verify no significant fault occurs during AC mains voltage dips, short interruptions and reductions — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 17, evaluation D/NSFd)."
|
|
951
|
+
method "Apply AC mains voltage dips, short interruptions and reductions per OIML D 11 (Table 23), severity level 2, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
952
|
+
type Testing
|
|
953
|
+
kind disturbance
|
|
954
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
955
|
+
targets { /req/metrological/disturbances }
|
|
956
|
+
guidance "R 91-2, 6.1 Table 2, row 17 (OIML D 11 Table 23)."
|
|
957
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
958
|
+
variables {
|
|
959
|
+
variable severity_ac { type integer source declared description "OIML D 11 severity level 2, AC supply column (D 11 Table 23 — AC mains voltage dips, short interruptions and reductions)" }
|
|
960
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
961
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
962
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
963
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
964
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
965
|
+
}
|
|
966
|
+
observables {
|
|
967
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
968
|
+
}
|
|
969
|
+
design {
|
|
970
|
+
severities {
|
|
971
|
+
severity "17 AC mains voltage dips, short interruptions and reductions" {
|
|
972
|
+
criterion D/NSFd
|
|
973
|
+
env E2 {
|
|
974
|
+
columns {
|
|
975
|
+
ac {
|
|
976
|
+
level 2
|
|
977
|
+
variable severity_ac
|
|
978
|
+
}
|
|
979
|
+
dc null
|
|
980
|
+
vehicle_dc null
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
env E3 null
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
specimens {
|
|
987
|
+
count 1
|
|
988
|
+
max_additional 1
|
|
989
|
+
continuity same_eut_with_additional
|
|
990
|
+
rules { eut-continuity modification-retest }
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
acceptance_criteria {
|
|
994
|
+
type composite
|
|
995
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
996
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
997
|
+
}
|
|
998
|
+
report_rows { influence-disturbance-tests ac-mains-voltage-dips }
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
conformance_test /conf/disturbances/ac-mains-frequency-harmonics {
|
|
1002
|
+
name "AC mains frequency harmonics"
|
|
1003
|
+
purpose "Verify no significant fault occurs during AC mains frequency harmonics — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 18, evaluation D/NSFd)."
|
|
1004
|
+
method "Apply AC mains frequency harmonics per OIML D 11 (Table 24), severity level 3, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
1005
|
+
type Testing
|
|
1006
|
+
kind disturbance
|
|
1007
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
1008
|
+
targets { /req/metrological/disturbances }
|
|
1009
|
+
guidance "R 91-2, 6.1 Table 2, row 18 (OIML D 11 Table 24)."
|
|
1010
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
1011
|
+
variables {
|
|
1012
|
+
variable severity_ac { type integer source declared description "OIML D 11 severity level 3, AC supply column (D 11 Table 24 — AC mains frequency harmonics)" }
|
|
1013
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
1014
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
1015
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
1016
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
1017
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
1018
|
+
}
|
|
1019
|
+
observables {
|
|
1020
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
1021
|
+
}
|
|
1022
|
+
design {
|
|
1023
|
+
severities {
|
|
1024
|
+
severity "18 AC mains frequency harmonics" {
|
|
1025
|
+
criterion D/NSFd
|
|
1026
|
+
env E2 {
|
|
1027
|
+
columns {
|
|
1028
|
+
ac {
|
|
1029
|
+
level 3
|
|
1030
|
+
variable severity_ac
|
|
1031
|
+
}
|
|
1032
|
+
dc null
|
|
1033
|
+
vehicle_dc null
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
env E3 null
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
specimens {
|
|
1040
|
+
count 1
|
|
1041
|
+
max_additional 1
|
|
1042
|
+
continuity same_eut_with_additional
|
|
1043
|
+
rules { eut-continuity modification-retest }
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
1046
|
+
acceptance_criteria {
|
|
1047
|
+
type composite
|
|
1048
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
1049
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
1050
|
+
}
|
|
1051
|
+
report_rows { influence-disturbance-tests ac-mains-frequency-harmonics }
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
conformance_test /conf/disturbances/vlf-lf-disturbances-ac-mains {
|
|
1055
|
+
name "VLF and LF disturbances on AC mains"
|
|
1056
|
+
purpose "Verify no significant fault occurs during VLF and LF disturbances on the AC mains — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 19, evaluation D/NSFd)."
|
|
1057
|
+
method "Apply VLF and LF disturbances on the AC mains per OIML D 11 (Table 25), severity level 2, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
1058
|
+
type Testing
|
|
1059
|
+
kind disturbance
|
|
1060
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
1061
|
+
targets { /req/metrological/disturbances }
|
|
1062
|
+
guidance "R 91-2, 6.1 Table 2, row 19 (OIML D 11 Table 25)."
|
|
1063
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
1064
|
+
variables {
|
|
1065
|
+
variable severity_ac { type integer source declared description "OIML D 11 severity level 2, AC supply column (D 11 Table 25 — VLF and LF disturbances on AC mains)" }
|
|
1066
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
1067
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
1068
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
1069
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
1070
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
1071
|
+
}
|
|
1072
|
+
observables {
|
|
1073
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
1074
|
+
}
|
|
1075
|
+
design {
|
|
1076
|
+
severities {
|
|
1077
|
+
severity "19 VLF and LF disturbances on AC mains" {
|
|
1078
|
+
criterion D/NSFd
|
|
1079
|
+
env E2 {
|
|
1080
|
+
columns {
|
|
1081
|
+
ac {
|
|
1082
|
+
level 2
|
|
1083
|
+
variable severity_ac
|
|
1084
|
+
}
|
|
1085
|
+
dc null
|
|
1086
|
+
vehicle_dc null
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
env E3 null
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
specimens {
|
|
1093
|
+
count 1
|
|
1094
|
+
max_additional 1
|
|
1095
|
+
continuity same_eut_with_additional
|
|
1096
|
+
rules { eut-continuity modification-retest }
|
|
1097
|
+
}
|
|
1098
|
+
}
|
|
1099
|
+
acceptance_criteria {
|
|
1100
|
+
type composite
|
|
1101
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
1102
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
1103
|
+
}
|
|
1104
|
+
report_rows { influence-disturbance-tests vlf-lf-disturbances }
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
conformance_test /conf/disturbances/bursts-ac-dc-mains {
|
|
1108
|
+
name "Bursts (transients) on AC and DC mains"
|
|
1109
|
+
purpose "Verify no significant fault occurs during bursts (electrical fast transients) on AC and DC mains — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 20, evaluation D/NSFd)."
|
|
1110
|
+
method "Apply bursts (transients) on the AC and DC mains per OIML D 11 (Table 26), severity level 3, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
1111
|
+
type Testing
|
|
1112
|
+
kind disturbance
|
|
1113
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
1114
|
+
targets { /req/metrological/disturbances }
|
|
1115
|
+
guidance "R 91-2, 6.1 Table 2, row 20 (OIML D 11 Table 26). Footnote c: When the manufacturer provides a dedicated AC/DC power source, the instrument must be tested as AC powered instrument. However, if the distance between such power source and the instrument is greater than 3 m (for burst) or 10 m (for surge) then the disturbance has to be applied in the DC input of the instrument. Footnote d: Applicable only when the typical distance between the DC power source and the instrument is greater than 3 m (for burst) or 10 m (for surge)."
|
|
1116
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
1117
|
+
variables {
|
|
1118
|
+
variable severity_ac { type integer source declared description "OIML D 11 severity level 3, AC supply column (D 11 Table 26 — bursts on AC and DC mains)" }
|
|
1119
|
+
variable severity_dc { type integer source declared description "OIML D 11 severity level 3, DC supply column (D 11 Table 26 — bursts on AC and DC mains; footnotes c, d)" }
|
|
1120
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
1121
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
1122
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
1123
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
1124
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
1125
|
+
}
|
|
1126
|
+
observables {
|
|
1127
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
1128
|
+
}
|
|
1129
|
+
design {
|
|
1130
|
+
severities {
|
|
1131
|
+
severity "20 bursts on AC and DC mains" {
|
|
1132
|
+
criterion D/NSFd
|
|
1133
|
+
footnotes { c d }
|
|
1134
|
+
env E2 {
|
|
1135
|
+
columns {
|
|
1136
|
+
ac {
|
|
1137
|
+
level 3
|
|
1138
|
+
variable severity_ac
|
|
1139
|
+
}
|
|
1140
|
+
dc {
|
|
1141
|
+
level 3
|
|
1142
|
+
variable severity_dc
|
|
1143
|
+
}
|
|
1144
|
+
vehicle_dc null
|
|
1145
|
+
}
|
|
1146
|
+
}
|
|
1147
|
+
env E3 null
|
|
1148
|
+
}
|
|
1149
|
+
}
|
|
1150
|
+
specimens {
|
|
1151
|
+
count 1
|
|
1152
|
+
max_additional 1
|
|
1153
|
+
continuity same_eut_with_additional
|
|
1154
|
+
rules { eut-continuity modification-retest }
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
acceptance_criteria {
|
|
1158
|
+
type composite
|
|
1159
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
1160
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
1161
|
+
}
|
|
1162
|
+
report_rows { influence-disturbance-tests bursts-ac-dc-mains }
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
conformance_test /conf/disturbances/surges-ac-dc-mains {
|
|
1166
|
+
name "Surges on AC and DC mains power lines"
|
|
1167
|
+
purpose "Verify no significant fault occurs during surges on AC and DC mains power lines — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 21, evaluation D/NSFd)."
|
|
1168
|
+
method "Apply surges on the AC and DC mains power lines per OIML D 11 (Table 27), severity level 3, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
1169
|
+
type Testing
|
|
1170
|
+
kind disturbance
|
|
1171
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
1172
|
+
targets { /req/metrological/disturbances }
|
|
1173
|
+
guidance "R 91-2, 6.1 Table 2, row 21 (OIML D 11 Table 27). Footnote c: When the manufacturer provides a dedicated AC/DC power source, the instrument must be tested as AC powered instrument. However, if the distance between such power source and the instrument is greater than 3 m (for burst) or 10 m (for surge) then the disturbance has to be applied in the DC input of the instrument. Footnote d: Applicable only when the typical distance between the DC power source and the instrument is greater than 3 m (for burst) or 10 m (for surge)."
|
|
1174
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
1175
|
+
variables {
|
|
1176
|
+
variable severity_ac { type integer source declared description "OIML D 11 severity level 3, AC supply column (D 11 Table 27 — surges on AC and DC mains)" }
|
|
1177
|
+
variable severity_dc { type integer source declared description "OIML D 11 severity level 3, DC supply column (D 11 Table 27 — surges on AC and DC mains; footnotes c, d)" }
|
|
1178
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
1179
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
1180
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
1181
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
1182
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
1183
|
+
}
|
|
1184
|
+
observables {
|
|
1185
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
1186
|
+
}
|
|
1187
|
+
design {
|
|
1188
|
+
severities {
|
|
1189
|
+
severity "21 surges on AC and DC mains" {
|
|
1190
|
+
criterion D/NSFd
|
|
1191
|
+
footnotes { c d }
|
|
1192
|
+
env E2 {
|
|
1193
|
+
columns {
|
|
1194
|
+
ac {
|
|
1195
|
+
level 3
|
|
1196
|
+
variable severity_ac
|
|
1197
|
+
}
|
|
1198
|
+
dc {
|
|
1199
|
+
level 3
|
|
1200
|
+
variable severity_dc
|
|
1201
|
+
}
|
|
1202
|
+
vehicle_dc null
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
env E3 null
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
specimens {
|
|
1209
|
+
count 1
|
|
1210
|
+
max_additional 1
|
|
1211
|
+
continuity same_eut_with_additional
|
|
1212
|
+
rules { eut-continuity modification-retest }
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
acceptance_criteria {
|
|
1216
|
+
type composite
|
|
1217
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
1218
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
1219
|
+
}
|
|
1220
|
+
report_rows { influence-disturbance-tests surges-ac-dc-mains }
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
conformance_test /conf/disturbances/bursts-signal-lines {
|
|
1224
|
+
name "Bursts (transients) on signal, data and control lines"
|
|
1225
|
+
purpose "Verify no significant fault occurs during bursts (transients) on signal, data and control lines — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 22, evaluation D/NSFd)."
|
|
1226
|
+
method "Apply bursts (transients) on signal, data and control lines per OIML D 11 (Table 28), severity level 3, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
1227
|
+
type Testing
|
|
1228
|
+
kind disturbance
|
|
1229
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
1230
|
+
targets { /req/metrological/disturbances }
|
|
1231
|
+
guidance "R 91-2, 6.1 Table 2, row 22 (OIML D 11 Table 28). Footnote e: For fixed speed meters installed outdoors, where the cables between the components of the speed meters (cameras, indicating display, illuminator, etc.) are running outdoors these tests have to be applied in such cables only when the distance between the components is greater than 3 m (for burst) or 10 m (for surges)."
|
|
1232
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
1233
|
+
variables {
|
|
1234
|
+
variable severity_ac { type integer source declared description "OIML D 11 severity level 3, AC supply column (D 11 Table 28 — bursts on signal, data and control lines; footnote e)" }
|
|
1235
|
+
variable severity_dc { type integer source declared description "OIML D 11 severity level 3, DC supply column (D 11 Table 28 — bursts on signal, data and control lines; footnote e)" }
|
|
1236
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
1237
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
1238
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
1239
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
1240
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
1241
|
+
}
|
|
1242
|
+
observables {
|
|
1243
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
1244
|
+
}
|
|
1245
|
+
design {
|
|
1246
|
+
severities {
|
|
1247
|
+
severity "22 bursts on signal, data and control lines" {
|
|
1248
|
+
criterion D/NSFd
|
|
1249
|
+
footnotes { e }
|
|
1250
|
+
env E2 {
|
|
1251
|
+
columns {
|
|
1252
|
+
ac {
|
|
1253
|
+
level 3
|
|
1254
|
+
variable severity_ac
|
|
1255
|
+
}
|
|
1256
|
+
dc {
|
|
1257
|
+
level 3
|
|
1258
|
+
variable severity_dc
|
|
1259
|
+
}
|
|
1260
|
+
vehicle_dc null
|
|
1261
|
+
}
|
|
1262
|
+
}
|
|
1263
|
+
env E3 null
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1266
|
+
specimens {
|
|
1267
|
+
count 1
|
|
1268
|
+
max_additional 1
|
|
1269
|
+
continuity same_eut_with_additional
|
|
1270
|
+
rules { eut-continuity modification-retest }
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
acceptance_criteria {
|
|
1274
|
+
type composite
|
|
1275
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
1276
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
1277
|
+
}
|
|
1278
|
+
report_rows { influence-disturbance-tests bursts-signal-lines }
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
conformance_test /conf/disturbances/surges-signal-lines {
|
|
1282
|
+
name "Surges on signal, data and control lines"
|
|
1283
|
+
purpose "Verify no significant fault occurs during surges on signal, data and control lines — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 23, evaluation D/NSFd)."
|
|
1284
|
+
method "Apply surges on signal, data and control lines per OIML D 11 (Table 29), severity level 3, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
1285
|
+
type Testing
|
|
1286
|
+
kind disturbance
|
|
1287
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
1288
|
+
targets { /req/metrological/disturbances }
|
|
1289
|
+
guidance "R 91-2, 6.1 Table 2, row 23 (OIML D 11 Table 29). Footnote e: For fixed speed meters installed outdoors, where the cables between the components of the speed meters (cameras, indicating display, illuminator, etc.) are running outdoors these tests have to be applied in such cables only when the distance between the components is greater than 3 m (for burst) or 10 m (for surges)."
|
|
1290
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
1291
|
+
variables {
|
|
1292
|
+
variable severity_ac { type integer source declared description "OIML D 11 severity level 3, AC supply column (D 11 Table 29 — surges on signal, data and control lines; footnote e)" }
|
|
1293
|
+
variable severity_dc { type integer source declared description "OIML D 11 severity level 3, DC supply column (D 11 Table 29 — surges on signal, data and control lines; footnote e)" }
|
|
1294
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
1295
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
1296
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
1297
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
1298
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
1299
|
+
}
|
|
1300
|
+
observables {
|
|
1301
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
1302
|
+
}
|
|
1303
|
+
design {
|
|
1304
|
+
severities {
|
|
1305
|
+
severity "23 surges on signal, data and control lines" {
|
|
1306
|
+
criterion D/NSFd
|
|
1307
|
+
footnotes { e }
|
|
1308
|
+
env E2 {
|
|
1309
|
+
columns {
|
|
1310
|
+
ac {
|
|
1311
|
+
level 3
|
|
1312
|
+
variable severity_ac
|
|
1313
|
+
}
|
|
1314
|
+
dc {
|
|
1315
|
+
level 3
|
|
1316
|
+
variable severity_dc
|
|
1317
|
+
}
|
|
1318
|
+
vehicle_dc null
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
env E3 null
|
|
1322
|
+
}
|
|
1323
|
+
}
|
|
1324
|
+
specimens {
|
|
1325
|
+
count 1
|
|
1326
|
+
max_additional 1
|
|
1327
|
+
continuity same_eut_with_additional
|
|
1328
|
+
rules { eut-continuity modification-retest }
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1331
|
+
acceptance_criteria {
|
|
1332
|
+
type composite
|
|
1333
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
1334
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
1335
|
+
}
|
|
1336
|
+
report_rows { influence-disturbance-tests surges-signal-lines }
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
conformance_test /conf/disturbances/ac-mains-power-frequency-magnetic-field {
|
|
1340
|
+
name "AC mains power frequency magnetic field"
|
|
1341
|
+
purpose "Verify no significant fault occurs during exposure to the AC mains power frequency magnetic field — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 24, evaluation D/NSFd)."
|
|
1342
|
+
method "Expose the operating EUT to the power frequency magnetic field per OIML D 11 (Table 30), severity level 5, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
1343
|
+
type Testing
|
|
1344
|
+
kind disturbance
|
|
1345
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
1346
|
+
targets { /req/metrological/disturbances }
|
|
1347
|
+
guidance "R 91-2, 6.1 Table 2, row 24 (OIML D 11 Table 30)."
|
|
1348
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
1349
|
+
variables {
|
|
1350
|
+
variable severity_ac { type integer source declared description "OIML D 11 severity level 5, AC supply column (D 11 Table 30 — AC mains power frequency magnetic field)" }
|
|
1351
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
1352
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
1353
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
1354
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
1355
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
1356
|
+
}
|
|
1357
|
+
observables {
|
|
1358
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
1359
|
+
}
|
|
1360
|
+
design {
|
|
1361
|
+
severities {
|
|
1362
|
+
severity "24 AC mains power frequency magnetic field" {
|
|
1363
|
+
criterion D/NSFd
|
|
1364
|
+
env E2 {
|
|
1365
|
+
columns {
|
|
1366
|
+
ac {
|
|
1367
|
+
level 5
|
|
1368
|
+
variable severity_ac
|
|
1369
|
+
}
|
|
1370
|
+
dc null
|
|
1371
|
+
vehicle_dc null
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
env E3 null
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
specimens {
|
|
1378
|
+
count 1
|
|
1379
|
+
max_additional 1
|
|
1380
|
+
continuity same_eut_with_additional
|
|
1381
|
+
rules { eut-continuity modification-retest }
|
|
1382
|
+
}
|
|
1383
|
+
}
|
|
1384
|
+
acceptance_criteria {
|
|
1385
|
+
type composite
|
|
1386
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
1387
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
1388
|
+
}
|
|
1389
|
+
report_rows { influence-disturbance-tests ac-mains-magnetic-field }
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
conformance_test /conf/disturbances/conducted-rf-common-mode-currents {
|
|
1393
|
+
name "Conducted (common mode) currents generated by RF electromagnetic fields"
|
|
1394
|
+
purpose "Verify no significant fault occurs during conducted common-mode currents generated by RF electromagnetic fields — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 25, evaluation D/NSFd)."
|
|
1395
|
+
method "Inject conducted common-mode RF currents per OIML D 11 (Table 31), severity RF amplitude 20 V, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
1396
|
+
type Testing
|
|
1397
|
+
kind disturbance
|
|
1398
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
1399
|
+
targets { /req/metrological/disturbances }
|
|
1400
|
+
guidance "R 91-2, 6.1 Table 2, row 25 (OIML D 11 Table 31)."
|
|
1401
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
1402
|
+
variables {
|
|
1403
|
+
variable severity_ac { type number unit "V" source declared description "RF amplitude 20 V, AC supply column (D 11 Table 31 — conducted common-mode currents generated by RF electromagnetic fields)" }
|
|
1404
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
1405
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
1406
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
1407
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
1408
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
1409
|
+
}
|
|
1410
|
+
observables {
|
|
1411
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
1412
|
+
}
|
|
1413
|
+
design {
|
|
1414
|
+
severities {
|
|
1415
|
+
severity "25 conducted common-mode currents (RF)" {
|
|
1416
|
+
criterion D/NSFd
|
|
1417
|
+
env E2 {
|
|
1418
|
+
columns {
|
|
1419
|
+
ac {
|
|
1420
|
+
amplitude 20
|
|
1421
|
+
unit "V"
|
|
1422
|
+
variable severity_ac
|
|
1423
|
+
}
|
|
1424
|
+
dc null
|
|
1425
|
+
vehicle_dc null
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
env E3 null
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
specimens {
|
|
1432
|
+
count 1
|
|
1433
|
+
max_additional 1
|
|
1434
|
+
continuity same_eut_with_additional
|
|
1435
|
+
rules { eut-continuity modification-retest }
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
acceptance_criteria {
|
|
1439
|
+
type composite
|
|
1440
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
1441
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
1442
|
+
}
|
|
1443
|
+
report_rows { influence-disturbance-tests conducted-common-mode-currents }
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
conformance_test /conf/disturbances/rf-electromagnetic-fields {
|
|
1447
|
+
name "RF electromagnetic fields"
|
|
1448
|
+
purpose "Verify no significant fault occurs during exposure to radiated RF electromagnetic fields — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 26, evaluation D/NSFd)."
|
|
1449
|
+
method "Expose the operating EUT to radiated RF electromagnetic fields per OIML D 11 (Tables 32-34), severity RF amplitude 20 V/m for every supply class, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
1450
|
+
type Testing
|
|
1451
|
+
kind disturbance
|
|
1452
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
1453
|
+
targets { /req/metrological/disturbances }
|
|
1454
|
+
guidance "R 91-2, 6.1 Table 2, row 26 (OIML D 11 Tables 32-34)."
|
|
1455
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
1456
|
+
variables {
|
|
1457
|
+
variable severity_level { type number unit "V/m" source declared description "RF amplitude 20 V/m for all supply columns AC/DC/Vehicle DC (D 11 Tables 32-34 — RF electromagnetic fields)" }
|
|
1458
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
1459
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
1460
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
1461
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
1462
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
1463
|
+
}
|
|
1464
|
+
observables {
|
|
1465
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
1466
|
+
}
|
|
1467
|
+
design {
|
|
1468
|
+
severities {
|
|
1469
|
+
severity "26 RF electromagnetic fields" {
|
|
1470
|
+
criterion D/NSFd
|
|
1471
|
+
env E2 {
|
|
1472
|
+
columns {
|
|
1473
|
+
ac {
|
|
1474
|
+
amplitude 20
|
|
1475
|
+
unit "V/m"
|
|
1476
|
+
variable severity_level
|
|
1477
|
+
}
|
|
1478
|
+
dc {
|
|
1479
|
+
amplitude 20
|
|
1480
|
+
unit "V/m"
|
|
1481
|
+
variable severity_level
|
|
1482
|
+
}
|
|
1483
|
+
vehicle_dc null
|
|
1484
|
+
}
|
|
1485
|
+
}
|
|
1486
|
+
env E3 {
|
|
1487
|
+
columns {
|
|
1488
|
+
ac null
|
|
1489
|
+
dc null
|
|
1490
|
+
vehicle_dc {
|
|
1491
|
+
amplitude 20
|
|
1492
|
+
unit "V/m"
|
|
1493
|
+
variable severity_level
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
specimens {
|
|
1500
|
+
count 1
|
|
1501
|
+
max_additional 1
|
|
1502
|
+
continuity same_eut_with_additional
|
|
1503
|
+
rules { eut-continuity modification-retest }
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
acceptance_criteria {
|
|
1507
|
+
type composite
|
|
1508
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
1509
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
1510
|
+
}
|
|
1511
|
+
report_rows { influence-disturbance-tests rf-electromagnetic-fields }
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
conformance_test /conf/disturbances/electrostatic-discharges {
|
|
1515
|
+
name "Electrostatic discharges"
|
|
1516
|
+
purpose "Verify no significant fault occurs during electrostatic discharges — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 27, evaluation D/NSFd)."
|
|
1517
|
+
method "Apply electrostatic discharges per OIML D 11 (Table 35), severity level 3 for every supply class, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
1518
|
+
type Testing
|
|
1519
|
+
kind disturbance
|
|
1520
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
1521
|
+
targets { /req/metrological/disturbances }
|
|
1522
|
+
guidance "R 91-2, 6.1 Table 2, row 27 (OIML D 11 Table 35)."
|
|
1523
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
1524
|
+
variables {
|
|
1525
|
+
variable severity_level { type integer source declared description "OIML D 11 severity level 3 for all supply columns AC/DC/Vehicle DC (D 11 Table 35 — electrostatic discharges)" }
|
|
1526
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
1527
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
1528
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
1529
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
1530
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
1531
|
+
}
|
|
1532
|
+
observables {
|
|
1533
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
1534
|
+
}
|
|
1535
|
+
design {
|
|
1536
|
+
severities {
|
|
1537
|
+
severity "27 electrostatic discharges" {
|
|
1538
|
+
criterion D/NSFd
|
|
1539
|
+
env E2 {
|
|
1540
|
+
columns {
|
|
1541
|
+
ac {
|
|
1542
|
+
level 3
|
|
1543
|
+
variable severity_level
|
|
1544
|
+
}
|
|
1545
|
+
dc {
|
|
1546
|
+
level 3
|
|
1547
|
+
variable severity_level
|
|
1548
|
+
}
|
|
1549
|
+
vehicle_dc null
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
env E3 {
|
|
1553
|
+
columns {
|
|
1554
|
+
ac null
|
|
1555
|
+
dc null
|
|
1556
|
+
vehicle_dc {
|
|
1557
|
+
level 3
|
|
1558
|
+
variable severity_level
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1562
|
+
}
|
|
1563
|
+
}
|
|
1564
|
+
specimens {
|
|
1565
|
+
count 1
|
|
1566
|
+
max_additional 1
|
|
1567
|
+
continuity same_eut_with_additional
|
|
1568
|
+
rules { eut-continuity modification-retest }
|
|
1569
|
+
}
|
|
1570
|
+
}
|
|
1571
|
+
acceptance_criteria {
|
|
1572
|
+
type composite
|
|
1573
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
1574
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
1575
|
+
}
|
|
1576
|
+
report_rows { influence-disturbance-tests electrostatic-discharges }
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
conformance_test /conf/disturbances/transient-conduction-supply-lines {
|
|
1580
|
+
name "Electrical transient conduction along supply lines of external 12 V and 24 V batteries"
|
|
1581
|
+
purpose "Verify no significant fault occurs during electrical transient conduction along the supply lines of external 12 V and 24 V batteries — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 30, evaluation D/NSFd)."
|
|
1582
|
+
method "Apply the test pulses along the battery supply lines per OIML D 11 (Table 38), severity class IV, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
1583
|
+
type Testing
|
|
1584
|
+
kind disturbance
|
|
1585
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
1586
|
+
targets { /req/metrological/disturbances }
|
|
1587
|
+
guidance "R 91-2, 6.1 Table 2, row 30 (OIML D 11 Table 38)."
|
|
1588
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
1589
|
+
variables {
|
|
1590
|
+
variable severity_vehicle_dc { type string source declared description "OIML D 11 severity class IV, Vehicle DC column (D 11 Table 38 — electrical transient conduction along supply lines of external 12 V and 24 V batteries)" }
|
|
1591
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
1592
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
1593
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
1594
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
1595
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
1596
|
+
}
|
|
1597
|
+
observables {
|
|
1598
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
1599
|
+
}
|
|
1600
|
+
design {
|
|
1601
|
+
severities {
|
|
1602
|
+
severity "30 electrical transient conduction along supply lines" {
|
|
1603
|
+
criterion D/NSFd
|
|
1604
|
+
env E2 null
|
|
1605
|
+
env E3 {
|
|
1606
|
+
columns {
|
|
1607
|
+
ac null
|
|
1608
|
+
dc null
|
|
1609
|
+
vehicle_dc {
|
|
1610
|
+
code "IV"
|
|
1611
|
+
variable severity_vehicle_dc
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
}
|
|
1615
|
+
}
|
|
1616
|
+
}
|
|
1617
|
+
specimens {
|
|
1618
|
+
count 1
|
|
1619
|
+
max_additional 1
|
|
1620
|
+
continuity same_eut_with_additional
|
|
1621
|
+
rules { eut-continuity modification-retest }
|
|
1622
|
+
}
|
|
1623
|
+
}
|
|
1624
|
+
acceptance_criteria {
|
|
1625
|
+
type composite
|
|
1626
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
1627
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
1628
|
+
}
|
|
1629
|
+
report_rows { influence-disturbance-tests transient-conduction-supply-lines }
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
conformance_test /conf/disturbances/transient-conduction-other-lines {
|
|
1633
|
+
name "Electrical transient conduction via lines other than supply lines for external 12 V and 24 V batteries"
|
|
1634
|
+
purpose "Verify no significant fault occurs during electrical transient conduction via lines other than supply lines for external 12 V and 24 V batteries — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 31, evaluation D/NSFd)."
|
|
1635
|
+
method "Apply the test pulses via lines other than supply lines per OIML D 11 (Table 39), severity class IV, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
1636
|
+
type Testing
|
|
1637
|
+
kind disturbance
|
|
1638
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
1639
|
+
targets { /req/metrological/disturbances }
|
|
1640
|
+
guidance "R 91-2, 6.1 Table 2, row 31 (OIML D 11 Table 39)."
|
|
1641
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
1642
|
+
variables {
|
|
1643
|
+
variable severity_vehicle_dc { type string source declared description "OIML D 11 severity class IV, Vehicle DC column (D 11 Table 39 — electrical transient conduction via lines other than supply lines for external 12 V and 24 V batteries)" }
|
|
1644
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
1645
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
1646
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
1647
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
1648
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
1649
|
+
}
|
|
1650
|
+
observables {
|
|
1651
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
1652
|
+
}
|
|
1653
|
+
design {
|
|
1654
|
+
severities {
|
|
1655
|
+
severity "31 electrical transient conduction via other lines" {
|
|
1656
|
+
criterion D/NSFd
|
|
1657
|
+
env E2 null
|
|
1658
|
+
env E3 {
|
|
1659
|
+
columns {
|
|
1660
|
+
ac null
|
|
1661
|
+
dc null
|
|
1662
|
+
vehicle_dc {
|
|
1663
|
+
code "IV"
|
|
1664
|
+
variable severity_vehicle_dc
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1667
|
+
}
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
specimens {
|
|
1671
|
+
count 1
|
|
1672
|
+
max_additional 1
|
|
1673
|
+
continuity same_eut_with_additional
|
|
1674
|
+
rules { eut-continuity modification-retest }
|
|
1675
|
+
}
|
|
1676
|
+
}
|
|
1677
|
+
acceptance_criteria {
|
|
1678
|
+
type composite
|
|
1679
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
1680
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
1681
|
+
}
|
|
1682
|
+
report_rows { influence-disturbance-tests transient-conduction-other-lines }
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
conformance_test /conf/disturbances/battery-voltage-cranking {
|
|
1686
|
+
name "Battery voltage variations during cranking"
|
|
1687
|
+
purpose "Verify no significant fault occurs during battery voltage variations while cranking — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 32, evaluation D/NSFd)."
|
|
1688
|
+
method "Apply the cranking voltage profile per OIML D 11 (Table 40), severity class III, under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
1689
|
+
type Testing
|
|
1690
|
+
kind disturbance
|
|
1691
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
1692
|
+
targets { /req/metrological/disturbances }
|
|
1693
|
+
guidance "R 91-2, 6.1 Table 2, row 32 (OIML D 11 Table 40)."
|
|
1694
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
1695
|
+
variables {
|
|
1696
|
+
variable severity_vehicle_dc { type string source declared description "OIML D 11 severity class III, Vehicle DC column (D 11 Table 40 — battery voltage variations during cranking)" }
|
|
1697
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
1698
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
1699
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
1700
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
1701
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
1702
|
+
}
|
|
1703
|
+
observables {
|
|
1704
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
1705
|
+
}
|
|
1706
|
+
design {
|
|
1707
|
+
severities {
|
|
1708
|
+
severity "32 battery voltage variations during cranking" {
|
|
1709
|
+
criterion D/NSFd
|
|
1710
|
+
env E2 null
|
|
1711
|
+
env E3 {
|
|
1712
|
+
columns {
|
|
1713
|
+
ac null
|
|
1714
|
+
dc null
|
|
1715
|
+
vehicle_dc {
|
|
1716
|
+
code "III"
|
|
1717
|
+
variable severity_vehicle_dc
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
specimens {
|
|
1724
|
+
count 1
|
|
1725
|
+
max_additional 1
|
|
1726
|
+
continuity same_eut_with_additional
|
|
1727
|
+
rules { eut-continuity modification-retest }
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
acceptance_criteria {
|
|
1731
|
+
type composite
|
|
1732
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
1733
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
1734
|
+
}
|
|
1735
|
+
report_rows { influence-disturbance-tests battery-voltage-cranking }
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
conformance_test /conf/disturbances/load-dump {
|
|
1739
|
+
name "Load dump test"
|
|
1740
|
+
purpose "Verify no significant fault occurs during load dump — the EUT continues to operate as intended after the test without manual intervention (R 91-2, 6.1 Table 2 row 33, evaluation D/NSFd)."
|
|
1741
|
+
method "Apply the load dump test pulse shape B per OIML D 11 (Table 41) under traffic simulation; evaluate faults on the high-resolution speed values during the exposure. Speed linearity anchor (R 91-2, 5.4, 6.1): speed linearity test at >= 10 speed values before and after the exposure; during the exposure, repeated simulation of one single speed value suffices (5.4, 6.3)."
|
|
1742
|
+
type Testing
|
|
1743
|
+
kind disturbance
|
|
1744
|
+
reference { doc "urn:oiml:pub:r:91-2:2025" clause "6.1" }
|
|
1745
|
+
targets { /req/metrological/disturbances }
|
|
1746
|
+
guidance "R 91-2, 6.1 Table 2, row 33 (OIML D 11 Table 41). Footnote g: Vehicles produced since 2004 have centralized load dump suppression, therefore test pulse shape B is applicable."
|
|
1747
|
+
dependencies { /conf/linearities/speed-linearity }
|
|
1748
|
+
variables {
|
|
1749
|
+
variable severity_vehicle_dc { type string source declared description "OIML D 11 severity pulse shape B, Vehicle DC column (D 11 Table 41 — load dump; footnote g)" }
|
|
1750
|
+
variable reference_speed { type number unit "km/h" source measured }
|
|
1751
|
+
variable high_res_speed { type number unit "km/h" source measured }
|
|
1752
|
+
variable fault { type number unit "km/h" source derived derivation "ocl{abs(high_res_speed - reference_speed)}" description "Fault on the high-resolution speed value during the disturbance (R 91-1, 6.18.1)" }
|
|
1753
|
+
variable fault_limit { type number unit "km/h" source lookup description "Fault limit value per R 91-1, 6.18.1 (±1 km/h stationary and moving in stationary mode; ±0.5 km/h ego speed meters) — valued per model group via the fault_limit attribute" }
|
|
1754
|
+
variable fault_detected { type boolean source measured description "Checking facilities detected the fault; no measurement result is displayed and no evidence file is produced (R 91-1, 6.18.4 b)" }
|
|
1755
|
+
}
|
|
1756
|
+
observables {
|
|
1757
|
+
observable fault { quantity_kind speed unit "km/h" as "fault during the disturbance (high-resolution value)" }
|
|
1758
|
+
}
|
|
1759
|
+
design {
|
|
1760
|
+
severities {
|
|
1761
|
+
severity "33 load dump" {
|
|
1762
|
+
criterion D/NSFd
|
|
1763
|
+
footnotes { g }
|
|
1764
|
+
env E2 null
|
|
1765
|
+
env E3 {
|
|
1766
|
+
columns {
|
|
1767
|
+
ac null
|
|
1768
|
+
dc null
|
|
1769
|
+
vehicle_dc {
|
|
1770
|
+
code "B"
|
|
1771
|
+
note "pulse shape B"
|
|
1772
|
+
variable severity_vehicle_dc
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
}
|
|
1777
|
+
}
|
|
1778
|
+
specimens {
|
|
1779
|
+
count 1
|
|
1780
|
+
max_additional 1
|
|
1781
|
+
continuity same_eut_with_additional
|
|
1782
|
+
rules { eut-continuity modification-retest }
|
|
1783
|
+
}
|
|
1784
|
+
}
|
|
1785
|
+
acceptance_criteria {
|
|
1786
|
+
type composite
|
|
1787
|
+
pass_if "ocl{no_significant_fault_during}"
|
|
1788
|
+
criterion no_significant_fault_during { target /req/metrological/disturbances pass_if "ocl{abs(fault) <= fault_limit or fault_detected}" criterion D/NSFd description "No significant fault during the disturbance; the EUT continues to operate as intended after the test without manual intervention — R 91-2, 6.1 'NSFd'" }
|
|
1789
|
+
}
|
|
1790
|
+
report_rows { influence-disturbance-tests load-dump }
|
|
1791
|
+
}
|
|
1792
|
+
|