@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,323 @@
|
|
|
1
|
+
symbol v {
|
|
2
|
+
name "Indicated speed"
|
|
3
|
+
definition "Indicated speed of measured vehicle"
|
|
4
|
+
type number
|
|
5
|
+
unit "km/h"
|
|
6
|
+
latex "v"
|
|
7
|
+
kind observable
|
|
8
|
+
quantity_kind speed
|
|
9
|
+
origin measured
|
|
10
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-explanatory-notes/table-1"
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
symbol v_ego {
|
|
14
|
+
name "EGO speed"
|
|
15
|
+
definition "EGO speed of speed meter, when the speed meter is installed in a vehicle"
|
|
16
|
+
type number
|
|
17
|
+
unit "km/h"
|
|
18
|
+
latex "v_EGO"
|
|
19
|
+
kind observable
|
|
20
|
+
quantity_kind speed
|
|
21
|
+
origin measured
|
|
22
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-explanatory-notes/table-1"
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
symbol v_ref {
|
|
26
|
+
name "Reference speed"
|
|
27
|
+
definition "Reference measured speed by reference speed meter or simulator"
|
|
28
|
+
type number
|
|
29
|
+
unit "km/h"
|
|
30
|
+
latex "v_ref"
|
|
31
|
+
kind observable
|
|
32
|
+
quantity_kind speed
|
|
33
|
+
origin measured
|
|
34
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-explanatory-notes/table-1"
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
symbol v_hr {
|
|
38
|
+
name "High-resolution speed value"
|
|
39
|
+
definition "Speed value with further decimal digits, read via the test interface or in test mode; governs linearity, influence-factor and disturbance tests (R 91-1, 6.2/6.3)"
|
|
40
|
+
type number
|
|
41
|
+
unit "km/h"
|
|
42
|
+
latex "v_hr"
|
|
43
|
+
kind observable
|
|
44
|
+
quantity_kind speed
|
|
45
|
+
origin measured
|
|
46
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.3"
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
symbol dv {
|
|
50
|
+
name "Speed error"
|
|
51
|
+
definition "Absolute difference between v and v_ref"
|
|
52
|
+
type number
|
|
53
|
+
unit "km/h"
|
|
54
|
+
latex "Δv"
|
|
55
|
+
kind formula
|
|
56
|
+
quantity_kind speed
|
|
57
|
+
origin derived
|
|
58
|
+
calculation speedError
|
|
59
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-explanatory-notes/table-1"
|
|
60
|
+
formula {
|
|
61
|
+
display "Δv = |v − v_ref|"
|
|
62
|
+
expression "abs(v - v_ref)"
|
|
63
|
+
inputs { v v_ref }
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
symbol mpe {
|
|
68
|
+
name "Maximum permissible error"
|
|
69
|
+
definition "Maximum permissible error for the applicable measurement context and class"
|
|
70
|
+
type number
|
|
71
|
+
unit "km/h"
|
|
72
|
+
latex "MPE"
|
|
73
|
+
kind formula
|
|
74
|
+
quantity_kind speed
|
|
75
|
+
origin lookup
|
|
76
|
+
calculation lookupMPE
|
|
77
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-explanatory-notes/table-1"
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
symbol n {
|
|
81
|
+
name "Number of measurements"
|
|
82
|
+
definition "Constant number of performed measurements; minimum counts per test context per R 91-2 (see tables.yaml measurement_counts)"
|
|
83
|
+
type integer
|
|
84
|
+
latex "N"
|
|
85
|
+
kind attribute
|
|
86
|
+
origin declared
|
|
87
|
+
attribute measurement_count
|
|
88
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-explanatory-notes/table-1"
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
symbol a_ref {
|
|
92
|
+
name "Reference acceleration"
|
|
93
|
+
definition "Acceleration for dynamic performance test"
|
|
94
|
+
type number
|
|
95
|
+
unit "m/s2"
|
|
96
|
+
latex "a_ref"
|
|
97
|
+
kind observable
|
|
98
|
+
quantity_kind acceleration
|
|
99
|
+
origin measured
|
|
100
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-explanatory-notes/table-1"
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
symbol d {
|
|
104
|
+
name "Distance to vehicle"
|
|
105
|
+
definition "Distance to vehicle for linearity test"
|
|
106
|
+
type number
|
|
107
|
+
unit "m"
|
|
108
|
+
latex "d"
|
|
109
|
+
kind observable
|
|
110
|
+
quantity_kind length
|
|
111
|
+
origin measured
|
|
112
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-explanatory-notes/table-1"
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
symbol alpha {
|
|
116
|
+
name "Angle to vehicle"
|
|
117
|
+
definition "Angle to vehicle for linearity test"
|
|
118
|
+
type number
|
|
119
|
+
unit "deg"
|
|
120
|
+
latex "α"
|
|
121
|
+
kind observable
|
|
122
|
+
quantity_kind angle
|
|
123
|
+
origin measured
|
|
124
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-explanatory-notes/table-1"
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
symbol alpha_ref {
|
|
128
|
+
name "Reference angle"
|
|
129
|
+
definition "Reference angle measured by reference equipment for the angle linearity test (R 91-2, 5.6)"
|
|
130
|
+
type number
|
|
131
|
+
unit "deg"
|
|
132
|
+
latex "α_ref"
|
|
133
|
+
kind observable
|
|
134
|
+
quantity_kind angle
|
|
135
|
+
origin measured
|
|
136
|
+
ref derives-from "urn:oiml:pub:r:91-2:2025#clause-5.6"
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
symbol angle_error {
|
|
140
|
+
name "Angle error"
|
|
141
|
+
definition "Absolute difference between the indicated angle and the reference angle (R 91-2, 5.6)"
|
|
142
|
+
type number
|
|
143
|
+
unit "deg"
|
|
144
|
+
latex "Δα"
|
|
145
|
+
kind formula
|
|
146
|
+
quantity_kind angle
|
|
147
|
+
origin derived
|
|
148
|
+
ref derives-from "urn:oiml:pub:r:91-2:2025#clause-5.6"
|
|
149
|
+
formula {
|
|
150
|
+
display "Δα = |α − α_ref|"
|
|
151
|
+
expression "abs(alpha - alpha_ref)"
|
|
152
|
+
inputs { alpha alpha_ref }
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
symbol angle_limit {
|
|
157
|
+
name "Angle error limit"
|
|
158
|
+
definition "Maximum permissible angle error, declared by the manufacturer (R 91-2, 5.6 leaves the error limits to the manufacturer)"
|
|
159
|
+
type number
|
|
160
|
+
unit "deg"
|
|
161
|
+
latex "Δα_max"
|
|
162
|
+
kind observable
|
|
163
|
+
quantity_kind angle
|
|
164
|
+
origin declared
|
|
165
|
+
ref derives-from "urn:oiml:pub:r:91-2:2025#clause-5.6"
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
symbol d_ref {
|
|
169
|
+
name "Reference distance"
|
|
170
|
+
definition "Reference distance measured by reference equipment for the distance linearity test"
|
|
171
|
+
type number
|
|
172
|
+
unit "m"
|
|
173
|
+
latex "d_ref"
|
|
174
|
+
kind observable
|
|
175
|
+
quantity_kind length
|
|
176
|
+
origin measured
|
|
177
|
+
ref derives-from "urn:oiml:pub:r:91-2:2025#clause-5.5"
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
symbol distance_error {
|
|
181
|
+
name "Distance error"
|
|
182
|
+
definition "Absolute difference between the indicated distance and the reference distance"
|
|
183
|
+
type number
|
|
184
|
+
unit "m"
|
|
185
|
+
latex "Δd"
|
|
186
|
+
kind formula
|
|
187
|
+
quantity_kind length
|
|
188
|
+
origin derived
|
|
189
|
+
ref derives-from "urn:oiml:pub:r:91-2:2025#clause-5.5"
|
|
190
|
+
formula {
|
|
191
|
+
display "Δd = |d − d_ref|"
|
|
192
|
+
expression "abs(d - d_ref)"
|
|
193
|
+
inputs { d d_ref }
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
symbol distance_limit {
|
|
198
|
+
name "Distance error limit"
|
|
199
|
+
definition "Maximum permissible distance error, declared by the manufacturer (R 91-2, 5.5 leaves the limit to the manufacturer)"
|
|
200
|
+
type number
|
|
201
|
+
unit "m"
|
|
202
|
+
latex "Δd_max"
|
|
203
|
+
kind observable
|
|
204
|
+
quantity_kind length
|
|
205
|
+
origin declared
|
|
206
|
+
ref derives-from "urn:oiml:pub:r:91-2:2025#clause-5.5"
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
symbol ego_error {
|
|
210
|
+
name "Ego speed error"
|
|
211
|
+
definition "Absolute difference between the ego speed indication and the reference speed, used for ego speed meter metrological controls (R 91-1, 6.15.3)"
|
|
212
|
+
type number
|
|
213
|
+
unit "km/h"
|
|
214
|
+
latex "Δv_EGO"
|
|
215
|
+
kind formula
|
|
216
|
+
quantity_kind speed
|
|
217
|
+
origin derived
|
|
218
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.15.3"
|
|
219
|
+
formula {
|
|
220
|
+
display "Δv_EGO = |v_EGO − v_ref|"
|
|
221
|
+
expression "abs(v_ego - v_ref)"
|
|
222
|
+
inputs { v_ego v_ref }
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
symbol documentation_present {
|
|
227
|
+
name "Documentation present"
|
|
228
|
+
definition "Inspection evidence that the required documentation is present and complete"
|
|
229
|
+
type boolean
|
|
230
|
+
latex "doc_ok"
|
|
231
|
+
kind observable
|
|
232
|
+
origin declared
|
|
233
|
+
ref derives-from "urn:oiml:pub:r:91-2:2025#clause-3"
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
symbol markings_conform {
|
|
237
|
+
name "Markings conform"
|
|
238
|
+
definition "Inspection evidence that markings and inscriptions conform to the requirements"
|
|
239
|
+
type boolean
|
|
240
|
+
latex "mark_ok"
|
|
241
|
+
kind observable
|
|
242
|
+
origin declared
|
|
243
|
+
ref derives-from "urn:oiml:pub:r:91-2:2025#clause-3"
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
symbol evidence_file_complete {
|
|
247
|
+
name "Evidence file complete"
|
|
248
|
+
definition "Inspection evidence that the evidence file contains all required items (R 91-1, 6.6)"
|
|
249
|
+
type boolean
|
|
250
|
+
latex "ef_ok"
|
|
251
|
+
kind observable
|
|
252
|
+
origin declared
|
|
253
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.6"
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
symbol detection_field_gated {
|
|
257
|
+
name "Detection field gating verified"
|
|
258
|
+
definition "Inspection evidence that measurements outside the detection field are prevented (R 91-1, 6.6)"
|
|
259
|
+
type boolean
|
|
260
|
+
latex "df_ok"
|
|
261
|
+
kind observable
|
|
262
|
+
origin declared
|
|
263
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.6"
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
symbol fault {
|
|
267
|
+
name "Fault (significant fault)"
|
|
268
|
+
definition "Error of the high-resolution speed value during a disturbance or influence test, judged against the fault limit value (R 91-1, 6.18.1)"
|
|
269
|
+
type number
|
|
270
|
+
unit "km/h"
|
|
271
|
+
latex "Δv_f"
|
|
272
|
+
kind observable
|
|
273
|
+
quantity_kind speed
|
|
274
|
+
origin measured
|
|
275
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.18.1"
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
symbol dv_hr {
|
|
279
|
+
name "Speed error (high-resolution)"
|
|
280
|
+
definition "Absolute difference between the high-resolution EUT speed value and the reference speed; governs linearity, influence-factor and disturbance tests (R 91-1, 6.3, 6.5)"
|
|
281
|
+
type number
|
|
282
|
+
unit "km/h"
|
|
283
|
+
latex "Δv_hr"
|
|
284
|
+
kind formula
|
|
285
|
+
quantity_kind speed
|
|
286
|
+
origin derived
|
|
287
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-6.5"
|
|
288
|
+
formula {
|
|
289
|
+
display "Δv_hr = |v_hr − v_ref|"
|
|
290
|
+
expression "abs(high_res_speed - reference_speed)"
|
|
291
|
+
inputs { high_res_speed reference_speed }
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
symbol simulated_speed {
|
|
296
|
+
name "Simulated speed"
|
|
297
|
+
definition "Simulated speed value produced by the checking facility's independent frequency source during self-check (R 91-1, 7.5)"
|
|
298
|
+
type number
|
|
299
|
+
unit "km/h"
|
|
300
|
+
latex "v_sim"
|
|
301
|
+
kind observable
|
|
302
|
+
quantity_kind speed
|
|
303
|
+
origin measured
|
|
304
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-7.5"
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
symbol self_check_error {
|
|
308
|
+
name "Self-check error"
|
|
309
|
+
definition "Difference between the indicated and simulated speed during self-check; limited to ±1 % of the simulated speed for all values (R 91-1, 7.5)"
|
|
310
|
+
type number
|
|
311
|
+
unit "km/h"
|
|
312
|
+
latex "Δv_sc"
|
|
313
|
+
kind formula
|
|
314
|
+
quantity_kind speed
|
|
315
|
+
origin derived
|
|
316
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-7.5"
|
|
317
|
+
formula {
|
|
318
|
+
display "Δv_sc = v_indicated − v_sim"
|
|
319
|
+
expression "indicated_speed - simulated_speed"
|
|
320
|
+
inputs { indicated_speed simulated_speed }
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
table mpe_stationary {
|
|
2
|
+
description "MPE for stationary measurements (R 91-1, 6.4)"
|
|
3
|
+
columns {
|
|
4
|
+
speed_min: number "km/h"
|
|
5
|
+
speed_max: number "km/h"
|
|
6
|
+
mpe_factor: number
|
|
7
|
+
mode: string
|
|
8
|
+
}
|
|
9
|
+
data {
|
|
10
|
+
0 100 3 "absolute"
|
|
11
|
+
100 null 0.03 "relative"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
table mpe_linearity {
|
|
16
|
+
description "Linearity error limit (R 91-1, 6.5)"
|
|
17
|
+
columns {
|
|
18
|
+
speed_min: number "km/h"
|
|
19
|
+
speed_max: number "km/h"
|
|
20
|
+
limit_factor: number
|
|
21
|
+
mode: string
|
|
22
|
+
}
|
|
23
|
+
data {
|
|
24
|
+
0 100 1 "absolute"
|
|
25
|
+
100 null 0.01 "relative"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
table mpe_moving {
|
|
30
|
+
description "MPE for moving measurements per class (R 91-1, 6.15.1)"
|
|
31
|
+
columns {
|
|
32
|
+
metrological_class: string
|
|
33
|
+
speed_min: number "km/h"
|
|
34
|
+
speed_max: number "km/h"
|
|
35
|
+
mpe_factor: number
|
|
36
|
+
mode: string
|
|
37
|
+
}
|
|
38
|
+
data {
|
|
39
|
+
"A" 0 100 3 "absolute"
|
|
40
|
+
"A" 100 null 0.03 "relative"
|
|
41
|
+
"B" 0 100 7 "absolute"
|
|
42
|
+
"B" 100 null 0.07 "relative"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
table mpe_ego {
|
|
47
|
+
description "MPE for ego speed measurements (R 91-1, 6.15.3)"
|
|
48
|
+
columns {
|
|
49
|
+
speed_min: number "km/h"
|
|
50
|
+
speed_max: number "km/h"
|
|
51
|
+
mpe_factor: number
|
|
52
|
+
mode: string
|
|
53
|
+
}
|
|
54
|
+
data {
|
|
55
|
+
0 100 1 "absolute"
|
|
56
|
+
100 null 0.01 "relative"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
table measurement_counts {
|
|
61
|
+
description "Minimum valid measurement counts per test context (normative: R 91-2, 4.4 / 5.3 / 7.7.1 / 5.4–5.6 / 6.3)"
|
|
62
|
+
columns {
|
|
63
|
+
context: string
|
|
64
|
+
min_count: integer
|
|
65
|
+
clause: string
|
|
66
|
+
note: string
|
|
67
|
+
}
|
|
68
|
+
data {
|
|
69
|
+
"field_automatic" 500 "4.4" "metrological field test, automatic measurements; lower only with statistical justification"
|
|
70
|
+
"field_manual" 100 "4.4" "metrological field test, manual measurements"
|
|
71
|
+
"dynamic_performance" 500 "5.3" "dynamic performance test (simulation), same statistics as field test"
|
|
72
|
+
"moving_field" 200 "7.7.1" "moving metrological field test, real traffic"
|
|
73
|
+
"linearity" 10 "5.4-5.6" "speed/distance/angle linearity test values"
|
|
74
|
+
"simulator_velocities" 10 "6.3" "velocity values the traffic simulator must simulate"
|
|
75
|
+
}
|
|
76
|
+
overrides {
|
|
77
|
+
field_automatic { condition statistical_analysis by evaluator }
|
|
78
|
+
field_manual { condition statistical_analysis by evaluator }
|
|
79
|
+
}
|
|
80
|
+
source_discrepancy {
|
|
81
|
+
summary "R 91-3 symbol gloss (N — typical value 500, 50 or 5) contradicts the R 91-2 normative minimums below (no context admits 50 or 5)"
|
|
82
|
+
sources { "urn:oiml:pub:r:91-3:2025#clause-explanatory-notes" "urn:oiml:pub:r:91-3:2025#clause-explanatory-notes/table-1" "urn:oiml:pub:r:91-2:2025#clause-4.4" }
|
|
83
|
+
resolution follows_clause_x
|
|
84
|
+
rationale "The model follows R 91-2's normative test clauses (4.4 ≥500 automatic / ≥100 manual field measurements, 5.3 ≥500 dynamic performance, 7.7.1 ≥200 moving field, 5.4–5.6 ≥10 linearity values, 6.3 ≥10 simulator velocities); a normative minimum overrides an informative symbol gloss. Whether the gloss is OCR corruption of the preview PDF or an editorial inconsistency in published R 91-3 must be verified against the official document. See analysis/deep-audit-r91.md R4."
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
table uncertainty_budgets {
|
|
89
|
+
description "Reference-equipment expanded-uncertainty budgets U(k=2) (normative: R 91-2, 4.5 / 5.2 / 7.7.1 / 7.7.2)"
|
|
90
|
+
columns {
|
|
91
|
+
equipment: string
|
|
92
|
+
speed_min: number "km/h"
|
|
93
|
+
speed_max: number "km/h"
|
|
94
|
+
budget_factor: number
|
|
95
|
+
mode: string
|
|
96
|
+
clause: string
|
|
97
|
+
}
|
|
98
|
+
data {
|
|
99
|
+
"reference_field_meter" 0 100 0.6 "absolute" "4.5"
|
|
100
|
+
"reference_field_meter" 100 null 0.006 "relative" "4.5"
|
|
101
|
+
"simulator" 0 100 0.2 "absolute" "5.2"
|
|
102
|
+
"simulator" 100 null 0.002 "relative" "5.2"
|
|
103
|
+
"moving_field_reference" 0 100 1 "absolute" "7.7.1"
|
|
104
|
+
"moving_field_reference" 100 null 0.01 "relative" "7.7.1"
|
|
105
|
+
"ego_reference" 0 100 0.2 "absolute" "7.7.2"
|
|
106
|
+
"ego_reference" 100 null 0.002 "relative" "7.7.2"
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
table profiles {
|
|
111
|
+
title "Per-dimension value bindings"
|
|
112
|
+
profiles {
|
|
113
|
+
profile mpe_tiers {
|
|
114
|
+
description "MPE tier bindings per measurement context and moving class (see header for tier mode semantics)"
|
|
115
|
+
dimension metrological_class
|
|
116
|
+
unit "km/h"
|
|
117
|
+
binding {
|
|
118
|
+
stationary: [{ min: 0 max: 100 factor: 3 mode: "absolute" } { min: 100 factor: 0.03 mode: "relative" }]
|
|
119
|
+
linearity: [{ min: 0 max: 100 factor: 1 mode: "absolute" } { min: 100 factor: 0.01 mode: "relative" }]
|
|
120
|
+
ego: [{ min: 0 max: 100 factor: 1 mode: "absolute" } { min: 100 factor: 0.01 mode: "relative" }]
|
|
121
|
+
A: [{ min: 0 max: 100 factor: 3 mode: "absolute" } { min: 100 factor: 0.03 mode: "relative" }]
|
|
122
|
+
B: [{ min: 0 max: 100 factor: 7 mode: "absolute" } { min: 100 factor: 0.07 mode: "relative" }]
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
profile uncertainty_budgets {
|
|
126
|
+
description "Reference-equipment expanded-uncertainty budgets U(k=2), keyed by equipment role (R 91-2, 4.5 / 5.2 / 7.7.1 / 7.7.2)"
|
|
127
|
+
unit "km/h"
|
|
128
|
+
binding {
|
|
129
|
+
reference_field_meter: [{ min: 0 max: 100 factor: 0.6 mode: "absolute" } { min: 100 factor: 0.006 mode: "relative" }]
|
|
130
|
+
simulator: [{ min: 0 max: 100 factor: 0.2 mode: "absolute" } { min: 100 factor: 0.002 mode: "relative" }]
|
|
131
|
+
moving_field_reference: [{ min: 0 max: 100 factor: 1 mode: "absolute" } { min: 100 factor: 0.01 mode: "relative" }]
|
|
132
|
+
ego_reference: [{ min: 0 max: 100 factor: 0.2 mode: "absolute" } { min: 100 factor: 0.002 mode: "relative" }]
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|