@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
|
+
# GENERATED package payload (task 31b) — content with no PRL construct; composed back by regenerate-data + build-primmel-cache. Do not edit by hand.
|
|
2
|
+
application:
|
|
3
|
+
declaration_form: r60-3/sec-4.5
|
|
4
|
+
documentation:
|
|
5
|
+
- id: measurement-principle
|
|
6
|
+
name:
|
|
7
|
+
- spelling: eng-Latn
|
|
8
|
+
value: Description of the general principle of measurement
|
|
9
|
+
description:
|
|
10
|
+
- spelling: eng-Latn
|
|
11
|
+
value: A description of the load cell's general principle of measurement (R 60-2, 2.5 a).
|
|
12
|
+
obligation: shall
|
|
13
|
+
source:
|
|
14
|
+
doc: urn:oiml:pub:r:60-2:2021
|
|
15
|
+
clause: '2.5'
|
|
16
|
+
- id: mechanical-drawings
|
|
17
|
+
name:
|
|
18
|
+
- spelling: eng-Latn
|
|
19
|
+
value: Mechanical drawings
|
|
20
|
+
description:
|
|
21
|
+
- spelling: eng-Latn
|
|
22
|
+
value: Mechanical drawings, including documents on the load transmission(s) as per R 60-2 Annex E (R 60-2, 2.5 b).
|
|
23
|
+
obligation: shall
|
|
24
|
+
source:
|
|
25
|
+
doc: urn:oiml:pub:r:60-2:2021
|
|
26
|
+
clause: '2.5'
|
|
27
|
+
- id: electrical-diagrams
|
|
28
|
+
name:
|
|
29
|
+
- spelling: eng-Latn
|
|
30
|
+
value: Electric/electronic diagrams
|
|
31
|
+
description:
|
|
32
|
+
- spelling: eng-Latn
|
|
33
|
+
value: Electric and electronic diagrams of the load cell (R 60-2, 2.5 c).
|
|
34
|
+
obligation: shall
|
|
35
|
+
source:
|
|
36
|
+
doc: urn:oiml:pub:r:60-2:2021
|
|
37
|
+
clause: '2.5'
|
|
38
|
+
- id: installation-requirements
|
|
39
|
+
name:
|
|
40
|
+
- spelling: eng-Latn
|
|
41
|
+
value: Installation requirements
|
|
42
|
+
description:
|
|
43
|
+
- spelling: eng-Latn
|
|
44
|
+
value: Physical and electrical installation requirements, if appropriate (R 60-2, 2.5 d).
|
|
45
|
+
obligation: may
|
|
46
|
+
source:
|
|
47
|
+
doc: urn:oiml:pub:r:60-2:2021
|
|
48
|
+
clause: '2.5'
|
|
49
|
+
- id: operating-instructions
|
|
50
|
+
name:
|
|
51
|
+
- spelling: eng-Latn
|
|
52
|
+
value: Operating instructions
|
|
53
|
+
description:
|
|
54
|
+
- spelling: eng-Latn
|
|
55
|
+
value: Operating instructions to be provided to the user, if appropriate (R 60-2, 2.5 e).
|
|
56
|
+
obligation: may
|
|
57
|
+
source:
|
|
58
|
+
doc: urn:oiml:pub:r:60-2:2021
|
|
59
|
+
clause: '2.5'
|
|
60
|
+
- id: compliance-evidence
|
|
61
|
+
name:
|
|
62
|
+
- spelling: eng-Latn
|
|
63
|
+
value: Compliance evidence
|
|
64
|
+
description:
|
|
65
|
+
- spelling: eng-Latn
|
|
66
|
+
value: >-
|
|
67
|
+
Documents or other evidence supporting and demonstrating the manufacturer's belief that the design and
|
|
68
|
+
characteristics of the load cell comply with the requirements of the Recommendation (R 60-2, 2.5 f).
|
|
69
|
+
obligation: shall
|
|
70
|
+
source:
|
|
71
|
+
doc: urn:oiml:pub:r:60-2:2021
|
|
72
|
+
clause: '2.5'
|
|
73
|
+
- id: software-documentation
|
|
74
|
+
name:
|
|
75
|
+
- spelling: eng-Latn
|
|
76
|
+
value: Software documentation
|
|
77
|
+
description:
|
|
78
|
+
- spelling: eng-Latn
|
|
79
|
+
value: Documentation relative to software, if appropriate (R 60-2, 2.5 g).
|
|
80
|
+
obligation: may
|
|
81
|
+
source:
|
|
82
|
+
doc: urn:oiml:pub:r:60-2:2021
|
|
83
|
+
clause: '2.5'
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
# GENERATED package payload (task 31b) — content with no PRL construct; composed back by regenerate-data + build-primmel-cache. Do not edit by hand.
|
|
2
|
+
common_test_conditions:
|
|
3
|
+
- id: test-equipment
|
|
4
|
+
title: Test equipment
|
|
5
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.7.2
|
|
6
|
+
description: |
|
|
7
|
+
Test equipment used for the tests shall be calibrated and
|
|
8
|
+
traceable to national or international standards. The equipment
|
|
9
|
+
shall have adequate precision for the measurements to be performed.
|
|
10
|
+
- id: environmental-conditions
|
|
11
|
+
title: Environmental conditions
|
|
12
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.7.3.1
|
|
13
|
+
description: |
|
|
14
|
+
The test shall be conducted under stable ambient conditions as
|
|
15
|
+
specified in R 60-2 §2.6.1.
|
|
16
|
+
- id: acceleration-of-gravity
|
|
17
|
+
title: Acceleration of gravity
|
|
18
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.7.3.2
|
|
19
|
+
description: |
|
|
20
|
+
The value of the acceleration of gravity used in the calculation
|
|
21
|
+
of the force applied shall be the local value or the value
|
|
22
|
+
declared for the testing laboratory.
|
|
23
|
+
- id: loading-conditions
|
|
24
|
+
title: Loading conditions
|
|
25
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.7.3.3
|
|
26
|
+
description: |
|
|
27
|
+
Loads shall be applied axially and without shock. The points of
|
|
28
|
+
force application shall be defined for each load direction
|
|
29
|
+
(compression, tension, beam).
|
|
30
|
+
- id: measuring-range-limits
|
|
31
|
+
title: Measuring range limits
|
|
32
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.7.3.4
|
|
33
|
+
description: |
|
|
34
|
+
Tests shall be conducted within the measuring range defined by
|
|
35
|
+
D_min and D_max of the load cell under test.
|
|
36
|
+
- id: reference-standards
|
|
37
|
+
title: Reference standards
|
|
38
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.7.3.5
|
|
39
|
+
description: |
|
|
40
|
+
Reference standards of mass (or force) used for calibration
|
|
41
|
+
shall have an uncertainty appropriate to the measurements.
|
|
42
|
+
- id: stabilisation-period
|
|
43
|
+
title: Stabilisation period
|
|
44
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.7.3.6
|
|
45
|
+
description: |
|
|
46
|
+
A stabilisation period shall be allowed after changing
|
|
47
|
+
temperature or load before recording indications.
|
|
48
|
+
- id: temperature-conditions
|
|
49
|
+
title: Temperature conditions
|
|
50
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.7.3.7
|
|
51
|
+
description: |
|
|
52
|
+
Tests shall be conducted at the temperatures specified in
|
|
53
|
+
R 60-2 §2.10 (typically 20°C reference plus T_high and T_low).
|
|
54
|
+
Temperature is considered stable when the difference between
|
|
55
|
+
extreme temperatures noted during the test does not exceed one
|
|
56
|
+
fifth of the temperature range of the load cell under test,
|
|
57
|
+
without being greater than 2 °C (R 60-2, 2.7.3.1).
|
|
58
|
+
- id: barometric-pressure-effects
|
|
59
|
+
title: Barometric pressure effects
|
|
60
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.7.3.8
|
|
61
|
+
description: |
|
|
62
|
+
Atmospheric pressure changes shall be recorded during the test
|
|
63
|
+
for correction of barometric-pressure-sensitive readings.
|
|
64
|
+
- id: humidity-effects-condition
|
|
65
|
+
title: Humidity effects
|
|
66
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.7.3.9
|
|
67
|
+
description: |
|
|
68
|
+
Humidity shall be controlled per the test specification
|
|
69
|
+
(typically 50% RH for non-humidity tests, cyclic or steady-state
|
|
70
|
+
for humidity tests).
|
|
71
|
+
- id: indicating-instrument-checking
|
|
72
|
+
title: Indicating instrument checking
|
|
73
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.7.3.10
|
|
74
|
+
description: |
|
|
75
|
+
The indicating instrument used to read the load cell output
|
|
76
|
+
shall be checked for accuracy before each test series.
|
|
77
|
+
- id: other-conditions
|
|
78
|
+
title: Other conditions
|
|
79
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.7.3.11
|
|
80
|
+
description: |
|
|
81
|
+
Any other conditions specified by the manufacturer or by the
|
|
82
|
+
testing laboratory's procedures.
|
|
83
|
+
- id: time-date-format
|
|
84
|
+
title: Time and date format
|
|
85
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.7.3.12
|
|
86
|
+
description: |
|
|
87
|
+
All time and date recordings shall use ISO 8601 format.
|
|
88
|
+
- id: errors-conditions
|
|
89
|
+
title: Conditions for error determination
|
|
90
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.8.1
|
|
91
|
+
description: |
|
|
92
|
+
Conditions for the determination of measurement errors shall
|
|
93
|
+
be as specified in R 60-2 §2.7.
|
|
94
|
+
- id: errors-limits
|
|
95
|
+
title: Limits of error
|
|
96
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.8.2
|
|
97
|
+
description: |
|
|
98
|
+
The MPE values per R 60-1 §5.3 shall be used as the limits
|
|
99
|
+
of error during type evaluation.
|
|
100
|
+
- id: initial-readings
|
|
101
|
+
title: Initial readings
|
|
102
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.8.3
|
|
103
|
+
description: |
|
|
104
|
+
Initial minimum test load indications shall be recorded before
|
|
105
|
+
each test series.
|
|
106
|
+
- id: loading-unloading-times
|
|
107
|
+
title: Loading/unloading times
|
|
108
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.8.3.1
|
|
109
|
+
description: |
|
|
110
|
+
Loading and unloading shall be performed smoothly without shock.
|
|
111
|
+
Times for loading and unloading shall be recorded.
|
|
112
|
+
- id: loading-times-adherence
|
|
113
|
+
title: Adherence to loading/unloading times
|
|
114
|
+
reference: urn:oiml:pub:r:60-2:2021#clause-2.8.3.2
|
|
115
|
+
description: |
|
|
116
|
+
Loading/unloading times per R 60-2, Table 1. When the specified
|
|
117
|
+
times cannot be achieved the applicant shall be consulted; for the
|
|
118
|
+
minimum dead load output return test the time may be increased from
|
|
119
|
+
100 % to a limit of 150 % of the specified time, provided the
|
|
120
|
+
permissible variation of the result is proportionally reduced from
|
|
121
|
+
100 % to 50 % (C_DR <= 0.5(1-(x-1)) v, R 60-3, 2.1.5.6).
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# GENERATED package payload (task 31b) — content with no PRL construct; composed back by regenerate-data + build-primmel-cache. Do not edit by hand.
|
|
2
|
+
formulas:
|
|
3
|
+
- name: loadCellError
|
|
4
|
+
type: expression
|
|
5
|
+
label: Load Cell Error E_L
|
|
6
|
+
params:
|
|
7
|
+
- avgIndication
|
|
8
|
+
- referenceIndication
|
|
9
|
+
- conversion_factor_f
|
|
10
|
+
description: E_L = (I - I_ref) / f
|
|
11
|
+
expression: (p.avgIndication - p.referenceIndication) / p.conversion_factor_f
|
|
12
|
+
- name: repeatabilityError
|
|
13
|
+
type: expression
|
|
14
|
+
label: Repeatability Error E_R
|
|
15
|
+
params:
|
|
16
|
+
- indications
|
|
17
|
+
- conversion_factor_f
|
|
18
|
+
description: E_R = (max - min) / f across runs
|
|
19
|
+
expression: (Math.max(...Object.values(p.indications)) - Math.min(...Object.values(p.indications))) / p.conversion_factor_f
|
|
20
|
+
- name: creep
|
|
21
|
+
type: expression
|
|
22
|
+
label: Creep C_C
|
|
23
|
+
params:
|
|
24
|
+
- indicationAtTime
|
|
25
|
+
- initialIndication
|
|
26
|
+
- conversion_factor_f
|
|
27
|
+
description: C_C = (I_t - I_0) / f
|
|
28
|
+
expression: (p.indicationAtTime - p.initialIndication) / p.conversion_factor_f
|
|
29
|
+
- name: deadLoadOutputReturn
|
|
30
|
+
type: expression
|
|
31
|
+
label: Dead Load Output Return DR
|
|
32
|
+
params:
|
|
33
|
+
- minLoadIndication2
|
|
34
|
+
- minLoadIndication1
|
|
35
|
+
- conversion_factor_f
|
|
36
|
+
description: DR = (I_min2 - I_min1) / f
|
|
37
|
+
expression: (p.minLoadIndication2 - p.minLoadIndication1) / p.conversion_factor_f
|
|
38
|
+
- name: barometricPressureEffect
|
|
39
|
+
type: expression
|
|
40
|
+
label: Barometric Pressure Effect C_P
|
|
41
|
+
params:
|
|
42
|
+
- indication1
|
|
43
|
+
- indication2
|
|
44
|
+
- conversion_factor_f
|
|
45
|
+
description: C_P = |I_2 - I_1| / f
|
|
46
|
+
expression: Math.abs(p.indication2 - p.indication1) / p.conversion_factor_f
|
|
47
|
+
- name: maxAllowableSpanVariation
|
|
48
|
+
type: expression
|
|
49
|
+
label: Max Allowable Span Variation
|
|
50
|
+
params:
|
|
51
|
+
- d_max
|
|
52
|
+
- accuracy_class
|
|
53
|
+
- p_lc
|
|
54
|
+
description: max(0.5, 0.5*|MPE|)
|
|
55
|
+
expression: Math.max(0.5, 0.5 * Math.abs(compute('lookupMPE', [p.d_max, p.accuracy_class, p.p_lc])))
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
# OIML R 60 — MODEL LAYER: PROMISES (TODO.roadmap/08)
|
|
2
|
+
# -----------------------------------------------------------------------------
|
|
3
|
+
# First-class manufacturer PROMISES: claims on characteristics and behavior —
|
|
4
|
+
# possibly envelope-shaped, possibly conditional — that evaluation verifies
|
|
5
|
+
# and the certificate prints as promises-as-verified (doctrine
|
|
6
|
+
# primmel-oiml-smart/docs/primmel/02-subjects.md §2.3, the IS catalog;
|
|
7
|
+
# 15-model-supply-chain.md §15.2, promises-as-verified).
|
|
8
|
+
#
|
|
9
|
+
# A promise is NOT a declared attribute value: a claim stated as one bare
|
|
10
|
+
# parameter value ("t_min = −10 °C") stays an `origin: declared` attribute.
|
|
11
|
+
# primmel-ts linter C44 promise-not-bare-value enforces the distinctness —
|
|
12
|
+
# NARROWED semantics: it rejects only promises that merely RESTATE a bare
|
|
13
|
+
# declared value (attribute target + bare quantity level, no conditions, no
|
|
14
|
+
# verification linkage). Targeting an attribute/dimension with a genuine
|
|
15
|
+
# claim ABOUT it — conditioned, envelope/range, symbolic level, or verified
|
|
16
|
+
# — is legal, and is exactly what this file does. The promises below
|
|
17
|
+
# therefore never RESTATE a value: they cite the characteristic/behavior/
|
|
18
|
+
# attribute/dimension the claim is about (`target`), and the certificate
|
|
19
|
+
# print projection (`certificate:`) declares which declared attribute /
|
|
20
|
+
# classification dimension the verified claim reads its exhibited value from
|
|
21
|
+
# (the IS/HAS duality citation — the certificate prints the exhibited dual).
|
|
22
|
+
#
|
|
23
|
+
# PACKAGE HOME (TODO.model-content/03 — the payload-verbatim class): this
|
|
24
|
+
# file is the package payload `payload/promises.yaml` — the promise set is
|
|
25
|
+
# AUTHORED here, in the package, and regenerate-data emits
|
|
26
|
+
# data/r60/model/promises.yaml VERBATIM (the generated fileHeader + these
|
|
27
|
+
# raw bytes; the documented codec exclusion, same class as
|
|
28
|
+
# payload/sample-data.yaml). The kernel's SubjectPromise carries no
|
|
29
|
+
# certificate print-projection field yet — the projection's first-class PRL
|
|
30
|
+
# home (`promises.prl` with a `certificate { … }` block) is the recorded
|
|
31
|
+
# primmel-ts kernel-minor follow-up; when it ships, this payload migrates to
|
|
32
|
+
# the PRL surface and the promise CONTENT rides over unchanged.
|
|
33
|
+
#
|
|
34
|
+
# TYPE ALIGNMENT (TODO.roadmap/08 deliverable 1): `PromiseDecl` (smart,
|
|
35
|
+
# browser/src/data/standards.ts) ≡ primmel-ts `SubjectPromise` at the TYPE
|
|
36
|
+
# level only — id, target, level, conditions (OCL over dimensions/
|
|
37
|
+
# conditions), statement, verified_by (requirement/test ids — when absent,
|
|
38
|
+
# verification derives from the requirement/test bindings of the same
|
|
39
|
+
# target), source { doc, clause }. The YAML level shape ({ kind:
|
|
40
|
+
# quantity|range|symbolic, … }) and primmel's `PromiseLevel` are
|
|
41
|
+
# CONCEPTUALLY aligned (quantity/range/symbolic); no YAML↔PRL converter
|
|
42
|
+
# for promises exists yet.
|
|
43
|
+
# The `certificate:` block is the smart-side print projection (Annex B):
|
|
44
|
+
# the certificate's characteristic list is GENERATED from this promise set
|
|
45
|
+
# (browser/src/services/certificate.service.ts), replacing the formerly
|
|
46
|
+
# hand-maintained characteristics_template rows of
|
|
47
|
+
# evaluation/certificate-template.yaml (which keeps only number_format and
|
|
48
|
+
# dimension_labels).
|
|
49
|
+
#
|
|
50
|
+
# APPLICATION-SIDE MAPPING (light formalization — deliverable 4): an
|
|
51
|
+
# application's SOUGHT CLASSIFICATION reads as a promise set — the
|
|
52
|
+
# subject-chain classification maps the applicant declares (family/group/
|
|
53
|
+
# model `classification`, the Application model_family_id + model_ids matrix)
|
|
54
|
+
# are the applicant's claims about what the type IS, shape-compatible with
|
|
55
|
+
# the entries below (dimension targets with symbolic levels), which
|
|
56
|
+
# evaluation then verifies and the certificate prints as promises-as-verified.
|
|
57
|
+
# Application.dimensions (deprecated free-form map) corresponds 1:1 to
|
|
58
|
+
# promise entries with `level: { kind: symbolic, value: <dimension-value> }`
|
|
59
|
+
# on the dimension target. A full application-matrix migration is NOT in
|
|
60
|
+
# scope — this note + the type alignment is the formalization.
|
|
61
|
+
#
|
|
62
|
+
# Schema: data/schemas/model.yaml ($defs/promise).
|
|
63
|
+
---
|
|
64
|
+
promises:
|
|
65
|
+
|
|
66
|
+
# ── Annex B mandatory supplement (R 60-4, Annex B) ──────────────────
|
|
67
|
+
|
|
68
|
+
- id: e_max_values
|
|
69
|
+
target: e_max # symbols.yaml / attributes.yaml id
|
|
70
|
+
statement:
|
|
71
|
+
- spelling: eng-Latn
|
|
72
|
+
value: "Maximum capacity E_max per model — the rated capacities the family offers."
|
|
73
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "3.5.5" }
|
|
74
|
+
certificate: { attribute: e_max, type: string, label: [{spelling: eng-Latn, value: "E_max values"}], obligation: mandatory }
|
|
75
|
+
|
|
76
|
+
- id: accuracy_class
|
|
77
|
+
target: accuracy_class # classification dimension (model/instrument.yaml)
|
|
78
|
+
statement:
|
|
79
|
+
- spelling: eng-Latn
|
|
80
|
+
value: "The type holds its declared accuracy class — the error characteristic stays within the class MPE."
|
|
81
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "5.1.1" }
|
|
82
|
+
verified_by:
|
|
83
|
+
- /req/metrological/mpe # R 60-1, 5.3
|
|
84
|
+
- /conf/metrological-tests/measurement-error-repeatability-mdlo # R 60-2, 2.10.1
|
|
85
|
+
certificate: { dimension: accuracy_class, type: string, label: [{spelling: eng-Latn, value: "Accuracy class"}], obligation: mandatory }
|
|
86
|
+
|
|
87
|
+
- id: n_lc
|
|
88
|
+
target: n_lc
|
|
89
|
+
statement:
|
|
90
|
+
- spelling: eng-Latn
|
|
91
|
+
value: "Maximum number of load cell verification intervals into which the measuring range is divided."
|
|
92
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "3.5.8" }
|
|
93
|
+
certificate: { attribute: n_lc, type: integer, label: [{spelling: eng-Latn, value: "Number of verification intervals (n_LC)"}], obligation: mandatory }
|
|
94
|
+
|
|
95
|
+
- id: v_min
|
|
96
|
+
target: v_min
|
|
97
|
+
statement:
|
|
98
|
+
- spelling: eng-Latn
|
|
99
|
+
value: "Minimum load cell verification interval the type is certified down to."
|
|
100
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "3.5.11" }
|
|
101
|
+
certificate: { attribute: v_min, type: string, label: [{spelling: eng-Latn, value: "Minimum load cell verification interval (v_min)"}], obligation: mandatory }
|
|
102
|
+
|
|
103
|
+
- id: p_lc
|
|
104
|
+
target: p_lc
|
|
105
|
+
statement:
|
|
106
|
+
- spelling: eng-Latn
|
|
107
|
+
value: "Apportioning factor p_LC of the load cell for MPE calculations."
|
|
108
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "3.7.2" }
|
|
109
|
+
certificate: { attribute: p_lc, type: number, label: [{spelling: eng-Latn, value: "Apportioning factor (p_LC)"}], obligation: mandatory }
|
|
110
|
+
|
|
111
|
+
# ── Annex B Table B.1 technical data (additional pages, informative) ──
|
|
112
|
+
|
|
113
|
+
- id: e_min
|
|
114
|
+
target: e_min
|
|
115
|
+
statement:
|
|
116
|
+
- spelling: eng-Latn
|
|
117
|
+
value: "Minimum dead load E_min the load cell measures from."
|
|
118
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "3.5.9" }
|
|
119
|
+
certificate: { attribute: e_min, type: string, label: [{spelling: eng-Latn, value: "Minimum dead load (E_min)"}], obligation: optional }
|
|
120
|
+
|
|
121
|
+
- id: y_ratio
|
|
122
|
+
target: "y"
|
|
123
|
+
statement:
|
|
124
|
+
- spelling: eng-Latn
|
|
125
|
+
value: "Relative minimum load cell verification interval Y = E_max / v_min."
|
|
126
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "3.5.15" }
|
|
127
|
+
certificate: { attribute: "y", type: integer, label: [{spelling: eng-Latn, value: "Relative v_min (Y)"}], obligation: optional }
|
|
128
|
+
|
|
129
|
+
- id: z_ratio
|
|
130
|
+
target: z
|
|
131
|
+
statement:
|
|
132
|
+
- spelling: eng-Latn
|
|
133
|
+
value: "Relative minimum dead load output return Z = E_max / (2·DR)."
|
|
134
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "3.5.14" }
|
|
135
|
+
certificate: { attribute: z, type: integer, label: [{spelling: eng-Latn, value: "Relative DR (Z)"}], obligation: optional }
|
|
136
|
+
|
|
137
|
+
- id: rated_output
|
|
138
|
+
target: rated_output
|
|
139
|
+
statement:
|
|
140
|
+
- spelling: eng-Latn
|
|
141
|
+
value: "Rated output per volt of excitation at maximum capacity, with tolerance."
|
|
142
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "3.5.3" }
|
|
143
|
+
certificate: { attribute: rated_output, type: string, label: [{spelling: eng-Latn, value: "Rated output"}], obligation: optional }
|
|
144
|
+
|
|
145
|
+
- id: excitation_maximum
|
|
146
|
+
target: excitation_maximum
|
|
147
|
+
statement:
|
|
148
|
+
- spelling: eng-Latn
|
|
149
|
+
value: "Maximum excitation voltage the load cell withstands."
|
|
150
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "3.4.2" }
|
|
151
|
+
certificate: { attribute: excitation_maximum, type: number, label: [{spelling: eng-Latn, value: "Maximum excitation voltage (V)"}], obligation: optional }
|
|
152
|
+
|
|
153
|
+
- id: input_impedance
|
|
154
|
+
target: input_impedance
|
|
155
|
+
statement:
|
|
156
|
+
- spelling: eng-Latn
|
|
157
|
+
value: "Electrical impedance across the excitation terminals, with tolerance."
|
|
158
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "3.4.2" }
|
|
159
|
+
certificate: { attribute: input_impedance, type: string, label: [{spelling: eng-Latn, value: "Input impedance (Ohm)"}], obligation: optional }
|
|
160
|
+
|
|
161
|
+
- id: temperature_range
|
|
162
|
+
target: temp-effect-sensitivity # behaviors.yaml — the temperature influence response
|
|
163
|
+
statement:
|
|
164
|
+
- spelling: eng-Latn
|
|
165
|
+
value: "The type holds its metrological performance across the rated temperature range (T_min…T_max)."
|
|
166
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "5.6.1" }
|
|
167
|
+
verified_by:
|
|
168
|
+
- /req/metrological/temperature-limits # R 60-1, 5.6.1
|
|
169
|
+
- /conf/metrological-tests/measurement-error-repeatability-mdlo # R 60-2, 2.10.1 (temperature runs)
|
|
170
|
+
certificate: { attributes: [t_min, t_max], type: string, label: [{spelling: eng-Latn, value: "Temperature rating (°C)"}], obligation: optional }
|
|
171
|
+
|
|
172
|
+
- id: safe_overload
|
|
173
|
+
target: safe_overload
|
|
174
|
+
statement:
|
|
175
|
+
- spelling: eng-Latn
|
|
176
|
+
value: "Safe overload the load cell withstands without permanent damage, relative to E_max."
|
|
177
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "3.5.16" }
|
|
178
|
+
certificate: { attribute: safe_overload, type: string, label: [{spelling: eng-Latn, value: "Safe overload, relative (%)"}], obligation: optional }
|
|
179
|
+
|
|
180
|
+
# ── Envelope claim (TODO.roadmap/08 deliverable d) ───────────────────
|
|
181
|
+
# A CONDITIONED promise a bare parameter value cannot express: not
|
|
182
|
+
# "t_min = −10 °C" (one declared value) but "class C6 HOLDS ACROSS the
|
|
183
|
+
# rated range −10…+40 °C" — a level claimed over an envelope, gated by
|
|
184
|
+
# conditions (OCL over the designed condition tiers). It prints as a
|
|
185
|
+
# statement row: the certificate block binds no attribute/dimension, so
|
|
186
|
+
# the projection renders the claim text itself (see
|
|
187
|
+
# certificate.service.ts renderPromiseClaim).
|
|
188
|
+
- id: accuracy_class_envelope
|
|
189
|
+
target: accuracy_class
|
|
190
|
+
level: { kind: symbolic, value: C6 }
|
|
191
|
+
conditions: "ocl{self.temperature >= rated.t_min and self.temperature <= rated.t_max}"
|
|
192
|
+
statement:
|
|
193
|
+
- spelling: eng-Latn
|
|
194
|
+
value: "Holds accuracy class C6 across the rated temperature range −10…+40 °C."
|
|
195
|
+
verified_by:
|
|
196
|
+
- /req/metrological/mpe # R 60-1, 5.3
|
|
197
|
+
- /conf/metrological-tests/measurement-error-repeatability-mdlo # R 60-2, 2.10.1
|
|
198
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "5.1.1" }
|
|
199
|
+
certificate: { type: statement, label: [{spelling: eng-Latn, value: "Accuracy envelope"}], obligation: optional }
|
|
200
|
+
|
|
201
|
+
# ── The G1 optional defining-data fields (TODO.deploying/01) ────────
|
|
202
|
+
- id: cable_length
|
|
203
|
+
target: cable_length
|
|
204
|
+
statement:
|
|
205
|
+
- spelling: eng-Latn
|
|
206
|
+
value: "Integral cable length (the family specification set's cable details, R 60-1, 3.4.2 (e))."
|
|
207
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "3.4.2" }
|
|
208
|
+
certificate: { attribute: cable_length, type: quantity, label: [{spelling: eng-Latn, value: "Cable length"}], obligation: optional }
|
|
209
|
+
|
|
210
|
+
- id: additional_markings
|
|
211
|
+
target: additional_markings
|
|
212
|
+
statement:
|
|
213
|
+
- spelling: eng-Latn
|
|
214
|
+
value: "Markings on the load cell beyond the required set (manufacturer's optional markings)."
|
|
215
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "6" }
|
|
216
|
+
certificate: { attribute: additional_markings, type: string, label: [{spelling: eng-Latn, value: "Additional markings"}], obligation: optional }
|
|
217
|
+
|
|
218
|
+
- id: additional_characterisation
|
|
219
|
+
target: additional_characterisation
|
|
220
|
+
statement:
|
|
221
|
+
- spelling: eng-Latn
|
|
222
|
+
value: "Additional characterisation completing the classification (R 60-1, 5.1.5 (f), 5.1.6, 5.1.7)."
|
|
223
|
+
source: { doc: urn:oiml:pub:r:60-1:2021, clause: "5.1.5" }
|
|
224
|
+
certificate: { attribute: additional_characterisation, type: string, label: [{spelling: eng-Latn, value: "Additional characteristics"}], obligation: optional }
|