@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,474 @@
|
|
|
1
|
+
{
|
|
2
|
+
"prd_sentences": "0.1.0",
|
|
3
|
+
"document": {
|
|
4
|
+
"urn": "urn:oiml:pub:r:91-4:2025",
|
|
5
|
+
"short": "OIML R 91-4:2025",
|
|
6
|
+
"part": "4"
|
|
7
|
+
},
|
|
8
|
+
"sentences": [
|
|
9
|
+
{
|
|
10
|
+
"address": "clause-introduction/s1",
|
|
11
|
+
"fragment": "clause-introduction",
|
|
12
|
+
"kind": "provision",
|
|
13
|
+
"fragment_normative": true,
|
|
14
|
+
"modality": "normative",
|
|
15
|
+
"text": "The “Type evaluation report”, the subject of OIML R 91-4, aims at presenting, in a standardized format, the results of the evaluation to which a type of a speed meter shall be submitted with a view to its approval."
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"address": "clause-introduction/s2",
|
|
19
|
+
"fragment": "clause-introduction",
|
|
20
|
+
"kind": "provision",
|
|
21
|
+
"fragment_normative": true,
|
|
22
|
+
"modality": "informative",
|
|
23
|
+
"text": "The “Checklist” is a summary of the evaluation and examinations carried out on the instrument."
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"address": "clause-introduction/s3",
|
|
27
|
+
"fragment": "clause-introduction",
|
|
28
|
+
"kind": "provision",
|
|
29
|
+
"fragment_normative": true,
|
|
30
|
+
"modality": "informative",
|
|
31
|
+
"text": "It includes the conclusions of the results of the tests performed, experimental or visual checks based on the required performance criteria and associated tests in OIML R 91-1 and -2."
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"address": "clause-introduction/s4",
|
|
35
|
+
"fragment": "clause-introduction",
|
|
36
|
+
"kind": "provision",
|
|
37
|
+
"fragment_normative": true,
|
|
38
|
+
"modality": "informative",
|
|
39
|
+
"text": "The words or condensed sentences intend to remind the examiner of the requirements of R 91-1 and -2 without reproducing them."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"address": "clause-introduction/s5",
|
|
43
|
+
"fragment": "clause-introduction",
|
|
44
|
+
"kind": "provision",
|
|
45
|
+
"fragment_normative": true,
|
|
46
|
+
"modality": "informative",
|
|
47
|
+
"text": "All metrology services evaluating types of speed meters according to OIML R 91-1 and -2 or to national or regional regulations based on OIML R 91-1 and -2 are strongly advised to use this “Type evaluation report format”, directly or after translation into a language other than English or French."
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"address": "clause-introduction/s6",
|
|
51
|
+
"fragment": "clause-introduction",
|
|
52
|
+
"kind": "provision",
|
|
53
|
+
"fragment_normative": true,
|
|
54
|
+
"modality": "normative",
|
|
55
|
+
"text": "Its direct use in English or in French, or in both languages, is even more strongly recommended whenever the results of type evaluation may be transmitted by the country performing these evaluations to the approving authorities of another country, under bi- or multi-lateral cooperation agreements."
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"address": "clause-introduction/s7",
|
|
59
|
+
"fragment": "clause-introduction",
|
|
60
|
+
"kind": "provision",
|
|
61
|
+
"fragment_normative": true,
|
|
62
|
+
"modality": "informative",
|
|
63
|
+
"text": "In the framework of the OIML Certification System (OIML-CS), use of the “Type evaluation report format” is mandatory."
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"address": "clause-identification-of-the-instrument/s1",
|
|
67
|
+
"fragment": "clause-identification-of-the-instrument",
|
|
68
|
+
"kind": "provision",
|
|
69
|
+
"fragment_normative": true,
|
|
70
|
+
"modality": "informative",
|
|
71
|
+
"text": "Application no.: Applicant:"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"address": "clause-identification-of-the-instrument/s2",
|
|
75
|
+
"fragment": "clause-identification-of-the-instrument",
|
|
76
|
+
"kind": "provision",
|
|
77
|
+
"fragment_normative": true,
|
|
78
|
+
"modality": "informative",
|
|
79
|
+
"text": "Identification no.: Manufacturer:"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"address": "clause-identification-of-the-instrument/s3",
|
|
83
|
+
"fragment": "clause-identification-of-the-instrument",
|
|
84
|
+
"kind": "provision",
|
|
85
|
+
"fragment_normative": true,
|
|
86
|
+
"modality": "informative",
|
|
87
|
+
"text": "Type designation: Instrument category:"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"address": "clause-identification-of-the-instrument/s4",
|
|
91
|
+
"fragment": "clause-identification-of-the-instrument",
|
|
92
|
+
"kind": "provision",
|
|
93
|
+
"fragment_normative": true,
|
|
94
|
+
"modality": "informative",
|
|
95
|
+
"text": "Software version: _ Report date:"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"address": "clause-identification-of-the-instrument/s5",
|
|
99
|
+
"fragment": "clause-identification-of-the-instrument",
|
|
100
|
+
"kind": "provision",
|
|
101
|
+
"fragment_normative": true,
|
|
102
|
+
"modality": "informative",
|
|
103
|
+
"text": "Documentation from the manufacturer"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"address": "clause-identification-of-the-instrument/s6",
|
|
107
|
+
"fragment": "clause-identification-of-the-instrument",
|
|
108
|
+
"kind": "provision",
|
|
109
|
+
"fragment_normative": true,
|
|
110
|
+
"modality": "informative",
|
|
111
|
+
"text": "(Record as necessary to identify the equipment under evaluation)"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"address": "clause-identification-of-the-instrument-continued/s1",
|
|
115
|
+
"fragment": "clause-identification-of-the-instrument-continued",
|
|
116
|
+
"kind": "provision",
|
|
117
|
+
"fragment_normative": true,
|
|
118
|
+
"modality": "informative",
|
|
119
|
+
"text": "Simulator function (summary) (if applicable)"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"address": "clause-identification-of-the-instrument-continued/s2",
|
|
123
|
+
"fragment": "clause-identification-of-the-instrument-continued",
|
|
124
|
+
"kind": "provision",
|
|
125
|
+
"fragment_normative": true,
|
|
126
|
+
"modality": "normative",
|
|
127
|
+
"text": "(Simulator description and drawings, block diagram, etc. should be attached to the report if available)"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"address": "clause-identification-of-the-instrument-continued-2/s1",
|
|
131
|
+
"fragment": "clause-identification-of-the-instrument-continued-2",
|
|
132
|
+
"kind": "provision",
|
|
133
|
+
"fragment_normative": true,
|
|
134
|
+
"modality": "informative",
|
|
135
|
+
"text": "Description or other information pertaining to identification of the instrument (components, interfaces, configuration)."
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"address": "clause-identification-of-the-instrument-continued-2/s2",
|
|
139
|
+
"fragment": "clause-identification-of-the-instrument-continued-2",
|
|
140
|
+
"kind": "provision",
|
|
141
|
+
"fragment_normative": true,
|
|
142
|
+
"modality": "informative",
|
|
143
|
+
"text": "Attach photograph, diagrams or drawings if available:"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"address": "clause-identification-of-the-instrument-continued-2/s3",
|
|
147
|
+
"fragment": "clause-identification-of-the-instrument-continued-2",
|
|
148
|
+
"kind": "provision",
|
|
149
|
+
"fragment_normative": true,
|
|
150
|
+
"modality": "informative",
|
|
151
|
+
"text": "Describe, using point form, the measurement technology used:"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"address": "clause-general-information-concerning-the-type/s1",
|
|
155
|
+
"fragment": "clause-general-information-concerning-the-type",
|
|
156
|
+
"kind": "provision",
|
|
157
|
+
"fragment_normative": true,
|
|
158
|
+
"modality": "informative",
|
|
159
|
+
"text": "Testing on:"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"address": "clause-general-information-concerning-the-type/s2",
|
|
163
|
+
"fragment": "clause-general-information-concerning-the-type",
|
|
164
|
+
"kind": "provision",
|
|
165
|
+
"fragment_normative": true,
|
|
166
|
+
"modality": "informative",
|
|
167
|
+
"text": "Complete instrument"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"address": "clause-general-information-concerning-the-type/s3",
|
|
171
|
+
"fragment": "clause-general-information-concerning-the-type",
|
|
172
|
+
"kind": "provision",
|
|
173
|
+
"fragment_normative": true,
|
|
174
|
+
"modality": "informative",
|
|
175
|
+
"text": "Module*"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"address": "clause-general-information-concerning-the-type/s4",
|
|
179
|
+
"fragment": "clause-general-information-concerning-the-type",
|
|
180
|
+
"kind": "provision",
|
|
181
|
+
"fragment_normative": true,
|
|
182
|
+
"modality": "informative",
|
|
183
|
+
"text": "Categorisation of speed meter"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"address": "clause-general-information-concerning-the-type/s5",
|
|
187
|
+
"fragment": "clause-general-information-concerning-the-type",
|
|
188
|
+
"kind": "provision",
|
|
189
|
+
"fragment_normative": true,
|
|
190
|
+
"modality": "informative",
|
|
191
|
+
"text": "Evaluation period:"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"address": "clause-general-information-concerning-the-type/s6",
|
|
195
|
+
"fragment": "clause-general-information-concerning-the-type",
|
|
196
|
+
"kind": "provision",
|
|
197
|
+
"fragment_normative": true,
|
|
198
|
+
"modality": "informative",
|
|
199
|
+
"text": "…"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"address": "clause-general-information-concerning-the-type/s7",
|
|
203
|
+
"fragment": "clause-general-information-concerning-the-type",
|
|
204
|
+
"kind": "provision",
|
|
205
|
+
"fragment_normative": true,
|
|
206
|
+
"modality": "informative",
|
|
207
|
+
"text": "Observer:"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"address": "clause-general-information-concerning-the-type/s8",
|
|
211
|
+
"fragment": "clause-general-information-concerning-the-type",
|
|
212
|
+
"kind": "provision",
|
|
213
|
+
"fragment_normative": true,
|
|
214
|
+
"modality": "informative",
|
|
215
|
+
"text": "…"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"address": "clause-general-information-concerning-the-type-continued/s1",
|
|
219
|
+
"fragment": "clause-general-information-concerning-the-type-continued",
|
|
220
|
+
"kind": "provision",
|
|
221
|
+
"fragment_normative": true,
|
|
222
|
+
"modality": "informative",
|
|
223
|
+
"text": "Use this space to indicate additional remarks and/or information: connecting equipment, interfaces and sensors, choice of the manufacturer regarding protection and specific speed meter requirements etc."
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"address": "clause-indications-and-controls/s1",
|
|
227
|
+
"fragment": "clause-indications-and-controls",
|
|
228
|
+
"kind": "provision",
|
|
229
|
+
"fragment_normative": true,
|
|
230
|
+
"modality": "informative",
|
|
231
|
+
"text": "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):"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"address": "clause-evidence-file/s1",
|
|
235
|
+
"fragment": "clause-evidence-file",
|
|
236
|
+
"kind": "provision",
|
|
237
|
+
"fragment_normative": true,
|
|
238
|
+
"modality": "informative",
|
|
239
|
+
"text": "Describe, using point form, evidence file for measurement (type of file, encryption, content, storage, retrieval, authentication):"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"address": "clause-checking-facility/s1",
|
|
243
|
+
"fragment": "clause-checking-facility",
|
|
244
|
+
"kind": "provision",
|
|
245
|
+
"fragment_normative": true,
|
|
246
|
+
"modality": "informative",
|
|
247
|
+
"text": "Describe, using point form, checking facility (automatic and/or manual triggering, outcomes):"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"address": "clause-alignment-and-aiming-device/s1",
|
|
251
|
+
"fragment": "clause-alignment-and-aiming-device",
|
|
252
|
+
"kind": "provision",
|
|
253
|
+
"fragment_normative": true,
|
|
254
|
+
"modality": "informative",
|
|
255
|
+
"text": "Describe, using point form, alignment procedure and use of aiming device, if applicable:"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"address": "clause-test-interface/s1",
|
|
259
|
+
"fragment": "clause-test-interface",
|
|
260
|
+
"kind": "provision",
|
|
261
|
+
"fragment_normative": true,
|
|
262
|
+
"modality": "informative",
|
|
263
|
+
"text": "Describe, using point form, test interface (access, parameters"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"address": "clause-software/s1",
|
|
267
|
+
"fragment": "clause-software",
|
|
268
|
+
"kind": "provision",
|
|
269
|
+
"fragment_normative": true,
|
|
270
|
+
"modality": "informative",
|
|
271
|
+
"text": "Describe, using point form, the means used to protect legally relevant software in the instrument and indicate the version of the software present at the time of testing and how to verify this version number:"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"address": "clause-sealing/s1",
|
|
275
|
+
"fragment": "clause-sealing",
|
|
276
|
+
"kind": "provision",
|
|
277
|
+
"fragment_normative": true,
|
|
278
|
+
"modality": "informative",
|
|
279
|
+
"text": "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."
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"address": "clause-sealing/s2",
|
|
283
|
+
"fragment": "clause-sealing",
|
|
284
|
+
"kind": "provision",
|
|
285
|
+
"fragment_normative": true,
|
|
286
|
+
"modality": "informative",
|
|
287
|
+
"text": "Also describe any remote access abilities available and how these are sealed:"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"address": "clause-configuration-for-type-evaluation/s1",
|
|
291
|
+
"fragment": "clause-configuration-for-type-evaluation",
|
|
292
|
+
"kind": "provision",
|
|
293
|
+
"fragment_normative": true,
|
|
294
|
+
"modality": "informative",
|
|
295
|
+
"text": "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."
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"address": "clause-selection-of-sample-s/s1",
|
|
299
|
+
"fragment": "clause-selection-of-sample-s",
|
|
300
|
+
"kind": "provision",
|
|
301
|
+
"fragment_normative": true,
|
|
302
|
+
"modality": "informative",
|
|
303
|
+
"text": "Use this space for additional information relating to the justification for the selection of sample(s), in particular in case of a family of instruments or modules or if specific requirements are mentioned in OIML R 91-1 and -2 (if applicable)."
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"address": "clause-adjustments-or-modifications/s1",
|
|
307
|
+
"fragment": "clause-adjustments-or-modifications",
|
|
308
|
+
"kind": "provision",
|
|
309
|
+
"fragment_normative": true,
|
|
310
|
+
"modality": "informative",
|
|
311
|
+
"text": "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."
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"address": "clause-summary-of-test-report-s/s1",
|
|
315
|
+
"fragment": "clause-summary-of-test-report-s",
|
|
316
|
+
"kind": "provision",
|
|
317
|
+
"fragment_normative": true,
|
|
318
|
+
"modality": "informative",
|
|
319
|
+
"text": "Use the table below to summarize the test report(s) used to support the type evaluation:"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"address": "clause-summary-of-test-report-s/s2",
|
|
323
|
+
"fragment": "clause-summary-of-test-report-s",
|
|
324
|
+
"kind": "provision",
|
|
325
|
+
"fragment_normative": true,
|
|
326
|
+
"modality": "informative",
|
|
327
|
+
"text": "Use this column to record if the test report was issued: Under the OIML Basic Certificate System, the OIML Mutual Acceptance Arrangement (MAA) or the OIML Certification System Scheme A or B."
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"address": "clause-summary-of-test-report-s/s3",
|
|
331
|
+
"fragment": "clause-summary-of-test-report-s",
|
|
332
|
+
"kind": "provision",
|
|
333
|
+
"fragment_normative": true,
|
|
334
|
+
"modality": "normative",
|
|
335
|
+
"text": "Where the test report was used as the basis for issuing an existing OIML Certificate, the relevant OIML Certificate Number should be noted."
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"address": "clause-summary-of-test-report-s/s4",
|
|
339
|
+
"fragment": "clause-summary-of-test-report-s",
|
|
340
|
+
"kind": "provision",
|
|
341
|
+
"fragment_normative": true,
|
|
342
|
+
"modality": "informative",
|
|
343
|
+
"text": "By a Manufacturer Test Laboratory (MTL)."
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"address": "clause-summary-of-test-report-s/s5",
|
|
347
|
+
"fragment": "clause-summary-of-test-report-s",
|
|
348
|
+
"kind": "provision",
|
|
349
|
+
"fragment_normative": true,
|
|
350
|
+
"modality": "informative",
|
|
351
|
+
"text": "Under the scope of ISO/IEC 17025 accreditation."
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"address": "clause-summary-of-appraisal-of-test-data-where-applicable/s1",
|
|
355
|
+
"fragment": "clause-summary-of-appraisal-of-test-data-where-applicable",
|
|
356
|
+
"kind": "provision",
|
|
357
|
+
"fragment_normative": true,
|
|
358
|
+
"modality": "informative",
|
|
359
|
+
"text": "Use this space to record the appraisal of test data [reference OIML-CS Procedural Documents PD-05 and PD-07]:"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"address": "clause-summary-of-appraisal-of-test-data-where-applicable/s2",
|
|
363
|
+
"fragment": "clause-summary-of-appraisal-of-test-data-where-applicable",
|
|
364
|
+
"kind": "provision",
|
|
365
|
+
"fragment_normative": true,
|
|
366
|
+
"modality": "informative",
|
|
367
|
+
"text": "If there is more than one test report, indicate in the remarks if the answers are not the same for all test reports by referring to the test report number from the previous table."
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"address": "clause-summary-of-the-checklist/s1",
|
|
371
|
+
"fragment": "clause-summary-of-the-checklist",
|
|
372
|
+
"kind": "provision",
|
|
373
|
+
"fragment_normative": true,
|
|
374
|
+
"modality": "normative",
|
|
375
|
+
"text": "For each test, the “Summary of the checklist” below and the “Checklist” in clause 1 shall be completed according to this example:"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"address": "clause-summary-of-the-checklist/s2",
|
|
379
|
+
"fragment": "clause-summary-of-the-checklist",
|
|
380
|
+
"kind": "provision",
|
|
381
|
+
"fragment_normative": true,
|
|
382
|
+
"modality": "informative",
|
|
383
|
+
"text": "Summary of the checklist:"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"address": "clause-summary-of-the-checklist/s3",
|
|
387
|
+
"fragment": "clause-summary-of-the-checklist",
|
|
388
|
+
"kind": "provision",
|
|
389
|
+
"fragment_normative": true,
|
|
390
|
+
"modality": "informative",
|
|
391
|
+
"text": "Use this page to detail remarks from the summary of the checklist"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"address": "clause-checklist/s1",
|
|
395
|
+
"fragment": "clause-checklist",
|
|
396
|
+
"kind": "provision",
|
|
397
|
+
"fragment_normative": true,
|
|
398
|
+
"modality": "informative",
|
|
399
|
+
"text": "Application no.: _"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"address": "clause-checklist/s2",
|
|
403
|
+
"fragment": "clause-checklist",
|
|
404
|
+
"kind": "provision",
|
|
405
|
+
"fragment_normative": true,
|
|
406
|
+
"modality": "informative",
|
|
407
|
+
"text": "Type designation: _"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"address": "clause-checklist/s3",
|
|
411
|
+
"fragment": "clause-checklist",
|
|
412
|
+
"kind": "provision",
|
|
413
|
+
"fragment_normative": true,
|
|
414
|
+
"modality": "informative",
|
|
415
|
+
"text": "Applicant: _"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"address": "clause-checklist/s4",
|
|
419
|
+
"fragment": "clause-checklist",
|
|
420
|
+
"kind": "provision",
|
|
421
|
+
"fragment_normative": true,
|
|
422
|
+
"modality": "informative",
|
|
423
|
+
"text": "Serial no.: _"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"address": "clause-checklist/s5",
|
|
427
|
+
"fragment": "clause-checklist",
|
|
428
|
+
"kind": "provision",
|
|
429
|
+
"fragment_normative": true,
|
|
430
|
+
"modality": "informative",
|
|
431
|
+
"text": "Date: _"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"address": "clause-checklist/s6",
|
|
435
|
+
"fragment": "clause-checklist",
|
|
436
|
+
"kind": "provision",
|
|
437
|
+
"fragment_normative": true,
|
|
438
|
+
"modality": "informative",
|
|
439
|
+
"text": "Manufacturer: …"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"address": "clause-checklist/s7",
|
|
443
|
+
"fragment": "clause-checklist",
|
|
444
|
+
"kind": "provision",
|
|
445
|
+
"fragment_normative": true,
|
|
446
|
+
"modality": "informative",
|
|
447
|
+
"text": "Observer: _"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"address": "clause-result/s1",
|
|
451
|
+
"fragment": "clause-result",
|
|
452
|
+
"kind": "provision",
|
|
453
|
+
"fragment_normative": true,
|
|
454
|
+
"modality": "informative",
|
|
455
|
+
"text": "Pass"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"address": "clause-result/s2",
|
|
459
|
+
"fragment": "clause-result",
|
|
460
|
+
"kind": "provision",
|
|
461
|
+
"fragment_normative": true,
|
|
462
|
+
"modality": "informative",
|
|
463
|
+
"text": "Fail"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"address": "clause-result/s3",
|
|
467
|
+
"fragment": "clause-result",
|
|
468
|
+
"kind": "provision",
|
|
469
|
+
"fragment_normative": true,
|
|
470
|
+
"modality": "informative",
|
|
471
|
+
"text": "Use this page to detail remarks from the checklist"
|
|
472
|
+
}
|
|
473
|
+
]
|
|
474
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
calculation speedError {
|
|
2
|
+
name "speedError"
|
|
3
|
+
category metrological
|
|
4
|
+
description "Absolute speed error: Δv = |v − v_ref| (R 91-3 symbols)"
|
|
5
|
+
inputs {
|
|
6
|
+
indicated_speed : number { unit "km/h" }
|
|
7
|
+
reference_speed : number { unit "km/h" }
|
|
8
|
+
}
|
|
9
|
+
output : number { unit "km/h" }
|
|
10
|
+
expression "ocl{abs(indicated_speed - reference_speed)}"
|
|
11
|
+
ref derives-from "urn:oiml:pub:r:91-3:2025#clause-explanatory-notes"
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
calculation relativeError {
|
|
15
|
+
name "relativeError"
|
|
16
|
+
category metrological
|
|
17
|
+
description "Relative speed error: Δv / v_ref — relative units always bind to the absolute value of the reference (R 91-1, 3.5.2 NOTE)"
|
|
18
|
+
inputs {
|
|
19
|
+
speed_error : number { unit "km/h" }
|
|
20
|
+
reference_speed : number { unit "km/h" }
|
|
21
|
+
}
|
|
22
|
+
output : number { unit "1" }
|
|
23
|
+
expression "ocl{abs(speed_error) / reference_speed}"
|
|
24
|
+
ref derives-from "urn:oiml:pub:r:91-1:2025#clause-3.5.2"
|
|
25
|
+
}
|
|
26
|
+
|