@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,599 @@
|
|
|
1
|
+
symbol c_c {
|
|
2
|
+
name "Creep magnitude"
|
|
3
|
+
definition "creep magnitude, expressed in terms of v at time t obtained over the 30 minutes creep test"
|
|
4
|
+
type number
|
|
5
|
+
unit "v"
|
|
6
|
+
latex "C_C(t)"
|
|
7
|
+
kind observable
|
|
8
|
+
quantity_kind verification_interval
|
|
9
|
+
origin derived
|
|
10
|
+
legacy_id CC
|
|
11
|
+
calculation creep
|
|
12
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.5"
|
|
13
|
+
formula {
|
|
14
|
+
display "C_C = (indication − initial indication) / f"
|
|
15
|
+
expression "(indication - initial_indication) / conversion_factor_f"
|
|
16
|
+
inputs { conversion_factor_f }
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
symbol c_c_30_20 {
|
|
21
|
+
name "Creep difference 20–30 min"
|
|
22
|
+
definition "difference between output at t = 30 minutes and at t = 20 minutes during creep test"
|
|
23
|
+
type number
|
|
24
|
+
unit "v"
|
|
25
|
+
latex "C_C(30 – 20)"
|
|
26
|
+
kind observable
|
|
27
|
+
quantity_kind verification_interval
|
|
28
|
+
origin derived
|
|
29
|
+
legacy_id CC-30-20
|
|
30
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.5.2"
|
|
31
|
+
formula {
|
|
32
|
+
display "C_C(30 − 20) = (test indication at 30 minutes − test indication at 20 minutes) / f"
|
|
33
|
+
expression "(test_indication_30min - test_indication_20min) / conversion_factor_f"
|
|
34
|
+
inputs { conversion_factor_f }
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
symbol c_dr {
|
|
39
|
+
name "Minimum dead load output return (v)"
|
|
40
|
+
definition "minimum dead load output return, expressed in terms of v"
|
|
41
|
+
type number
|
|
42
|
+
unit "v"
|
|
43
|
+
latex "C_DR"
|
|
44
|
+
kind observable
|
|
45
|
+
quantity_kind verification_interval
|
|
46
|
+
origin derived
|
|
47
|
+
legacy_id CDR
|
|
48
|
+
calculation deadLoadOutputReturn
|
|
49
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.5"
|
|
50
|
+
formula {
|
|
51
|
+
display "C_DR = (minimum test load indication₂ − minimum test load indication₁) / f"
|
|
52
|
+
expression "(min_test_load_indication_2 - min_test_load_indication_1) / conversion_factor_f"
|
|
53
|
+
inputs { conversion_factor_f }
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
symbol c_hmax {
|
|
58
|
+
name "Humidity effect on max load output"
|
|
59
|
+
definition "humidity effect on maximum test load output, expressed in terms of v"
|
|
60
|
+
type number
|
|
61
|
+
unit "v"
|
|
62
|
+
latex "C_Hmax"
|
|
63
|
+
kind observable
|
|
64
|
+
quantity_kind verification_interval
|
|
65
|
+
origin derived
|
|
66
|
+
legacy_id CHmax
|
|
67
|
+
calculation humidityCHmax
|
|
68
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.7"
|
|
69
|
+
formula {
|
|
70
|
+
display "C_Hmax = [(indication at D_max − indication at D_min)after − (indication at D_max − indication at D_min)before] / f"
|
|
71
|
+
expression "((ind_dmax_after - ind_dmin_after) - (ind_dmax_before - ind_dmin_before)) / conversion_factor_f"
|
|
72
|
+
inputs { conversion_factor_f }
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
symbol c_hmin {
|
|
77
|
+
name "Humidity effect on min load output"
|
|
78
|
+
definition "humidity effect on minimum test load output, expressed in terms of v"
|
|
79
|
+
type number
|
|
80
|
+
unit "v"
|
|
81
|
+
latex "C_Hmin"
|
|
82
|
+
kind observable
|
|
83
|
+
quantity_kind verification_interval
|
|
84
|
+
origin derived
|
|
85
|
+
legacy_id CHmin
|
|
86
|
+
calculation humidityCHmin
|
|
87
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.7"
|
|
88
|
+
formula {
|
|
89
|
+
display "C_Hmin = [(indication at D_min)after − (indication at D_min)before] / f"
|
|
90
|
+
expression "(ind_dmin_after - ind_dmin_before) / conversion_factor_f"
|
|
91
|
+
inputs { conversion_factor_f }
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
symbol c_m {
|
|
96
|
+
name "Temperature effect on MDLO"
|
|
97
|
+
definition "temperature effect on minimum dead load output, expressed in terms of v"
|
|
98
|
+
type number
|
|
99
|
+
unit "v"
|
|
100
|
+
latex "C_M"
|
|
101
|
+
kind observable
|
|
102
|
+
quantity_kind verification_interval
|
|
103
|
+
origin derived
|
|
104
|
+
legacy_id CM
|
|
105
|
+
calculation temperatureMDLO
|
|
106
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.4"
|
|
107
|
+
formula {
|
|
108
|
+
display "C_M = (average test indication at T₂ − average indication at T₁) / f"
|
|
109
|
+
expression "(avg_test_indication_t2 - avg_indication_t1) / conversion_factor_f"
|
|
110
|
+
inputs { conversion_factor_f }
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
symbol c_m_vmin {
|
|
115
|
+
name "Temperature effect on MDLO (mass units)"
|
|
116
|
+
definition "temperature effect on minimum dead load output, expressed in terms of v_min per 5 °C for class B, C and D or per 2 °C for class A"
|
|
117
|
+
type number
|
|
118
|
+
unit "g, kg, or t per degC"
|
|
119
|
+
latex "C_M(v_min)"
|
|
120
|
+
kind observable
|
|
121
|
+
origin derived
|
|
122
|
+
legacy_id CM-vmin
|
|
123
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.4"
|
|
124
|
+
formula {
|
|
125
|
+
display "C_M(v_min) = (average test indication at T₂ − average indication at T₁) / f, expressed per temperature increment"
|
|
126
|
+
expression "(avg_test_indication_t2 - avg_indication_t1) / conversion_factor_f"
|
|
127
|
+
inputs { conversion_factor_f v_min }
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
symbol t_f {
|
|
132
|
+
name "Temperature normalization factor"
|
|
133
|
+
definition "temperature normalization factor T_f for the MDLO temperature effect: 5 for class B, C and D load cells, 2 for class A — bound from the temperature_increment profile by accuracy class"
|
|
134
|
+
type integer
|
|
135
|
+
unit "°C"
|
|
136
|
+
latex "T_f"
|
|
137
|
+
kind observable
|
|
138
|
+
quantity_kind temperature
|
|
139
|
+
origin lookup
|
|
140
|
+
calculation lookupProfile
|
|
141
|
+
profile temperature_increment
|
|
142
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.4"
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
symbol delta_t {
|
|
146
|
+
name "Temperature step span"
|
|
147
|
+
definition "temperature difference (T_2 − T_1) of one MDLO test step, over which the change C_M is measured before normalization by T_f"
|
|
148
|
+
type number
|
|
149
|
+
unit "°C"
|
|
150
|
+
latex "ΔT"
|
|
151
|
+
kind observable
|
|
152
|
+
quantity_kind temperature
|
|
153
|
+
origin derived
|
|
154
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.4"
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
symbol c_p {
|
|
158
|
+
name "Barometric pressure effect"
|
|
159
|
+
definition "barometric pressure effect, expressed in terms of v"
|
|
160
|
+
type number
|
|
161
|
+
unit "v"
|
|
162
|
+
latex "C_P"
|
|
163
|
+
kind observable
|
|
164
|
+
quantity_kind verification_interval
|
|
165
|
+
origin derived
|
|
166
|
+
legacy_id CP
|
|
167
|
+
calculation barometricPressureEffect
|
|
168
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.6"
|
|
169
|
+
formula {
|
|
170
|
+
display "C_P = (indication at P₂ − indication at P₁) / f"
|
|
171
|
+
expression "(indication_p2 - indication_p1) / conversion_factor_f"
|
|
172
|
+
inputs { conversion_factor_f }
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
symbol c_p_vmin {
|
|
177
|
+
name "Barometric pressure effect (mass units)"
|
|
178
|
+
definition "barometric pressure effect, expressed in terms of mass (g, kg, t) per kPa"
|
|
179
|
+
type number
|
|
180
|
+
unit "g, kg, or t per kPa"
|
|
181
|
+
latex "C_P(v_min)"
|
|
182
|
+
kind observable
|
|
183
|
+
origin derived
|
|
184
|
+
legacy_id CP-vmin
|
|
185
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.6"
|
|
186
|
+
formula {
|
|
187
|
+
display "C_P(v_min) = (indication at P₂ − indication at P₁) / f, expressed in mass per kPa"
|
|
188
|
+
expression "(indication_p2 - indication_p1) / conversion_factor_f"
|
|
189
|
+
inputs { conversion_factor_f v_min }
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
symbol delta_p {
|
|
194
|
+
name "Barometric pressure step"
|
|
195
|
+
definition "barometric pressure difference (P_2 − P_1) of one test step, over which the change C_P is measured before normalization per kPa"
|
|
196
|
+
type number
|
|
197
|
+
unit "kPa"
|
|
198
|
+
latex "ΔP"
|
|
199
|
+
kind observable
|
|
200
|
+
quantity_kind pressure
|
|
201
|
+
origin derived
|
|
202
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.6"
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
symbol load {
|
|
206
|
+
name "Load"
|
|
207
|
+
definition "load m, expressed in verification units v — the independent variable of the MPE tier function (R 60-1, 5.3.1, Table 4); bound per test-load point at verdict time, never a sample-level fact (the MPE-equality requirements are definitional)"
|
|
208
|
+
type number
|
|
209
|
+
unit "v"
|
|
210
|
+
latex "m"
|
|
211
|
+
kind observable
|
|
212
|
+
quantity_kind verification_interval
|
|
213
|
+
origin measured
|
|
214
|
+
legacy_id m
|
|
215
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.3.1"
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
symbol dr {
|
|
219
|
+
name "Minimum dead load output return (mass)"
|
|
220
|
+
definition "minimum dead load output return, expressed in mass units (g, kg, t)"
|
|
221
|
+
type number
|
|
222
|
+
unit "g, kg, or t"
|
|
223
|
+
latex "DR"
|
|
224
|
+
kind attribute
|
|
225
|
+
quantity_kind mass
|
|
226
|
+
origin derived
|
|
227
|
+
legacy_id DR
|
|
228
|
+
attribute dr
|
|
229
|
+
calculation deadLoadReturnMass
|
|
230
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.10"
|
|
231
|
+
formula {
|
|
232
|
+
display "DR = (E_max − E_min) × C_DR / n_LC"
|
|
233
|
+
expression "(e_max - e_min) * c_dr / n_lc"
|
|
234
|
+
inputs { e_max e_min c_dr n_lc }
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
symbol e_l {
|
|
239
|
+
name "Load cell error"
|
|
240
|
+
definition "load cell error, expressed in terms of v"
|
|
241
|
+
type number
|
|
242
|
+
unit "v"
|
|
243
|
+
latex "E_L"
|
|
244
|
+
kind observable
|
|
245
|
+
quantity_kind verification_interval
|
|
246
|
+
origin derived
|
|
247
|
+
legacy_id EL
|
|
248
|
+
calculation loadCellError
|
|
249
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.2"
|
|
250
|
+
formula {
|
|
251
|
+
display "E_L = (average test indication − reference indication) / f"
|
|
252
|
+
expression "(avg_test_indication - reference_indication) / conversion_factor_f"
|
|
253
|
+
inputs { conversion_factor_f }
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
symbol e_r {
|
|
258
|
+
name "Repeatability error"
|
|
259
|
+
definition "repeatability error, expressed in terms of v"
|
|
260
|
+
type number
|
|
261
|
+
unit "v"
|
|
262
|
+
latex "E_R"
|
|
263
|
+
kind observable
|
|
264
|
+
quantity_kind verification_interval
|
|
265
|
+
origin derived
|
|
266
|
+
legacy_id ER
|
|
267
|
+
calculation repeatabilityError
|
|
268
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.3"
|
|
269
|
+
formula {
|
|
270
|
+
display "E_R = (maximum indication − minimum indication) / f"
|
|
271
|
+
expression "(max_indication - min_indication) / conversion_factor_f"
|
|
272
|
+
inputs { conversion_factor_f }
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
symbol e_c {
|
|
277
|
+
name "Corrected error prior to rounding"
|
|
278
|
+
definition "corrected error prior to rounding via the changeover point (P = I + ½v − ΔL, E = P − L, E_c = E − E_0), for digital load cells with an output interval > 0.20 v, expressed in terms of v"
|
|
279
|
+
type number
|
|
280
|
+
unit "v"
|
|
281
|
+
latex "E_c"
|
|
282
|
+
kind observable
|
|
283
|
+
quantity_kind verification_interval
|
|
284
|
+
origin derived
|
|
285
|
+
legacy_id EC
|
|
286
|
+
calculation digitalChangeoverError
|
|
287
|
+
ref derives-from "urn:oiml:pub:r:60-2:2021#clause-2.10.7.2"
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
symbol conversion_factor_f {
|
|
291
|
+
name "Conversion factor"
|
|
292
|
+
definition "conversion factor, number of indicated units per verification interval, v"
|
|
293
|
+
type number
|
|
294
|
+
unit "counts/v"
|
|
295
|
+
latex "f"
|
|
296
|
+
kind attribute
|
|
297
|
+
origin derived
|
|
298
|
+
legacy_id f
|
|
299
|
+
attribute conversion_factor_f
|
|
300
|
+
calculation conversionFactor
|
|
301
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.2.4"
|
|
302
|
+
formula {
|
|
303
|
+
display "f = (average indication at 0.75 × (D_max − D_min) − indication at D_min) / (0.75 × n)"
|
|
304
|
+
expression "(indication_at_075_load - indication_at_dmin) / (0.75 * n)"
|
|
305
|
+
inputs { d_max d_min n }
|
|
306
|
+
}
|
|
307
|
+
note "Use with initial 20 °C ascending load run only. Refer to R 60-2, 2.8.2."
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
symbol r_i {
|
|
311
|
+
name "Reference indication"
|
|
312
|
+
definition "reference indication (net test load), expressed in indication units"
|
|
313
|
+
type number
|
|
314
|
+
unit "indication units"
|
|
315
|
+
latex "R_i"
|
|
316
|
+
kind observable
|
|
317
|
+
origin derived
|
|
318
|
+
legacy_id Ri
|
|
319
|
+
calculation referenceIndication
|
|
320
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.2.6"
|
|
321
|
+
formula {
|
|
322
|
+
display "R_i = [(test load − D_min) / (D_max − D_min)] × n × f"
|
|
323
|
+
expression "((test_load - d_min) / (d_max - d_min)) * n * conversion_factor_f"
|
|
324
|
+
inputs { d_max d_min n conversion_factor_f }
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
symbol y {
|
|
329
|
+
name "Relative v_min"
|
|
330
|
+
definition "relative v_min, Y = (E_max − E_min) / v_min"
|
|
331
|
+
type number
|
|
332
|
+
unit "dimensionless"
|
|
333
|
+
latex "Y"
|
|
334
|
+
kind formula
|
|
335
|
+
quantity_kind dimensionless
|
|
336
|
+
origin derived
|
|
337
|
+
legacy_id Y
|
|
338
|
+
attribute y
|
|
339
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.15"
|
|
340
|
+
formula {
|
|
341
|
+
display "Y = (E_max − E_min) / v_min"
|
|
342
|
+
expression "(e_max - e_min) / v_min"
|
|
343
|
+
inputs { e_max e_min v_min }
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
symbol z {
|
|
348
|
+
name "Relative DR"
|
|
349
|
+
definition "relative DR, Z = (E_max − E_min) / (2 × DR)"
|
|
350
|
+
type number
|
|
351
|
+
unit "dimensionless"
|
|
352
|
+
latex "Z"
|
|
353
|
+
kind formula
|
|
354
|
+
quantity_kind dimensionless
|
|
355
|
+
origin derived
|
|
356
|
+
legacy_id Z
|
|
357
|
+
attribute z
|
|
358
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.14"
|
|
359
|
+
formula {
|
|
360
|
+
display "Z = (E_max − E_min) / (2 × DR)"
|
|
361
|
+
expression "(e_max - e_min) / (2 * dr)"
|
|
362
|
+
inputs { e_max e_min dr }
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
symbol mr {
|
|
367
|
+
name "Load cell measuring range"
|
|
368
|
+
definition "load cell measuring range (for verification): range between the maximum load of the measuring range D_max and the minimum load of the measuring range D_min"
|
|
369
|
+
type number
|
|
370
|
+
unit "g, kg, or t"
|
|
371
|
+
latex "MR"
|
|
372
|
+
kind formula
|
|
373
|
+
quantity_kind mass
|
|
374
|
+
origin derived
|
|
375
|
+
attribute mr
|
|
376
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.2"
|
|
377
|
+
formula {
|
|
378
|
+
display "MR = D_max − D_min"
|
|
379
|
+
expression "d_max - d_min"
|
|
380
|
+
inputs { d_max d_min }
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
symbol d_max {
|
|
385
|
+
name "Maximum test load"
|
|
386
|
+
definition "maximum test load"
|
|
387
|
+
type number
|
|
388
|
+
unit "g, kg, or t"
|
|
389
|
+
latex "D_max"
|
|
390
|
+
kind attribute
|
|
391
|
+
quantity_kind mass
|
|
392
|
+
origin declared
|
|
393
|
+
legacy_id Dmax
|
|
394
|
+
attribute d_max
|
|
395
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.6"
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
symbol d_min {
|
|
399
|
+
name "Minimum test load"
|
|
400
|
+
definition "minimum test load"
|
|
401
|
+
type number
|
|
402
|
+
unit "g, kg, or t"
|
|
403
|
+
latex "D_min"
|
|
404
|
+
kind attribute
|
|
405
|
+
quantity_kind mass
|
|
406
|
+
origin declared
|
|
407
|
+
legacy_id Dmin
|
|
408
|
+
attribute d_min
|
|
409
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.12"
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
symbol e_max {
|
|
413
|
+
name "Maximum capacity"
|
|
414
|
+
definition "maximum capacity of the load cell"
|
|
415
|
+
type number
|
|
416
|
+
unit "g, kg, or t"
|
|
417
|
+
latex "E_max"
|
|
418
|
+
kind attribute
|
|
419
|
+
quantity_kind mass
|
|
420
|
+
origin declared
|
|
421
|
+
legacy_id Emax
|
|
422
|
+
attribute e_max
|
|
423
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.5"
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
symbol e_min {
|
|
427
|
+
name "Minimum dead load"
|
|
428
|
+
definition "minimum dead load of the load cell"
|
|
429
|
+
type number
|
|
430
|
+
unit "g, kg, or t"
|
|
431
|
+
latex "E_min"
|
|
432
|
+
kind attribute
|
|
433
|
+
quantity_kind mass
|
|
434
|
+
origin declared
|
|
435
|
+
legacy_id Emin
|
|
436
|
+
attribute e_min
|
|
437
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.9"
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
symbol n {
|
|
441
|
+
name "Number of verification intervals"
|
|
442
|
+
definition "number of load cell verification intervals into which the load cell measuring range is divided"
|
|
443
|
+
type integer
|
|
444
|
+
latex "n"
|
|
445
|
+
kind formula
|
|
446
|
+
origin derived
|
|
447
|
+
legacy_id n
|
|
448
|
+
attribute n
|
|
449
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.13"
|
|
450
|
+
formula {
|
|
451
|
+
display "n = (E_max − E_min) / v"
|
|
452
|
+
expression "(e_max - e_min) / v"
|
|
453
|
+
inputs { e_max e_min v }
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
symbol n_lc {
|
|
458
|
+
name "Maximum verification intervals"
|
|
459
|
+
definition "maximum number of load cell verification intervals"
|
|
460
|
+
type integer
|
|
461
|
+
latex "n_LC"
|
|
462
|
+
kind attribute
|
|
463
|
+
origin declared
|
|
464
|
+
legacy_id nLC
|
|
465
|
+
attribute n_lc
|
|
466
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.8"
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
symbol p_lc {
|
|
470
|
+
name "Apportionment factor"
|
|
471
|
+
definition "apportionment factor"
|
|
472
|
+
type number
|
|
473
|
+
unit "dimensionless"
|
|
474
|
+
latex "p_LC"
|
|
475
|
+
kind attribute
|
|
476
|
+
quantity_kind dimensionless
|
|
477
|
+
origin declared
|
|
478
|
+
legacy_id pLC
|
|
479
|
+
attribute p_lc
|
|
480
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.7.2"
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
symbol v {
|
|
484
|
+
name "Verification interval"
|
|
485
|
+
definition "load cell verification interval"
|
|
486
|
+
type number
|
|
487
|
+
latex "v"
|
|
488
|
+
kind attribute
|
|
489
|
+
origin declared
|
|
490
|
+
legacy_id v
|
|
491
|
+
attribute v
|
|
492
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.4"
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
symbol v_min {
|
|
496
|
+
name "Minimum verification interval"
|
|
497
|
+
definition "minimum load cell verification interval"
|
|
498
|
+
type number
|
|
499
|
+
unit "g, kg, or t"
|
|
500
|
+
latex "v_min"
|
|
501
|
+
kind attribute
|
|
502
|
+
quantity_kind mass
|
|
503
|
+
origin declared
|
|
504
|
+
legacy_id vmin
|
|
505
|
+
attribute v_min
|
|
506
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.5.11"
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
symbol mpe {
|
|
510
|
+
name "Maximum permissible error"
|
|
511
|
+
definition "maximum permissible error"
|
|
512
|
+
type number
|
|
513
|
+
unit "v"
|
|
514
|
+
latex "MPE"
|
|
515
|
+
kind formula
|
|
516
|
+
quantity_kind verification_interval
|
|
517
|
+
origin lookup
|
|
518
|
+
legacy_id MPE
|
|
519
|
+
attribute mpe
|
|
520
|
+
calculation mpe
|
|
521
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-3.7.10"
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
symbol t_0 {
|
|
525
|
+
name "Initial time"
|
|
526
|
+
definition "time t_0 = 0 min when the initial indication at minimum test load is measured"
|
|
527
|
+
type number
|
|
528
|
+
unit "min"
|
|
529
|
+
latex "t_0"
|
|
530
|
+
kind observable
|
|
531
|
+
quantity_kind time
|
|
532
|
+
origin measured
|
|
533
|
+
legacy_id t0
|
|
534
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.5"
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
symbol t {
|
|
538
|
+
name "Elapsed time"
|
|
539
|
+
definition "time over the 30 minute creep test period after the initial indication (t_0 = 0 min) at minimum test load"
|
|
540
|
+
type number
|
|
541
|
+
unit "min"
|
|
542
|
+
latex "t"
|
|
543
|
+
kind observable
|
|
544
|
+
quantity_kind time
|
|
545
|
+
origin measured
|
|
546
|
+
legacy_id t
|
|
547
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.5"
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
symbol t_1 {
|
|
551
|
+
name "Temperature 1"
|
|
552
|
+
definition "temperature 1"
|
|
553
|
+
type number
|
|
554
|
+
unit "°C"
|
|
555
|
+
latex "T_1"
|
|
556
|
+
kind observable
|
|
557
|
+
quantity_kind temperature
|
|
558
|
+
origin measured
|
|
559
|
+
legacy_id T1
|
|
560
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.4.2"
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
symbol t_2 {
|
|
564
|
+
name "Temperature 2"
|
|
565
|
+
definition "temperature 2"
|
|
566
|
+
type number
|
|
567
|
+
unit "°C"
|
|
568
|
+
latex "T_2"
|
|
569
|
+
kind observable
|
|
570
|
+
quantity_kind temperature
|
|
571
|
+
origin measured
|
|
572
|
+
legacy_id T2
|
|
573
|
+
ref derives-from "urn:oiml:pub:r:60-3:2021#clause-2.1.4.2"
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
symbol span_variation {
|
|
577
|
+
name "Span variation"
|
|
578
|
+
definition "variation of the load cell span measurement results over the span stability test duration (no R 60 letter symbol)"
|
|
579
|
+
type number
|
|
580
|
+
unit "v"
|
|
581
|
+
latex "Δspan"
|
|
582
|
+
kind observable
|
|
583
|
+
quantity_kind verification_interval
|
|
584
|
+
origin derived
|
|
585
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.7.2.6"
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
symbol fault {
|
|
589
|
+
name "Disturbance fault"
|
|
590
|
+
definition "difference between the load cell output due to a disturbance and the output without disturbance (R 60-3, 2.1.9 \"difference\"); significant when exceeding v_min (R 60-1, 5.7.1.1 NOTE)"
|
|
591
|
+
type number
|
|
592
|
+
unit "v"
|
|
593
|
+
latex "fault"
|
|
594
|
+
kind observable
|
|
595
|
+
quantity_kind verification_interval
|
|
596
|
+
origin derived
|
|
597
|
+
ref derives-from "urn:oiml:pub:r:60-1:2021#clause-5.7.2.5"
|
|
598
|
+
}
|
|
599
|
+
|