@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,381 @@
|
|
|
1
|
+
requirement_class /req/metrological {
|
|
2
|
+
title "Metrological requirements"
|
|
3
|
+
name "Metrological requirements for load cells"
|
|
4
|
+
description "Requirements for measuring ranges, maximum permissible errors, repeatability, creep, dead load output return, and influence quantities (temperature, barometric pressure, humidity) applicable to all load cells."
|
|
5
|
+
subject "load cell metrology"
|
|
6
|
+
dependencies { /req/classification }
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
requirement /req/metrological/measuring-range-min {
|
|
10
|
+
name "Minimum load of the measuring range"
|
|
11
|
+
statement "The value of the smallest load applied to a load cell during test which is expressed in units of mass shall not be less than E_min."
|
|
12
|
+
binds_to { sample.test_context.d_min family.parameters.e_min }
|
|
13
|
+
limit {
|
|
14
|
+
expression "ocl{sample.test_context.d_min >= family.parameters.e_min}"
|
|
15
|
+
uses { sample.test_context.d_min family.parameters.e_min }
|
|
16
|
+
}
|
|
17
|
+
acceptance_criteria {
|
|
18
|
+
type: "threshold"
|
|
19
|
+
description: "Minimum test load shall be at least E_min"
|
|
20
|
+
limit:
|
|
21
|
+
expression: "L_test"
|
|
22
|
+
operator: "gte"
|
|
23
|
+
threshold_expression: "E_min"
|
|
24
|
+
unit: "mass units"
|
|
25
|
+
}
|
|
26
|
+
verification { method definitional description "Satisfied by definition — the measuring range lower bound is defined as E_min. Verified during test report review by confirming test loads start at or above E_min." }
|
|
27
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.2"
|
|
28
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.2.1"
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
requirement /req/metrological/measuring-range-max {
|
|
32
|
+
name "Maximum load of the measuring range"
|
|
33
|
+
statement "The value of the largest load applied to a load cell during test which is expressed in units of mass shall not be greater than E_max."
|
|
34
|
+
binds_to { sample.test_context.d_max model.parameters.e_max }
|
|
35
|
+
limit {
|
|
36
|
+
expression "ocl{sample.test_context.d_max <= model.parameters.e_max}"
|
|
37
|
+
uses { sample.test_context.d_max model.parameters.e_max }
|
|
38
|
+
}
|
|
39
|
+
acceptance_criteria {
|
|
40
|
+
type: "threshold"
|
|
41
|
+
description: "Maximum test load shall not exceed E_max"
|
|
42
|
+
limit:
|
|
43
|
+
expression: "L_test"
|
|
44
|
+
operator: "lte"
|
|
45
|
+
threshold_expression: "E_max"
|
|
46
|
+
unit: "mass units"
|
|
47
|
+
}
|
|
48
|
+
verification { method definitional description "Satisfied by definition — the measuring range upper bound is defined as E_max. Verified during test report review by confirming test loads do not exceed E_max." }
|
|
49
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.2"
|
|
50
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.2.2"
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
requirement /req/metrological/mpe-table {
|
|
54
|
+
name "Maximum permissible errors for each accuracy class"
|
|
55
|
+
statement "The MPE values for each accuracy class are tabulated in Table 4 of R 60-1 as a function of the load m (in verification units v) relative to the load cell verification interval. The first tier covers m ≤ 500 v, second tier 500 v < m ≤ 2000 v, third tier m > 2000 v. MPE values scale with the apportioning factor p_LC."
|
|
56
|
+
guidance "Tier breakpoints are universal across accuracy classes (per R 60-1, Table 4). MPE is applicable after increasing as well as decreasing the force applied (includes hysteresis)."
|
|
57
|
+
binds_to { group.parameters.mpe group.classification.accuracy_class family.parameters.p_lc }
|
|
58
|
+
limit {
|
|
59
|
+
expression "ocl{group.parameters.mpe = lookupMPE(load, group.classification.accuracy_class, family.parameters.p_lc)}"
|
|
60
|
+
uses { group.parameters.mpe group.classification.accuracy_class family.parameters.p_lc formula:lookupMPE table:mpe_tiers }
|
|
61
|
+
}
|
|
62
|
+
parameters {
|
|
63
|
+
param accuracy_class: enum { description "Determines the MPE scaling for each tier." bind "group.classification.accuracy_class" enum_values { A B C D } }
|
|
64
|
+
}
|
|
65
|
+
verification { method definitional description "Satisfied by definition — the MPE values per tier are declared in R 60-1 Table 4 and referenced by the type-evaluation requirement (clause 5.3.2)." }
|
|
66
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.3.1"
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
requirement /req/metrological/mpe {
|
|
70
|
+
name "Maximum permissible errors on type evaluation"
|
|
71
|
+
statement "The MPE on type evaluation shall be the values derived using the expressions: p_LC x 0.5 v for the first tier, p_LC x 1.0 v for the second tier, and p_LC x 1.5 v for the third tier, where the load breakpoints per accuracy class are given in Table 4 of R 60-1. The apportioning factor p_LC shall be in the range 0.3 to 0.8 and defaults to 0.7 if not specified."
|
|
72
|
+
guidance "MPE is applicable after increasing as well as decreasing the force applied (includes hysteresis). For analogue-active and digital load cells, p_LC shall be 0.7 to 0.8."
|
|
73
|
+
binds_to { group.parameters.mpe group.classification.accuracy_class family.parameters.p_lc }
|
|
74
|
+
limit {
|
|
75
|
+
expression "ocl{group.parameters.mpe = lookupMPE(load, group.classification.accuracy_class, family.parameters.p_lc) and family.parameters.p_lc >= 0.3 and family.parameters.p_lc <= 0.8}"
|
|
76
|
+
uses { group.parameters.mpe group.classification.accuracy_class family.parameters.p_lc formula:lookupMPE table:mpe_tiers }
|
|
77
|
+
}
|
|
78
|
+
parameters {
|
|
79
|
+
param p_LC: number { description "Apportioning factor applied to MPE. For analogue-passive load cells: 0.3 ≤ p_LC ≤ 1.0 (default 0.7). For analogue-active and digital: 0.7 ≤ p_LC ≤ 0.8." unit "dimensionless" bind "family.parameters.p_lc" default 0.7 range { min 0.3 max 1 } }
|
|
80
|
+
param accuracy_class: enum { description "Determines the load breakpoints (in v units) for the three MPE tiers. Class A: 0–50000–200000; Class B: 0–5000–20000; Class C: 0–500–2000; Class D: 0–50–200." bind "group.classification.accuracy_class" enum_values { A B C D } }
|
|
81
|
+
}
|
|
82
|
+
subjects {
|
|
83
|
+
subject 1 { entity_id "dimensions.p_LC" label "Apportioning factor" }
|
|
84
|
+
subject 2 { entity_id "dimensions.accuracyClass" label "Accuracy class" }
|
|
85
|
+
}
|
|
86
|
+
acceptance_criteria {
|
|
87
|
+
type: "tiered"
|
|
88
|
+
description: "Maximum permissible errors are expressed as factor × p_LC × v, where the factor depends on the load range (in verification intervals v). Breakpoints vary by accuracy class — see class-specific requirements for concrete values.\n"
|
|
89
|
+
variable: "load"
|
|
90
|
+
variable_unit: "v"
|
|
91
|
+
limit_expression: "factor × p_LC"
|
|
92
|
+
referenced_function: "lookupMPE"
|
|
93
|
+
tiers:
|
|
94
|
+
- range:
|
|
95
|
+
min: 0
|
|
96
|
+
limit:
|
|
97
|
+
factor: 0.5
|
|
98
|
+
expression: "0.5 × p_LC"
|
|
99
|
+
- range:
|
|
100
|
+
min: 0
|
|
101
|
+
limit:
|
|
102
|
+
factor: 1
|
|
103
|
+
expression: "1.0 × p_LC"
|
|
104
|
+
- range:
|
|
105
|
+
min: 0
|
|
106
|
+
limit:
|
|
107
|
+
factor: 1.5
|
|
108
|
+
expression: "1.5 × p_LC"
|
|
109
|
+
}
|
|
110
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.3.2"
|
|
111
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-2.2/s1"
|
|
112
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.3.2"
|
|
113
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-table-5"
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
requirement /req/metrological/repeatability {
|
|
117
|
+
name "Repeatability error"
|
|
118
|
+
statement "The maximum difference between the results of five identical load applications for classes A and B and of three identical load applications for classes C and D shall not be greater than the absolute value of the MPE for that load."
|
|
119
|
+
guidance "Classes A and B require 5 runs; classes C and D require 3 runs."
|
|
120
|
+
binds_to { group.parameters.mpe group.classification.accuracy_class }
|
|
121
|
+
limit {
|
|
122
|
+
expression "ocl{abs(e_r) <= abs(group.parameters.mpe)}"
|
|
123
|
+
uses { observable:e_r group.parameters.mpe group.classification.accuracy_class table:test_runs }
|
|
124
|
+
}
|
|
125
|
+
parameters {
|
|
126
|
+
param runs: integer { description "Number of identical load applications per test point. Classes A and B: 5 runs. Classes C and D: 3 runs." range { min 3 max 5 } }
|
|
127
|
+
}
|
|
128
|
+
subjects {
|
|
129
|
+
subject 1 { entity_id "test_protocol.runs" label "Number of runs" }
|
|
130
|
+
}
|
|
131
|
+
acceptance_criteria {
|
|
132
|
+
type: "threshold"
|
|
133
|
+
description: "The repeatability error (max difference between run indications) shall not exceed the absolute value of MPE for that load.\n"
|
|
134
|
+
limit:
|
|
135
|
+
expression: "|E_R|"
|
|
136
|
+
operator: "lte"
|
|
137
|
+
threshold_expression: "|MPE|"
|
|
138
|
+
referenced_function: "lookupMPE"
|
|
139
|
+
unit: "v"
|
|
140
|
+
per_condition: "per load point, across all runs"
|
|
141
|
+
}
|
|
142
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.4"
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
requirement /req/metrological/creep {
|
|
146
|
+
name "Creep"
|
|
147
|
+
statement "The difference between the reading taken upon the application of a maximum load (D_max) and the reading observed within and after 30 minutes of exposure of 90% to 100% of E_max shall not exceed 0.7 times the absolute value of MPE for the applied load. The MPE for creep shall always be determined using p_LC = 0.7 regardless of any value declared by the manufacturer."
|
|
148
|
+
binds_to { group.parameters.mpe model.parameters.e_max sample.test_context.d_max }
|
|
149
|
+
limit {
|
|
150
|
+
quantity { kind verification_interval unit "v" }
|
|
151
|
+
accepts {
|
|
152
|
+
verdict creep
|
|
153
|
+
op lte
|
|
154
|
+
limit "ocl{0.7 * abs(lookupMPE(sample.test_context.d_max, group.classification.accuracy_class, 0.7))}"
|
|
155
|
+
}
|
|
156
|
+
uses { observable:c_c group.parameters.mpe group.classification.accuracy_class model.parameters.e_max sample.test_context.d_max formula:lookupMPE table:mpe_tiers }
|
|
157
|
+
}
|
|
158
|
+
parameters {
|
|
159
|
+
param p_LC_creep: number { description "p_LC used for creep MPE calculation — always 0.7 regardless of manufacturer's declared value." default 0.7 range { min 0.7 max 0.7 } }
|
|
160
|
+
}
|
|
161
|
+
acceptance_criteria {
|
|
162
|
+
type: "threshold"
|
|
163
|
+
description: "Creep over 30 minutes shall not exceed 0.7 × |MPE| for the applied load, using p_LC = 0.7.\n"
|
|
164
|
+
limit:
|
|
165
|
+
expression: "|creep_reading - initial_reading|"
|
|
166
|
+
operator: "lte"
|
|
167
|
+
threshold_expression: "0.7 × |MPE|"
|
|
168
|
+
referenced_function: "lookupMPE"
|
|
169
|
+
unit: "v"
|
|
170
|
+
per_condition: "over 30 minutes at 90%–100% of E_max"
|
|
171
|
+
}
|
|
172
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.5.1"
|
|
173
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.5"
|
|
174
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.5.1"
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
requirement /req/metrological/creep-20-30 {
|
|
178
|
+
name "Creep difference between 20 and 30 minutes"
|
|
179
|
+
statement "The difference in readings taken after 20 minutes of exposure to 90% to 100% of E_max and at 30 minutes of exposure shall not exceed 0.15 times the absolute value of MPE."
|
|
180
|
+
binds_to { group.parameters.mpe sample.test_context.d_max }
|
|
181
|
+
limit {
|
|
182
|
+
expression "ocl{abs(c_c_30_20) <= 0.15 * abs(lookupMPE(sample.test_context.d_max, group.classification.accuracy_class, 0.7))}"
|
|
183
|
+
uses { observable:c_c_30_20 group.parameters.mpe group.classification.accuracy_class sample.test_context.d_max formula:lookupMPE table:mpe_tiers }
|
|
184
|
+
}
|
|
185
|
+
acceptance_criteria {
|
|
186
|
+
type: "threshold"
|
|
187
|
+
description: "The difference between readings at 20 min and 30 min shall not exceed 0.15 × |MPE|.\n"
|
|
188
|
+
limit:
|
|
189
|
+
expression: "|reading_30min - reading_20min|"
|
|
190
|
+
operator: "lte"
|
|
191
|
+
threshold_expression: "0.15 × |MPE|"
|
|
192
|
+
referenced_function: "lookupMPE"
|
|
193
|
+
unit: "v"
|
|
194
|
+
per_condition: "between 20 and 30 minutes of load exposure"
|
|
195
|
+
}
|
|
196
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.5.1"
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
requirement /req/metrological/dr {
|
|
200
|
+
name "Minimum dead load output return (DR)"
|
|
201
|
+
statement "The difference between the initial reading of the minimum load output (D_min) and the reading of D_min at the conclusion of the creep test shall not exceed half the value of the load cell verification interval (0.5 v)."
|
|
202
|
+
binds_to { group.parameters.dr sample.test_context.v }
|
|
203
|
+
limit {
|
|
204
|
+
expression "ocl{abs(c_dr) <= 0.5}"
|
|
205
|
+
uses { observable:c_dr group.parameters.dr sample.test_context.v }
|
|
206
|
+
}
|
|
207
|
+
acceptance_criteria {
|
|
208
|
+
type: "threshold"
|
|
209
|
+
description: "Dead load output return shall not exceed 0.5 verification intervals.\n"
|
|
210
|
+
limit:
|
|
211
|
+
expression: "|D_min_final - D_min_initial|"
|
|
212
|
+
operator: "lte"
|
|
213
|
+
threshold_expression: "0.5"
|
|
214
|
+
unit: "v"
|
|
215
|
+
}
|
|
216
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.5.2"
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
requirement /req/metrological/temperature-limits {
|
|
220
|
+
name "Temperature limits"
|
|
221
|
+
statement "Excluding temperature effects on minimum dead load output, the load cell shall perform within the limits of error in section 5.3.2 over the temperature range of -10 degC to +40 degC, unless otherwise specified."
|
|
222
|
+
binds_to { group.parameters.mpe family.parameters.t_min family.parameters.t_max }
|
|
223
|
+
limit {
|
|
224
|
+
expression "ocl{abs(e_l) <= abs(group.parameters.mpe)}"
|
|
225
|
+
uses { observable:e_l group.parameters.mpe family.parameters.t_min family.parameters.t_max formula:lookupMPE table:mpe_tiers }
|
|
226
|
+
}
|
|
227
|
+
acceptance_criteria {
|
|
228
|
+
type: "threshold"
|
|
229
|
+
description: "All measurement errors shall remain within MPE over the standard temperature range -10°C to +40°C.\n"
|
|
230
|
+
limit:
|
|
231
|
+
expression: "|E_L|"
|
|
232
|
+
operator: "lte"
|
|
233
|
+
threshold_expression: "MPE"
|
|
234
|
+
referenced_function: "lookupMPE"
|
|
235
|
+
unit: "v"
|
|
236
|
+
per_condition: "over temperature range -10°C to +40°C"
|
|
237
|
+
}
|
|
238
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.6.1.1"
|
|
239
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.6"
|
|
240
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.6.1"
|
|
241
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.6.1.1"
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
requirement /req/metrological/special-temperature-limits {
|
|
245
|
+
name "Special temperature limits"
|
|
246
|
+
statement "Load cells for which particular limits of working temperature are specified shall satisfy the conditions defined in section 5.3.2 within those ranges. The span of these ranges shall be at least 5 degC for class A, 15 degC for class B, and 30 degC for classes C and D."
|
|
247
|
+
binds_to { family.parameters.t_min family.parameters.t_max group.classification.accuracy_class group.parameters.mpe }
|
|
248
|
+
limit {
|
|
249
|
+
expression "ocl{(family.parameters.t_max - family.parameters.t_min) >= lookupProfile('min_temperature_span', group.classification.accuracy_class) and abs(e_l) <= abs(group.parameters.mpe)}"
|
|
250
|
+
uses { family.parameters.t_min family.parameters.t_max group.classification.accuracy_class group.parameters.mpe observable:e_l profile:min_temperature_span formula:lookupProfile }
|
|
251
|
+
}
|
|
252
|
+
parameters {
|
|
253
|
+
param min_temperature_span: integer { description "Minimum span of special working temperature range. Class A: ≥ 5°C. Class B: ≥ 15°C. Classes C and D: ≥ 30°C." unit "°C" }
|
|
254
|
+
}
|
|
255
|
+
acceptance_criteria {
|
|
256
|
+
type: "threshold"
|
|
257
|
+
description: "Measurement errors within MPE over the specified temperature range, with minimum span per class.\n"
|
|
258
|
+
limit:
|
|
259
|
+
expression: "|E_L|"
|
|
260
|
+
operator: "lte"
|
|
261
|
+
threshold_expression: "MPE"
|
|
262
|
+
referenced_function: "lookupMPE"
|
|
263
|
+
unit: "v"
|
|
264
|
+
per_condition: "within specified special temperature limits"
|
|
265
|
+
}
|
|
266
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.6.1.2"
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
requirement /req/metrological/temperature-effect-mdlo {
|
|
270
|
+
name "Temperature effect on minimum dead load output"
|
|
271
|
+
statement "The minimum dead load output of the load cell over the specified temperature range shall not vary by an amount greater than p_LC times v_min for any change in ambient temperature of 2 degC for class A, or 5 degC for classes B, C and D."
|
|
272
|
+
binds_to { family.parameters.p_lc group.parameters.v_min group.classification.accuracy_class }
|
|
273
|
+
limit {
|
|
274
|
+
quantity { kind dimensionless }
|
|
275
|
+
accepts {
|
|
276
|
+
verdict mdlo_normalized
|
|
277
|
+
op lte
|
|
278
|
+
limit "ocl{p_lc}"
|
|
279
|
+
}
|
|
280
|
+
uses { observable:c_m observable:delta_t profile:temperature_increment family.parameters.p_lc group.parameters.v_min sample.test_context.d_max sample.test_context.d_min group.classification.accuracy_class }
|
|
281
|
+
}
|
|
282
|
+
parameters {
|
|
283
|
+
param temperature_increment: integer { description "Temperature increment over which the MDLO change is evaluated. Class A: 2°C. Classes B, C, D: 5°C." unit "°C" }
|
|
284
|
+
}
|
|
285
|
+
acceptance_criteria {
|
|
286
|
+
type: "threshold"
|
|
287
|
+
description: "Temperature effect on MDLO shall not exceed p_LC × v_min per temperature increment.\n"
|
|
288
|
+
limit:
|
|
289
|
+
expression: "|ΔMDLO|"
|
|
290
|
+
operator: "lte"
|
|
291
|
+
threshold_expression: "p_LC × v_min"
|
|
292
|
+
unit: "v"
|
|
293
|
+
per_condition: "per temperature increment"
|
|
294
|
+
}
|
|
295
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.6.1.3"
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
requirement /req/metrological/barometric-pressure {
|
|
299
|
+
name "Barometric pressure"
|
|
300
|
+
statement "The output of the load cell shall not vary by an amount greater than v_min for any incremental change in barometric pressure equivalent to 1 kPa."
|
|
301
|
+
binds_to { group.parameters.v_min }
|
|
302
|
+
limit {
|
|
303
|
+
notes "Limit is one minimum verification interval (1 v_min) per 1 kPa (R 60-1, 5.6.2); the barometric_normalized verdict normalizes the raw change C_P (v) per kPa and converts to v_min units via (E_max−E_min)/n_LC (R 60-3, 2.1.6), so the limit is 1 — never the v_min mass value."
|
|
304
|
+
quantity { kind dimensionless }
|
|
305
|
+
accepts {
|
|
306
|
+
verdict barometric_normalized
|
|
307
|
+
op lte
|
|
308
|
+
limit "ocl{1}"
|
|
309
|
+
}
|
|
310
|
+
uses { observable:c_p observable:delta_p model.parameters.e_max family.parameters.e_min group.parameters.n_lc group.parameters.v_min }
|
|
311
|
+
}
|
|
312
|
+
acceptance_criteria {
|
|
313
|
+
type: "threshold"
|
|
314
|
+
description: "Barometric pressure effect on output shall not exceed v_min per 1 kPa pressure change.\n"
|
|
315
|
+
limit:
|
|
316
|
+
expression: "|Δoutput|"
|
|
317
|
+
operator: "lte"
|
|
318
|
+
threshold_expression: "v_min"
|
|
319
|
+
unit: "v"
|
|
320
|
+
per_condition: "per 1 kPa barometric pressure change"
|
|
321
|
+
}
|
|
322
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.6.2"
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
requirement /req/metrological/humidity-ch {
|
|
326
|
+
name "Humidity error for CH or unmarked load cells"
|
|
327
|
+
statement "The influence of exposure to cyclic temperature conditions on the load cell output for minimum load shall not be greater than 4% of the difference between the output on E_max and that at E_min. The influence on the load cell output for the maximum load shall not be greater than the load cell verification interval v."
|
|
328
|
+
guidance "Applicable to load cells marked CH or with no humidity symbol marking. Not applicable to load cells marked NH or SH."
|
|
329
|
+
binds_to { group.parameters.n_lc sample.test_context.v family.classification.humidity_class }
|
|
330
|
+
limit {
|
|
331
|
+
expression "ocl{abs(c_hmin) <= 0.04 * group.parameters.y and abs(c_hmax) <= 1}"
|
|
332
|
+
notes "Min-load effect: 4 % of (E_max − E_min) output = 0.04·Y in v units (R 60-1, 5.6.3 — the model's 0.04·n_lc used the wrong ratio); max-load effect: 1 v (5.6.3)."
|
|
333
|
+
uses { observable:c_hmin observable:c_hmax group.parameters.n_lc group.parameters.y }
|
|
334
|
+
}
|
|
335
|
+
applicability {
|
|
336
|
+
humidity_class: [CH]
|
|
337
|
+
}
|
|
338
|
+
acceptance_criteria {
|
|
339
|
+
type: "qualitative"
|
|
340
|
+
description: "Two conditions must be satisfied after cyclic humidity exposure: minimum load effect ≤ 4% of span, and maximum load effect ≤ v.\n"
|
|
341
|
+
items:
|
|
342
|
+
- description: "Influence on minimum load output ≤ 4% of (output at E_max − output at E_min)\n"
|
|
343
|
+
reference: "urn:oiml:pub:r:60-1:2021#clause-5.6.3.1"
|
|
344
|
+
- description: "Influence on maximum load output ≤ 1 verification interval (v)\n"
|
|
345
|
+
reference: "urn:oiml:pub:r:60-1:2021#clause-5.6.3.1"
|
|
346
|
+
}
|
|
347
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.6.3.1"
|
|
348
|
+
source_discrepancy {
|
|
349
|
+
summary "R 60-3 form criterion for the max-load humidity effect (C_Hmax ≤ MPE) contradicts the R 60-1 requirement text (C_Hmax ≤ 1 v)"
|
|
350
|
+
sources { "urn:oiml:pub:r:60-1:2021#clause-5.6.3.1" "urn:oiml:pub:r:60-3:2021#clause-2.1.7" }
|
|
351
|
+
resolution follows_clause_x
|
|
352
|
+
rationale "The model follows R 60-1, 5.6.3.1 — the normative requirement clause (max-load effect shall not exceed the verification interval v) — which R 60-3's own Table 6.10.1-a mpc column (= 1) confirms; only R 60-3, 2.1.7 prose states ≤ MPE. The conformance/form layer carries the same annotation. See analysis/deep-audit-r60.md F5/X5."
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
requirement /req/metrological/humidity-sh {
|
|
357
|
+
name "Humidity error for SH marked load cells"
|
|
358
|
+
statement "A load cell shall meet the MPE applicable to the load applied as specified in Table 4, when exposed to conditions of relative humidity variations as specified in R 60-2, 2.10.6."
|
|
359
|
+
guidance "Applicable to load cells marked SH only. Not applicable to load cells marked NH or CH or with no humidity symbol."
|
|
360
|
+
binds_to { group.parameters.mpe family.classification.humidity_class }
|
|
361
|
+
limit {
|
|
362
|
+
expression "ocl{abs(e_l) <= abs(group.parameters.mpe)}"
|
|
363
|
+
uses { observable:e_l group.parameters.mpe family.classification.humidity_class formula:lookupMPE table:mpe_tiers }
|
|
364
|
+
}
|
|
365
|
+
applicability {
|
|
366
|
+
humidity_class: [SH]
|
|
367
|
+
}
|
|
368
|
+
acceptance_criteria {
|
|
369
|
+
type: "threshold"
|
|
370
|
+
description: "Measurement errors shall remain within MPE during steady-state humidity exposure.\n"
|
|
371
|
+
limit:
|
|
372
|
+
expression: "|E_L|"
|
|
373
|
+
operator: "lte"
|
|
374
|
+
threshold_expression: "MPE"
|
|
375
|
+
referenced_function: "lookupMPE"
|
|
376
|
+
unit: "v"
|
|
377
|
+
per_condition: "during steady-state humidity exposure per R 60-2, 2.10.6"
|
|
378
|
+
}
|
|
379
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.6.3.2"
|
|
380
|
+
}
|
|
381
|
+
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
requirement_class /req/technical {
|
|
2
|
+
title "Technical requirements"
|
|
3
|
+
name "Technical requirements for load cells"
|
|
4
|
+
description "Requirements for software, inscriptions, markings, and presentation of load cell information."
|
|
5
|
+
subject "load cell technical"
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
requirement /req/technical/software {
|
|
9
|
+
name "Software sealing"
|
|
10
|
+
statement "Provision shall be made for appropriate sealing by mechanical, electronic and/or cryptographic means, making any change that affects the metrological integrity of the device impossible or evident. Any embedded programming that influences the raw count output of the load cell will be evaluated under the terms of this Recommendation. Software that modifies load cell performance shall comply with OIML D 31."
|
|
11
|
+
guidance "Severity level I with validation procedure A is required. For digital load cells, legally relevant software shall comply with OIML D 31 provisions."
|
|
12
|
+
binds_to { model.parameters.software_identification family.classification.technology }
|
|
13
|
+
applicability {
|
|
14
|
+
technology: [analogue-active, digital]
|
|
15
|
+
}
|
|
16
|
+
acceptance_criteria {
|
|
17
|
+
type: "qualitative"
|
|
18
|
+
description: "Software sealing provisions must be in place and documented; the four D 31 application specifics of R 60-1, 6.1 must hold.\n"
|
|
19
|
+
items:
|
|
20
|
+
- description: "Sealing by mechanical, electronic, and/or cryptographic means provided"
|
|
21
|
+
reference: "urn:oiml:pub:r:60-1:2021#clause-6.1"
|
|
22
|
+
- description: "Severity level I with validation procedure A declared and examined"
|
|
23
|
+
reference: "urn:oiml:pub:r:60-1:2021#clause-6.1"
|
|
24
|
+
- description: "Software identification imprint exception per OIML D 31, 5.1.1 applied (if used)"
|
|
25
|
+
reference: "urn:oiml:pub:r:60-1:2021#clause-6.1"
|
|
26
|
+
- description: "Conformity of manufactured devices to the approved type per OIML D 31, 5.2.5(a)"
|
|
27
|
+
reference: "urn:oiml:pub:r:60-1:2021#clause-6.1"
|
|
28
|
+
- description: "Field software update via verified or traced update per OIML D 31, 5.2.6.2/5.2.6.3"
|
|
29
|
+
reference: "urn:oiml:pub:r:60-1:2021#clause-6.1"
|
|
30
|
+
- description: "Software documentation per OIML D 31, 6.1.1"
|
|
31
|
+
reference: "urn:oiml:pub:r:60-1:2021#clause-6.1"
|
|
32
|
+
}
|
|
33
|
+
verification { method inspection description "Inspected during documentation examination per R 60-2, 2.3." }
|
|
34
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-6.1"
|
|
35
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-6"
|
|
36
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-6.1"
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
requirement /req/technical/mandatory-markings {
|
|
40
|
+
name "Mandatory markings on the load cell"
|
|
41
|
+
statement "The following mandatory markings shall be clearly and indelibly marked on the load cell: manufacturer's name or trade mark; manufacturer's type designation or load cell model; serial number; maximum capacity E_max; year of production; type approval mark (if applicable)."
|
|
42
|
+
guidance "If size limitations prevent all markings, manufacturer's name, type designation, serial number, and E_max shall be provided as a minimum on the load cell itself."
|
|
43
|
+
binds_to { model.identity.manufacturer model.identity.model_designation model.identity.serial_number model.parameters.e_max model.identity.year_of_production model.identity.type_approval_mark }
|
|
44
|
+
acceptance_criteria {
|
|
45
|
+
type: "qualitative"
|
|
46
|
+
description: "All mandatory markings present, clear, and indelible.\n"
|
|
47
|
+
items:
|
|
48
|
+
- description: "Manufacturer's name or trade mark present"
|
|
49
|
+
- description: "Type designation or load cell model marked"
|
|
50
|
+
- description: "Serial number marked"
|
|
51
|
+
- description: "Maximum capacity E_max marked"
|
|
52
|
+
- description: "Year of production marked"
|
|
53
|
+
- description: "Type approval mark present (if applicable)"
|
|
54
|
+
}
|
|
55
|
+
verification { method inspection description "Visual inspection of the load cell during documentation examination per R 60-2, 2.3." }
|
|
56
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-6.2.1"
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
requirement /req/technical/mandatory-additional-info {
|
|
60
|
+
name "Mandatory additional information"
|
|
61
|
+
statement "The following mandatory information shall be provided in an accompanying document: manufacturer's name or trade mark; type designation; accuracy class(es); type of load; working temperature when required; humidity symbol when required; E_max; E_min; E_lim; v_min (or Y); p_LC if not 0.7; and other pertinent conditions."
|
|
62
|
+
binds_to { model.identity.manufacturer model.identity.model_designation group.classification.accuracy_class group.classification.load_type family.parameters.t_min family.parameters.t_max family.classification.humidity_class model.parameters.e_max family.parameters.e_min family.parameters.e_lim group.parameters.v_min group.parameters.y family.parameters.p_lc }
|
|
63
|
+
acceptance_criteria {
|
|
64
|
+
type: "qualitative"
|
|
65
|
+
description: "All mandatory information items present in accompanying document.\n"
|
|
66
|
+
items:
|
|
67
|
+
- description: "Manufacturer's name or trade mark in documentation"
|
|
68
|
+
- description: "Type designation in documentation"
|
|
69
|
+
- description: "Accuracy class(es) specified"
|
|
70
|
+
- description: "Type of load specified"
|
|
71
|
+
- description: "Working temperature range specified (when required)"
|
|
72
|
+
- description: "Humidity symbol specified (when required)"
|
|
73
|
+
- description: "E_max value specified"
|
|
74
|
+
- description: "E_min value specified"
|
|
75
|
+
- description: "E_lim value specified"
|
|
76
|
+
- description: "v_min (or Y) specified"
|
|
77
|
+
- description: "p_LC specified if not 0.7"
|
|
78
|
+
}
|
|
79
|
+
verification { method inspection description "Inspected during documentation examination per R 60-2, 2.3." }
|
|
80
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-6.2.2"
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
requirement /req/technical/non-mandatory-info {
|
|
84
|
+
name "Non-mandatory additional information"
|
|
85
|
+
statement "The following information may optionally be specified: relative v_min (Y) for weighing instruments; relative DR (Z) for weighing instruments; and other information considered necessary by the manufacturer."
|
|
86
|
+
binds_to { group.parameters.y group.parameters.z }
|
|
87
|
+
obligation should
|
|
88
|
+
verification { method deferred description "Non-mandatory information is optional; no specific verification required." }
|
|
89
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-6.2.3"
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
requirement /req/technical/class-designation {
|
|
93
|
+
name "Accuracy class designation"
|
|
94
|
+
statement "Class A load cells shall be designated by the character \"A\", class B by \"B\", class C by \"C\" and class D by the character \"D\"."
|
|
95
|
+
binds_to { group.classification.accuracy_class }
|
|
96
|
+
parameters {
|
|
97
|
+
param class_symbol: enum { description "Single character designation for the accuracy class" enum_values { A B C D } }
|
|
98
|
+
}
|
|
99
|
+
verification { method inspection description "Verified by checking the marking uses the correct single-character designation." }
|
|
100
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-6.2.4.1"
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
requirement /req/technical/load-type-designation {
|
|
104
|
+
name "Designation of the type of load applied"
|
|
105
|
+
statement "The designation of the type of load applied to the load cell shall be specified when it is not clearly apparent from the load cell construction, using the standard symbols for tension, compression, beam, or universal."
|
|
106
|
+
binds_to { group.classification.load_type }
|
|
107
|
+
parameters {
|
|
108
|
+
param load_symbol: enum { description "Standard symbol for the loading direction" enum_values { tension compression beam universal } }
|
|
109
|
+
}
|
|
110
|
+
verification { method inspection description "Verified by inspecting the load cell designation marking." }
|
|
111
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-6.2.4.2"
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
requirement /req/technical/temperature-designation {
|
|
115
|
+
name "Working temperature designation"
|
|
116
|
+
statement "The special limits of working temperature shall be specified when the load cell cannot perform within the limits of error over the standard temperature range. The limits of temperature shall be designated in degrees Celsius."
|
|
117
|
+
binds_to { family.parameters.t_min family.parameters.t_max }
|
|
118
|
+
parameters {
|
|
119
|
+
param temperature_range: string { description "Special temperature limits in °C (e.g., \"-10/+40\"). Required only when load cell cannot meet MPE over the standard range." }
|
|
120
|
+
}
|
|
121
|
+
verification { method inspection description "Verified by checking the temperature designation on markings and documentation." }
|
|
122
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-6.2.4.3"
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
requirement /req/technical/humidity-designation {
|
|
126
|
+
name "Humidity symbols"
|
|
127
|
+
statement "A load cell not designed to meet humidity performance criteria shall be marked NH. A load cell designed to meet cyclic humidity criteria shall be marked CH or not be marked. A load cell designed to meet steady-state humidity criteria shall be marked SH."
|
|
128
|
+
binds_to { family.parameters.humidity_symbol family.classification.humidity_class }
|
|
129
|
+
parameters {
|
|
130
|
+
param humidity_symbol: enum { description "Humidity classification marking: CH (cyclic humidity), NH (no humidity test), SH (steady-state humidity), or unmarked (= CH)." enum_values { CH NH SH unmarked } }
|
|
131
|
+
}
|
|
132
|
+
verification { method inspection description "Verified by checking the humidity symbol marking on the load cell." }
|
|
133
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-6.2.4.4"
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
requirement /req/technical/nlc-designation {
|
|
137
|
+
name "Maximum number of load cell verification intervals designation"
|
|
138
|
+
statement "The maximum number of load cell verification intervals for which the accuracy class applies shall be designated in actual units or, when combined with the accuracy class designation, in units of 1000."
|
|
139
|
+
binds_to { group.parameters.n_lc }
|
|
140
|
+
parameters {
|
|
141
|
+
param n_LC: integer { description "Number of verification intervals. In designation format: e.g., C3 = Class C with 3000 intervals (3 × 1000)." unit "intervals" }
|
|
142
|
+
}
|
|
143
|
+
verification { method inspection description "Verified by checking the n_LC designation on the load cell marking." }
|
|
144
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-6.2.4.5"
|
|
145
|
+
}
|
|
146
|
+
|