@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,74 @@
|
|
|
1
|
+
table min_dimension_vs_scale_interval {
|
|
2
|
+
description "Minimum dimension (Min) in relation to the scale interval d (R 129-1, Table 2)"
|
|
3
|
+
columns {
|
|
4
|
+
scale_interval: string
|
|
5
|
+
min_dimension: string
|
|
6
|
+
}
|
|
7
|
+
data {
|
|
8
|
+
"d <= 2 cm" "Min >= 10 d"
|
|
9
|
+
"2 cm < d <= 10 cm" "Min >= 20 d"
|
|
10
|
+
"d > 10 cm" "Min >= 50 d"
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
table test_severities {
|
|
15
|
+
description "Test severity parameters (R 129-2, Annex A; IEC 61000-4-x / IEC 60068 via OIML D 11 where R 129-2 references them)"
|
|
16
|
+
columns {
|
|
17
|
+
test: string
|
|
18
|
+
parameter: string
|
|
19
|
+
value: string
|
|
20
|
+
}
|
|
21
|
+
data {
|
|
22
|
+
"warm-up-time" "time_points" "0, 5, 15, 30 min after first display"
|
|
23
|
+
"repeatability" "design" "3 measurements of 5 dimensions, equally spaced Min to Max, each axis"
|
|
24
|
+
"static-temperatures" "stages" "reference 20 degC, high, low, return 20 degC"
|
|
25
|
+
"static-temperatures" "exposure" ">= 2 h at each extreme after stabilization; dT <= 1 degC/min"
|
|
26
|
+
"damp-heat-steady" "severity" "85 % RH at upper temperature limit or 40 degC, whichever lower; 48 h (IEC 60068-2-78)"
|
|
27
|
+
"damp-heat-cyclic" "method" "IEC 60068-2-30 (instruments subject to condensate water)"
|
|
28
|
+
"ac-voltage-variation" "levels" "nominal, nominal +10 %, nominal -15 %"
|
|
29
|
+
"low-voltage-battery" "levels" "nominal, reduced, 90 % of stated minimum battery voltage"
|
|
30
|
+
"voltage-dips" "reductions" "0 % x 0.5/1 cycle; 40 % x 10/12; 70 % x 25/30; 80 % x 250/300; 100 % x 250/300 cycles"
|
|
31
|
+
"voltage-dips" "repetitions" "10 per reduction, intervals >= 10 s"
|
|
32
|
+
"bursts" "amplitude" "2 kV power lines / 1 kV I/O lines (IEC 61000-4-4)"
|
|
33
|
+
"bursts" "waveform" "5 ns rise, 50 ns half-amplitude; 15 ms burst, 300 ms period; 5 kHz +/- 20 %"
|
|
34
|
+
"bursts" "repetitions" ">= 10 positive + >= 10 negative, randomly phased"
|
|
35
|
+
"esd" "method" "IEC 61000-4-2: direct (contact + air) and indirect (coupling planes)"
|
|
36
|
+
"surge" "method" "IEC 61000-4-5: AC mains at 0/90/180/270 deg phase angles; signal/data/control lines"
|
|
37
|
+
"rf-immunity-radiated" "method" "IEC 61000-4-3 over the specified frequency range and field strength"
|
|
38
|
+
"rf-immunity-conducted" "method" "IEC 61000-4-6, all relevant cables and ports"
|
|
39
|
+
"ambient-light" "levels" "200-500 lx (reference), 100 lx, 1000-1500 lx"
|
|
40
|
+
"acoustics" "levels" "reference sound level, 100 dB"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
table profiles {
|
|
45
|
+
title "Per-dimension value bindings"
|
|
46
|
+
profiles {
|
|
47
|
+
profile mpe {
|
|
48
|
+
description "Maximum permissible error (R 129-1, 4.1.2) — uniform: ±1.0 d for any of the three dimensions"
|
|
49
|
+
dimension none
|
|
50
|
+
type expression
|
|
51
|
+
binding {
|
|
52
|
+
all: { expression: "1.0 * d" unit: "d" }
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
profile min_dimension {
|
|
56
|
+
description "Minimum dimension lower limit per scale interval (R 129-1, Table 2)"
|
|
57
|
+
dimension scale_interval
|
|
58
|
+
type expression
|
|
59
|
+
binding {
|
|
60
|
+
d_lte_2cm: { expression: "10 * d" }
|
|
61
|
+
2cm_lt_d_lte_10cm: { expression: "20 * d" }
|
|
62
|
+
d_gt_10cm: { expression: "50 * d" }
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
profile fault_limit {
|
|
66
|
+
description "Significant fault threshold (R 129-1, 4.1.3) — a fault exceeding 1 d is significant"
|
|
67
|
+
dimension none
|
|
68
|
+
type expression
|
|
69
|
+
binding {
|
|
70
|
+
all: { expression: "1.0 * d" unit: "d" }
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,415 @@
|
|
|
1
|
+
term multi-dimensional-measuring-instrument {
|
|
2
|
+
label "multi-dimensional measuring instrument"
|
|
3
|
+
definition "instrument that measures the dimensions of an object and determines the length (L), width (W) and height (H) of the smallest rectangular parallelepiped (rectangular box) which fully encloses that object"
|
|
4
|
+
section "2.1"
|
|
5
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.1.1"
|
|
6
|
+
language "en"
|
|
7
|
+
form_type "fullForm"
|
|
8
|
+
part_of_speech "noun"
|
|
9
|
+
see_also { length width height }
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
term length {
|
|
13
|
+
label "length"
|
|
14
|
+
definition "linear measured dimension that is oriented 90 degrees relative to the width and height"
|
|
15
|
+
section "2.1.1"
|
|
16
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.1.1.1"
|
|
17
|
+
language "en"
|
|
18
|
+
form_type "fullForm"
|
|
19
|
+
part_of_speech "noun"
|
|
20
|
+
abbreviations { L }
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
term width {
|
|
24
|
+
label "width"
|
|
25
|
+
definition "linear measured dimension that is oriented 90 degrees relative to the length and height"
|
|
26
|
+
section "2.1.1"
|
|
27
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.1.1.2"
|
|
28
|
+
language "en"
|
|
29
|
+
form_type "fullForm"
|
|
30
|
+
part_of_speech "noun"
|
|
31
|
+
abbreviations { W }
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
term height {
|
|
35
|
+
label "height"
|
|
36
|
+
definition "linear measured dimension that is oriented 90 degrees relative to the length and width"
|
|
37
|
+
section "2.1.1"
|
|
38
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.1.1.3"
|
|
39
|
+
language "en"
|
|
40
|
+
form_type "fullForm"
|
|
41
|
+
part_of_speech "noun"
|
|
42
|
+
abbreviations { H }
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
term device {
|
|
46
|
+
label "device"
|
|
47
|
+
definition "identifiable instrument or part of an instrument or family of instruments that performs a specific function or functions"
|
|
48
|
+
section "2.1"
|
|
49
|
+
source "urn:oiml:pub:d:11:2013#clause-3.3 urn:oiml:pub:r:129-1:2020#clause-2.1.2"
|
|
50
|
+
language "en"
|
|
51
|
+
form_type "fullForm"
|
|
52
|
+
part_of_speech "noun"
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
term measuring-instrument {
|
|
56
|
+
label "measuring instrument"
|
|
57
|
+
definition "device used for making measurements, alone or in conjunction with one or more supplementary devices"
|
|
58
|
+
vocab_ref { register vim-2012 clause "3.1" }
|
|
59
|
+
section "2.1"
|
|
60
|
+
source "urn:oiml:pub:v:2-200:2012#clause-3.1 urn:oiml:pub:r:129-1:2020#clause-2.1.3"
|
|
61
|
+
language "en"
|
|
62
|
+
form_type "fullForm"
|
|
63
|
+
part_of_speech "noun"
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
term indicator {
|
|
67
|
+
label "indicator"
|
|
68
|
+
definition "device that displays the measured dimensions and any associated quantities"
|
|
69
|
+
section "2.1"
|
|
70
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.1.4"
|
|
71
|
+
language "en"
|
|
72
|
+
form_type "fullForm"
|
|
73
|
+
part_of_speech "noun"
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
term ancillary-device {
|
|
77
|
+
label "ancillary device"
|
|
78
|
+
definition "device intended to perform a particular function, directly involved in elaborating, transmitting or displaying measurement results"
|
|
79
|
+
section "2.1"
|
|
80
|
+
source "urn:oiml:pub:v:1:2022#clause-5.06 urn:oiml:pub:r:129-1:2020#clause-2.1.5"
|
|
81
|
+
language "en"
|
|
82
|
+
form_type "fullForm"
|
|
83
|
+
part_of_speech "noun"
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
term semi-automatic-instrument {
|
|
87
|
+
label "semi-automatic instrument"
|
|
88
|
+
definition "instrument requiring the intervention of an operator to carry out the measurements but that automatically determines the results"
|
|
89
|
+
section "2.1"
|
|
90
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.1.6"
|
|
91
|
+
language "en"
|
|
92
|
+
form_type "fullForm"
|
|
93
|
+
part_of_speech "noun"
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
term automatic-instrument {
|
|
97
|
+
label "automatic instrument"
|
|
98
|
+
definition "instrument that measures without the intervention of an operator"
|
|
99
|
+
section "2.1"
|
|
100
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.1.7"
|
|
101
|
+
language "en"
|
|
102
|
+
form_type "fullForm"
|
|
103
|
+
part_of_speech "noun"
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
term multi-interval-instrument {
|
|
107
|
+
label "multi-interval instrument"
|
|
108
|
+
definition "measuring instrument having one dimensional measuring range for each axis which is divided into partial measuring ranges each with different scale intervals, with the measuring range determined automatically according to the dimension being measured"
|
|
109
|
+
section "2.1"
|
|
110
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.1.8"
|
|
111
|
+
language "en"
|
|
112
|
+
form_type "fullForm"
|
|
113
|
+
part_of_speech "noun"
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
term maximum-measuring-speed {
|
|
117
|
+
label "maximum measuring speed"
|
|
118
|
+
definition "maximum speed at which the instrument will measure correctly"
|
|
119
|
+
symbol V_max
|
|
120
|
+
section "2.1"
|
|
121
|
+
note "Only applicable to instruments where measurements are affected by means of relative movement between the object and the instrument."
|
|
122
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.1.9"
|
|
123
|
+
language "en"
|
|
124
|
+
form_type "fullForm"
|
|
125
|
+
part_of_speech "noun"
|
|
126
|
+
abbreviations { V_max }
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
term minimum-measuring-speed {
|
|
130
|
+
label "minimum measuring speed"
|
|
131
|
+
definition "minimum speed at which the instrument will measure correctly"
|
|
132
|
+
symbol V_min
|
|
133
|
+
section "2.1"
|
|
134
|
+
note "Only applicable to instruments where measurements are affected by means of relative movement between the object and the instrument."
|
|
135
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.1.10"
|
|
136
|
+
language "en"
|
|
137
|
+
form_type "fullForm"
|
|
138
|
+
part_of_speech "noun"
|
|
139
|
+
abbreviations { V_min }
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
term indication {
|
|
143
|
+
label "indication"
|
|
144
|
+
definition "quantity value provided by a measuring instrument or measuring system"
|
|
145
|
+
vocab_ref { register vim-2012 clause "4.1" }
|
|
146
|
+
section "2.1"
|
|
147
|
+
source "urn:oiml:pub:v:2-200:2012#clause-4.1 urn:oiml:pub:r:129-1:2020#clause-2.1.11"
|
|
148
|
+
language "en"
|
|
149
|
+
form_type "fullForm"
|
|
150
|
+
part_of_speech "noun"
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
term measuring-area {
|
|
154
|
+
label "measuring area"
|
|
155
|
+
definition "area in and around the instrument in which it is capable of measuring an object"
|
|
156
|
+
section "2.1"
|
|
157
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.1.12"
|
|
158
|
+
language "en"
|
|
159
|
+
form_type "fullForm"
|
|
160
|
+
part_of_speech "noun"
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
term rectangular-box {
|
|
164
|
+
label "rectangular box"
|
|
165
|
+
definition "polyhedron having six faces that are parallel in pairs having all dihedral angles as right angles"
|
|
166
|
+
section "2.2.1"
|
|
167
|
+
note "Also called a rectangular parallelepiped (the multi-word synonym is kept in prose: the PRL codec re-quotes multi-word alt/abbreviation entries on round-trip)."
|
|
168
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.2.1"
|
|
169
|
+
language "en"
|
|
170
|
+
form_type "fullForm"
|
|
171
|
+
part_of_speech "noun"
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
term irregular-shaped-object {
|
|
175
|
+
label "irregular shaped object"
|
|
176
|
+
definition "object other than a rectangular box"
|
|
177
|
+
section "2.2"
|
|
178
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.2.2"
|
|
179
|
+
language "en"
|
|
180
|
+
form_type "fullForm"
|
|
181
|
+
part_of_speech "noun"
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
term measured-dimensions {
|
|
185
|
+
label "measured dimensions"
|
|
186
|
+
definition "length (L), width (W) or height (H), measured by the measuring instrument, of the smallest rectangular box which fully encloses the object"
|
|
187
|
+
section "2.2"
|
|
188
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.2.3"
|
|
189
|
+
language "en"
|
|
190
|
+
form_type "fullForm"
|
|
191
|
+
part_of_speech "noun"
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
term dimensional-volume {
|
|
195
|
+
label "dimensional volume"
|
|
196
|
+
definition "volume of the smallest rectangular box which fully encloses the object, and is the product of the indicated values of length (L), width (W) and height (H): DV = L × W × H"
|
|
197
|
+
symbol DV
|
|
198
|
+
section "2.2"
|
|
199
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.2.4"
|
|
200
|
+
language "en"
|
|
201
|
+
form_type "fullForm"
|
|
202
|
+
part_of_speech "noun"
|
|
203
|
+
abbreviations { DV }
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
term maximum-dimension {
|
|
207
|
+
label "maximum dimension"
|
|
208
|
+
definition "maximum measurable dimension for each axis as specified by the manufacturer for the measuring instrument"
|
|
209
|
+
section "2.2"
|
|
210
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.2.5"
|
|
211
|
+
language "en"
|
|
212
|
+
form_type "fullForm"
|
|
213
|
+
part_of_speech "noun"
|
|
214
|
+
abbreviations { Max }
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
term minimum-dimension {
|
|
218
|
+
label "minimum dimension"
|
|
219
|
+
definition "value of the smallest measured dimension for each axis"
|
|
220
|
+
section "2.2"
|
|
221
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.2.6"
|
|
222
|
+
language "en"
|
|
223
|
+
form_type "fullForm"
|
|
224
|
+
part_of_speech "noun"
|
|
225
|
+
abbreviations { Min }
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
term dimensional-weight {
|
|
229
|
+
label "dimensional weight"
|
|
230
|
+
definition "calculated value obtained by applying a conversion factor to the object's dimensional volume (see 2.2.4) or measured dimensions (see above)"
|
|
231
|
+
symbol DW
|
|
232
|
+
section "2.2"
|
|
233
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.2.7"
|
|
234
|
+
language "en"
|
|
235
|
+
form_type "fullForm"
|
|
236
|
+
part_of_speech "noun"
|
|
237
|
+
abbreviations { DW }
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
term conversion-factor {
|
|
241
|
+
label "conversion factor"
|
|
242
|
+
definition "factor applied to the volume or dimensions of an object to determine its dimensional weight"
|
|
243
|
+
symbol F
|
|
244
|
+
section "2.2"
|
|
245
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.2.8"
|
|
246
|
+
language "en"
|
|
247
|
+
form_type "fullForm"
|
|
248
|
+
part_of_speech "noun"
|
|
249
|
+
abbreviations { F }
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
term scale-interval {
|
|
253
|
+
label "scale interval"
|
|
254
|
+
definition "value, expressed in units of the measured quantity, of the difference between the values corresponding to two consecutive scale marks for analogue indication, or two consecutive indicated values for digital indication"
|
|
255
|
+
symbol d
|
|
256
|
+
section "2.2"
|
|
257
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.2.9"
|
|
258
|
+
language "en"
|
|
259
|
+
form_type "fullForm"
|
|
260
|
+
part_of_speech "noun"
|
|
261
|
+
abbreviations { d }
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
term measurand-value {
|
|
265
|
+
label "measurand value"
|
|
266
|
+
definition "quantity value attributed to the measurand"
|
|
267
|
+
section "2.2"
|
|
268
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.2.10"
|
|
269
|
+
language "en"
|
|
270
|
+
form_type "fullForm"
|
|
271
|
+
part_of_speech "noun"
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
term error-of-indication {
|
|
275
|
+
label "error of indication"
|
|
276
|
+
definition "indicated value minus a reference quantity value"
|
|
277
|
+
section "2.3"
|
|
278
|
+
source "urn:oiml:pub:v:1:2022#clause-0.04 urn:oiml:pub:r:129-1:2020#clause-2.3.1"
|
|
279
|
+
language "en"
|
|
280
|
+
form_type "fullForm"
|
|
281
|
+
part_of_speech "noun"
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
term intrinsic-error {
|
|
285
|
+
label "intrinsic error"
|
|
286
|
+
definition "error of a measuring instrument determined under reference conditions"
|
|
287
|
+
section "2.3"
|
|
288
|
+
source "urn:oiml:pub:v:1:2022#clause-0.06 urn:oiml:pub:r:129-1:2020#clause-2.3.2"
|
|
289
|
+
language "en"
|
|
290
|
+
form_type "fullForm"
|
|
291
|
+
part_of_speech "noun"
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
term initial-intrinsic-error {
|
|
295
|
+
label "initial intrinsic error"
|
|
296
|
+
definition "intrinsic error of a measuring instrument as determined prior to performance tests"
|
|
297
|
+
section "2.3"
|
|
298
|
+
source "urn:oiml:pub:v:1:2022#clause-5.11 urn:oiml:pub:r:129-1:2020#clause-2.3.3"
|
|
299
|
+
language "en"
|
|
300
|
+
form_type "fullForm"
|
|
301
|
+
part_of_speech "noun"
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
term mpe {
|
|
305
|
+
label "maximum permissible error"
|
|
306
|
+
definition "extreme value (positive and negative) of the error of indication permitted by specifications, Recommendations, regulations, etc."
|
|
307
|
+
vocab_ref { register vim-2012 clause "4.26" }
|
|
308
|
+
section "2.3"
|
|
309
|
+
source "urn:oiml:pub:v:2-200:2012#clause-4.26 urn:oiml:pub:r:129-1:2020#clause-2.3.4"
|
|
310
|
+
language "en"
|
|
311
|
+
form_type "fullForm"
|
|
312
|
+
part_of_speech "noun"
|
|
313
|
+
abbreviations { mpe }
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
term fault {
|
|
317
|
+
label "fault"
|
|
318
|
+
definition "difference between the error of indication and the intrinsic error of a measuring instrument"
|
|
319
|
+
section "2.3"
|
|
320
|
+
source "urn:oiml:pub:v:1:2022#clause-0.09 urn:oiml:pub:r:129-1:2020#clause-2.3.5"
|
|
321
|
+
language "en"
|
|
322
|
+
form_type "fullForm"
|
|
323
|
+
part_of_speech "noun"
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
term significant-fault {
|
|
327
|
+
label "significant fault"
|
|
328
|
+
definition "fault exceeding the applicable fault limit value"
|
|
329
|
+
section "2.3"
|
|
330
|
+
source "urn:oiml:pub:v:1:2022#clause-5.14 urn:oiml:pub:r:129-1:2020#clause-2.3.7"
|
|
331
|
+
language "en"
|
|
332
|
+
form_type "fullForm"
|
|
333
|
+
part_of_speech "noun"
|
|
334
|
+
abbreviations { SF }
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
term durability {
|
|
338
|
+
label "durability"
|
|
339
|
+
definition "ability of a measuring instrument to maintain its performance characteristics over a period of use"
|
|
340
|
+
section "2.3"
|
|
341
|
+
language "en"
|
|
342
|
+
form_type "fullForm"
|
|
343
|
+
part_of_speech "noun"
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
term durability-error {
|
|
347
|
+
label "durability error"
|
|
348
|
+
definition "difference between the intrinsic error before and after the durability tests"
|
|
349
|
+
section "2.3"
|
|
350
|
+
language "en"
|
|
351
|
+
form_type "fullForm"
|
|
352
|
+
part_of_speech "noun"
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
term influence-factor {
|
|
356
|
+
label "influence factor"
|
|
357
|
+
definition "influence quantity having a value within the rated operating conditions"
|
|
358
|
+
section "2.3"
|
|
359
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.3.9"
|
|
360
|
+
language "en"
|
|
361
|
+
form_type "fullForm"
|
|
362
|
+
part_of_speech "noun"
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
term disturbance {
|
|
366
|
+
label "disturbance"
|
|
367
|
+
definition "influence quantity having a value within the limits specified in this Recommendation, but outside the specified rated operating conditions of the measuring instrument"
|
|
368
|
+
section "2.3"
|
|
369
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.3.10"
|
|
370
|
+
language "en"
|
|
371
|
+
form_type "fullForm"
|
|
372
|
+
part_of_speech "noun"
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
term rated-operating-conditions {
|
|
376
|
+
label "rated operating conditions"
|
|
377
|
+
definition "operating condition that must be fulfilled during measurement in order that a measuring instrument or measuring system perform as designed"
|
|
378
|
+
section "2.3"
|
|
379
|
+
source "urn:oiml:pub:v:2-200:2012#clause-4.9 urn:oiml:pub:r:129-1:2020#clause-2.3.11"
|
|
380
|
+
language "en"
|
|
381
|
+
form_type "fullForm"
|
|
382
|
+
part_of_speech "noun"
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
term reference-conditions {
|
|
386
|
+
label "reference conditions"
|
|
387
|
+
definition "set of specified values of influence factors fixed to ensure valid intercomparison of results of measurements"
|
|
388
|
+
section "2.3"
|
|
389
|
+
note "Reference conditions for R 129: 20 °C ± 5 °C, ambient atmospheric pressure, nominal voltage, (50 ± 15) % relative humidity."
|
|
390
|
+
source "urn:oiml:pub:v:2-200:2012#clause-4.11 urn:oiml:pub:r:129-1:2020#clause-2.3.12"
|
|
391
|
+
language "en"
|
|
392
|
+
form_type "fullForm"
|
|
393
|
+
part_of_speech "noun"
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
term performance-test {
|
|
397
|
+
label "performance test"
|
|
398
|
+
definition "test intended to verify whether the EUT is able to accomplish its intended functions"
|
|
399
|
+
section "2.3"
|
|
400
|
+
source "urn:oiml:pub:r:129-1:2020#clause-2.4.4"
|
|
401
|
+
language "en"
|
|
402
|
+
form_type "fullForm"
|
|
403
|
+
part_of_speech "noun"
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
term type-evaluation {
|
|
407
|
+
label "type evaluation"
|
|
408
|
+
definition "conformity assessment procedure on one or more specimens of an identified type of measuring instruments which results in an evaluation report and/or an evaluation certificate"
|
|
409
|
+
section "2.3"
|
|
410
|
+
source "urn:oiml:pub:v:1:2022#clause-2.04"
|
|
411
|
+
language "en"
|
|
412
|
+
form_type "fullForm"
|
|
413
|
+
part_of_speech "noun"
|
|
414
|
+
}
|
|
415
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
quantity_register r129 {
|
|
2
|
+
kind length { dimensions { L 1 } si_unit "m" }
|
|
3
|
+
kind mass { dimensions { M 1 } si_unit "kg" }
|
|
4
|
+
kind time { dimensions { T 1 } si_unit "s" }
|
|
5
|
+
kind frequency { dimensions { T -1 } si_unit "Hz" }
|
|
6
|
+
kind voltage { dimensions { I -1 L 2 M 1 T -3 } si_unit "V" }
|
|
7
|
+
kind pressure { dimensions { L -1 M 1 T -2 } si_unit "Pa" }
|
|
8
|
+
kind temperature { dimensions { Θ 1 } si_unit "K" }
|
|
9
|
+
kind ratio { si_unit "1" }
|
|
10
|
+
kind dimensionless { si_unit "1" }
|
|
11
|
+
kind speed { dimensions { L 1 T -1 } si_unit "m/s" }
|
|
12
|
+
kind count { si_unit "1" }
|
|
13
|
+
kind volume { dimensions { L 3 } si_unit "m³" }
|
|
14
|
+
kind volume-per-mass { dimensions { L 3 M -1 } si_unit "m³/kg" }
|
|
15
|
+
kind electric-field-strength { dimensions { I -1 L 1 M 1 T -3 } si_unit "V/m" }
|
|
16
|
+
unit m { symbol "m" label "metre" kind length }
|
|
17
|
+
unit kg { symbol "kg" label "kilogram" kind mass }
|
|
18
|
+
unit s { symbol "s" label "second" kind time }
|
|
19
|
+
unit Hz { symbol "Hz" label "hertz" kind frequency }
|
|
20
|
+
unit V { symbol "V" label "volt" kind voltage }
|
|
21
|
+
unit kPa { symbol "kPa" label "kilopascal" kind pressure factor 1000 }
|
|
22
|
+
unit cm { symbol "cm" label "centimetre" kind length factor 0.01 }
|
|
23
|
+
unit mm { symbol "mm" label "millimetre" kind length factor 0.001 }
|
|
24
|
+
unit min { symbol "min" label "minute" kind time factor 60 }
|
|
25
|
+
unit h { symbol "h" label "hour" kind time factor 3600 }
|
|
26
|
+
unit degC { symbol "°C" label "degree Celsius" kind temperature offset 273.15 }
|
|
27
|
+
unit % { symbol "%" label "percent" kind ratio factor 0.01 }
|
|
28
|
+
unit dB { symbol "dB" label "decibel" kind dimensionless }
|
|
29
|
+
unit lx { symbol "lx" label "lux" kind dimensionless definition "SI coherent unit of illuminance (ambient-light test levels, R 129-2, Annex A)" }
|
|
30
|
+
unit m/s { symbol "m/s" label "metre per second" kind speed }
|
|
31
|
+
unit m/min { symbol "m/min" label "metre per minute" kind speed factor 0.0166666667 }
|
|
32
|
+
unit kV { symbol "kV" label "kilovolt" kind voltage factor 1000 }
|
|
33
|
+
unit kHz { symbol "kHz" label "kilohertz" kind frequency factor 1000 }
|
|
34
|
+
unit cycles { symbol "cycles" label "cycles" kind count definition "Repetition count for cyclic environmental exposure (IEC 60068-2-30)" }
|
|
35
|
+
unit cm3 { symbol "cm³" label "cubic centimetre" kind volume factor 0.000001 definition "Dimensional volume of the object's smallest enclosing rectangular box (R 129-1, 2.2.4)" }
|
|
36
|
+
unit cm3/kg { symbol "cm³/kg" label "cubic centimetre per kilogram" kind volume-per-mass factor 0.000001 definition "Volume per unit mass — the dimensional-weight conversion factor F (DW = DV / F, R 129-1, 2.2.8 + 4.1.6). Registered with the volume-per-mass kind landed by TODO.primmel/11d (the deliberate deferral below is lifted for cm3/kg)." }
|
|
37
|
+
unit ns { symbol "ns" label "nanosecond" kind time factor 1e-9 }
|
|
38
|
+
unit ms { symbol "ms" label "millisecond" kind time factor 0.001 }
|
|
39
|
+
unit V/m { symbol "V/m" label "volt per metre" kind electric-field-strength definition "Field strength of the radiated RF electromagnetic field (IEC 61000-4-3)" }
|
|
40
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
# .primmel-allowlist.prl — GENERATED from primmel-allowlist.yaml (TODO.roadmap/17), do not edit.
|
|
2
|
+
text_coverage_budget 0 "R144-BD burn-down, phase 2 (TODO.roadmap/26): the honest completion — 210/213 = 98.6% covered, 100.0% gated with the three sentence-pinned allowances of sources-prd/coverage.yaml. Phase 1 (111 → 16) modelled the three largest first-landing clusters; phase 2 models the remaining 16: the R 144-3 clause-2 report content rules (7 sentences — the new /req/report class: recommended numbers/values in the OIML-CS, test means indication, alternatives/equivalence assurance, observed problems and test conditions), the R 144-1 type-evaluation and verification generalities (7 sentences — the new /req/controls class: type-evaluation units 7.1.2, completely-mounted testing 7.1.3.1, correctness-of-operation check 7.1.3.3, initial verification 7.2.1; the external-examination generality 7.1.3.2 bound by the visual examination; the type-approval CGM conformance 7.1.3.1 s5 as a reference-material constraint), and R 144-2's 1.1 prior-to-tests generality + the clause-2 initial-verification checklist head (2 sentences — /req/controls). No sentence adjudicated non-modelable in this phase. Any new uncovered sentence is a regression and fails (C72). First landing: 111 (101/213 = 47.4%)."
|