@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,83 @@
|
|
|
1
|
+
calculation measurementError {
|
|
2
|
+
name "measurementError"
|
|
3
|
+
identifier /calc/measurement-error
|
|
4
|
+
category metrological
|
|
5
|
+
description "Error of indication: E = I − D_ref (indication minus the known reference dimension)"
|
|
6
|
+
inputs {
|
|
7
|
+
indication : number { unit "cm" description "Indicated dimension (any axis)" }
|
|
8
|
+
reference_dimension : number { unit "cm" description "Known dimension of the test object" }
|
|
9
|
+
}
|
|
10
|
+
output : number { unit "cm" name "error_of_indication" description "Error of indication" }
|
|
11
|
+
expression "ocl{indication - reference_dimension}"
|
|
12
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.1.7"
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
calculation lookupMPE {
|
|
16
|
+
name "lookupMPE"
|
|
17
|
+
identifier /calc/lookup-mpe
|
|
18
|
+
category metrological
|
|
19
|
+
description "Maximum permissible error: ±1.0 d (R 129-1, 4.1.2); also the significant-fault threshold (4.1.3)"
|
|
20
|
+
inputs {
|
|
21
|
+
d : number { unit "cm" description "Scale interval of the instrument" }
|
|
22
|
+
}
|
|
23
|
+
output : number { unit "cm" name "mpe" description "Maximum permissible error" }
|
|
24
|
+
expression "ocl{1.0 * d}"
|
|
25
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.1.2"
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
calculation lookupMinDimension {
|
|
29
|
+
name "lookupMinDimension"
|
|
30
|
+
identifier /calc/lookup-min-dimension
|
|
31
|
+
category metrological
|
|
32
|
+
description "Minimum dimension lower limit per scale interval (R 129-1, Table 2): 10 d (d ≤ 2 cm), 20 d (2 cm < d ≤ 10 cm), 50 d (d > 10 cm)"
|
|
33
|
+
inputs {
|
|
34
|
+
d : number { unit "cm" description "Scale interval of the instrument" }
|
|
35
|
+
}
|
|
36
|
+
output : number { unit "cm" name "min_dimension" description "Minimum dimension lower limit" }
|
|
37
|
+
expression "ocl{if d <= 2 then 10 * d else (if d <= 10 then 20 * d else 50 * d endif) endif}"
|
|
38
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.1.1"
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
calculation dimensionalVolume {
|
|
42
|
+
name "dimensionalVolume"
|
|
43
|
+
identifier /calc/dimensional-volume
|
|
44
|
+
category metrological
|
|
45
|
+
description "Dimensional volume: DV = L × W × H (smallest enclosing rectangular box)"
|
|
46
|
+
inputs {
|
|
47
|
+
indication_l : number { unit "cm" description "Indicated length" }
|
|
48
|
+
indication_w : number { unit "cm" description "Indicated width" }
|
|
49
|
+
indication_h : number { unit "cm" description "Indicated height" }
|
|
50
|
+
}
|
|
51
|
+
output : number { unit "cm3" name "dimensional_volume" description "Dimensional volume" }
|
|
52
|
+
expression "ocl{indication_l * indication_w * indication_h}"
|
|
53
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.2.4"
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
calculation dimensionalWeight {
|
|
57
|
+
name "dimensionalWeight"
|
|
58
|
+
identifier /calc/dimensional-weight
|
|
59
|
+
category metrological
|
|
60
|
+
description "Dimensional weight: DW = DV / F, rounded to the nearest scale interval (R 129-1, 4.1.6)"
|
|
61
|
+
inputs {
|
|
62
|
+
dimensional_volume : number { unit "cm3" description "Dimensional volume" }
|
|
63
|
+
conversion_factor : number { unit "cm3/kg" description "Conversion factor F" }
|
|
64
|
+
}
|
|
65
|
+
output : number { unit "kg" name "dimensional_weight" description "Dimensional weight" }
|
|
66
|
+
expression "ocl{dimensional_volume / conversion_factor}"
|
|
67
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.2.7"
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
calculation determinePassFail {
|
|
71
|
+
name "determinePassFail"
|
|
72
|
+
identifier /calc/determine-pass-fail
|
|
73
|
+
category metrological
|
|
74
|
+
description "Pass/fail determination: |error| ≤ |mpe| → pass, else fail"
|
|
75
|
+
inputs {
|
|
76
|
+
error : number { unit "cm" description "Error of indication" }
|
|
77
|
+
mpe : number { unit "cm" description "Maximum permissible error" }
|
|
78
|
+
}
|
|
79
|
+
output : boolean { unit "1" name "pass" description "True when the absolute error does not exceed the MPE" }
|
|
80
|
+
expression "ocl{abs(error) <= abs(mpe)}"
|
|
81
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.1.2"
|
|
82
|
+
}
|
|
83
|
+
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
conformance_class /conf/disturbance-tests {
|
|
2
|
+
title "Disturbance tests"
|
|
3
|
+
name "Disturbance conformance tests"
|
|
4
|
+
target /req/electronic
|
|
5
|
+
subject "electromagnetic disturbance testing"
|
|
6
|
+
description "Test procedures for verifying compliance with disturbance requirements: voltage dips, electrical bursts, ESD, surges, RF immunity, and cyclic damp heat."
|
|
7
|
+
test_subject {
|
|
8
|
+
entity: "MeasuringInstrument"
|
|
9
|
+
classification_dimensions: "{\"measurement_principle\":[\"mechanical\",\"optical\",\"acoustic\"],\"instrument_category\":[\"automatic\",\"semi-automatic\"],\"power_supply\":[\"ac-mains\",\"battery\",\"dc\"]}"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
conformance_test /conf/disturbance-tests/voltage-dips {
|
|
14
|
+
name "AC mains voltage dips and interruptions"
|
|
15
|
+
purpose "Verify that the instrument does not exceed the significant fault threshold (1 d) during short-time reductions of mains voltage."
|
|
16
|
+
method "Reduce mains voltage for specified periods: 0 % for 0.5/1 cycle; 40 % for 10/12 cycles; 70 % for 25/30 cycles; 80 % for 250/300 cycles; 100 % for 250/300 cycles. Repeat 10 times with ≥ 10 s intervals. Compare indications with and without disturbance."
|
|
17
|
+
type Testing
|
|
18
|
+
kind disturbance
|
|
19
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
20
|
+
targets { /req/electronic/disturbance-resistance /req/electronic/no-significant-faults /req/technical/checking-significant-faults /req/metrological/fault-limit }
|
|
21
|
+
applicability {
|
|
22
|
+
power_supply: [ac-mains]
|
|
23
|
+
}
|
|
24
|
+
variables {
|
|
25
|
+
variable indication { type number unit "cm" source measured }
|
|
26
|
+
variable disturbance_effect { type number unit "cm" source derived }
|
|
27
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
28
|
+
variable fault_detected { type boolean source measured }
|
|
29
|
+
}
|
|
30
|
+
procedure {
|
|
31
|
+
1 "Record the baseline observable before the disturbance" outputs { indication }
|
|
32
|
+
2 "Apply the disturbance at the bound severity; record the observable under disturbance and any detected fault" outputs { disturbance_effect fault_detected }
|
|
33
|
+
}
|
|
34
|
+
acceptance_criteria {
|
|
35
|
+
type composite
|
|
36
|
+
pass_if "ocl{disturbance_criterion}"
|
|
37
|
+
criterion disturbance_criterion { target /req/electronic/disturbance-resistance pass_if "ocl{abs(disturbance_effect) <= mpe or fault_detected}" description "No significant fault (fault exceeding 1 d) occurs, or the checking facility detects and acts upon it (R 129-1, 4.3.1); a fault not exceeding 1 d is allowed." }
|
|
38
|
+
}
|
|
39
|
+
result_forms { voltage-dips }
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
conformance_test /conf/disturbance-tests/bursts {
|
|
43
|
+
name "Electrical bursts"
|
|
44
|
+
purpose "Verify compliance when electrical bursts are applied to power lines, I/O circuits and communication lines."
|
|
45
|
+
method "Apply ≥ 10 positive and ≥ 10 negative randomly phased bursts with 5 ns rise time, 50 ns half-amplitude duration, 15 ms burst length, 300 ms burst period. Test at 2 kV (power lines) and 1 kV (I/O), repetition frequency 5 kHz ± 20 %."
|
|
46
|
+
type Testing
|
|
47
|
+
kind disturbance
|
|
48
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
49
|
+
targets { /req/electronic/disturbance-resistance /req/electronic/no-significant-faults /req/technical/checking-significant-faults /req/metrological/fault-limit }
|
|
50
|
+
applicability {
|
|
51
|
+
power_supply: [ac-mains]
|
|
52
|
+
}
|
|
53
|
+
variables {
|
|
54
|
+
variable indication { type number unit "cm" source measured }
|
|
55
|
+
variable disturbance_effect { type number unit "cm" source derived }
|
|
56
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
57
|
+
variable fault_detected { type boolean source measured }
|
|
58
|
+
}
|
|
59
|
+
procedure {
|
|
60
|
+
1 "Record the baseline observable before the disturbance" outputs { indication }
|
|
61
|
+
2 "Apply the disturbance at the bound severity; record the observable under disturbance and any detected fault" outputs { disturbance_effect fault_detected }
|
|
62
|
+
}
|
|
63
|
+
acceptance_criteria {
|
|
64
|
+
type composite
|
|
65
|
+
pass_if "ocl{disturbance_criterion}"
|
|
66
|
+
criterion disturbance_criterion { target /req/electronic/disturbance-resistance pass_if "ocl{abs(disturbance_effect) <= mpe or fault_detected}" description "No significant fault (fault exceeding 1 d) occurs, or the checking facility detects and acts upon it (R 129-1, 4.3.1); a fault not exceeding 1 d is allowed." }
|
|
67
|
+
}
|
|
68
|
+
result_forms { bursts }
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
conformance_test /conf/disturbance-tests/esd {
|
|
72
|
+
name "Electrostatic discharge"
|
|
73
|
+
purpose "Verify compliance when subjected to electrostatic discharge, both direct and indirect application."
|
|
74
|
+
method "Apply ESD per IEC 61000-4-2. Direct application (contact and air discharge) and indirect application to coupling planes."
|
|
75
|
+
type Testing
|
|
76
|
+
kind disturbance
|
|
77
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
78
|
+
targets { /req/electronic/disturbance-resistance /req/electronic/no-significant-faults /req/technical/checking-significant-faults /req/metrological/fault-limit }
|
|
79
|
+
applicability {
|
|
80
|
+
power_supply: [ac-mains, battery, dc]
|
|
81
|
+
}
|
|
82
|
+
variables {
|
|
83
|
+
variable indication { type number unit "cm" source measured }
|
|
84
|
+
variable disturbance_effect { type number unit "cm" source derived }
|
|
85
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
86
|
+
variable fault_detected { type boolean source measured }
|
|
87
|
+
}
|
|
88
|
+
procedure {
|
|
89
|
+
1 "Record the baseline observable before the disturbance" outputs { indication }
|
|
90
|
+
2 "Apply the disturbance at the bound severity; record the observable under disturbance and any detected fault" outputs { disturbance_effect fault_detected }
|
|
91
|
+
}
|
|
92
|
+
acceptance_criteria {
|
|
93
|
+
type composite
|
|
94
|
+
pass_if "ocl{disturbance_criterion}"
|
|
95
|
+
criterion disturbance_criterion { target /req/electronic/disturbance-resistance pass_if "ocl{abs(disturbance_effect) <= mpe or fault_detected}" description "No significant fault (fault exceeding 1 d) occurs, or the checking facility detects and acts upon it (R 129-1, 4.3.1); a fault not exceeding 1 d is allowed." }
|
|
96
|
+
}
|
|
97
|
+
result_forms { esd }
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
conformance_test /conf/disturbance-tests/surges {
|
|
101
|
+
name "Electrical surges"
|
|
102
|
+
purpose "Verify compliance when electrical surges are applied to AC mains power lines and signal/data/control lines."
|
|
103
|
+
method "Apply surges per IEC 61000-4-5. For AC mains: surge at 0°, 90°, 180°, 270° phase angles. For signal lines: surges on data and control lines."
|
|
104
|
+
type Testing
|
|
105
|
+
kind disturbance
|
|
106
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
107
|
+
targets { /req/electronic/disturbance-resistance /req/electronic/no-significant-faults /req/technical/checking-significant-faults /req/metrological/fault-limit }
|
|
108
|
+
applicability {
|
|
109
|
+
power_supply: [ac-mains]
|
|
110
|
+
}
|
|
111
|
+
variables {
|
|
112
|
+
variable indication { type number unit "cm" source measured }
|
|
113
|
+
variable disturbance_effect { type number unit "cm" source derived }
|
|
114
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
115
|
+
variable fault_detected { type boolean source measured }
|
|
116
|
+
}
|
|
117
|
+
procedure {
|
|
118
|
+
1 "Record the baseline observable before the disturbance" outputs { indication }
|
|
119
|
+
2 "Apply the disturbance at the bound severity; record the observable under disturbance and any detected fault" outputs { disturbance_effect fault_detected }
|
|
120
|
+
}
|
|
121
|
+
acceptance_criteria {
|
|
122
|
+
type composite
|
|
123
|
+
pass_if "ocl{disturbance_criterion}"
|
|
124
|
+
criterion disturbance_criterion { target /req/electronic/disturbance-resistance pass_if "ocl{abs(disturbance_effect) <= mpe or fault_detected}" description "No significant fault (fault exceeding 1 d) occurs, or the checking facility detects and acts upon it (R 129-1, 4.3.1); a fault not exceeding 1 d is allowed." }
|
|
125
|
+
}
|
|
126
|
+
result_forms { surge }
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
conformance_test /conf/disturbance-tests/rf-immunity-radiated {
|
|
130
|
+
name "Immunity to RF electromagnetic fields — Radiated"
|
|
131
|
+
purpose "Verify compliance when subjected to radiated RF electromagnetic fields."
|
|
132
|
+
method "Apply radiated RF fields per IEC 61000-4-3 over the specified frequency range and field strength. Test with and without disturbance."
|
|
133
|
+
type Testing
|
|
134
|
+
kind disturbance
|
|
135
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
136
|
+
targets { /req/electronic/disturbance-resistance /req/electronic/no-significant-faults /req/technical/checking-significant-faults /req/metrological/fault-limit }
|
|
137
|
+
applicability {
|
|
138
|
+
power_supply: [ac-mains, battery, dc]
|
|
139
|
+
}
|
|
140
|
+
variables {
|
|
141
|
+
variable indication { type number unit "cm" source measured }
|
|
142
|
+
variable disturbance_effect { type number unit "cm" source derived }
|
|
143
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
144
|
+
variable fault_detected { type boolean source measured }
|
|
145
|
+
}
|
|
146
|
+
procedure {
|
|
147
|
+
1 "Record the baseline observable before the disturbance" outputs { indication }
|
|
148
|
+
2 "Apply the disturbance at the bound severity; record the observable under disturbance and any detected fault" outputs { disturbance_effect fault_detected }
|
|
149
|
+
}
|
|
150
|
+
acceptance_criteria {
|
|
151
|
+
type composite
|
|
152
|
+
pass_if "ocl{disturbance_criterion}"
|
|
153
|
+
criterion disturbance_criterion { target /req/electronic/disturbance-resistance pass_if "ocl{abs(disturbance_effect) <= mpe or fault_detected}" description "No significant fault (fault exceeding 1 d) occurs, or the checking facility detects and acts upon it (R 129-1, 4.3.1); a fault not exceeding 1 d is allowed." }
|
|
154
|
+
}
|
|
155
|
+
result_forms { rf-immunity-radiated }
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
conformance_test /conf/disturbance-tests/rf-immunity-conducted {
|
|
159
|
+
name "Immunity to RF electromagnetic fields — Conducted"
|
|
160
|
+
purpose "Verify compliance when subjected to conducted RF electromagnetic fields."
|
|
161
|
+
method "Apply conducted RF per IEC 61000-4-6. Test with and without disturbance applied to all relevant cables and ports."
|
|
162
|
+
type Testing
|
|
163
|
+
kind disturbance
|
|
164
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
165
|
+
targets { /req/electronic/disturbance-resistance /req/electronic/no-significant-faults /req/technical/checking-significant-faults /req/metrological/fault-limit }
|
|
166
|
+
applicability {
|
|
167
|
+
power_supply: [ac-mains, battery, dc]
|
|
168
|
+
}
|
|
169
|
+
variables {
|
|
170
|
+
variable indication { type number unit "cm" source measured }
|
|
171
|
+
variable disturbance_effect { type number unit "cm" source derived }
|
|
172
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
173
|
+
variable fault_detected { type boolean source measured }
|
|
174
|
+
}
|
|
175
|
+
procedure {
|
|
176
|
+
1 "Record the baseline observable before the disturbance" outputs { indication }
|
|
177
|
+
2 "Apply the disturbance at the bound severity; record the observable under disturbance and any detected fault" outputs { disturbance_effect fault_detected }
|
|
178
|
+
}
|
|
179
|
+
acceptance_criteria {
|
|
180
|
+
type composite
|
|
181
|
+
pass_if "ocl{disturbance_criterion}"
|
|
182
|
+
criterion disturbance_criterion { target /req/electronic/disturbance-resistance pass_if "ocl{abs(disturbance_effect) <= mpe or fault_detected}" description "No significant fault (fault exceeding 1 d) occurs, or the checking facility detects and acts upon it (R 129-1, 4.3.1); a fault not exceeding 1 d is allowed." }
|
|
183
|
+
}
|
|
184
|
+
result_forms { rf-immunity-conducted }
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
conformance_test /conf/disturbance-tests/damp-heat-cyclic {
|
|
188
|
+
name "Damp heat cyclic"
|
|
189
|
+
purpose "Verify compliance under cyclic humidity conditions for instruments that may be subject to condensate water."
|
|
190
|
+
method "Subject the EUT to cyclic humidity per IEC 60068-2-30. Compare indications before and after cyclic exposure against mpe."
|
|
191
|
+
type Testing
|
|
192
|
+
kind influence
|
|
193
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
194
|
+
targets { /req/metrological/mpe /req/electronic/rated-operating-conditions }
|
|
195
|
+
variables {
|
|
196
|
+
variable indication { type number unit "cm" source measured }
|
|
197
|
+
variable influence_severity { type number source measured }
|
|
198
|
+
variable error { type number unit "cm" source derived }
|
|
199
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
200
|
+
}
|
|
201
|
+
procedure {
|
|
202
|
+
1 "Stabilize the instrument at the bound severity" outputs { influence_severity }
|
|
203
|
+
2 "Measure against the test object at severity; record the error" outputs { indication error }
|
|
204
|
+
}
|
|
205
|
+
acceptance_criteria {
|
|
206
|
+
type composite
|
|
207
|
+
pass_if "ocl{influence_criterion}"
|
|
208
|
+
criterion influence_criterion { target /req/metrological/mpe pass_if "ocl{abs(error) <= mpe}" description "The error stays within the maximum permissible error at the influence severity (R 129-1, 4.2.1/4.4)." }
|
|
209
|
+
}
|
|
210
|
+
result_forms { damp-heat-cyclic }
|
|
211
|
+
}
|
|
212
|
+
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
conformance_class /conf/effect-tests {
|
|
2
|
+
title "Light and acoustic effect tests"
|
|
3
|
+
name "Environmental effect tests"
|
|
4
|
+
target /req/electronic/light-acoustic-effects
|
|
5
|
+
subject "light and acoustic effect testing"
|
|
6
|
+
description "Test procedures for verifying compliance under varying light and acoustic conditions, applicable to optical and acoustic instruments respectively."
|
|
7
|
+
test_subject {
|
|
8
|
+
entity: "MeasuringInstrument"
|
|
9
|
+
classification_dimensions: "{\"measurement_principle\":[\"optical\",\"acoustic\"]}"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
conformance_test /conf/effect-tests/ambient-light {
|
|
14
|
+
name "Ambient light test"
|
|
15
|
+
purpose "Verify that optical instruments remain within mpe when subjected to varying ambient light levels."
|
|
16
|
+
method "Test at: (a) 200 lx to 500 lx (reference); (b) 100 lx; (c) 1000 lx to 1500 lx; (d) other intensity if applicable. Measure at each condition and compare against mpe."
|
|
17
|
+
type Testing
|
|
18
|
+
kind influence
|
|
19
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
20
|
+
targets { /req/electronic/light-acoustic-effects }
|
|
21
|
+
applicability {
|
|
22
|
+
measurement_principle: [optical]
|
|
23
|
+
}
|
|
24
|
+
variables {
|
|
25
|
+
variable indication { type number unit "cm" source measured }
|
|
26
|
+
variable influence_severity { type number source measured }
|
|
27
|
+
variable error { type number unit "cm" source derived }
|
|
28
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
29
|
+
}
|
|
30
|
+
procedure {
|
|
31
|
+
1 "Stabilize the instrument at the bound severity" outputs { influence_severity }
|
|
32
|
+
2 "Measure against the test object at severity; record the error" outputs { indication error }
|
|
33
|
+
}
|
|
34
|
+
acceptance_criteria {
|
|
35
|
+
type composite
|
|
36
|
+
pass_if "ocl{influence_criterion}"
|
|
37
|
+
criterion influence_criterion { target /req/electronic/light-acoustic-effects pass_if "ocl{abs(error) <= mpe}" description "The error stays within the maximum permissible error at the influence severity (R 129-1, 4.2.1/4.4)." }
|
|
38
|
+
}
|
|
39
|
+
result_forms { ambient-light }
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
conformance_test /conf/effect-tests/acoustics {
|
|
43
|
+
name "Acoustics test"
|
|
44
|
+
purpose "Verify that acoustic instruments remain within mpe when subjected to varying sound levels."
|
|
45
|
+
method "Test at: (a) reference sound level; (b) 100 dB. Measure at each condition and compare against mpe."
|
|
46
|
+
type Testing
|
|
47
|
+
kind influence
|
|
48
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
49
|
+
targets { /req/electronic/light-acoustic-effects }
|
|
50
|
+
applicability {
|
|
51
|
+
measurement_principle: [acoustic]
|
|
52
|
+
}
|
|
53
|
+
variables {
|
|
54
|
+
variable indication { type number unit "cm" source measured }
|
|
55
|
+
variable influence_severity { type number source measured }
|
|
56
|
+
variable error { type number unit "cm" source derived }
|
|
57
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
58
|
+
}
|
|
59
|
+
procedure {
|
|
60
|
+
1 "Stabilize the instrument at the bound severity" outputs { influence_severity }
|
|
61
|
+
2 "Measure against the test object at severity; record the error" outputs { indication error }
|
|
62
|
+
}
|
|
63
|
+
acceptance_criteria {
|
|
64
|
+
type composite
|
|
65
|
+
pass_if "ocl{influence_criterion}"
|
|
66
|
+
criterion influence_criterion { target /req/electronic/light-acoustic-effects pass_if "ocl{abs(error) <= mpe}" description "The error stays within the maximum permissible error at the influence severity (R 129-1, 4.2.1/4.4)." }
|
|
67
|
+
}
|
|
68
|
+
result_forms { acoustics }
|
|
69
|
+
}
|
|
70
|
+
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
conformance_class /conf/examinations {
|
|
2
|
+
title "Examination tests"
|
|
3
|
+
name "Examination and inspection tests"
|
|
4
|
+
target /req/technical
|
|
5
|
+
subject "visual and documentation examination"
|
|
6
|
+
description "Examination procedures for verifying compliance with construction, marking, documentation, and software requirements."
|
|
7
|
+
test_subject {
|
|
8
|
+
entity: "MeasuringInstrument"
|
|
9
|
+
classification_dimensions: "{\"measurement_principle\":[\"mechanical\",\"optical\",\"acoustic\"],\"instrument_category\":[\"automatic\",\"semi-automatic\"],\"power_supply\":[\"ac-mains\",\"battery\",\"dc\"]}"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
conformance_test /conf/examinations/construction-examination {
|
|
14
|
+
name "Construction examination"
|
|
15
|
+
purpose "Examine the instrument in conjunction with submitted documentation to ensure it complies with the metrological and technical requirements."
|
|
16
|
+
method "Visual examination of the instrument construction, measuring area, controls, indicators, and ancillary devices. Verify construction materials, robustness, and suitability for intended environment."
|
|
17
|
+
type Inspection
|
|
18
|
+
kind performance
|
|
19
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "1.3" }
|
|
20
|
+
targets { /req/technical/suitability-construction /req/technical/suitability-use /req/technical/suitability-verification /req/technical/zero-ready-adjustment /req/technical/tare-device /req/technical/interfaces /req/technical/fraudulent-use /req/technical/presentation-indications /req/technical/units-of-measurement /req/technical/scale-interval-value /req/technical/limits-of-indication /req/technical/verification-mark /req/technical/sealing /req/technical/indication-check /req/metrological/variation-between-indicators }
|
|
21
|
+
result_forms { construction-examination }
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
conformance_test /conf/examinations/marking-examination {
|
|
25
|
+
name "Marking examination"
|
|
26
|
+
purpose "Verify that all required markings are present, clearly visible, permanent, and correctly showing all required information."
|
|
27
|
+
method "Visual inspection of nameplate, markings, and any limitation notices. Verify: manufacturer name, model, serial number, type evaluation mark, Max/Min per axis, speed limits (if applicable), scale intervals, temperature limits."
|
|
28
|
+
type Inspection
|
|
29
|
+
kind performance
|
|
30
|
+
reference { doc "urn:oiml:pub:r:129-1:2020" clause "5.3" }
|
|
31
|
+
targets { /req/technical/nameplate-markings /req/technical/technical-specifications /req/metrological/scale-intervals-min-dimension }
|
|
32
|
+
result_forms { examination-checklist }
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
conformance_test /conf/examinations/documentation-examination {
|
|
36
|
+
name "Documentation examination"
|
|
37
|
+
purpose "Verify that submitted documentation is sufficient to understand the construction and method of operation of the instrument."
|
|
38
|
+
method "Review technical documentation including drawings, specifications, photographs, descriptions, measurement data details, and calculation methods. For software-controlled instruments, review software documentation per R 129-2, 1.2.2."
|
|
39
|
+
type Inspection
|
|
40
|
+
kind performance
|
|
41
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "1.2" }
|
|
42
|
+
targets { /req/technical/suitability-verification }
|
|
43
|
+
result_forms { examination-checklist }
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
conformance_test /conf/examinations/software-examination {
|
|
47
|
+
name "Software examination"
|
|
48
|
+
purpose "Evaluate legally relevant software for identification, correctness, protection, and audit trail compliance."
|
|
49
|
+
method "Software risk level I, examination level A. Methods: analysis of documentation (AD), verification by functional testing of metrological functions (VFTM), verification by functional testing of software functions (VFTSw). Per R 129-2 Table 1."
|
|
50
|
+
type Inspection
|
|
51
|
+
kind software-examination
|
|
52
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "1.4.10" }
|
|
53
|
+
targets { /req/software/software-identification /req/software/algorithm-correctness /req/software/securing-software /req/software/audit-trail /req/software/significant-defect-detection /req/software/durability-protection /req/software/authentication-results }
|
|
54
|
+
applicability {
|
|
55
|
+
power_supply: [ac-mains, battery, dc]
|
|
56
|
+
}
|
|
57
|
+
result_forms { examination-checklist }
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
conformance_test /conf/examinations/object-characteristics {
|
|
61
|
+
name "Object characteristic tests"
|
|
62
|
+
purpose "Verify that the instrument correctly measures objects with varying characteristics within the marked limitations."
|
|
63
|
+
method "Tests for irregularly shaped objects, different orientations/positions, range of relative motion, multi-interval instruments, different surfaces, and interfaces as applicable. At least 3 measurements of 3 dimensions per axis under reference conditions."
|
|
64
|
+
type Testing
|
|
65
|
+
kind performance
|
|
66
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
67
|
+
targets { /req/metrological/multi-interval /req/object-limitations/object-shape /req/object-limitations/surface-colour-uniform /req/object-limitations/surface-colour-non-uniform /req/object-limitations/surface-reflectivity /req/object-limitations/transparency /req/object-limitations/surface-roughness /req/object-limitations/surface-protrusions /req/object-limitations/orientation-position /req/object-limitations/speed-movement }
|
|
68
|
+
variables {
|
|
69
|
+
variable indication { type number unit "cm" source measured }
|
|
70
|
+
variable error { type number unit "cm" source derived }
|
|
71
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
72
|
+
}
|
|
73
|
+
procedure {
|
|
74
|
+
1 "Measure against the test object at reference conditions; record the error" outputs { indication error }
|
|
75
|
+
}
|
|
76
|
+
acceptance_criteria {
|
|
77
|
+
type composite
|
|
78
|
+
pass_if "ocl{performance_criterion}"
|
|
79
|
+
criterion performance_criterion { target /req/object-limitations/object-shape pass_if "ocl{abs(error) <= mpe}" description "The error stays within the maximum permissible error for the object characteristics within the marked limitations (R 129-1, 4.1.2/Annex A)." }
|
|
80
|
+
}
|
|
81
|
+
result_forms { object-shape surface-characteristics orientation-position speed-movement }
|
|
82
|
+
}
|
|
83
|
+
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
conformance_class /conf/metrological-tests {
|
|
2
|
+
title "Metrological conformance tests"
|
|
3
|
+
name "Metrological tests for multi-dimensional measuring instruments"
|
|
4
|
+
target /req/metrological
|
|
5
|
+
subject "dimensional measurement testing"
|
|
6
|
+
description "Test procedures for verifying compliance with metrological requirements: warm-up time, repeatability, and influence factor tests (temperature, humidity, voltage)."
|
|
7
|
+
test_subject {
|
|
8
|
+
entity: "MeasuringInstrument"
|
|
9
|
+
classification_dimensions: "{\"measurement_principle\":[\"mechanical\",\"optical\",\"acoustic\"],\"instrument_category\":[\"automatic\",\"semi-automatic\"],\"power_supply\":[\"ac-mains\",\"battery\",\"dc\"]}"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
conformance_test /conf/metrological-tests/warm-up-time {
|
|
14
|
+
name "Instrument warm-up time"
|
|
15
|
+
purpose "Verify that the instrument is correct (within the mpe) as soon as the values of the dimensions are displayed after switch-on, and that all functions operate as designed."
|
|
16
|
+
method "Two test objects shall be used, one near minimum dimensions and one near maximum dimensions. One test shall be carried out for each test object at 0, 5, 15 and 30 minutes after the dimensions are first displayed after switch-on, at reference conditions (20 °C ± 5 °C, 50 % RH ± 15 %)."
|
|
17
|
+
type Testing
|
|
18
|
+
kind performance
|
|
19
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
20
|
+
targets { /req/metrological/mpe /req/technical/warm-up }
|
|
21
|
+
variables {
|
|
22
|
+
variable indication { type number unit "cm" source measured }
|
|
23
|
+
variable error { type number unit "cm" source derived }
|
|
24
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
25
|
+
}
|
|
26
|
+
procedure {
|
|
27
|
+
1 "Measure against the test object at reference conditions; record the error" outputs { indication error }
|
|
28
|
+
}
|
|
29
|
+
acceptance_criteria {
|
|
30
|
+
type composite
|
|
31
|
+
pass_if "ocl{performance_criterion}"
|
|
32
|
+
criterion performance_criterion { target /req/metrological/mpe pass_if "ocl{abs(error) <= mpe}" description "The error stays within the maximum permissible error at reference conditions (R 129-1, 4.1.2)." }
|
|
33
|
+
}
|
|
34
|
+
result_forms { warm-up-time }
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
conformance_test /conf/metrological-tests/repeatability {
|
|
38
|
+
name "Repeatability"
|
|
39
|
+
purpose "Verify that the instrument indicates correctly within mpe under conditions of repeated measurement, and that calculated quantities are correct."
|
|
40
|
+
method "Before testing, instrument shall be in zero/ready condition. Three measurements of five dimensions approximately equally spaced between Min and Max, for each axis (L, W, H), under reference conditions. Any calculated quantities (volume, dimensional weight) shall be checked for correct multiplication and rounding."
|
|
41
|
+
type Testing
|
|
42
|
+
kind performance
|
|
43
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
44
|
+
targets { /req/metrological/mpe /req/metrological/calculated-quantities }
|
|
45
|
+
variables {
|
|
46
|
+
variable indication { type number unit "cm" source measured }
|
|
47
|
+
variable error { type number unit "cm" source derived }
|
|
48
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
49
|
+
}
|
|
50
|
+
procedure {
|
|
51
|
+
1 "Measure against the test object at reference conditions; record the error" outputs { indication error }
|
|
52
|
+
}
|
|
53
|
+
acceptance_criteria {
|
|
54
|
+
type composite
|
|
55
|
+
pass_if "ocl{performance_criterion}"
|
|
56
|
+
criterion performance_criterion { target /req/metrological/mpe pass_if "ocl{abs(error) <= mpe}" description "The error stays within the maximum permissible error at reference conditions (R 129-1, 4.1.2)." }
|
|
57
|
+
}
|
|
58
|
+
result_forms { repeatability }
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
conformance_test /conf/metrological-tests/static-temperatures {
|
|
62
|
+
name "Static temperatures"
|
|
63
|
+
purpose "Verify that the instrument complies with the mpe under conditions of high and low temperatures within the rated operating range."
|
|
64
|
+
method "Test at: (a) 20 °C reference; (b) specified high temperature; (c) specified low temperature; (d) return to 20 °C reference. At each temperature, measure at least five dimensions per axis. Temperature change ≤ 1 °C/min. Exposure ≥ 2 h at each extreme after stabilisation."
|
|
65
|
+
type Testing
|
|
66
|
+
kind influence
|
|
67
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
68
|
+
targets { /req/metrological/mpe /req/electronic/rated-operating-conditions }
|
|
69
|
+
applicability {
|
|
70
|
+
measurement_principle: [mechanical, optical, acoustic]
|
|
71
|
+
power_supply: [ac-mains, battery, dc]
|
|
72
|
+
}
|
|
73
|
+
variables {
|
|
74
|
+
variable indication { type number unit "cm" source measured }
|
|
75
|
+
variable influence_severity { type number source measured }
|
|
76
|
+
variable error { type number unit "cm" source derived }
|
|
77
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
78
|
+
}
|
|
79
|
+
procedure {
|
|
80
|
+
1 "Stabilize the instrument at the bound severity" outputs { influence_severity }
|
|
81
|
+
2 "Measure against the test object at severity; record the error" outputs { indication error }
|
|
82
|
+
}
|
|
83
|
+
acceptance_criteria {
|
|
84
|
+
type composite
|
|
85
|
+
pass_if "ocl{influence_criterion}"
|
|
86
|
+
criterion influence_criterion { target /req/metrological/mpe pass_if "ocl{abs(error) <= mpe}" description "The error stays within the maximum permissible error at the influence severity (R 129-1, 4.2.1/4.4)." }
|
|
87
|
+
}
|
|
88
|
+
result_forms { static-temperatures }
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
conformance_test /conf/metrological-tests/damp-heat-steady {
|
|
92
|
+
name "Damp heat steady-state"
|
|
93
|
+
purpose "Verify compliance under conditions of high humidity and constant temperature (85 % RH, 48 h)."
|
|
94
|
+
method "Test at: (a) 20 °C / 50 % RH reference; (b) high temperature or 40 °C (whichever is lower) / 85 % RH after 48 h; (c) return to 20 °C / 50 % RH. One measurement per sample at each condition."
|
|
95
|
+
type Testing
|
|
96
|
+
kind influence
|
|
97
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
98
|
+
targets { /req/metrological/mpe /req/electronic/rated-operating-conditions }
|
|
99
|
+
applicability {
|
|
100
|
+
measurement_principle: [mechanical, optical, acoustic]
|
|
101
|
+
power_supply: [ac-mains, battery, dc]
|
|
102
|
+
}
|
|
103
|
+
variables {
|
|
104
|
+
variable indication { type number unit "cm" source measured }
|
|
105
|
+
variable influence_severity { type number source measured }
|
|
106
|
+
variable error { type number unit "cm" source derived }
|
|
107
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
108
|
+
}
|
|
109
|
+
procedure {
|
|
110
|
+
1 "Stabilize the instrument at the bound severity" outputs { influence_severity }
|
|
111
|
+
2 "Measure against the test object at severity; record the error" outputs { indication error }
|
|
112
|
+
}
|
|
113
|
+
acceptance_criteria {
|
|
114
|
+
type composite
|
|
115
|
+
pass_if "ocl{influence_criterion}"
|
|
116
|
+
criterion influence_criterion { target /req/metrological/mpe pass_if "ocl{abs(error) <= mpe}" description "The error stays within the maximum permissible error at the influence severity (R 129-1, 4.2.1/4.4)." }
|
|
117
|
+
}
|
|
118
|
+
result_forms { damp-heat-steady }
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
conformance_test /conf/metrological-tests/ac-voltage-variation {
|
|
122
|
+
name "AC mains voltage variation"
|
|
123
|
+
purpose "Verify compliance under AC mains voltage variations between upper (110 %) and lower (85 %) limits."
|
|
124
|
+
method "Test at: (a) nominal voltage; (b) 110 % of nominal; (c) 85 % of nominal. One measurement per sample at each voltage level under constant environmental conditions."
|
|
125
|
+
type Testing
|
|
126
|
+
kind influence
|
|
127
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
128
|
+
targets { /req/metrological/mpe /req/electronic/rated-operating-conditions }
|
|
129
|
+
applicability {
|
|
130
|
+
power_supply: [ac-mains]
|
|
131
|
+
}
|
|
132
|
+
variables {
|
|
133
|
+
variable indication { type number unit "cm" source measured }
|
|
134
|
+
variable influence_severity { type number source measured }
|
|
135
|
+
variable error { type number unit "cm" source derived }
|
|
136
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
137
|
+
}
|
|
138
|
+
procedure {
|
|
139
|
+
1 "Stabilize the instrument at the bound severity" outputs { influence_severity }
|
|
140
|
+
2 "Measure against the test object at severity; record the error" outputs { indication error }
|
|
141
|
+
}
|
|
142
|
+
acceptance_criteria {
|
|
143
|
+
type composite
|
|
144
|
+
pass_if "ocl{influence_criterion}"
|
|
145
|
+
criterion influence_criterion { target /req/metrological/mpe pass_if "ocl{abs(error) <= mpe}" description "The error stays within the maximum permissible error at the influence severity (R 129-1, 4.2.1/4.4)." }
|
|
146
|
+
}
|
|
147
|
+
result_forms { voltage-variation }
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
conformance_test /conf/metrological-tests/low-voltage-battery {
|
|
151
|
+
name "Low voltage of internal battery"
|
|
152
|
+
purpose "Verify compliance during low battery voltage conditions."
|
|
153
|
+
method "Test at: (a) nominal voltage; (b) various reduced voltages below nominal; (c) 90 % of minimum battery supply voltage level."
|
|
154
|
+
type Testing
|
|
155
|
+
kind influence
|
|
156
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
157
|
+
targets { /req/metrological/mpe /req/electronic/rated-operating-conditions }
|
|
158
|
+
applicability {
|
|
159
|
+
power_supply: [battery]
|
|
160
|
+
}
|
|
161
|
+
variables {
|
|
162
|
+
variable indication { type number unit "cm" source measured }
|
|
163
|
+
variable influence_severity { type number source measured }
|
|
164
|
+
variable error { type number unit "cm" source derived }
|
|
165
|
+
variable mpe { type number unit "cm" source computed derivation "ocl{1.0 * d}" }
|
|
166
|
+
}
|
|
167
|
+
procedure {
|
|
168
|
+
1 "Stabilize the instrument at the bound severity" outputs { influence_severity }
|
|
169
|
+
2 "Measure against the test object at severity; record the error" outputs { indication error }
|
|
170
|
+
}
|
|
171
|
+
acceptance_criteria {
|
|
172
|
+
type composite
|
|
173
|
+
pass_if "ocl{influence_criterion}"
|
|
174
|
+
criterion influence_criterion { target /req/metrological/mpe pass_if "ocl{abs(error) <= mpe}" description "The error stays within the maximum permissible error at the influence severity (R 129-1, 4.2.1/4.4)." }
|
|
175
|
+
}
|
|
176
|
+
result_forms { low-voltage-battery }
|
|
177
|
+
}
|
|
178
|
+
|