@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,642 @@
|
|
|
1
|
+
attribute_definition technology {
|
|
2
|
+
name "Technology"
|
|
3
|
+
definition "Load cell signal processing technology (analogue-passive, analogue-active, digital, digital with further data processing)."
|
|
4
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.7"
|
|
5
|
+
value_type string
|
|
6
|
+
origin design-fixed
|
|
7
|
+
scope family
|
|
8
|
+
category administrative
|
|
9
|
+
is_dimension true
|
|
10
|
+
enum technology
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
attribute_definition accuracy_class {
|
|
14
|
+
name "Accuracy class"
|
|
15
|
+
definition "Load cell accuracy class designation (A, B, C or D) ranked by overall performance capabilities."
|
|
16
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.1.1"
|
|
17
|
+
value_type string
|
|
18
|
+
origin declared
|
|
19
|
+
scope group
|
|
20
|
+
category metrological
|
|
21
|
+
is_dimension true
|
|
22
|
+
enum accuracy_class
|
|
23
|
+
irdi "0112/2///61987#ABA901"
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
attribute_definition humidity_symbol {
|
|
27
|
+
symbol "humiditySymbol"
|
|
28
|
+
name "Humidity symbol"
|
|
29
|
+
definition "Symbol assigned to a load cell that indicates the conditions of humidity under which the load cell has been tested (CH, SH or NH)."
|
|
30
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.4.1"
|
|
31
|
+
value_type string
|
|
32
|
+
origin declared
|
|
33
|
+
scope family
|
|
34
|
+
category administrative
|
|
35
|
+
is_dimension true
|
|
36
|
+
enum humidity_class
|
|
37
|
+
note "Dimension-mirror attribute of the humidity_class axis; marked per R 60-1, 6.2.4.4."
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
attribute_definition load_type {
|
|
41
|
+
name "Load type"
|
|
42
|
+
definition "Intended manner in which a load is applied to the load cell (compression, tension, beam, universal)."
|
|
43
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.1.4"
|
|
44
|
+
value_type string
|
|
45
|
+
origin declared
|
|
46
|
+
scope group
|
|
47
|
+
category metrological
|
|
48
|
+
is_dimension true
|
|
49
|
+
enum load_type
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
attribute_definition e_max {
|
|
53
|
+
symbol "E_max"
|
|
54
|
+
name "Maximum capacity"
|
|
55
|
+
definition "Largest value of a quantity expressed in units of mass, which may be applied to a load cell."
|
|
56
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.5"
|
|
57
|
+
quantity_kind mass
|
|
58
|
+
unit "kg"
|
|
59
|
+
value_type QuantityValue
|
|
60
|
+
origin design-fixed
|
|
61
|
+
scope model
|
|
62
|
+
category metrological
|
|
63
|
+
is_dimension false
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
attribute_definition e_min {
|
|
67
|
+
symbol "E_min"
|
|
68
|
+
name "Minimum dead load"
|
|
69
|
+
definition "Smallest value of a quantity (expressed in mass units) that may be applied to a load cell."
|
|
70
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.9"
|
|
71
|
+
quantity_kind mass
|
|
72
|
+
unit "kg"
|
|
73
|
+
value_type QuantityValue
|
|
74
|
+
origin design-fixed
|
|
75
|
+
scope family
|
|
76
|
+
category metrological
|
|
77
|
+
is_dimension false
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
attribute_definition e_lim {
|
|
81
|
+
symbol "E_lim"
|
|
82
|
+
name "Safe load limit"
|
|
83
|
+
definition "Maximum load that can be applied without producing a permanent shift in the performance characteristics beyond those specified."
|
|
84
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.16"
|
|
85
|
+
quantity_kind mass
|
|
86
|
+
unit "kg"
|
|
87
|
+
value_type QuantityValue
|
|
88
|
+
origin design-fixed
|
|
89
|
+
scope family
|
|
90
|
+
category metrological
|
|
91
|
+
is_dimension false
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
attribute_definition v_min {
|
|
95
|
+
symbol "v_min"
|
|
96
|
+
name "Minimum load cell verification interval"
|
|
97
|
+
definition "Smallest load cell verification interval in units of mass into which the maximum measuring range (E_max - E_min) can be divided."
|
|
98
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.11"
|
|
99
|
+
quantity_kind mass
|
|
100
|
+
unit "kg"
|
|
101
|
+
value_type QuantityValue
|
|
102
|
+
origin design-fixed
|
|
103
|
+
scope group
|
|
104
|
+
category metrological
|
|
105
|
+
is_dimension false
|
|
106
|
+
derived "(self.e_max - self.e_min) / self.y"
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
attribute_definition n_lc {
|
|
110
|
+
symbol "n_LC"
|
|
111
|
+
name "Maximum number of load cell verification intervals"
|
|
112
|
+
definition "Maximum number of load cell verification intervals into which the maximum measuring range may be divided."
|
|
113
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.8"
|
|
114
|
+
quantity_kind count
|
|
115
|
+
value_type QuantityValue
|
|
116
|
+
origin design-fixed
|
|
117
|
+
scope group
|
|
118
|
+
category metrological
|
|
119
|
+
is_dimension false
|
|
120
|
+
note "Class limits per R 60-1, 5.1.2 Table 1 (carried on the accuracy_class dimension values)."
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
attribute_definition p_lc {
|
|
124
|
+
symbol "p_LC"
|
|
125
|
+
name "Apportioning factor"
|
|
126
|
+
definition "Value of a dimensionless fraction expressed as a decimal (for example, 0.7) representing that portion of an error observed in the (weighing) instrument which is attributed to the load cell alone."
|
|
127
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.7.2"
|
|
128
|
+
quantity_kind dimensionless
|
|
129
|
+
value_type QuantityValue
|
|
130
|
+
origin design-fixed
|
|
131
|
+
scope family
|
|
132
|
+
category metrological
|
|
133
|
+
is_dimension false
|
|
134
|
+
note "Default 0.7; declared range 0.3 to 0.8 (R 60-1, 5.3.2); >= 0.7 for analogue-active load cells (R 60-1, 5.7.1)."
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
attribute_definition d_max {
|
|
138
|
+
symbol "D_max"
|
|
139
|
+
name "Maximum load of the measuring range"
|
|
140
|
+
definition "Largest value of a quantity expressed in units of mass which can be introduced to a load cell under test."
|
|
141
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.6"
|
|
142
|
+
quantity_kind mass
|
|
143
|
+
unit "kg"
|
|
144
|
+
value_type QuantityValue
|
|
145
|
+
origin test-dependent
|
|
146
|
+
scope sample
|
|
147
|
+
category metrological
|
|
148
|
+
is_dimension false
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
attribute_definition d_min {
|
|
152
|
+
symbol "D_min"
|
|
153
|
+
name "Minimum load of the measuring range"
|
|
154
|
+
definition "Smallest value of a quantity expressed in units of mass, applied to a load cell under test."
|
|
155
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.12"
|
|
156
|
+
quantity_kind mass
|
|
157
|
+
unit "kg"
|
|
158
|
+
value_type QuantityValue
|
|
159
|
+
origin test-dependent
|
|
160
|
+
scope sample
|
|
161
|
+
category metrological
|
|
162
|
+
is_dimension false
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
attribute_definition v {
|
|
166
|
+
symbol "v"
|
|
167
|
+
name "Load cell verification interval"
|
|
168
|
+
definition "Load cell interval, expressed in units of mass, used in the test of the load cell for accuracy classification."
|
|
169
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.4"
|
|
170
|
+
quantity_kind mass
|
|
171
|
+
unit "kg"
|
|
172
|
+
value_type QuantityValue
|
|
173
|
+
origin test-dependent
|
|
174
|
+
scope sample
|
|
175
|
+
category metrological
|
|
176
|
+
is_dimension false
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
attribute_definition n {
|
|
180
|
+
symbol "n"
|
|
181
|
+
name "Number of load cell verification intervals"
|
|
182
|
+
definition "Total of load cell verification intervals into which the maximum measuring range is divided."
|
|
183
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.13"
|
|
184
|
+
quantity_kind count
|
|
185
|
+
value_type QuantityValue
|
|
186
|
+
origin test-dependent
|
|
187
|
+
scope sample
|
|
188
|
+
category metrological
|
|
189
|
+
is_dimension false
|
|
190
|
+
derived "(self.e_max - self.e_min) / self.v"
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
attribute_definition dr {
|
|
194
|
+
symbol "DR"
|
|
195
|
+
name "Minimum dead load output return"
|
|
196
|
+
definition "Difference of load cell output, expressed in units of mass at the minimum dead load (D_min), measured before and after application of a load of D_max."
|
|
197
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.10"
|
|
198
|
+
quantity_kind mass
|
|
199
|
+
unit "kg"
|
|
200
|
+
value_type QuantityValue
|
|
201
|
+
origin test-dependent
|
|
202
|
+
scope group
|
|
203
|
+
category metrological
|
|
204
|
+
is_dimension false
|
|
205
|
+
derived "(self.e_max - self.e_min) / (2 * self.z)"
|
|
206
|
+
note "Declared group characteristic (verified per sample by the DR test); the measured value is a D2 MeasurementResult."
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
attribute_definition y {
|
|
210
|
+
symbol "Y"
|
|
211
|
+
name "Relative minimum load cell verification interval"
|
|
212
|
+
definition "Ratio of the maximum measuring range to the minimum load cell verification interval, v_min; describes the resolution of the load cell independent from its capacity."
|
|
213
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.15"
|
|
214
|
+
quantity_kind dimensionless
|
|
215
|
+
value_type QuantityValue
|
|
216
|
+
origin design-fixed
|
|
217
|
+
scope group
|
|
218
|
+
category metrological
|
|
219
|
+
is_dimension false
|
|
220
|
+
derived "(self.e_max - self.e_min) / self.v_min"
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
attribute_definition z {
|
|
224
|
+
symbol "Z"
|
|
225
|
+
name "Relative minimum dead load output return"
|
|
226
|
+
definition "Ratio of the maximum measuring range to two times the minimum dead load output return, DR; used to describe multi-interval instruments."
|
|
227
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.14"
|
|
228
|
+
quantity_kind dimensionless
|
|
229
|
+
value_type QuantityValue
|
|
230
|
+
origin design-fixed
|
|
231
|
+
scope group
|
|
232
|
+
category metrological
|
|
233
|
+
is_dimension false
|
|
234
|
+
derived "(self.e_max - self.e_min) / (2 * self.dr)"
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
attribute_definition mr {
|
|
238
|
+
symbol "MR"
|
|
239
|
+
name "Load cell measuring range (for verification)"
|
|
240
|
+
definition "Range between the maximum load of the measuring range D_max and the minimum load of the measuring range D_min."
|
|
241
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.2"
|
|
242
|
+
quantity_kind mass
|
|
243
|
+
unit "kg"
|
|
244
|
+
value_type QuantityValue
|
|
245
|
+
origin test-dependent
|
|
246
|
+
scope sample
|
|
247
|
+
category metrological
|
|
248
|
+
is_dimension false
|
|
249
|
+
derived "self.d_max - self.d_min"
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
attribute_definition mr_max {
|
|
253
|
+
symbol "MR_max"
|
|
254
|
+
name "Maximum measuring range"
|
|
255
|
+
definition "Range of values of the quantity expressed in units of mass that may be applied to a load cell (E_max - E_min)."
|
|
256
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.7"
|
|
257
|
+
quantity_kind mass
|
|
258
|
+
unit "kg"
|
|
259
|
+
value_type QuantityValue
|
|
260
|
+
origin design-fixed
|
|
261
|
+
scope model
|
|
262
|
+
category metrological
|
|
263
|
+
is_dimension false
|
|
264
|
+
derived "self.e_max - self.e_min"
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
attribute_definition mpe {
|
|
268
|
+
symbol "MPE"
|
|
269
|
+
name "Maximum permissible error"
|
|
270
|
+
definition "Extreme value of measurement error, with respect to a known reference quantity value, permitted by this Recommendation for a load cell; tiered by accuracy class and applied load (R 60-1, 5.3.2 Table 4)."
|
|
271
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.7.10"
|
|
272
|
+
quantity_kind verification_interval
|
|
273
|
+
unit "v"
|
|
274
|
+
value_type QuantityValue
|
|
275
|
+
origin design-fixed
|
|
276
|
+
scope group
|
|
277
|
+
category metrological
|
|
278
|
+
is_dimension false
|
|
279
|
+
derived "lookupMPE(load, self.accuracy_class, self.p_lc)"
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
attribute_definition mpe_lc {
|
|
283
|
+
symbol "MPE_LC"
|
|
284
|
+
name "Apportioned maximum permissible error"
|
|
285
|
+
definition "Load-cell share of the weighing instrument's maximum permissible error, obtained by apportioning with p_LC."
|
|
286
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.3.2"
|
|
287
|
+
quantity_kind verification_interval
|
|
288
|
+
unit "v"
|
|
289
|
+
value_type QuantityValue
|
|
290
|
+
origin design-fixed
|
|
291
|
+
scope group
|
|
292
|
+
category metrological
|
|
293
|
+
is_dimension false
|
|
294
|
+
derived "self.p_lc * MPE_instrument(self.accuracy_class)"
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
attribute_definition t_min {
|
|
298
|
+
symbol "T_min"
|
|
299
|
+
name "Minimum operating temperature"
|
|
300
|
+
definition "Lowest temperature of the rated operating range over which the load cell performs within the limits of error (special limits of working temperature, if specified)."
|
|
301
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.6.1"
|
|
302
|
+
quantity_kind temperature
|
|
303
|
+
unit "degC"
|
|
304
|
+
value_type QuantityValue
|
|
305
|
+
origin declared
|
|
306
|
+
scope family
|
|
307
|
+
category metrological
|
|
308
|
+
is_dimension false
|
|
309
|
+
irdi "0112/2///61987#ABA621"
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
attribute_definition t_max {
|
|
313
|
+
symbol "T_max"
|
|
314
|
+
name "Maximum operating temperature"
|
|
315
|
+
definition "Highest temperature of the rated operating range over which the load cell performs within the limits of error (special limits of working temperature, if specified)."
|
|
316
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.6.1"
|
|
317
|
+
quantity_kind temperature
|
|
318
|
+
unit "degC"
|
|
319
|
+
value_type QuantityValue
|
|
320
|
+
origin declared
|
|
321
|
+
scope family
|
|
322
|
+
category metrological
|
|
323
|
+
is_dimension false
|
|
324
|
+
irdi "0112/2///61987#ABA623"
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
attribute_definition warm_up_time {
|
|
328
|
+
symbol "warmUpTime"
|
|
329
|
+
name "Warm-up time"
|
|
330
|
+
definition "Time between the moment power is applied to a load cell and the moment at which the load cell is capable of complying with the requirements."
|
|
331
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.17"
|
|
332
|
+
quantity_kind time
|
|
333
|
+
unit "min"
|
|
334
|
+
value_type QuantityValue
|
|
335
|
+
origin declared
|
|
336
|
+
scope model
|
|
337
|
+
category electrical
|
|
338
|
+
is_dimension false
|
|
339
|
+
irdi "0112/2///61987#ABB026"
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
attribute_definition rated_output {
|
|
343
|
+
name "Rated output"
|
|
344
|
+
definition "Nominal load cell output (the measurable quantity into which a load cell converts the measured input quantity) per volt of excitation at maximum capacity, with tolerance."
|
|
345
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.3"
|
|
346
|
+
quantity_kind voltage-ratio
|
|
347
|
+
unit "mV/V"
|
|
348
|
+
value_type QuantityValue
|
|
349
|
+
origin declared
|
|
350
|
+
scope family
|
|
351
|
+
category electrical
|
|
352
|
+
is_dimension false
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
attribute_definition input_impedance {
|
|
356
|
+
name "Input impedance"
|
|
357
|
+
definition "Electrical impedance across the excitation terminals, with tolerance."
|
|
358
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
359
|
+
quantity_kind electrical-resistance
|
|
360
|
+
unit "Ω"
|
|
361
|
+
value_type QuantityValue
|
|
362
|
+
origin declared
|
|
363
|
+
scope family
|
|
364
|
+
category electrical
|
|
365
|
+
is_dimension false
|
|
366
|
+
irdi "0112/2///61987#ABP114"
|
|
367
|
+
note "Family specification per R 60-1, 3.4.2 (fifth family criterion); certificate page-2 characteristic (R 60-3)."
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
attribute_definition output_impedance {
|
|
371
|
+
name "Output impedance"
|
|
372
|
+
definition "Electrical impedance across the output terminals, with tolerance."
|
|
373
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
374
|
+
quantity_kind electrical-resistance
|
|
375
|
+
unit "Ω"
|
|
376
|
+
value_type QuantityValue
|
|
377
|
+
origin declared
|
|
378
|
+
scope family
|
|
379
|
+
category electrical
|
|
380
|
+
is_dimension false
|
|
381
|
+
irdi "0112/2///61987#ABP162"
|
|
382
|
+
note "Certificate page-2 characteristic (R 60-3)."
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
attribute_definition adc_input_per_v_min {
|
|
386
|
+
symbol "µV/v_min"
|
|
387
|
+
name "A/D converter input signal per v_min"
|
|
388
|
+
definition "Input signal per minimum load cell verification interval at the analogue-to-digital converter — rated output times excitation voltage divided by n_LC, expressed in µV per v_min. R 60-2, 2.4.6 selects, for analogue-active and digital load cells of a family, the cell with the minimum µV/v_min for all applicable tests."
|
|
389
|
+
ref derives-from "urn:oiml:pub:r:60-2:2021#clause-2.4.6"
|
|
390
|
+
quantity_kind voltage
|
|
391
|
+
unit "µV"
|
|
392
|
+
value_type QuantityValue
|
|
393
|
+
origin derived
|
|
394
|
+
scope group
|
|
395
|
+
category electrical
|
|
396
|
+
is_dimension false
|
|
397
|
+
derived "self.rated_output * self.recommended_excitation / self.n_lc * 1000"
|
|
398
|
+
note "Rated output (mV/V) × excitation (V) = signal at E_max in mV; ÷ n_LC = mV per v_min; × 1000 = µV/v_min. Within a family the excitation is common (R 60-2, 2.4.6 premise: electronics do not differ), so the 2.4.6 ordering reduces to rated_output / n_lc ascending."
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
attribute_definition recommended_excitation {
|
|
402
|
+
name "Recommended excitation"
|
|
403
|
+
definition "Recommended excitation voltage range (AC or DC) for the load cell."
|
|
404
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
405
|
+
quantity_kind voltage
|
|
406
|
+
unit "V"
|
|
407
|
+
value_type QuantityValue
|
|
408
|
+
origin declared
|
|
409
|
+
scope family
|
|
410
|
+
category electrical
|
|
411
|
+
is_dimension false
|
|
412
|
+
note "Family specification per R 60-1, 3.4.2 (supply voltage); certificate page-2 characteristic (R 60-3)."
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
attribute_definition excitation_maximum {
|
|
416
|
+
name "Excitation maximum"
|
|
417
|
+
definition "Maximum excitation voltage the load cell can withstand."
|
|
418
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
419
|
+
quantity_kind voltage
|
|
420
|
+
unit "V"
|
|
421
|
+
value_type QuantityValue
|
|
422
|
+
origin declared
|
|
423
|
+
scope family
|
|
424
|
+
category electrical
|
|
425
|
+
is_dimension false
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
attribute_definition safe_overload {
|
|
429
|
+
name "Safe overload"
|
|
430
|
+
definition "Maximum overload the load cell can withstand without permanent damage, expressed as a percentage of E_max; relates to the safe load limit E_lim (R 60-1, 3.5.16)."
|
|
431
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.16"
|
|
432
|
+
quantity_kind ratio
|
|
433
|
+
unit "%"
|
|
434
|
+
value_type QuantityValue
|
|
435
|
+
origin declared
|
|
436
|
+
scope family
|
|
437
|
+
category dimensional
|
|
438
|
+
is_dimension false
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
attribute_definition transducer_material {
|
|
442
|
+
name "Transducer material"
|
|
443
|
+
definition "Material or combination of materials of the load cell sensing element (e.g. mild steel, stainless steel, aluminium)."
|
|
444
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
445
|
+
value_type string
|
|
446
|
+
origin design-fixed
|
|
447
|
+
scope family
|
|
448
|
+
category material
|
|
449
|
+
is_dimension false
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
attribute_definition atmospheric_protection {
|
|
453
|
+
name "Atmospheric protection"
|
|
454
|
+
definition "Protection method against environmental exposure (e.g. sealing of the strain gauges)."
|
|
455
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
456
|
+
value_type string
|
|
457
|
+
origin design-fixed
|
|
458
|
+
scope family
|
|
459
|
+
category material
|
|
460
|
+
is_dimension false
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
attribute_definition construction_type {
|
|
464
|
+
name "Load cell construction"
|
|
465
|
+
definition "Mechanical construction type of the load cell (bending beam, shear beam, column, etc.)."
|
|
466
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
467
|
+
value_type string
|
|
468
|
+
origin design-fixed
|
|
469
|
+
scope group
|
|
470
|
+
category dimensional
|
|
471
|
+
is_dimension false
|
|
472
|
+
enum_values { bending-beam shear-beam column canister ring pancake single-point s-beam button other }
|
|
473
|
+
note "Renamed from instrument-parameters.yaml id \"construction\" to avoid collision with the construction classification dimension (measurement technique, R 60-1, 3.3)."
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
attribute_definition gauge_type {
|
|
477
|
+
name "Gauge type"
|
|
478
|
+
definition "Strain-gauge sensing-element construction classification (bonded foil, semiconductor, thin film)."
|
|
479
|
+
value_type string
|
|
480
|
+
origin design-fixed
|
|
481
|
+
scope family
|
|
482
|
+
category construction
|
|
483
|
+
is_dimension false
|
|
484
|
+
enum_values { bonded-foil semiconductor thin-film other }
|
|
485
|
+
note "Engineering vocabulary, NOT clause-anchored: R 60 does not enumerate gauge constructions (R 60-1, 3.2 / R 60-2, 2.7 territory — the construction determines the output characteristics). The enum is declared as engineering vocabulary in the register-initials ENGINEERING DEFAULT honesty pattern, never dressed as a normative citation (PROPOSAL.R60-SSOT-Phase9.5 item 1, Response 4 item 1)."
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
attribute_definition bridge_type {
|
|
489
|
+
name "Bridge type"
|
|
490
|
+
definition "Wheatstone bridge configuration of the strain-gauge circuit (full bridge, half bridge, quarter bridge)."
|
|
491
|
+
value_type string
|
|
492
|
+
origin design-fixed
|
|
493
|
+
scope family
|
|
494
|
+
category construction
|
|
495
|
+
is_dimension false
|
|
496
|
+
enum_values { wheatstone-full-bridge half-bridge quarter-bridge }
|
|
497
|
+
note "Engineering vocabulary, NOT clause-anchored — see gauge_type (PROPOSAL.R60-SSOT-Phase9.5 item 1, Response 4 item 1)."
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
attribute_definition conversion_factor_f {
|
|
501
|
+
symbol "f"
|
|
502
|
+
name "Conversion factor"
|
|
503
|
+
definition "Number of indicated units per load cell verification interval, v, used to convert indicating-instrument readings into verification intervals."
|
|
504
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.2.4"
|
|
505
|
+
quantity_kind dimensionless
|
|
506
|
+
unit "counts/v"
|
|
507
|
+
value_type QuantityValue
|
|
508
|
+
origin test-dependent
|
|
509
|
+
scope sample
|
|
510
|
+
category metrological
|
|
511
|
+
is_dimension false
|
|
512
|
+
note "Derived under test from the indication at 75 % of D_max (R 60-3, 2.1.2.4)."
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
attribute_definition temperature_variation {
|
|
516
|
+
symbol "ΔT_test"
|
|
517
|
+
name "Ambient temperature variation during a test"
|
|
518
|
+
definition "Difference between the extreme ambient temperatures noted during a test run. The temperature is deemed stable when this does not exceed one fifth of the temperature range of the load cell under test (t_max − t_min), without being greater than 2 °C; a run recorded under unstable temperature is INVALID (not failed)."
|
|
519
|
+
ref derives-from "urn:oiml:pub:r:60-2:2021#clause-2.7.3.1"
|
|
520
|
+
quantity_kind temperature
|
|
521
|
+
unit "degC"
|
|
522
|
+
value_type QuantityValue
|
|
523
|
+
origin test-dependent
|
|
524
|
+
scope sample
|
|
525
|
+
category metrological
|
|
526
|
+
is_dimension false
|
|
527
|
+
note "Run-validity precondition input (TODO.refactor/08) — consumed by the preconditions of the creep/MDLO conformance tests, never by a verdict limit."
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
attribute_definition power_voltage {
|
|
531
|
+
name "Power supply voltage"
|
|
532
|
+
definition "Supply voltage of an analogue-active or digital load cell (mains AC or battery DC), with the permitted variation range."
|
|
533
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.7.2"
|
|
534
|
+
quantity_kind voltage
|
|
535
|
+
unit "V"
|
|
536
|
+
value_type QuantityValue
|
|
537
|
+
origin declared
|
|
538
|
+
scope model
|
|
539
|
+
category electrical
|
|
540
|
+
is_dimension false
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
attribute_definition interfaces {
|
|
544
|
+
name "Interfaces"
|
|
545
|
+
definition "Digital communication interfaces of a digital load cell (e.g. RS-485, CAN)."
|
|
546
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.1.3.3"
|
|
547
|
+
value_type string
|
|
548
|
+
origin declared
|
|
549
|
+
scope model
|
|
550
|
+
category electrical
|
|
551
|
+
is_dimension false
|
|
552
|
+
irdi "0112/2///61987#ABB279"
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
attribute_definition output_signal {
|
|
556
|
+
name "Output signal"
|
|
557
|
+
definition "Format of the (digital) output signal providing the representation of the measurand value."
|
|
558
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.1.3.3"
|
|
559
|
+
value_type string
|
|
560
|
+
origin declared
|
|
561
|
+
scope model
|
|
562
|
+
category electrical
|
|
563
|
+
is_dimension false
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
attribute_definition software_identification {
|
|
567
|
+
name "Software identification"
|
|
568
|
+
definition "Identification (version) of the legally relevant software of a digital load cell, per OIML D 31."
|
|
569
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-6.1"
|
|
570
|
+
value_type string
|
|
571
|
+
origin declared
|
|
572
|
+
scope model
|
|
573
|
+
category administrative
|
|
574
|
+
is_dimension false
|
|
575
|
+
irdi "0112/2///61360_7#CBA046"
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
attribute_definition signal_bandwidth {
|
|
579
|
+
name "Signal bandwidth"
|
|
580
|
+
definition "Analog bandwidth of the signal-conditioning path — the frequency at which the path attenuates by 3 dB; the upper bound of dynamic load variation the electronics can resolve."
|
|
581
|
+
quantity_kind frequency
|
|
582
|
+
unit "Hz"
|
|
583
|
+
value_type QuantityValue
|
|
584
|
+
origin declared
|
|
585
|
+
scope model
|
|
586
|
+
category electrical
|
|
587
|
+
is_dimension false
|
|
588
|
+
note "Engineering characteristic of the conditioning path, NOT clause-anchored: R 60 is a quasi-static instrument standard and no bandwidth test exists (the R 60-1, 5.7.2 / R 60-2, 2.10.7 citations are implicit). Declared on the two CONCRETE electronics capabilities (analogue-active, digital — the analog front-end exists in both); electronic stays abstract with no parameters (PROPOSAL.R60-SSOT-Phase9.5 item 2, Response 4 item 2)."
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
attribute_definition indication {
|
|
592
|
+
symbol "I"
|
|
593
|
+
name "Indication"
|
|
594
|
+
definition "The indication of the load cell — the live output reading in units of mass served by the twin interface (the load cell output converted to measurement units, R 60-1, 3.5.3)."
|
|
595
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.3"
|
|
596
|
+
quantity_kind mass
|
|
597
|
+
unit "kg"
|
|
598
|
+
value_type QuantityValue
|
|
599
|
+
origin measured
|
|
600
|
+
scope sample
|
|
601
|
+
category metrological
|
|
602
|
+
is_dimension false
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
attribute_definition cable_length {
|
|
606
|
+
name "Cable length"
|
|
607
|
+
definition "Length of the load cell's integral cable — part of the specification set a load cell family shares (materials, technique, attachment, construction, specifications: output rating, input impedance, supply voltage, cable details) per R 60-1, 3.4.2 (e). OPTIONAL: declared when present on the model's datasheet."
|
|
608
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
609
|
+
quantity_kind length
|
|
610
|
+
unit "m"
|
|
611
|
+
value_type QuantityValue
|
|
612
|
+
origin declared
|
|
613
|
+
scope model
|
|
614
|
+
category administrative
|
|
615
|
+
is_dimension false
|
|
616
|
+
note "Optional (may): rendered on the certificate only when declared — never a blank row."
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
attribute_definition additional_markings {
|
|
620
|
+
name "Additional markings"
|
|
621
|
+
definition "Markings on the load cell beyond the required set — the manufacturer's optional markings (logos, supplementary codes, production references) recorded with the model and verified on the sample during the markings examination. OPTIONAL: declared when present."
|
|
622
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-6"
|
|
623
|
+
value_type string
|
|
624
|
+
origin declared
|
|
625
|
+
scope model
|
|
626
|
+
category administrative
|
|
627
|
+
is_dimension false
|
|
628
|
+
note "Optional (may): feeds the markings test's evidence surface (the examiner records what the sample carries)."
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
attribute_definition additional_characterisation {
|
|
632
|
+
name "Additional characterisation"
|
|
633
|
+
definition "Additional characterisation information completing the load cell classification — the sixth parameter of the complete classification (accuracy class, n_LC, load application, temperature limits, humidity symbol, additional characterisation) per R 60-1, 5.1.5 (f), elaborated in 5.1.6 and 5.1.7 and Figure 4. OPTIONAL: declared when the classification uses it."
|
|
634
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.1.5"
|
|
635
|
+
value_type string
|
|
636
|
+
origin declared
|
|
637
|
+
scope group
|
|
638
|
+
category administrative
|
|
639
|
+
is_dimension false
|
|
640
|
+
note "Optional (may): the complete-classification string's trailing part when present."
|
|
641
|
+
}
|
|
642
|
+
|