@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,219 @@
|
|
|
1
|
+
form r91-4/report-identification {
|
|
2
|
+
name "Identification of the instrument + general information concerning the type"
|
|
3
|
+
description "R 91-4 type evaluation report, sections 3–7 — the instrument identification pages (application/identification numbers, applicant, manufacturer, type designation, instrument category, software version, report date; documentation modules table; simulator function summary), the identification description (components/interfaces/configuration with photograph, measurement technology), and the general information concerning the type (testing on complete instrument or module, categorisation attributes, rated operating conditions, evaluation period, observer, additional remarks). The published format also carries a 'Manufacturer provided simulator documentation (if applicable)' module table (preview PDF p. 7) that the OCR substrate dropped — modelled here as simulator_documentation_modules and recorded in the task report."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 91-4, pp. 6-11"
|
|
6
|
+
requirements { /req/metrological/operating-conditions-declared }
|
|
7
|
+
ref report-format "urn:oiml:pub:r:91-4:2025#clause-introduction"
|
|
8
|
+
ref report-format "urn:oiml:pub:r:91-4:2025#clause-type-evaluation-report"
|
|
9
|
+
ref report-format "urn:oiml:pub:r:91-4:2025#clause-identification-of-the-instrument"
|
|
10
|
+
ref report-format "urn:oiml:pub:r:91-4:2025#clause-identification-of-the-instrument/table-1"
|
|
11
|
+
ref report-format "urn:oiml:pub:r:91-4:2025#clause-identification-of-the-instrument-continued"
|
|
12
|
+
ref report-format "urn:oiml:pub:r:91-4:2025#clause-identification-of-the-instrument-continued-2"
|
|
13
|
+
ref report-format "urn:oiml:pub:r:91-4:2025#clause-general-information-concerning-the-type"
|
|
14
|
+
ref report-format "urn:oiml:pub:r:91-4:2025#clause-general-information-concerning-the-type/table-1"
|
|
15
|
+
ref report-format "urn:oiml:pub:r:91-4:2025#clause-general-information-concerning-the-type/table-2"
|
|
16
|
+
ref report-format "urn:oiml:pub:r:91-4:2025#clause-general-information-concerning-the-type-continued"
|
|
17
|
+
field application_no : string {
|
|
18
|
+
label "Application no."
|
|
19
|
+
required true
|
|
20
|
+
bind application.application_number
|
|
21
|
+
}
|
|
22
|
+
field applicant : string {
|
|
23
|
+
label "Applicant"
|
|
24
|
+
required true
|
|
25
|
+
}
|
|
26
|
+
field identification_no : string {
|
|
27
|
+
label "Identification no."
|
|
28
|
+
required true
|
|
29
|
+
}
|
|
30
|
+
field manufacturer : string {
|
|
31
|
+
label "Manufacturer"
|
|
32
|
+
required true
|
|
33
|
+
}
|
|
34
|
+
field instrument_type_designation : string {
|
|
35
|
+
label "Type designation"
|
|
36
|
+
description "Type designation of the speed meter under evaluation (named instrument_type_designation — the C47 artifact/evidence firewall: the enforcement-evidence-file artifact carries its own type_designation contract field)"
|
|
37
|
+
required true
|
|
38
|
+
bind model.model_designation
|
|
39
|
+
}
|
|
40
|
+
field instrument_category : string {
|
|
41
|
+
label "Instrument category"
|
|
42
|
+
required true
|
|
43
|
+
}
|
|
44
|
+
field software_version : string {
|
|
45
|
+
label "Software version"
|
|
46
|
+
required true
|
|
47
|
+
}
|
|
48
|
+
field report_date : string {
|
|
49
|
+
label "Report date (yyyy-mm-dd)"
|
|
50
|
+
required true
|
|
51
|
+
}
|
|
52
|
+
field documentation_modules : array {
|
|
53
|
+
label "Documentation from the manufacturer — system/modules"
|
|
54
|
+
description "Modules recorded as necessary to identify the equipment under evaluation (System or module name | Drawing number or software reference | Version | Serial no.)"
|
|
55
|
+
items { object fields {
|
|
56
|
+
field module_name : string {
|
|
57
|
+
label "System or module name"
|
|
58
|
+
required true
|
|
59
|
+
}
|
|
60
|
+
field drawing_reference : string {
|
|
61
|
+
label "Drawing number or software reference"
|
|
62
|
+
}
|
|
63
|
+
field version : string {
|
|
64
|
+
label "Version"
|
|
65
|
+
}
|
|
66
|
+
field serial_no : string {
|
|
67
|
+
label "Serial no."
|
|
68
|
+
}
|
|
69
|
+
} }
|
|
70
|
+
}
|
|
71
|
+
field simulator_documentation_modules : array {
|
|
72
|
+
label "Manufacturer provided simulator documentation (if applicable)"
|
|
73
|
+
description "Simulator modules documentation — the published report page carries this second module table (preview PDF p. 7); the OCR substrate dropped it (recorded in the task report), so no source fragment binds this field"
|
|
74
|
+
items { object fields {
|
|
75
|
+
field module_name : string {
|
|
76
|
+
label "System or module name"
|
|
77
|
+
required true
|
|
78
|
+
}
|
|
79
|
+
field drawing_reference : string {
|
|
80
|
+
label "Drawing number or software reference"
|
|
81
|
+
}
|
|
82
|
+
field version : string {
|
|
83
|
+
label "Version"
|
|
84
|
+
}
|
|
85
|
+
field serial_no : string {
|
|
86
|
+
label "Serial no."
|
|
87
|
+
}
|
|
88
|
+
} }
|
|
89
|
+
}
|
|
90
|
+
field simulator_function : text {
|
|
91
|
+
label "Simulator function (summary) (if applicable)"
|
|
92
|
+
description "Simulator description and drawings, block diagram, etc. should be attached to the report if available"
|
|
93
|
+
}
|
|
94
|
+
field identification_description : text {
|
|
95
|
+
label "Description or other information pertaining to identification"
|
|
96
|
+
description "Components, interfaces, configuration — attach photograph, diagrams or drawings if available"
|
|
97
|
+
}
|
|
98
|
+
field measurement_technology : text {
|
|
99
|
+
label "Measurement technology"
|
|
100
|
+
description "Describe, using point form, the measurement technology used"
|
|
101
|
+
}
|
|
102
|
+
field testing_on : enum {
|
|
103
|
+
label "Testing on"
|
|
104
|
+
description "Whether the tests ran on the complete instrument or on a module; for a module the test equipment (simulator or part of a complete instrument) connected to it is defined in the test form(s) used"
|
|
105
|
+
required true
|
|
106
|
+
enum_values { complete-instrument module }
|
|
107
|
+
}
|
|
108
|
+
field mode_of_use : string {
|
|
109
|
+
label "Mode of use (categorisation)"
|
|
110
|
+
}
|
|
111
|
+
field principle_of_installation : string {
|
|
112
|
+
label "Principle of installation (categorisation)"
|
|
113
|
+
}
|
|
114
|
+
field working_principle : string {
|
|
115
|
+
label "Working principle (categorisation)"
|
|
116
|
+
}
|
|
117
|
+
field triggering_and_camera : string {
|
|
118
|
+
label "Triggering and camera (categorisation)"
|
|
119
|
+
}
|
|
120
|
+
field cosine_compensation : string {
|
|
121
|
+
label "Compensation for cosine error (categorisation)"
|
|
122
|
+
}
|
|
123
|
+
field rated_operating_conditions : object {
|
|
124
|
+
label "Rated operating conditions (minimum/maximum)"
|
|
125
|
+
description "The manufacturer-declared rated operating conditions record (R 91-1, 6.16/6.17)"
|
|
126
|
+
targets { /req/metrological/operating-conditions-declared }
|
|
127
|
+
fields {
|
|
128
|
+
field speed_min : number {
|
|
129
|
+
label "Speed measurement, minimum [km/h]"
|
|
130
|
+
unit "km/h"
|
|
131
|
+
measurement_method declared
|
|
132
|
+
}
|
|
133
|
+
field speed_max : number {
|
|
134
|
+
label "Speed measurement, maximum [km/h]"
|
|
135
|
+
unit "km/h"
|
|
136
|
+
measurement_method declared
|
|
137
|
+
}
|
|
138
|
+
field ego_speed_min : number {
|
|
139
|
+
label "EGO speed measurement, minimum [km/h] (if applicable)"
|
|
140
|
+
unit "km/h"
|
|
141
|
+
measurement_method declared
|
|
142
|
+
}
|
|
143
|
+
field ego_speed_max : number {
|
|
144
|
+
label "EGO speed measurement, maximum [km/h] (if applicable)"
|
|
145
|
+
unit "km/h"
|
|
146
|
+
measurement_method declared
|
|
147
|
+
}
|
|
148
|
+
field distance_min : number {
|
|
149
|
+
label "Distance to vehicle, minimum [m] (if applicable)"
|
|
150
|
+
unit "m"
|
|
151
|
+
measurement_method declared
|
|
152
|
+
}
|
|
153
|
+
field distance_max : number {
|
|
154
|
+
label "Distance to vehicle, maximum [m] (if applicable)"
|
|
155
|
+
unit "m"
|
|
156
|
+
measurement_method declared
|
|
157
|
+
}
|
|
158
|
+
field angle_min : number {
|
|
159
|
+
label "Angle to vehicle, minimum [°] (if applicable)"
|
|
160
|
+
unit "deg"
|
|
161
|
+
measurement_method declared
|
|
162
|
+
}
|
|
163
|
+
field angle_max : number {
|
|
164
|
+
label "Angle to vehicle, maximum [°] (if applicable)"
|
|
165
|
+
unit "deg"
|
|
166
|
+
measurement_method declared
|
|
167
|
+
}
|
|
168
|
+
field vehicles_min : integer {
|
|
169
|
+
label "Number of vehicles, minimum (if applicable)"
|
|
170
|
+
measurement_method declared
|
|
171
|
+
}
|
|
172
|
+
field vehicles_max : integer {
|
|
173
|
+
label "Number of vehicles, maximum (if applicable)"
|
|
174
|
+
measurement_method declared
|
|
175
|
+
}
|
|
176
|
+
field operating_temperature_min : number {
|
|
177
|
+
label "Operating temperature, minimum [°C]"
|
|
178
|
+
unit "degC"
|
|
179
|
+
measurement_method declared
|
|
180
|
+
}
|
|
181
|
+
field operating_temperature_max : number {
|
|
182
|
+
label "Operating temperature, maximum [°C]"
|
|
183
|
+
unit "degC"
|
|
184
|
+
measurement_method declared
|
|
185
|
+
}
|
|
186
|
+
field storage_temperature_min : number {
|
|
187
|
+
label "Storage temperature, minimum [°C]"
|
|
188
|
+
unit "degC"
|
|
189
|
+
measurement_method declared
|
|
190
|
+
}
|
|
191
|
+
field storage_temperature_max : number {
|
|
192
|
+
label "Storage temperature, maximum [°C]"
|
|
193
|
+
unit "degC"
|
|
194
|
+
measurement_method declared
|
|
195
|
+
}
|
|
196
|
+
field voltage_min : number {
|
|
197
|
+
label "Power supply voltage, minimum [V]"
|
|
198
|
+
unit "V"
|
|
199
|
+
measurement_method declared
|
|
200
|
+
}
|
|
201
|
+
field voltage_max : number {
|
|
202
|
+
label "Power supply voltage, maximum [V]"
|
|
203
|
+
unit "V"
|
|
204
|
+
measurement_method declared
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
field evaluation_period : string {
|
|
209
|
+
label "Evaluation period"
|
|
210
|
+
}
|
|
211
|
+
field observer : string {
|
|
212
|
+
label "Observer"
|
|
213
|
+
}
|
|
214
|
+
field general_remarks : text {
|
|
215
|
+
label "General information concerning the type (continued)"
|
|
216
|
+
description "Additional remarks and/or information: connecting equipment, interfaces and sensors, choice of the manufacturer regarding protection and specific speed meter requirements etc."
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
form r91-4/report-test-report-summary {
|
|
2
|
+
name "Summary of test report(s)"
|
|
3
|
+
description "R 91-4 type evaluation report, section 15 — the summary of the test report(s) used to support the type evaluation: per test report, whether it was issued under the OIML Basic Certificate System, the OIML Mutual Acceptance Arrangement (MAA) or the OIML Certification System Scheme A or B, by a Manufacturer Test Laboratory (MTL), or under the scope of ISO/IEC 17025 accreditation; where the test report was used as the basis for issuing an existing OIML Certificate, the relevant OIML Certificate Number should be noted (R 91-4, 15)"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 91-4, p. 15"
|
|
6
|
+
ref report-format "urn:oiml:pub:r:91-4:2025#clause-summary-of-test-report-s"
|
|
7
|
+
ref report-format "urn:oiml:pub:r:91-4:2025#clause-summary-of-test-report-s/table-1"
|
|
8
|
+
report_rows { field test_reports item_key test_report_number }
|
|
9
|
+
field test_reports : array {
|
|
10
|
+
label "Test report(s) used to support the type evaluation"
|
|
11
|
+
description "One row per test report (Test Report Number | Issued by | Remarks)"
|
|
12
|
+
required true
|
|
13
|
+
items { object fields {
|
|
14
|
+
field test_report_number : string {
|
|
15
|
+
label "Test Report Number"
|
|
16
|
+
required true
|
|
17
|
+
}
|
|
18
|
+
field issued_under : array {
|
|
19
|
+
label "Issued under"
|
|
20
|
+
description "The scheme(s) the test report was issued under: basic-certificate-system | maa | oiml-cs-scheme-a | oiml-cs-scheme-b | mtl | iso-iec-17025 (the OIML Basic Certificate System, the OIML Mutual Acceptance Arrangement (MAA) or the OIML Certification System Scheme A or B; by a Manufacturer Test Laboratory (MTL); under the scope of ISO/IEC 17025 accreditation)"
|
|
21
|
+
items { string }
|
|
22
|
+
}
|
|
23
|
+
field oiml_certificate_number : string {
|
|
24
|
+
label "OIML Certificate Number"
|
|
25
|
+
description "Where the test report was used as the basis for issuing an existing OIML Certificate, the relevant OIML Certificate Number should be noted"
|
|
26
|
+
}
|
|
27
|
+
field remarks : text {
|
|
28
|
+
label "Remarks"
|
|
29
|
+
}
|
|
30
|
+
} }
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
form r91-3/report-adjustments {
|
|
2
|
+
name "Adjustments or modifications"
|
|
3
|
+
description "R 91-3 test report, section 16 — the identification of any authorized and agreed upon adjustments or modifications made to the sample or samples during the evaluation"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 91-3, p. 16"
|
|
6
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-adjustments-or-modifications"
|
|
7
|
+
field adjustments_or_modifications : text {
|
|
8
|
+
label "Adjustments or modifications"
|
|
9
|
+
description "Use this space for additional information relating to the identification of any authorized and agreed upon adjustments or modifications made to the sample or samples during the evaluation"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
form r91-3/report-alignment-aiming {
|
|
2
|
+
name "Alignment and aiming device"
|
|
3
|
+
description "R 91-3 test report, section 10 — the alignment-procedure and aiming-device description, recorded for the aiming-device and mobile-alignment examination (R 91-1, 7.7)"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
conformance_process /conf/examinations/aiming-device-examination
|
|
6
|
+
section "R 91-3, p. 13"
|
|
7
|
+
requirements { /req/technical/aiming-device /req/technical/alignment-confirmation }
|
|
8
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-alignment-and-aiming-device"
|
|
9
|
+
ref requirement "urn:oiml:pub:r:91-1:2025#clause-7.7"
|
|
10
|
+
field alignment_and_aiming : text {
|
|
11
|
+
label "Alignment and aiming device"
|
|
12
|
+
description "Describe, using point form, alignment procedure and use of aiming device, if applicable"
|
|
13
|
+
required true
|
|
14
|
+
targets { /req/technical/aiming-device }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
form r91-3/report-checking-facility {
|
|
2
|
+
name "Checking facility"
|
|
3
|
+
description "R 91-3 test report, section 9 — the checking-facility description (automatic and/or manual triggering, outcomes), recorded for the checking-facility and self-check verification (R 91-1, 7.5)"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
conformance_process /conf/examinations/checking-facility-verification
|
|
6
|
+
section "R 91-3, p. 13"
|
|
7
|
+
requirements { /req/technical/checking-facilities /req/metrological/checking-facilities }
|
|
8
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-checking-facility"
|
|
9
|
+
ref requirement "urn:oiml:pub:r:91-1:2025#clause-7.5"
|
|
10
|
+
field checking_facility : text {
|
|
11
|
+
label "Checking facility"
|
|
12
|
+
description "Describe, using point form, checking facility (automatic and/or manual triggering, outcomes)"
|
|
13
|
+
required true
|
|
14
|
+
targets { /req/technical/checking-facilities }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
form r91-3/report-configuration {
|
|
2
|
+
name "Configuration for test"
|
|
3
|
+
description "R 91-3 test report, section 15 — additional information relating to equipment configuration, interfaces, data rates, protection options, additional devices and additional software for the instrument and/or simulator to support type evaluation"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 91-3, p. 15"
|
|
6
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-configuration-for-test"
|
|
7
|
+
field configuration_details : text {
|
|
8
|
+
label "Configuration for test"
|
|
9
|
+
description "Use this space for additional information relating to equipment configuration, interfaces, data rates, protection options, additional devices and additional software for the instrument and/or simulator to support type evaluation"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
form r91-3/report-identification {
|
|
2
|
+
name "Identification of the instrument + general information concerning the type"
|
|
3
|
+
description "R 91-3 test report, sections 5–9 — the instrument identification pages (application/identification numbers, applicant, manufacturer, type designation, instrument category, software version, report date; documentation modules table), the identification descriptions (components/interfaces/configuration with photograph, measurement technology), and the general information concerning the type (testing on complete instrument or module, categorisation attributes, rated operating conditions, evaluation period, observer, additional remarks). The published format also carries a 'Manufacturer provided simulator documentation (if applicable)' module table (preview PDF p. 9) that the OCR substrate dropped — modelled here as simulator_documentation_modules and recorded in the task report."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 91-3, pp. 9-13"
|
|
6
|
+
requirements { /req/metrological/operating-conditions-minimum /req/metrological/operating-conditions-declared }
|
|
7
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-test-report"
|
|
8
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-identification-of-the-instrument"
|
|
9
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-identification-of-the-instrument/table-1"
|
|
10
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-identification-of-the-instrument/table-2"
|
|
11
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-identification-of-the-instrument-continued"
|
|
12
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-identification-of-the-instrument-continued-2"
|
|
13
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-general-information-concerning-the-type"
|
|
14
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-general-information-concerning-the-type/table-1"
|
|
15
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-general-information-concerning-the-type/table-2"
|
|
16
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-general-information-concerning-the-type-continued"
|
|
17
|
+
field application_no : string {
|
|
18
|
+
label "Application no."
|
|
19
|
+
required true
|
|
20
|
+
bind application.application_number
|
|
21
|
+
}
|
|
22
|
+
field applicant : string {
|
|
23
|
+
label "Applicant"
|
|
24
|
+
required true
|
|
25
|
+
}
|
|
26
|
+
field identification_no : string {
|
|
27
|
+
label "Identification no."
|
|
28
|
+
required true
|
|
29
|
+
}
|
|
30
|
+
field manufacturer : string {
|
|
31
|
+
label "Manufacturer"
|
|
32
|
+
required true
|
|
33
|
+
}
|
|
34
|
+
field instrument_type_designation : string {
|
|
35
|
+
label "Type designation"
|
|
36
|
+
description "Type designation of the speed meter under test (named instrument_type_designation — the C47 artifact/evidence firewall: the enforcement-evidence-file artifact carries its own type_designation contract field)"
|
|
37
|
+
required true
|
|
38
|
+
bind model.model_designation
|
|
39
|
+
}
|
|
40
|
+
field instrument_category : string {
|
|
41
|
+
label "Instrument category"
|
|
42
|
+
description "Categorisation of the speed meter per R 91-1, clause 5 (e.g. Doppler-radar based, range-finding based, average, fixed-distance, image based, across-the-road, moving)"
|
|
43
|
+
required true
|
|
44
|
+
}
|
|
45
|
+
field software_version : string {
|
|
46
|
+
label "Software version"
|
|
47
|
+
required true
|
|
48
|
+
}
|
|
49
|
+
field report_date : string {
|
|
50
|
+
label "Report date (yyyy-mm-dd)"
|
|
51
|
+
required true
|
|
52
|
+
}
|
|
53
|
+
field documentation_modules : array {
|
|
54
|
+
label "Documentation from the manufacturer — system/modules"
|
|
55
|
+
description "Modules recorded as necessary to identify the equipment under test (System or module name | Drawing number or software reference | Version | Serial no.)"
|
|
56
|
+
items { object fields {
|
|
57
|
+
field module_name : string {
|
|
58
|
+
label "System or module name"
|
|
59
|
+
required true
|
|
60
|
+
}
|
|
61
|
+
field drawing_reference : string {
|
|
62
|
+
label "Drawing number or software reference"
|
|
63
|
+
}
|
|
64
|
+
field version : string {
|
|
65
|
+
label "Version"
|
|
66
|
+
}
|
|
67
|
+
field serial_no : string {
|
|
68
|
+
label "Serial no."
|
|
69
|
+
}
|
|
70
|
+
} }
|
|
71
|
+
}
|
|
72
|
+
field simulator_documentation_modules : array {
|
|
73
|
+
label "Manufacturer provided simulator documentation (if applicable)"
|
|
74
|
+
description "Simulator modules documentation — the published report page carries this second module table (preview PDF p. 9); the OCR substrate dropped it (recorded in the task report), so no source fragment binds this field"
|
|
75
|
+
items { object fields {
|
|
76
|
+
field module_name : string {
|
|
77
|
+
label "System or module name"
|
|
78
|
+
required true
|
|
79
|
+
}
|
|
80
|
+
field drawing_reference : string {
|
|
81
|
+
label "Drawing number or software reference"
|
|
82
|
+
}
|
|
83
|
+
field version : string {
|
|
84
|
+
label "Version"
|
|
85
|
+
}
|
|
86
|
+
field serial_no : string {
|
|
87
|
+
label "Serial no."
|
|
88
|
+
}
|
|
89
|
+
} }
|
|
90
|
+
}
|
|
91
|
+
field identification_description : text {
|
|
92
|
+
label "Description or other information pertaining to identification"
|
|
93
|
+
description "Components, interfaces, configuration — attach diagrams or drawings if available; include photograph(s) here if available"
|
|
94
|
+
}
|
|
95
|
+
field measurement_technology : text {
|
|
96
|
+
label "Measurement technology"
|
|
97
|
+
description "Describe, using point form, the measurement technology used"
|
|
98
|
+
}
|
|
99
|
+
field testing_on : enum {
|
|
100
|
+
label "Testing on"
|
|
101
|
+
description "Whether the tests ran on the complete instrument or on a module; for a module the test equipment (simulator or part of a complete instrument) connected to it is defined in the test form(s) used"
|
|
102
|
+
required true
|
|
103
|
+
enum_values { complete-instrument module }
|
|
104
|
+
}
|
|
105
|
+
field mode_of_use : string {
|
|
106
|
+
label "Mode of use (categorisation)"
|
|
107
|
+
}
|
|
108
|
+
field principle_of_installation : string {
|
|
109
|
+
label "Principle of installation (categorisation)"
|
|
110
|
+
}
|
|
111
|
+
field working_principle : string {
|
|
112
|
+
label "Working principle (categorisation)"
|
|
113
|
+
}
|
|
114
|
+
field triggering_and_camera : string {
|
|
115
|
+
label "Triggering and camera (categorisation)"
|
|
116
|
+
}
|
|
117
|
+
field cosine_compensation : string {
|
|
118
|
+
label "Compensation for cosine error (categorisation)"
|
|
119
|
+
}
|
|
120
|
+
field rated_operating_conditions : object {
|
|
121
|
+
label "Rated operating conditions (minimum/maximum)"
|
|
122
|
+
description "The manufacturer-declared rated operating conditions record driving the test levels of the influence factor and disturbance tests (R 91-1, 6.16/6.17)"
|
|
123
|
+
targets { /req/metrological/operating-conditions-declared }
|
|
124
|
+
fields {
|
|
125
|
+
field speed_min : number {
|
|
126
|
+
label "Speed measurement, minimum [km/h]"
|
|
127
|
+
unit "km/h"
|
|
128
|
+
measurement_method declared
|
|
129
|
+
}
|
|
130
|
+
field speed_max : number {
|
|
131
|
+
label "Speed measurement, maximum [km/h]"
|
|
132
|
+
unit "km/h"
|
|
133
|
+
measurement_method declared
|
|
134
|
+
}
|
|
135
|
+
field ego_speed_min : number {
|
|
136
|
+
label "EGO speed measurement, minimum [km/h] (if applicable)"
|
|
137
|
+
unit "km/h"
|
|
138
|
+
measurement_method declared
|
|
139
|
+
}
|
|
140
|
+
field ego_speed_max : number {
|
|
141
|
+
label "EGO speed measurement, maximum [km/h] (if applicable)"
|
|
142
|
+
unit "km/h"
|
|
143
|
+
measurement_method declared
|
|
144
|
+
}
|
|
145
|
+
field distance_min : number {
|
|
146
|
+
label "Distance to vehicle, minimum [m] (if applicable)"
|
|
147
|
+
unit "m"
|
|
148
|
+
measurement_method declared
|
|
149
|
+
}
|
|
150
|
+
field distance_max : number {
|
|
151
|
+
label "Distance to vehicle, maximum [m] (if applicable)"
|
|
152
|
+
unit "m"
|
|
153
|
+
measurement_method declared
|
|
154
|
+
}
|
|
155
|
+
field angle_min : number {
|
|
156
|
+
label "Angle to vehicle, minimum [°] (if applicable)"
|
|
157
|
+
unit "deg"
|
|
158
|
+
measurement_method declared
|
|
159
|
+
}
|
|
160
|
+
field angle_max : number {
|
|
161
|
+
label "Angle to vehicle, maximum [°] (if applicable)"
|
|
162
|
+
unit "deg"
|
|
163
|
+
measurement_method declared
|
|
164
|
+
}
|
|
165
|
+
field vehicles_min : integer {
|
|
166
|
+
label "Number of vehicles, minimum (if applicable)"
|
|
167
|
+
measurement_method declared
|
|
168
|
+
}
|
|
169
|
+
field vehicles_max : integer {
|
|
170
|
+
label "Number of vehicles, maximum (if applicable)"
|
|
171
|
+
measurement_method declared
|
|
172
|
+
}
|
|
173
|
+
field operating_temperature_min : number {
|
|
174
|
+
label "Operating temperature, minimum [°C]"
|
|
175
|
+
unit "degC"
|
|
176
|
+
measurement_method declared
|
|
177
|
+
}
|
|
178
|
+
field operating_temperature_max : number {
|
|
179
|
+
label "Operating temperature, maximum [°C]"
|
|
180
|
+
unit "degC"
|
|
181
|
+
measurement_method declared
|
|
182
|
+
}
|
|
183
|
+
field storage_temperature_min : number {
|
|
184
|
+
label "Storage temperature, minimum [°C]"
|
|
185
|
+
unit "degC"
|
|
186
|
+
measurement_method declared
|
|
187
|
+
}
|
|
188
|
+
field storage_temperature_max : number {
|
|
189
|
+
label "Storage temperature, maximum [°C]"
|
|
190
|
+
unit "degC"
|
|
191
|
+
measurement_method declared
|
|
192
|
+
}
|
|
193
|
+
field voltage_min : number {
|
|
194
|
+
label "Power supply voltage, minimum [V]"
|
|
195
|
+
unit "V"
|
|
196
|
+
measurement_method declared
|
|
197
|
+
}
|
|
198
|
+
field voltage_max : number {
|
|
199
|
+
label "Power supply voltage, maximum [V]"
|
|
200
|
+
unit "V"
|
|
201
|
+
measurement_method declared
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
field evaluation_period : string {
|
|
206
|
+
label "Evaluation period"
|
|
207
|
+
}
|
|
208
|
+
field observer : string {
|
|
209
|
+
label "Observer"
|
|
210
|
+
}
|
|
211
|
+
field general_remarks : text {
|
|
212
|
+
label "General information concerning the type (continued)"
|
|
213
|
+
description "Additional remarks and/or information: connecting equipment, interfaces and sensors, choice of the manufacturer regarding protection and specific speed meter requirements etc."
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
form r91-3/report-indications-controls {
|
|
2
|
+
name "Indications and controls"
|
|
3
|
+
description "R 91-3 test report, section 7 — the indications-and-controls description (wired or wireless communication with the instrument, installation, ready indication, error codes), recorded for the indication/modes/test-interface examination (R 91-1, 7.2/7.8/7.9)"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
conformance_process /conf/examinations/technical-examination
|
|
6
|
+
section "R 91-3, p. 13"
|
|
7
|
+
requirements { /req/technical/indication-rules /req/technical/modes }
|
|
8
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-indications-and-controls"
|
|
9
|
+
ref requirement "urn:oiml:pub:r:91-1:2025#clause-7.2"
|
|
10
|
+
field indications_and_controls : text {
|
|
11
|
+
label "Indications and controls"
|
|
12
|
+
description "Describe, using point form, all indications and controls of the instrument (such as wired or wireless communication with the instrument, installation, ready indication, error codes)"
|
|
13
|
+
required true
|
|
14
|
+
targets { /req/technical/indication-rules }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
form r91-3/report-sealing {
|
|
2
|
+
name "Sealing"
|
|
3
|
+
description "R 91-3 test report, section 13 — the sealing description: the physical and electronic seals (e.g. audit trails) used to protect the metrological characteristics of the instrument and how to access them, plus any remote access abilities and how these are sealed (R 91-1, 7.11)"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 91-3, p. 13"
|
|
6
|
+
requirements { /req/technical/sealing-inscriptions }
|
|
7
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-sealing"
|
|
8
|
+
ref requirement "urn:oiml:pub:r:91-1:2025#clause-7.11"
|
|
9
|
+
field sealing : text {
|
|
10
|
+
label "Sealing"
|
|
11
|
+
description "Describe, using point form, the physical and electronic seals (e.g. audit trails) used to protect the metrological characteristics of the instrument, and how to access them"
|
|
12
|
+
required true
|
|
13
|
+
targets { /req/technical/sealing-inscriptions }
|
|
14
|
+
}
|
|
15
|
+
field remote_access_sealing : text {
|
|
16
|
+
label "Remote access abilities and their sealing"
|
|
17
|
+
description "Also describe any remote access abilities available and how these are sealed"
|
|
18
|
+
targets { /req/technical/sealing-inscriptions }
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
form r91-3/report-software-description {
|
|
2
|
+
name "Software"
|
|
3
|
+
description "R 91-3 test report, section 12 — the software-protection description: the means used to protect legally relevant software, the version of the software present at the time of testing, and how to verify that version number (R 91-1, 7.10)"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 91-3, p. 13"
|
|
6
|
+
requirements { /req/technical/software }
|
|
7
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-software"
|
|
8
|
+
ref requirement "urn:oiml:pub:r:91-1:2025#clause-7.10"
|
|
9
|
+
field software_protection : text {
|
|
10
|
+
label "Software protection means"
|
|
11
|
+
description "Describe, using point form, the means used to protect legally relevant software in the instrument"
|
|
12
|
+
required true
|
|
13
|
+
targets { /req/technical/software }
|
|
14
|
+
}
|
|
15
|
+
field software_version_at_test : string {
|
|
16
|
+
label "Software version present at the time of testing"
|
|
17
|
+
required true
|
|
18
|
+
targets { /req/technical/software }
|
|
19
|
+
}
|
|
20
|
+
field version_verification : text {
|
|
21
|
+
label "How to verify the version number"
|
|
22
|
+
required true
|
|
23
|
+
targets { /req/technical/software }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
form r91-3/report-summary-environmental {
|
|
2
|
+
name "Summary of environmental conditions"
|
|
3
|
+
description "R 91-3 test report, section 16 — the summary of environmental conditions (OIML R 91-2, 6.1 detailed): one conclusion row per environmental test (1 Dry heat (operating) … 33 Load dump test) with the report page and the passed/failed record. The row vocabulary is the report's conclusion-row space for the influence factor and disturbance tests (r144 F15): every executed influence/disturbance conformance test maps its verdict to its row."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 91-3, p. 18"
|
|
6
|
+
ref report-format "urn:oiml:pub:r:91-3:2025#clause-adjustments-or-modifications/table-2"
|
|
7
|
+
report_rows { field summary_rows item_key row }
|
|
8
|
+
field summary_rows : array {
|
|
9
|
+
label "Summary of environmental conditions (OIML R 91-2, 6.1 detailed)"
|
|
10
|
+
description "One row per OIML R 91-2, 6.1 environmental test"
|
|
11
|
+
required true
|
|
12
|
+
items { object fields {
|
|
13
|
+
field row : enum {
|
|
14
|
+
label "Environmental test (OIML R 91-2, 6.1)"
|
|
15
|
+
required true
|
|
16
|
+
enum_values { dry-heat-operating dry-heat-storage cold-operating cold-storage damp-heat-cyclic water atmospheric-pressure sand-and-dust salt-mist vibration-random mechanical-shock dc-mains-voltage-variation ripple-on-dc-mains ac-mains-voltage-variation ac-mains-frequency-variation dc-mains-voltage-dips ac-mains-voltage-dips ac-mains-frequency-harmonics vlf-lf-disturbances bursts-ac-dc-mains surges-ac-dc-mains bursts-signal-lines surges-signal-lines ac-mains-magnetic-field conducted-common-mode-currents rf-electromagnetic-fields electrostatic-discharges internal-battery-low-voltage road-vehicle-battery-variations transient-conduction-supply-lines transient-conduction-other-lines battery-voltage-cranking load-dump }
|
|
17
|
+
}
|
|
18
|
+
field report_page : string {
|
|
19
|
+
label "Report page"
|
|
20
|
+
}
|
|
21
|
+
field passed : boolean {
|
|
22
|
+
label "Passed"
|
|
23
|
+
measurement_method evaluated
|
|
24
|
+
}
|
|
25
|
+
field failed : boolean {
|
|
26
|
+
label "Failed"
|
|
27
|
+
measurement_method evaluated
|
|
28
|
+
}
|
|
29
|
+
field remarks : text {
|
|
30
|
+
|
|
31
|
+
}
|
|
32
|
+
} }
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|