@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,920 @@
|
|
|
1
|
+
term durability {
|
|
2
|
+
label "durability"
|
|
3
|
+
definition "ability of a measuring instrument to maintain its performance characteristics over a period of use"
|
|
4
|
+
vocab_ref { register viml-2022 clause "5.15" }
|
|
5
|
+
section "3.1"
|
|
6
|
+
source "urn:oiml:pub:v:1:2022#clause-5.15 urn:oiml:pub:r:60-1:2021#clause-3.1 urn:oiml:pub:r:60-1:2021#clause-3.1.1"
|
|
7
|
+
language "en"
|
|
8
|
+
form_type "fullForm"
|
|
9
|
+
part_of_speech "noun"
|
|
10
|
+
aliases { "long-term stability" }
|
|
11
|
+
colloquial { drifting "scale keeps drifting" "readings creep over months" }
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
term legal-metrology {
|
|
15
|
+
label "legal metrology"
|
|
16
|
+
definition "practice and process of applying statutory and regulatory structure and enforcement to metrology"
|
|
17
|
+
vocab_ref { register viml-2022 clause "1.01" }
|
|
18
|
+
section "3.1"
|
|
19
|
+
source "urn:oiml:pub:v:1:2022#clause-1.01 urn:oiml:pub:r:60-1:2021#clause-3.1.2"
|
|
20
|
+
language "en"
|
|
21
|
+
form_type "fullForm"
|
|
22
|
+
part_of_speech "noun"
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
term load-cell {
|
|
26
|
+
label "load cell"
|
|
27
|
+
definition "measuring transducer that will produce an output in response to an applied load. This output may be converted by another device into measurement units such as mass"
|
|
28
|
+
ref cdd-concept "0112/2///61987#ABA872" {
|
|
29
|
+
note "CDD class Load cell (IEC 61987 ABA872, v2r2): a force sensing element converting an applied load into an electrical signal; the same concept, the CDD entry scoped to the analog case. Reviewed 2026-08."
|
|
30
|
+
}
|
|
31
|
+
section "3.1"
|
|
32
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.1.3"
|
|
33
|
+
language "en"
|
|
34
|
+
form_type "abbreviation"
|
|
35
|
+
part_of_speech "noun"
|
|
36
|
+
abbreviations { LC }
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
term analogue-passive-load-cell {
|
|
40
|
+
label "analogue-passive load cell"
|
|
41
|
+
definition "load cell from which the output provides either measurable data or direct information representing the measurand value"
|
|
42
|
+
section "3.1"
|
|
43
|
+
note "The ratio between output and input may be adjustable and this type of load cell may utilise passive electronics (e.g. strain gauges) and passive temperature compensation elements."
|
|
44
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.1.3.1"
|
|
45
|
+
scope_note "The ratio between output and input may be adjustable and this type of load cell may utilise passive electronics (e.g. strain gauges) and passive temperature compensation elements."
|
|
46
|
+
language "en"
|
|
47
|
+
form_type "fullForm"
|
|
48
|
+
part_of_speech "noun"
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
term analogue-active-load-cell {
|
|
52
|
+
label "analogue-active load cell"
|
|
53
|
+
definition "load cell which is capable of performing the functions of an analogue-passive load cell and which also utilises active electronics"
|
|
54
|
+
section "3.1"
|
|
55
|
+
note "May utilise active electronics for gaining an electronic representation of the measurand value, active temperature compensation, and similar functions."
|
|
56
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.1.3.2"
|
|
57
|
+
scope_note "May utilise active electronics for gaining an electronic representation of the measurand value, active temperature compensation, and similar functions."
|
|
58
|
+
language "en"
|
|
59
|
+
form_type "fullForm"
|
|
60
|
+
part_of_speech "noun"
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
term digital-load-cell {
|
|
64
|
+
label "digital load cell"
|
|
65
|
+
definition "analogue-active load cell which includes an analogue to digital conversion device providing a representation of the measurand value in some unprocessed digital format"
|
|
66
|
+
section "3.1"
|
|
67
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.1.3.3"
|
|
68
|
+
language "en"
|
|
69
|
+
form_type "fullForm"
|
|
70
|
+
part_of_speech "noun"
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
term digital-load-cell-further-processing {
|
|
74
|
+
label "digital load cell equipped with further data processing"
|
|
75
|
+
definition "analogue-active load cell which includes an analogue to digital conversion device providing a representation of the measurand value in some digital format and includes further digital processing (e.g. scaling)"
|
|
76
|
+
section "3.1.3.4"
|
|
77
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.1.3.4"
|
|
78
|
+
language "en"
|
|
79
|
+
form_type "fullForm"
|
|
80
|
+
part_of_speech "noun"
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
term marking {
|
|
84
|
+
label "marking"
|
|
85
|
+
definition "affixing of one or more marks"
|
|
86
|
+
vocab_ref { register viml-2022 clause "2.19" }
|
|
87
|
+
section "3.1"
|
|
88
|
+
source "urn:oiml:pub:v:1:2022#clause-2.19 urn:oiml:pub:r:60-1:2021#clause-3.1.4"
|
|
89
|
+
language "en"
|
|
90
|
+
form_type "fullForm"
|
|
91
|
+
part_of_speech "noun"
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
term metrological-supervision {
|
|
95
|
+
label "metrological supervision"
|
|
96
|
+
definition "activity of legal metrological control to check the observance of metrology laws and regulations"
|
|
97
|
+
vocab_ref { register viml-2022 clause "2.03" }
|
|
98
|
+
section "3.1"
|
|
99
|
+
source "urn:oiml:pub:v:1:2022#clause-2.03 urn:oiml:pub:r:60-1:2021#clause-3.1.5"
|
|
100
|
+
language "en"
|
|
101
|
+
form_type "fullForm"
|
|
102
|
+
part_of_speech "noun"
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
term measuring-transducer {
|
|
106
|
+
label "measuring transducer"
|
|
107
|
+
definition "device, used in measurement, that provides an output quantity having a specified relation to the input quantity"
|
|
108
|
+
vocab_ref { register vim-2012 clause "3.7" }
|
|
109
|
+
section "3.1"
|
|
110
|
+
source "urn:oiml:v:2:200#clause-3.7 urn:oiml:pub:r:60-1:2021#clause-3.1.6"
|
|
111
|
+
language "en"
|
|
112
|
+
form_type "fullForm"
|
|
113
|
+
part_of_speech "noun"
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
term performance-test {
|
|
117
|
+
label "performance test"
|
|
118
|
+
definition "test to verify whether the load cell under test is capable of performing its intended functions"
|
|
119
|
+
section "3.1"
|
|
120
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.1.7"
|
|
121
|
+
scope_note "Also defined in OIML D 11, 3.21.4 (Part 4 Annex A.1.12 cross-reference)"
|
|
122
|
+
language "en"
|
|
123
|
+
form_type "fullForm"
|
|
124
|
+
part_of_speech "noun"
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
term rated-operating-condition {
|
|
128
|
+
label "rated operating condition"
|
|
129
|
+
definition "operating condition that must be fulfilled during measurement in order that a measuring instrument or measuring system perform as designed"
|
|
130
|
+
section "3.1.8"
|
|
131
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.1.8 urn:oiml:pub:r:60-1:2021#clause-3.8.4"
|
|
132
|
+
scope_note "Defined twice by the source (R 60-1, 3.1.8 and 3.8.4, identical wording) — one register entry binds both fragments (TODO.roadmap/26)."
|
|
133
|
+
language "en"
|
|
134
|
+
form_type "fullForm"
|
|
135
|
+
part_of_speech "noun"
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
term sealing {
|
|
139
|
+
label "sealing"
|
|
140
|
+
definition "means intended to protect the measuring instrument against any unauthorised modification, readjustment, removal of parts, software, etc."
|
|
141
|
+
vocab_ref { register viml-2022 clause "2.20" }
|
|
142
|
+
section "3.1"
|
|
143
|
+
source "urn:oiml:pub:v:1:2022#clause-2.20 urn:oiml:pub:r:60-1:2021#clause-3.1.9"
|
|
144
|
+
language "en"
|
|
145
|
+
form_type "fullForm"
|
|
146
|
+
part_of_speech "noun"
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
term type-evaluation {
|
|
150
|
+
label "type (pattern) evaluation"
|
|
151
|
+
definition "conformity assessment procedure on one or more specimens of an identified type (pattern) of measuring instruments which results in an evaluation report and/or an evaluation certificate"
|
|
152
|
+
vocab_ref { register viml-2022 clause "2.04" }
|
|
153
|
+
section "3.1"
|
|
154
|
+
source "urn:oiml:pub:v:1:2022#clause-2.04 urn:oiml:pub:r:60-1:2021#clause-3.1.10"
|
|
155
|
+
language "en"
|
|
156
|
+
form_type "fullForm"
|
|
157
|
+
part_of_speech "noun"
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
term type-approval {
|
|
161
|
+
label "type approval"
|
|
162
|
+
definition "decision of legal relevance, based on the review of the type evaluation report, that the type of a measuring instrument complies with the relevant statutory requirements and results in the issuance of the type approval certificate"
|
|
163
|
+
vocab_ref { register viml-2022 clause "2.05" }
|
|
164
|
+
section "3.1"
|
|
165
|
+
source "urn:oiml:pub:v:1:2022#clause-2.05 urn:oiml:pub:r:60-1:2021#clause-3.1.11"
|
|
166
|
+
language "en"
|
|
167
|
+
form_type "fullForm"
|
|
168
|
+
part_of_speech "noun"
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
term compression-loading {
|
|
172
|
+
label "compression loading"
|
|
173
|
+
definition "applying a compressive force to the load receptor of a load cell"
|
|
174
|
+
section "3.2"
|
|
175
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.2 urn:oiml:pub:r:60-1:2021#clause-3.2.1 urn:oiml:pub:r:60-1:2021#clause-3.2.1.1"
|
|
176
|
+
language "en"
|
|
177
|
+
form_type "fullForm"
|
|
178
|
+
part_of_speech "noun"
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
term tension-loading {
|
|
182
|
+
label "tension loading"
|
|
183
|
+
definition "applying a tension force to the load receptor of a load cell"
|
|
184
|
+
section "3.2"
|
|
185
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.2.1.2"
|
|
186
|
+
language "en"
|
|
187
|
+
form_type "fullForm"
|
|
188
|
+
part_of_speech "noun"
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
term strain-gauge {
|
|
192
|
+
label "strain gauge"
|
|
193
|
+
definition "analogue resistive element that is attached to a load cell structure and that changes resistance depending on the deformation of the load cell structure when compression or tension forces are applied to the load cell"
|
|
194
|
+
ref cdd-concept "0112/2///61987#ABA873" {
|
|
195
|
+
note "CDD class Strain gauge element (IEC 61987 ABA873, v2r2): a force sensing element converting an elastic deformation into an analog electrical signal; the same concept. Reviewed 2026-08."
|
|
196
|
+
}
|
|
197
|
+
section "3.3"
|
|
198
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.3 urn:oiml:pub:r:60-1:2021#clause-3.3.1"
|
|
199
|
+
language "en"
|
|
200
|
+
form_type "fullForm"
|
|
201
|
+
part_of_speech "noun"
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
term humidity-symbol {
|
|
205
|
+
label "humidity symbol"
|
|
206
|
+
definition "symbol assigned to a load cell that indicates the conditions of humidity under which the load cell has been tested"
|
|
207
|
+
section "3.4"
|
|
208
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.4 urn:oiml:pub:r:60-1:2021#clause-3.4.1"
|
|
209
|
+
language "en"
|
|
210
|
+
form_type "fullForm"
|
|
211
|
+
part_of_speech "noun"
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
term load-cell-family {
|
|
215
|
+
label "load cell family"
|
|
216
|
+
definition "group of load cells which for the purposes of type evaluation are considered as one family and that share the same material, measurement technique, strain gauge attachment principle, construction method, specifications, and metrological characteristics"
|
|
217
|
+
section "3.4"
|
|
218
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
219
|
+
language "en"
|
|
220
|
+
form_type "fullForm"
|
|
221
|
+
part_of_speech "noun"
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
term load-cell-interval {
|
|
225
|
+
label "load cell interval"
|
|
226
|
+
definition "subdivision of the load cell measuring range"
|
|
227
|
+
section "3.5"
|
|
228
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5 urn:oiml:pub:r:60-1:2021#clause-3.5.1"
|
|
229
|
+
language "en"
|
|
230
|
+
form_type "fullForm"
|
|
231
|
+
part_of_speech "noun"
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
term load-cell-measuring-range {
|
|
235
|
+
label "load cell measuring range"
|
|
236
|
+
definition "range between D_max and D_min, equal to (D_max - D_min)"
|
|
237
|
+
section "3.5"
|
|
238
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.2"
|
|
239
|
+
language "en"
|
|
240
|
+
form_type "fullForm"
|
|
241
|
+
part_of_speech "noun"
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
term load-cell-output {
|
|
245
|
+
label "load cell output"
|
|
246
|
+
definition "measurable quantity into which a load cell converts the measured input quantity"
|
|
247
|
+
section "3.5"
|
|
248
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.3"
|
|
249
|
+
language "en"
|
|
250
|
+
form_type "fullForm"
|
|
251
|
+
part_of_speech "noun"
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
term v {
|
|
255
|
+
label "load cell verification interval"
|
|
256
|
+
definition "load cell interval, expressed in units of mass, used in the test of the load cell for accuracy classification"
|
|
257
|
+
symbol v
|
|
258
|
+
section "3.5"
|
|
259
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.4"
|
|
260
|
+
language "en"
|
|
261
|
+
form_type "symbol"
|
|
262
|
+
part_of_speech "noun"
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
term emax {
|
|
266
|
+
label "maximum capacity"
|
|
267
|
+
definition "largest value of a quantity expressed in units of mass, which may be applied to a load cell"
|
|
268
|
+
symbol E_max
|
|
269
|
+
section "3.5.5"
|
|
270
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.5"
|
|
271
|
+
language "en"
|
|
272
|
+
form_type "symbol"
|
|
273
|
+
part_of_speech "noun"
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
term dmax {
|
|
277
|
+
label "maximum load of the measuring range"
|
|
278
|
+
definition "largest value of a quantity expressed in units of mass which can be introduced to a load cell under test"
|
|
279
|
+
symbol D_max
|
|
280
|
+
section "3.5.6"
|
|
281
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.6"
|
|
282
|
+
language "en"
|
|
283
|
+
form_type "symbol"
|
|
284
|
+
part_of_speech "noun"
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
term maximum-measuring-range {
|
|
288
|
+
label "maximum measuring range"
|
|
289
|
+
definition "range between E_max and E_min, equal to (E_max - E_min)"
|
|
290
|
+
section "3.5"
|
|
291
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.7"
|
|
292
|
+
language "en"
|
|
293
|
+
form_type "fullForm"
|
|
294
|
+
part_of_speech "noun"
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
term nlc {
|
|
298
|
+
label "maximum number of load cell verification intervals"
|
|
299
|
+
definition "maximum number of load cell verification intervals into which the maximum measuring range may be divided"
|
|
300
|
+
symbol n_LC
|
|
301
|
+
section "3.5.8"
|
|
302
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.8"
|
|
303
|
+
language "en"
|
|
304
|
+
form_type "symbol"
|
|
305
|
+
part_of_speech "noun"
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
term emin {
|
|
309
|
+
label "minimum dead load"
|
|
310
|
+
definition "smallest value of a quantity (expressed in mass units) that may be applied to a load cell"
|
|
311
|
+
symbol E_min
|
|
312
|
+
section "3.5.9"
|
|
313
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.9"
|
|
314
|
+
language "en"
|
|
315
|
+
form_type "symbol"
|
|
316
|
+
part_of_speech "noun"
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
term dr {
|
|
320
|
+
label "minimum dead load output return"
|
|
321
|
+
definition "difference of load cell output, expressed in units of mass at D_min, measured before and after application of a load of D_max"
|
|
322
|
+
symbol DR
|
|
323
|
+
section "3.5.10"
|
|
324
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.10"
|
|
325
|
+
language "en"
|
|
326
|
+
form_type "symbol"
|
|
327
|
+
part_of_speech "noun"
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
term vmin {
|
|
331
|
+
label "minimum load cell verification interval"
|
|
332
|
+
definition "smallest load cell verification interval in units of mass into which the maximum measuring range (E_max - E_min) can be divided"
|
|
333
|
+
symbol v_min
|
|
334
|
+
section "3.5.11"
|
|
335
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.11"
|
|
336
|
+
language "en"
|
|
337
|
+
form_type "symbol"
|
|
338
|
+
part_of_speech "noun"
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
term dmin {
|
|
342
|
+
label "minimum load of the measuring range"
|
|
343
|
+
definition "smallest value of a quantity expressed in units of mass, applied to a load cell under test"
|
|
344
|
+
symbol D_min
|
|
345
|
+
section "3.5.12"
|
|
346
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.12"
|
|
347
|
+
language "en"
|
|
348
|
+
form_type "symbol"
|
|
349
|
+
part_of_speech "noun"
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
term n {
|
|
353
|
+
label "number of load cell verification intervals"
|
|
354
|
+
definition "total of load cell verification intervals into which the maximum measuring range is divided"
|
|
355
|
+
symbol n
|
|
356
|
+
section "3.5"
|
|
357
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.13"
|
|
358
|
+
language "en"
|
|
359
|
+
form_type "symbol"
|
|
360
|
+
part_of_speech "noun"
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
term z {
|
|
364
|
+
label "relative minimum dead load output return"
|
|
365
|
+
definition "ratio of the maximum measuring range, to two times the minimum dead load output return DR"
|
|
366
|
+
symbol Z
|
|
367
|
+
section "3.5.14"
|
|
368
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.14"
|
|
369
|
+
language "en"
|
|
370
|
+
form_type "symbol"
|
|
371
|
+
part_of_speech "noun"
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
term y {
|
|
375
|
+
label "relative minimum load cell verification interval"
|
|
376
|
+
definition "ratio of the maximum measuring range, to the minimum load cell verification interval v_min"
|
|
377
|
+
symbol Y
|
|
378
|
+
section "3.5.15"
|
|
379
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.15"
|
|
380
|
+
language "en"
|
|
381
|
+
form_type "symbol"
|
|
382
|
+
part_of_speech "noun"
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
term elim {
|
|
386
|
+
label "safe load limit"
|
|
387
|
+
definition "maximum load that can be applied without producing a permanent shift in the performance characteristics beyond those specified"
|
|
388
|
+
symbol E_lim
|
|
389
|
+
section "3.5"
|
|
390
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.16"
|
|
391
|
+
language "en"
|
|
392
|
+
form_type "symbol"
|
|
393
|
+
part_of_speech "noun"
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
term warm-up-time {
|
|
397
|
+
label "warm-up time"
|
|
398
|
+
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"
|
|
399
|
+
ref cdd-concept "0112/2///61987#ABB026" {
|
|
400
|
+
note "CDD property warm-up time (IEC 61987 ABB026, v6r1): duration from power supply energization to the instant the instrument can be used; both definitions span power-on to compliance. Reviewed 2026-08."
|
|
401
|
+
}
|
|
402
|
+
section "3.5"
|
|
403
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.5.17"
|
|
404
|
+
language "en"
|
|
405
|
+
form_type "fullForm"
|
|
406
|
+
part_of_speech "noun"
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
term creep {
|
|
410
|
+
label "creep"
|
|
411
|
+
definition "change in load cell output occurring with time while under constant load and with all environmental conditions and other variables also remaining constant"
|
|
412
|
+
section "3.7"
|
|
413
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7 urn:oiml:pub:r:60-1:2021#clause-3.7.1"
|
|
414
|
+
language "en"
|
|
415
|
+
form_type "fullForm"
|
|
416
|
+
part_of_speech "noun"
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
term plc {
|
|
420
|
+
label "apportioning factor"
|
|
421
|
+
definition "value of a dimensionless fraction expressed as a decimal (e.g. 0.7) representing that portion of an error observed in the instrument which is attributed to the load cell alone"
|
|
422
|
+
symbol p_LC
|
|
423
|
+
section "3.7"
|
|
424
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.2"
|
|
425
|
+
language "en"
|
|
426
|
+
form_type "symbol"
|
|
427
|
+
part_of_speech "noun"
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
term durability-error {
|
|
431
|
+
label "durability error"
|
|
432
|
+
definition "difference between the intrinsic error after a period of use and the initial intrinsic error of a measuring instrument"
|
|
433
|
+
section "3.7.3"
|
|
434
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.3"
|
|
435
|
+
language "en"
|
|
436
|
+
form_type "fullForm"
|
|
437
|
+
part_of_speech "noun"
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
term expanded-uncertainty {
|
|
441
|
+
label "expanded uncertainty"
|
|
442
|
+
definition "quantity defining an interval about the result of a measurement that may be expected to encompass a large fraction of the distribution of values that could reasonably be attributed to the measurand"
|
|
443
|
+
section "3.7.4"
|
|
444
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.4"
|
|
445
|
+
scope_note "Source cites OIML G 1-100 (GUM) [7] as the definition's origin (R 60-1, 3.7.4)."
|
|
446
|
+
language "en"
|
|
447
|
+
form_type "fullForm"
|
|
448
|
+
part_of_speech "noun"
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
term fault-detection-output {
|
|
452
|
+
label "fault detection output"
|
|
453
|
+
definition "electrical representation issued by the load cell indicating that a fault condition exists"
|
|
454
|
+
section "3.7.6"
|
|
455
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.6"
|
|
456
|
+
language "en"
|
|
457
|
+
form_type "fullForm"
|
|
458
|
+
part_of_speech "noun"
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
term initial-intrinsic-error {
|
|
462
|
+
label "initial intrinsic error"
|
|
463
|
+
definition "intrinsic error of a measuring instrument as determined prior to performance tests and durability evaluations"
|
|
464
|
+
section "3.7.8"
|
|
465
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.8"
|
|
466
|
+
language "en"
|
|
467
|
+
form_type "fullForm"
|
|
468
|
+
part_of_speech "noun"
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
term load-cell-intrinsic-error {
|
|
472
|
+
label "load cell intrinsic error"
|
|
473
|
+
definition "error resulting from a load cell, determined under reference conditions"
|
|
474
|
+
section "3.7.9"
|
|
475
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.9"
|
|
476
|
+
language "en"
|
|
477
|
+
form_type "fullForm"
|
|
478
|
+
part_of_speech "noun"
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
term mpe {
|
|
482
|
+
label "maximum permissible error"
|
|
483
|
+
definition "extreme value of measurement error, with respect to a known reference quantity value, permitted by specifications or regulations for a given measurement, measuring instrument, or measuring system"
|
|
484
|
+
symbol MPE
|
|
485
|
+
vocab_ref { register vim-2012 clause "4.26" }
|
|
486
|
+
vocab_term "maximum permissible measurement error"
|
|
487
|
+
section "3.7.10"
|
|
488
|
+
source "urn:oiml:v:2:200#clause-4.26 urn:oiml:pub:r:60-1:2021#clause-3.7.10"
|
|
489
|
+
language "en"
|
|
490
|
+
form_type "symbol"
|
|
491
|
+
part_of_speech "noun"
|
|
492
|
+
abbreviations { MPE }
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
term fault {
|
|
496
|
+
label "fault"
|
|
497
|
+
definition "difference between the error of indication and the intrinsic error of a measuring instrument"
|
|
498
|
+
vocab_ref { register viml-2022 clause "5.12" }
|
|
499
|
+
section "3.7"
|
|
500
|
+
source "urn:oiml:pub:v:1:2022#clause-5.12 urn:oiml:pub:r:60-1:2021#clause-3.7.5"
|
|
501
|
+
language "en"
|
|
502
|
+
form_type "fullForm"
|
|
503
|
+
part_of_speech "noun"
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
term hysteresis-error {
|
|
507
|
+
label "Hysteresis error"
|
|
508
|
+
definition "difference in load cell output readings for the same applied force between the reading obtained by increasing the load from D_min and the reading obtained by decreasing the load from D_max"
|
|
509
|
+
ref cdd-concept "0112/2///61987#ABB661" {
|
|
510
|
+
note "CDD property hysteresis (IEC 61987 ABB661, v3r2): difference between consecutive upscale and downscale outputs at the same input test point; the same concept. Reviewed 2026-08."
|
|
511
|
+
}
|
|
512
|
+
section "3.7"
|
|
513
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.7"
|
|
514
|
+
language "en"
|
|
515
|
+
form_type "fullForm"
|
|
516
|
+
part_of_speech "noun"
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
term measurement-error {
|
|
520
|
+
label "measurement error"
|
|
521
|
+
definition "measured quantity minus a reference quantity value"
|
|
522
|
+
section "3.7.11"
|
|
523
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.11"
|
|
524
|
+
language "en"
|
|
525
|
+
form_type "fullForm"
|
|
526
|
+
part_of_speech "noun"
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
term measured-quantity-value {
|
|
530
|
+
label "measured quantity (value)"
|
|
531
|
+
definition "quantity value representing a measurement result"
|
|
532
|
+
section "3.7.12"
|
|
533
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.12"
|
|
534
|
+
language "en"
|
|
535
|
+
form_type "fullForm"
|
|
536
|
+
part_of_speech "noun"
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
term non-linearity {
|
|
540
|
+
label "non-linearity"
|
|
541
|
+
definition "deviation from the average of the values of load cell signals from a straight line through zero force applied and maximum force applied"
|
|
542
|
+
ref cdd-concept "0112/2///61987#ABB801" {
|
|
543
|
+
note "CDD property non-linearity (terminal-based) (IEC 61987 ABB801, v1r4): the straight line through the zero-force and maximum-force points is the terminal-based construction. Reviewed 2026-08."
|
|
544
|
+
}
|
|
545
|
+
section "3.7"
|
|
546
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.13"
|
|
547
|
+
language "en"
|
|
548
|
+
form_type "fullForm"
|
|
549
|
+
part_of_speech "noun"
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
term repeatability-error {
|
|
553
|
+
label "repeatability error"
|
|
554
|
+
definition "difference between load cell output readings taken from consecutive tests under the same loading and environmental conditions of measurement"
|
|
555
|
+
ref cdd-concept "0112/2///61987#ABA568" {
|
|
556
|
+
note "CDD property non-repeatability (IEC 61987 ABA568, v2r1), whose registered synonym is 'repeatability error'; the same consecutive-measurement difference concept. Reviewed 2026-08."
|
|
557
|
+
}
|
|
558
|
+
section "3.7"
|
|
559
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.14"
|
|
560
|
+
language "en"
|
|
561
|
+
form_type "fullForm"
|
|
562
|
+
part_of_speech "noun"
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
term resolution {
|
|
566
|
+
label "resolution"
|
|
567
|
+
definition "smallest change in a quantity being measured that causes a perceptible change in the corresponding indication"
|
|
568
|
+
vocab_ref { register vim-2012 clause "4.14" }
|
|
569
|
+
section "3.7"
|
|
570
|
+
source "urn:oiml:v:2:200#clause-4.14 urn:oiml:pub:r:60-1:2021#clause-3.7.15"
|
|
571
|
+
language "en"
|
|
572
|
+
form_type "fullForm"
|
|
573
|
+
part_of_speech "noun"
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
term significant-durability-error {
|
|
577
|
+
label "significant durability error"
|
|
578
|
+
definition "durability error exceeding the value specified in the applicable Recommendation"
|
|
579
|
+
section "3.7.16"
|
|
580
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.16"
|
|
581
|
+
language "en"
|
|
582
|
+
form_type "fullForm"
|
|
583
|
+
part_of_speech "noun"
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
term significant-fault {
|
|
587
|
+
label "significant fault"
|
|
588
|
+
definition "fault exceeding the applicable fault limit value"
|
|
589
|
+
vocab_ref { register viml-2022 clause "5.14" }
|
|
590
|
+
section "3.7"
|
|
591
|
+
source "urn:oiml:pub:v:1:2022#clause-5.14 urn:oiml:pub:r:60-1:2021#clause-3.7.17"
|
|
592
|
+
language "en"
|
|
593
|
+
form_type "fullForm"
|
|
594
|
+
part_of_speech "noun"
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
term span-stability {
|
|
598
|
+
label "span stability"
|
|
599
|
+
definition "capability of a load cell to maintain the load cell output of the load cell's measuring range over a period of use within specified limits"
|
|
600
|
+
section "3.7"
|
|
601
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.18"
|
|
602
|
+
language "en"
|
|
603
|
+
form_type "fullForm"
|
|
604
|
+
part_of_speech "noun"
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
term temperature-effect-mdlo {
|
|
608
|
+
label "temperature effect on minimum dead load output"
|
|
609
|
+
definition "change of the signal output under minimum dead load due to a change in ambient temperature"
|
|
610
|
+
section "3.7"
|
|
611
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.19"
|
|
612
|
+
language "en"
|
|
613
|
+
form_type "fullForm"
|
|
614
|
+
part_of_speech "noun"
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
term temperature-effect-sensitivity {
|
|
618
|
+
label "temperature effect on sensitivity"
|
|
619
|
+
definition "change in sensitivity due to a change in ambient temperature"
|
|
620
|
+
section "3.7"
|
|
621
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.20"
|
|
622
|
+
language "en"
|
|
623
|
+
form_type "fullForm"
|
|
624
|
+
part_of_speech "noun"
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
term type-approval-mark {
|
|
628
|
+
label "type approval mark"
|
|
629
|
+
definition "mark applied to a measuring instrument certifying its conformity to the approved type"
|
|
630
|
+
section "3.7.21"
|
|
631
|
+
source "urn:oiml:pub:r:60-1:2021#clause-3.7.21"
|
|
632
|
+
language "en"
|
|
633
|
+
form_type "fullForm"
|
|
634
|
+
part_of_speech "noun"
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
term disturbance {
|
|
638
|
+
label "disturbance"
|
|
639
|
+
definition "influence quantity having a value within the limits specified in the relevant Recommendation, but outside the specified rated operating conditions of a measuring instrument"
|
|
640
|
+
vocab_ref { register viml-2022 clause "5.19" }
|
|
641
|
+
section "3.8"
|
|
642
|
+
source "urn:oiml:pub:v:1:2022#clause-5.19 urn:oiml:pub:r:60-1:2021#clause-3.8 urn:oiml:pub:r:60-1:2021#clause-3.8.1"
|
|
643
|
+
language "en"
|
|
644
|
+
form_type "fullForm"
|
|
645
|
+
part_of_speech "noun"
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
term influence-factor {
|
|
649
|
+
label "influence factor"
|
|
650
|
+
definition "influence quantity having a value which ranges within the rated operating conditions of a measuring instrument"
|
|
651
|
+
vocab_ref { register viml-2022 clause "5.18" }
|
|
652
|
+
section "3.8"
|
|
653
|
+
source "urn:oiml:pub:v:1:2022#clause-5.18 urn:oiml:pub:r:60-1:2021#clause-3.8.2"
|
|
654
|
+
language "en"
|
|
655
|
+
form_type "fullForm"
|
|
656
|
+
part_of_speech "noun"
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
term influence-quantity {
|
|
660
|
+
label "influence quantity"
|
|
661
|
+
definition "quantity that, in a direct measurement, does not affect the quantity that is actually measured, but that affects the relation between the indication and the measurement result"
|
|
662
|
+
vocab_ref { register vim-2012 clause "2.52" }
|
|
663
|
+
section "3.8"
|
|
664
|
+
source "urn:oiml:v:2:200#clause-2.52 urn:oiml:pub:r:60-1:2021#clause-3.8.3"
|
|
665
|
+
language "en"
|
|
666
|
+
form_type "fullForm"
|
|
667
|
+
part_of_speech "noun"
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
term reference-condition {
|
|
671
|
+
label "reference (operating) condition"
|
|
672
|
+
definition "operating condition prescribed for evaluating the performance of a measuring instrument or measuring system or for comparison of measurement results"
|
|
673
|
+
vocab_ref { register vim-2012 clause "4.11" }
|
|
674
|
+
vocab_term "reference operating condition"
|
|
675
|
+
section "3.8"
|
|
676
|
+
source "urn:oiml:v:2:200#clause-4.11 urn:oiml:pub:r:60-1:2021#clause-3.8.5"
|
|
677
|
+
language "en"
|
|
678
|
+
form_type "fullForm"
|
|
679
|
+
part_of_speech "noun"
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
term abbr-ac {
|
|
683
|
+
label "AC"
|
|
684
|
+
definition "Alternating Current"
|
|
685
|
+
section "3.9"
|
|
686
|
+
language "en"
|
|
687
|
+
form_type "abbreviation"
|
|
688
|
+
part_of_speech "noun"
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
term abbr-ch {
|
|
692
|
+
label "CH"
|
|
693
|
+
definition "Cyclic Humidity"
|
|
694
|
+
section "3.9"
|
|
695
|
+
language "en"
|
|
696
|
+
form_type "abbreviation"
|
|
697
|
+
part_of_speech "noun"
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
term abbr-dc {
|
|
701
|
+
label "DC"
|
|
702
|
+
definition "Direct Current"
|
|
703
|
+
section "3.9"
|
|
704
|
+
language "en"
|
|
705
|
+
form_type "abbreviation"
|
|
706
|
+
part_of_speech "noun"
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
term abbr-emc {
|
|
710
|
+
label "EMC"
|
|
711
|
+
definition "Electro Magnetic Compatibility"
|
|
712
|
+
section "3.9"
|
|
713
|
+
language "en"
|
|
714
|
+
form_type "abbreviation"
|
|
715
|
+
part_of_speech "noun"
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
term abbr-eut {
|
|
719
|
+
label "EUT"
|
|
720
|
+
definition "Equipment Under Test"
|
|
721
|
+
section "3.9"
|
|
722
|
+
language "en"
|
|
723
|
+
form_type "abbreviation"
|
|
724
|
+
part_of_speech "noun"
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
term abbr-nh {
|
|
728
|
+
label "NH"
|
|
729
|
+
definition "No Humidity"
|
|
730
|
+
section "3.9"
|
|
731
|
+
language "en"
|
|
732
|
+
form_type "abbreviation"
|
|
733
|
+
part_of_speech "noun"
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
term abbr-sh {
|
|
737
|
+
label "SH"
|
|
738
|
+
definition "Steady-State Humidity"
|
|
739
|
+
section "3.9"
|
|
740
|
+
language "en"
|
|
741
|
+
form_type "abbreviation"
|
|
742
|
+
part_of_speech "noun"
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
term electronic-measuring-instrument {
|
|
746
|
+
label "electronic measuring instrument"
|
|
747
|
+
definition "instrument intended to measure an electrical or non-electrical quantity using electronic means and/or equipped with electronic devices"
|
|
748
|
+
section "A.1.1"
|
|
749
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.1"
|
|
750
|
+
scope_note "Definition reproduced from OIML D 11, 3.1 (R 60-4, Annex A.1.1)"
|
|
751
|
+
language "en"
|
|
752
|
+
form_type "fullForm"
|
|
753
|
+
part_of_speech "noun"
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
term module {
|
|
757
|
+
label "module"
|
|
758
|
+
definition "device performing a specific function or functions and (usually) manufactured and constructed such that it can be separately evaluated according to prescribed metrological and technical performance requirements"
|
|
759
|
+
section "A.1.2"
|
|
760
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.2"
|
|
761
|
+
scope_note "Definition reproduced from OIML D 11, 3.2 (R 60-4, Annex A.1.2)"
|
|
762
|
+
language "en"
|
|
763
|
+
form_type "fullForm"
|
|
764
|
+
part_of_speech "noun"
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
term device {
|
|
768
|
+
label "device"
|
|
769
|
+
definition "identifiable instrument or part of an instrument or of a family of instruments that performs a specific function or functions"
|
|
770
|
+
section "A.1.3"
|
|
771
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.3"
|
|
772
|
+
scope_note "Definition reproduced from OIML D 11, 3.3 (R 60-4, Annex A.1.3)"
|
|
773
|
+
language "en"
|
|
774
|
+
form_type "fullForm"
|
|
775
|
+
part_of_speech "noun"
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
term checking-facility {
|
|
779
|
+
label "checking facility"
|
|
780
|
+
definition "facility incorporated in a measuring instrument which enables significant faults to be detected and acted upon"
|
|
781
|
+
section "A.1.4"
|
|
782
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.4"
|
|
783
|
+
scope_note "Definition reproduced from OIML D 11, 3.19 (R 60-4, Annex A.1.4)"
|
|
784
|
+
language "en"
|
|
785
|
+
form_type "fullForm"
|
|
786
|
+
part_of_speech "noun"
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
term automatic-checking-facility {
|
|
790
|
+
label "automatic checking facility"
|
|
791
|
+
definition "checking facility that operates without the intervention of an operator"
|
|
792
|
+
section "A.1.5"
|
|
793
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.5"
|
|
794
|
+
scope_note "Definition reproduced from OIML D 11, 3.19.1 (R 60-4, Annex A.1.5)"
|
|
795
|
+
language "en"
|
|
796
|
+
form_type "fullForm"
|
|
797
|
+
part_of_speech "noun"
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
term permanent-automatic-checking-facility-p {
|
|
801
|
+
label "permanent automatic checking facility (type P)"
|
|
802
|
+
definition "automatic checking facility that operates at each measurement cycle"
|
|
803
|
+
section "A.1.6"
|
|
804
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.6"
|
|
805
|
+
scope_note "Definition reproduced from OIML D 11, 3.19.1.1 (R 60-4, Annex A.1.6)"
|
|
806
|
+
language "en"
|
|
807
|
+
form_type "fullForm"
|
|
808
|
+
part_of_speech "noun"
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
term intermittent-automatic-checking-facility-i {
|
|
812
|
+
label "intermittent automatic checking facility (type I)"
|
|
813
|
+
definition "automatic checking facility that operates at certain time intervals or per fixed number of measurement cycles"
|
|
814
|
+
section "A.1.7"
|
|
815
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.7"
|
|
816
|
+
scope_note "Definition reproduced from OIML D 11, 3.19.1.2 (R 60-4, Annex A.1.7)"
|
|
817
|
+
language "en"
|
|
818
|
+
form_type "fullForm"
|
|
819
|
+
part_of_speech "noun"
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
term non-automatic-checking-facility-n {
|
|
823
|
+
label "non-automatic checking facility (type N)"
|
|
824
|
+
definition "checking facility that requires the intervention of an operator"
|
|
825
|
+
section "A.1.8"
|
|
826
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.8"
|
|
827
|
+
scope_note "Definition reproduced from OIML D 11, 3.19.2 (R 60-4, Annex A.1.8)"
|
|
828
|
+
language "en"
|
|
829
|
+
form_type "fullForm"
|
|
830
|
+
part_of_speech "noun"
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
term durability-protection-facility {
|
|
834
|
+
label "durability protection facility"
|
|
835
|
+
definition "facility incorporated in a measuring instrument that enables significant durability errors to be detected and acted upon"
|
|
836
|
+
section "A.1.9"
|
|
837
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.9"
|
|
838
|
+
scope_note "Definition reproduced from OIML D 11, 3.20 (R 60-4, Annex A.1.9)"
|
|
839
|
+
language "en"
|
|
840
|
+
form_type "fullForm"
|
|
841
|
+
part_of_speech "noun"
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
term test {
|
|
845
|
+
label "test"
|
|
846
|
+
definition "series of operations intended to verify the compliance of the equipment under test (EUT) with specified requirements"
|
|
847
|
+
section "A.1.10"
|
|
848
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.10"
|
|
849
|
+
scope_note "Definition reproduced from OIML D 11, 3.21 (R 60-4, Annex A.1.10)"
|
|
850
|
+
language "en"
|
|
851
|
+
form_type "fullForm"
|
|
852
|
+
part_of_speech "noun"
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
term test-procedure {
|
|
856
|
+
label "test procedure"
|
|
857
|
+
definition "detailed description of the test operations"
|
|
858
|
+
section "A.1.11"
|
|
859
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.11"
|
|
860
|
+
scope_note "Definition reproduced from OIML D 11, 3.21.1 (R 60-4, Annex A.1.11)"
|
|
861
|
+
language "en"
|
|
862
|
+
form_type "fullForm"
|
|
863
|
+
part_of_speech "noun"
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
term mains-power {
|
|
867
|
+
label "mains power"
|
|
868
|
+
definition "primary external source of electrical power for an instrument, including all sub-assemblies"
|
|
869
|
+
section "A.1.13"
|
|
870
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.13"
|
|
871
|
+
scope_note "Definition reproduced from OIML D 11, 3.22 (R 60-4, Annex A.1.13)"
|
|
872
|
+
language "en"
|
|
873
|
+
form_type "fullForm"
|
|
874
|
+
part_of_speech "noun"
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
term power-converter {
|
|
878
|
+
label "power converter (power supply device)"
|
|
879
|
+
definition "sub-assembly converting the voltage from the mains power to a voltage suitable for other sub-assemblies"
|
|
880
|
+
section "A.1.14"
|
|
881
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.14"
|
|
882
|
+
scope_note "Definition reproduced from OIML D 11, 3.23 (R 60-4, Annex A.1.14)"
|
|
883
|
+
language "en"
|
|
884
|
+
form_type "fullForm"
|
|
885
|
+
part_of_speech "noun"
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
term auxiliary-battery {
|
|
889
|
+
label "auxiliary battery"
|
|
890
|
+
definition "battery that is mounted in, or connected to, an instrument that can be powered by the mains power as well, and capable of supplying power to the complete instrument for a reasonable period of time"
|
|
891
|
+
section "A.1.15"
|
|
892
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.15"
|
|
893
|
+
scope_note "Definition reproduced from OIML D 11, 3.25 (R 60-4, Annex A.1.15)"
|
|
894
|
+
language "en"
|
|
895
|
+
form_type "fullForm"
|
|
896
|
+
part_of_speech "noun"
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
term back-up-battery {
|
|
900
|
+
label "back-up battery"
|
|
901
|
+
definition "battery that is intended to maintain power supply for specific functions of an instrument in the absence of the primary power supply that includes both mains power & auxiliary battery"
|
|
902
|
+
section "A.1.16"
|
|
903
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.1.16"
|
|
904
|
+
scope_note "Example: to preserve stored data. Definition reproduced from OIML D 11, 3.26 (R 60-4, Annex A.1.16)"
|
|
905
|
+
language "en"
|
|
906
|
+
form_type "fullForm"
|
|
907
|
+
part_of_speech "noun"
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
term weighing-module {
|
|
911
|
+
label "weighing module"
|
|
912
|
+
definition "part of the weighing instrument that comprises all mechanical and electronic devices (i.e. load receptor, load-transmitting device, load cell, and analogue data processing device or digital data processing device) but not having the means to display the weighing result. It may optionally have devices for further processing (digital) data and operating the instrument"
|
|
913
|
+
section "A.2.1"
|
|
914
|
+
source "urn:oiml:pub:r:60-4:2021#clause-A.2.1"
|
|
915
|
+
scope_note "Definition reproduced from OIML R 76-1, T.2.2.7 (R 60-4, Annex A.2.1)"
|
|
916
|
+
language "en"
|
|
917
|
+
form_type "fullForm"
|
|
918
|
+
part_of_speech "noun"
|
|
919
|
+
}
|
|
920
|
+
|