@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,93 @@
|
|
|
1
|
+
subform dimension-measurement {
|
|
2
|
+
type object
|
|
3
|
+
description "One dimension-measurement row: a test object of known dimensions measured under one condition (reference, severity stage or disturbance application). The indicated length, width and height are recorded with their errors against the known dimensions, the maximum permissible error (±1.0 d, R 129-1, 4.1.2), and the per-row verdict |error| ≤ MPE on every axis."
|
|
4
|
+
field condition : string {
|
|
5
|
+
label "Condition / stage"
|
|
6
|
+
description "The stage or application this row belongs to (e.g. Reference 20 °C, High temperature, Nominal +10 %, Contact discharge, After exposure, 5 min)"
|
|
7
|
+
required true
|
|
8
|
+
measurement_method direct
|
|
9
|
+
}
|
|
10
|
+
field test_object_id : string {
|
|
11
|
+
label "Test object"
|
|
12
|
+
description "Identification of the test object of known dimensions"
|
|
13
|
+
required true
|
|
14
|
+
measurement_method direct
|
|
15
|
+
}
|
|
16
|
+
field indication_l : number {
|
|
17
|
+
label "Indication L"
|
|
18
|
+
unit "cm"
|
|
19
|
+
required true
|
|
20
|
+
measurement_method direct
|
|
21
|
+
}
|
|
22
|
+
field error_l : number {
|
|
23
|
+
label "Error ΔL"
|
|
24
|
+
unit "cm"
|
|
25
|
+
required true
|
|
26
|
+
measurement_method computed
|
|
27
|
+
calculation measurementError
|
|
28
|
+
calculation_bindings { indication: indication_l reference_dimension: reference_l }
|
|
29
|
+
}
|
|
30
|
+
field indication_w : number {
|
|
31
|
+
label "Indication W"
|
|
32
|
+
unit "cm"
|
|
33
|
+
required true
|
|
34
|
+
measurement_method direct
|
|
35
|
+
}
|
|
36
|
+
field error_w : number {
|
|
37
|
+
label "Error ΔW"
|
|
38
|
+
unit "cm"
|
|
39
|
+
required true
|
|
40
|
+
measurement_method computed
|
|
41
|
+
calculation measurementError
|
|
42
|
+
calculation_bindings { indication: indication_w reference_dimension: reference_w }
|
|
43
|
+
}
|
|
44
|
+
field indication_h : number {
|
|
45
|
+
label "Indication H"
|
|
46
|
+
unit "cm"
|
|
47
|
+
required true
|
|
48
|
+
measurement_method direct
|
|
49
|
+
}
|
|
50
|
+
field error_h : number {
|
|
51
|
+
label "Error ΔH"
|
|
52
|
+
unit "cm"
|
|
53
|
+
required true
|
|
54
|
+
measurement_method computed
|
|
55
|
+
calculation measurementError
|
|
56
|
+
calculation_bindings { indication: indication_h reference_dimension: reference_h }
|
|
57
|
+
}
|
|
58
|
+
field reference_l : number {
|
|
59
|
+
label "Known L"
|
|
60
|
+
description "Known (reference) length of the test object"
|
|
61
|
+
unit "cm"
|
|
62
|
+
measurement_method direct
|
|
63
|
+
}
|
|
64
|
+
field reference_w : number {
|
|
65
|
+
label "Known W"
|
|
66
|
+
description "Known (reference) width of the test object"
|
|
67
|
+
unit "cm"
|
|
68
|
+
measurement_method direct
|
|
69
|
+
}
|
|
70
|
+
field reference_h : number {
|
|
71
|
+
label "Known H"
|
|
72
|
+
description "Known (reference) height of the test object"
|
|
73
|
+
unit "cm"
|
|
74
|
+
measurement_method direct
|
|
75
|
+
}
|
|
76
|
+
field mpe : number {
|
|
77
|
+
label "MPE"
|
|
78
|
+
unit "cm"
|
|
79
|
+
required true
|
|
80
|
+
measurement_method lookup
|
|
81
|
+
calculation lookupMPE
|
|
82
|
+
calculation_bindings { d: scale_interval }
|
|
83
|
+
ref requirement "urn:oiml:pub:r:129-1:2020#clause-4.1.2"
|
|
84
|
+
}
|
|
85
|
+
field pass_fail : boolean {
|
|
86
|
+
label "Within MPE"
|
|
87
|
+
measurement_method evaluated
|
|
88
|
+
true_label "Pass"
|
|
89
|
+
false_label "Fail"
|
|
90
|
+
evaluation { rule "ocl{abs(error_l) <= mpe and abs(error_w) <= mpe and abs(error_h) <= mpe}" condition "|error| <= MPE on every axis (R 129-1, 4.1.2)" }
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Layer composition (TODO.refactor/17) — GENERATED, do not edit.
|
|
2
|
+
# This package consumes the following layer files verbatim (include lines
|
|
3
|
+
# below); primmel-ts expands include directives before parsing. Rec files
|
|
4
|
+
# that OVERLAY a layer file ship the composed result and are not included.
|
|
5
|
+
# include "../oiml-smart-core/entities/comments.prl"
|
|
6
|
+
# include "../oiml-smart-core/entities/cs-operations.prl"
|
|
7
|
+
# include "../oiml-smart-core/entities/cs-participants.prl"
|
|
8
|
+
# include "../oiml-smart-core/entities/engagement.prl"
|
|
9
|
+
# include "../oiml-smart-core/entities/instrument.prl"
|
|
10
|
+
# include "../oiml-smart-core/entities/module-b.prl"
|
|
11
|
+
# include "../oiml-smart-core/entities/operated-schemes.prl"
|
|
12
|
+
# include "../oiml-smart-core/entities/parties.prl"
|
|
13
|
+
# include "../oiml-smart-core/entities/payment-records.prl"
|
|
14
|
+
# include "../oiml-smart-module-specimen-governance/entities/test-execution.prl"
|
|
15
|
+
# include "../oiml-smart-core/entities/verification.prl"
|
|
16
|
+
# include "../oiml-smart-core/entities/workflow.prl"
|
|
17
|
+
# include "../iso-iec-17065/specification/requirements/body.prl"
|
|
18
|
+
# include "../oiml-cs/specification/requirements/cs.prl"
|
|
19
|
+
# include "../iso-iec-17025/specification/requirements/lab.prl"
|
|
20
|
+
# include "../iso-iec-17067/specification/requirements/scheme-content.prl"
|
|
21
|
+
# include "../oiml-smart-core/specification/competence-kinds.prl"
|
|
22
|
+
# include "../oiml-smart-core/specification/predicates.prl"
|
|
23
|
+
# include "../oiml-smart-core/specification/constraints.prl"
|
|
24
|
+
# include "../oiml-cs/specification/discrepancies.prl"
|
|
25
|
+
# include "../oiml-smart-core/specification/invariants.prl"
|
|
26
|
+
# include "../oiml-smart-core/evaluation/state-machines.prl"
|
|
27
|
+
# include "../oiml-smart-core/evaluation/roles.prl"
|
|
28
|
+
include "../oiml-smart-core/entities/comments.prl"
|
|
29
|
+
include "../oiml-smart-core/entities/cs-operations.prl"
|
|
30
|
+
include "../oiml-smart-core/entities/cs-participants.prl"
|
|
31
|
+
include "../oiml-smart-core/entities/engagement.prl"
|
|
32
|
+
include "../oiml-smart-core/entities/instrument.prl"
|
|
33
|
+
include "../oiml-smart-core/entities/module-b.prl"
|
|
34
|
+
include "../oiml-smart-core/entities/operated-schemes.prl"
|
|
35
|
+
include "../oiml-smart-core/entities/parties.prl"
|
|
36
|
+
include "../oiml-smart-core/entities/payment-records.prl"
|
|
37
|
+
include "../oiml-smart-module-specimen-governance/entities/test-execution.prl"
|
|
38
|
+
include "../oiml-smart-core/entities/verification.prl"
|
|
39
|
+
include "../oiml-smart-core/entities/workflow.prl"
|
|
40
|
+
include "../iso-iec-17065/specification/requirements/body.prl"
|
|
41
|
+
include "../oiml-cs/specification/requirements/cs.prl"
|
|
42
|
+
include "../iso-iec-17025/specification/requirements/lab.prl"
|
|
43
|
+
include "../iso-iec-17067/specification/requirements/scheme-content.prl"
|
|
44
|
+
include "../oiml-smart-core/specification/competence-kinds.prl"
|
|
45
|
+
include "../oiml-smart-core/specification/predicates.prl"
|
|
46
|
+
include "../oiml-smart-core/specification/constraints.prl"
|
|
47
|
+
include "../oiml-cs/specification/discrepancies.prl"
|
|
48
|
+
include "../oiml-smart-core/specification/invariants.prl"
|
|
49
|
+
include "../oiml-smart-core/evaluation/state-machines.prl"
|
|
50
|
+
include "../oiml-smart-core/evaluation/roles.prl"
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
attribute_definition measurement_principle {
|
|
2
|
+
name "Measurement principle"
|
|
3
|
+
definition "Principle of operation used to measure the object dimensions (mechanical, optical or acoustic)."
|
|
4
|
+
ref derives-from "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
5
|
+
value_type string
|
|
6
|
+
origin design-fixed
|
|
7
|
+
scope model
|
|
8
|
+
category metrological
|
|
9
|
+
is_dimension true
|
|
10
|
+
enum measurement_principle
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
attribute_definition instrument_category {
|
|
14
|
+
name "Instrument category"
|
|
15
|
+
definition "Whether the instrument measures without operator intervention (automatic) or requires operator intervention to carry out measurements (semi-automatic)."
|
|
16
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.1"
|
|
17
|
+
value_type string
|
|
18
|
+
origin design-fixed
|
|
19
|
+
scope model
|
|
20
|
+
category administrative
|
|
21
|
+
is_dimension true
|
|
22
|
+
enum instrument_category
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
attribute_definition power_supply {
|
|
26
|
+
name "Power supply"
|
|
27
|
+
definition "How the instrument is powered (AC mains, internal battery, or DC / AC-DC converter) — determines which electrical tests apply."
|
|
28
|
+
ref derives-from "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
29
|
+
value_type string
|
|
30
|
+
origin design-fixed
|
|
31
|
+
scope model
|
|
32
|
+
category electrical
|
|
33
|
+
is_dimension true
|
|
34
|
+
enum power_supply
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
attribute_definition object_capability {
|
|
38
|
+
name "Object capability"
|
|
39
|
+
definition "Whether the instrument can measure irregular-shaped objects or only rectangular boxes (marked limitations, R 129-1, 5.3)."
|
|
40
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-5.3"
|
|
41
|
+
value_type string
|
|
42
|
+
origin design-fixed
|
|
43
|
+
scope model
|
|
44
|
+
category metrological
|
|
45
|
+
is_dimension true
|
|
46
|
+
enum object_capability
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
attribute_definition scale_interval {
|
|
50
|
+
symbol "d"
|
|
51
|
+
name "Scale interval"
|
|
52
|
+
definition "Value, expressed in units of length, of the difference between the values corresponding to two consecutive scale marks for analogue indication, or the difference between two consecutive indicated values for digital indication. Its form is 1, 2 or 5 × 10ⁿ, n an integer (R 129-1, 5.2.4)."
|
|
53
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.2.9"
|
|
54
|
+
quantity_kind length
|
|
55
|
+
unit "cm"
|
|
56
|
+
value_type QuantityValue
|
|
57
|
+
origin declared
|
|
58
|
+
scope model
|
|
59
|
+
category metrological
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
attribute_definition min_dimension {
|
|
63
|
+
symbol "Min"
|
|
64
|
+
name "Minimum dimension"
|
|
65
|
+
definition "Smallest value of a dimension that can be measured by the instrument; related to the scale interval per R 129-1, Table 2 (d ≤ 2 cm → Min ≥ 10 d; 2 cm < d ≤ 10 cm → Min ≥ 20 d; d > 10 cm → Min ≥ 50 d)."
|
|
66
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.2.6"
|
|
67
|
+
quantity_kind length
|
|
68
|
+
unit "cm"
|
|
69
|
+
value_type QuantityValue
|
|
70
|
+
origin declared
|
|
71
|
+
scope model
|
|
72
|
+
category metrological
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
attribute_definition max_dimension {
|
|
76
|
+
symbol "Max"
|
|
77
|
+
name "Maximum dimension"
|
|
78
|
+
definition "Largest value of a dimension that can be measured by the instrument."
|
|
79
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.2.5"
|
|
80
|
+
quantity_kind length
|
|
81
|
+
unit "cm"
|
|
82
|
+
value_type QuantityValue
|
|
83
|
+
origin declared
|
|
84
|
+
scope model
|
|
85
|
+
category metrological
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
attribute_definition conversion_factor {
|
|
89
|
+
symbol "F"
|
|
90
|
+
name "Conversion factor"
|
|
91
|
+
definition "Coefficient that, applied to the dimensional volume of an object, gives its dimensional weight (DW = DV / F)."
|
|
92
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.2.8"
|
|
93
|
+
quantity_kind volume-per-mass
|
|
94
|
+
unit "cm3/kg"
|
|
95
|
+
value_type QuantityValue
|
|
96
|
+
origin declared
|
|
97
|
+
scope model
|
|
98
|
+
category metrological
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
attribute_definition speed_min {
|
|
102
|
+
symbol "V_min"
|
|
103
|
+
name "Minimum measuring speed"
|
|
104
|
+
definition "Minimum speed of relative movement between the object and the instrument during measurement for which the instrument maintains its metrological properties (automatic instruments)."
|
|
105
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.1.11"
|
|
106
|
+
quantity_kind speed
|
|
107
|
+
unit "m/s"
|
|
108
|
+
value_type QuantityValue
|
|
109
|
+
origin declared
|
|
110
|
+
scope model
|
|
111
|
+
category metrological
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
attribute_definition speed_max {
|
|
115
|
+
symbol "V_max"
|
|
116
|
+
name "Maximum measuring speed"
|
|
117
|
+
definition "Maximum speed of relative movement between the object and the instrument during measurement for which the instrument maintains its metrological properties (automatic instruments)."
|
|
118
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.1.10"
|
|
119
|
+
quantity_kind speed
|
|
120
|
+
unit "m/s"
|
|
121
|
+
value_type QuantityValue
|
|
122
|
+
origin declared
|
|
123
|
+
scope model
|
|
124
|
+
category metrological
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
attribute_definition temperature_min {
|
|
128
|
+
symbol "T_min"
|
|
129
|
+
name "Temperature lower limit"
|
|
130
|
+
definition "Lower limit of the temperature range within which the instrument meets its metrological requirements; −10 °C if not stated (R 129-1, 4.2.1(b))."
|
|
131
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.2.1"
|
|
132
|
+
quantity_kind temperature
|
|
133
|
+
unit "degC"
|
|
134
|
+
value_type QuantityValue
|
|
135
|
+
origin declared
|
|
136
|
+
scope family
|
|
137
|
+
category environmental
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
attribute_definition temperature_max {
|
|
141
|
+
symbol "T_max"
|
|
142
|
+
name "Temperature upper limit"
|
|
143
|
+
definition "Upper limit of the temperature range within which the instrument meets its metrological requirements; +40 °C if not stated (R 129-1, 4.2.1(b))."
|
|
144
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.2.1"
|
|
145
|
+
quantity_kind temperature
|
|
146
|
+
unit "degC"
|
|
147
|
+
value_type QuantityValue
|
|
148
|
+
origin declared
|
|
149
|
+
scope family
|
|
150
|
+
category environmental
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
attribute_definition nominal_voltage {
|
|
154
|
+
symbol "U_nom"
|
|
155
|
+
name "Nominal supply voltage"
|
|
156
|
+
definition "Nominal AC mains voltage for which the instrument is designed; the rated operating range is −15 % to +10 % of this value (R 129-1, 4.2.1(a))."
|
|
157
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.2.1"
|
|
158
|
+
quantity_kind voltage
|
|
159
|
+
unit "V"
|
|
160
|
+
value_type QuantityValue
|
|
161
|
+
origin declared
|
|
162
|
+
scope model
|
|
163
|
+
category electrical
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
attribute_definition battery_voltage_min {
|
|
167
|
+
symbol "U_bat,min"
|
|
168
|
+
name "Minimum battery supply voltage"
|
|
169
|
+
definition "Minimum battery supply voltage stated by the manufacturer at which the instrument remains within its metrological limits; the low-voltage test exercises 90 % of this value (R 129-2, Annex A)."
|
|
170
|
+
ref derives-from "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
171
|
+
quantity_kind voltage
|
|
172
|
+
unit "V"
|
|
173
|
+
value_type QuantityValue
|
|
174
|
+
origin declared
|
|
175
|
+
scope model
|
|
176
|
+
category electrical
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
attribute_definition indication_length {
|
|
180
|
+
symbol "L"
|
|
181
|
+
name "Indicated length (live)"
|
|
182
|
+
definition "The indicated length of the smallest rectangular box which fully encloses the object — the measured dimension L, rounded to the scale interval d (R 129-1, 2.2.3) — the live register the twin serves."
|
|
183
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.2.3"
|
|
184
|
+
quantity_kind length
|
|
185
|
+
unit "cm"
|
|
186
|
+
value_type QuantityValue
|
|
187
|
+
origin measured
|
|
188
|
+
scope sample
|
|
189
|
+
category metrological
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
attribute_definition indication_width {
|
|
193
|
+
symbol "W"
|
|
194
|
+
name "Indicated width (live)"
|
|
195
|
+
definition "The indicated width of the smallest rectangular box which fully encloses the object — the measured dimension W, rounded to the scale interval d (R 129-1, 2.2.3) — the live register the twin serves."
|
|
196
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.2.3"
|
|
197
|
+
quantity_kind length
|
|
198
|
+
unit "cm"
|
|
199
|
+
value_type QuantityValue
|
|
200
|
+
origin measured
|
|
201
|
+
scope sample
|
|
202
|
+
category metrological
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
attribute_definition indication_height {
|
|
206
|
+
symbol "H"
|
|
207
|
+
name "Indicated height (live)"
|
|
208
|
+
definition "The indicated height of the smallest rectangular box which fully encloses the object — the measured dimension H, rounded to the scale interval d (R 129-1, 2.2.3) — the live register the twin serves."
|
|
209
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.2.3"
|
|
210
|
+
quantity_kind length
|
|
211
|
+
unit "cm"
|
|
212
|
+
value_type QuantityValue
|
|
213
|
+
origin measured
|
|
214
|
+
scope sample
|
|
215
|
+
category metrological
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
attribute_definition dim_volume {
|
|
219
|
+
symbol "DV"
|
|
220
|
+
name "Dimensional volume (live)"
|
|
221
|
+
definition "The volume of the smallest rectangular box which fully encloses the object — the product of the indicated values of the measured dimensions (R 129-1, 2.2.4), in mathematical agreement with L × W × H (R 129-1, 4.1.6) — the live register the twin serves."
|
|
222
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.2.4"
|
|
223
|
+
quantity_kind volume
|
|
224
|
+
unit "cm3"
|
|
225
|
+
value_type QuantityValue
|
|
226
|
+
origin measured
|
|
227
|
+
scope sample
|
|
228
|
+
category metrological
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
attribute_definition dim_weight {
|
|
232
|
+
symbol "DW"
|
|
233
|
+
name "Dimensional weight (live)"
|
|
234
|
+
definition "The calculated value obtained by applying the marked conversion factor F to the object's dimensional volume, DW = DV / F (R 129-1, 2.2.7 with the factor of 2.2.8) — the live register the twin serves where the instrument determines dimensional weight."
|
|
235
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.2.7"
|
|
236
|
+
quantity_kind mass
|
|
237
|
+
unit "kg"
|
|
238
|
+
value_type QuantityValue
|
|
239
|
+
origin measured
|
|
240
|
+
scope sample
|
|
241
|
+
category metrological
|
|
242
|
+
}
|
|
243
|
+
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
behavior dimensional-measurement {
|
|
2
|
+
kind static
|
|
3
|
+
stimulus object-dimensions
|
|
4
|
+
response "Indication of the length, width and height of the smallest enclosing rectangular box of the object; the error of indication is the indication minus the known (reference) dimensions (R 129-1, 4.1.7)."
|
|
5
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.1.7"
|
|
6
|
+
verified_by { /conf/metrological-tests/repeatability }
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
behavior repeatability {
|
|
10
|
+
kind static
|
|
11
|
+
stimulus object-dimensions
|
|
12
|
+
response "Closeness of agreement between repeated measurements of the same dimensions under the same conditions — three measurements of each of five test objects per axis at reference conditions."
|
|
13
|
+
ref derives-from "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
14
|
+
verified_by { /conf/metrological-tests/repeatability }
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
behavior warm-up {
|
|
18
|
+
kind temporal
|
|
19
|
+
stimulus time
|
|
20
|
+
response "The instrument operates within the maximum permissible errors as soon as the results are indicated, printed, stored or transmitted after switch-on — verified at 0, 5, 15 and 30 min."
|
|
21
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-5.1.7"
|
|
22
|
+
verified_by { /conf/metrological-tests/warm-up-time }
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
behavior temperature-response {
|
|
26
|
+
kind influence-response
|
|
27
|
+
stimulus temperature
|
|
28
|
+
response "Indication stays within the maximum permissible errors over the rated temperature range — measured at the reference, high and low temperature stages with at least 2 h exposure per extreme."
|
|
29
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.2.1"
|
|
30
|
+
verified_by { /conf/metrological-tests/static-temperatures }
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
behavior humidity-response {
|
|
34
|
+
kind influence-response
|
|
35
|
+
stimulus relative-humidity
|
|
36
|
+
response "Indication stays within the maximum permissible errors under damp-heat exposure (85 % RH steady for 48 h, or cyclic per IEC 60068-2-30 for instruments subject to condensate water)."
|
|
37
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.2.1"
|
|
38
|
+
verified_by { /conf/metrological-tests/damp-heat-steady /conf/disturbance-tests/damp-heat-cyclic }
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
behavior disturbance-response {
|
|
42
|
+
kind influence-response
|
|
43
|
+
stimulus disturbance
|
|
44
|
+
response "No significant fault (a fault exceeding 1 d) occurs under the disturbance, or the fault is detected and acted upon (checking facility); a fault not exceeding 1 d is allowed irrespective of the error before the disturbance."
|
|
45
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.3.1"
|
|
46
|
+
verified_by { /conf/disturbance-tests/esd /conf/disturbance-tests/bursts /conf/disturbance-tests/surges /conf/disturbance-tests/rf-immunity-radiated /conf/disturbance-tests/rf-immunity-conducted /conf/disturbance-tests/voltage-dips }
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
behavior voltage-response {
|
|
50
|
+
kind influence-response
|
|
51
|
+
stimulus power-voltage
|
|
52
|
+
response "Indication stays within the maximum permissible errors over the rated supply-voltage range (nominal −15 % to +10 % for AC mains; down to 90 % of the stated minimum battery voltage)."
|
|
53
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.2.1"
|
|
54
|
+
verified_by { /conf/metrological-tests/ac-voltage-variation /conf/metrological-tests/low-voltage-battery }
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
behavior light-acoustic-response {
|
|
58
|
+
kind influence-response
|
|
59
|
+
stimulus ambient-light-or-sound
|
|
60
|
+
response "Optical instruments stay within the maximum permissible errors under varying ambient light (100 lx to 1500 lx); acoustic instruments under sound levels up to 100 dB."
|
|
61
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.4"
|
|
62
|
+
verified_by { /conf/effect-tests/ambient-light /conf/effect-tests/acoustics }
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
behavior speed-response {
|
|
66
|
+
kind dynamic
|
|
67
|
+
stimulus object-speed
|
|
68
|
+
response "Indication stays within the maximum permissible errors over the declared measuring-speed range V_min to V_max."
|
|
69
|
+
ref derives-from "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
70
|
+
verified_by { /conf/examinations/object-characteristics }
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
behavior self_test {
|
|
74
|
+
kind procedural
|
|
75
|
+
stimulus invoke
|
|
76
|
+
response "The checking facilities run: when a significant fault has been detected the instrument is made inoperative automatically — the mandatory reaction for automatic instruments (R 129-1, 5.6.1) — the operational state machine drives to fault and measurement is refused."
|
|
77
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-5.6.1"
|
|
78
|
+
}
|
|
79
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
capability multi-dimensional-measuring-instrument {
|
|
2
|
+
label "Multi-dimensional measuring instrument"
|
|
3
|
+
description "Base capability — every R 129 instrument. Measures the length, width and height of the smallest enclosing rectangular box of an object and may determine dimensional volume and dimensional weight."
|
|
4
|
+
has_parameters { measurement_principle instrument_category power_supply object_capability scale_interval min_dimension max_dimension conversion_factor temperature_min temperature_max nominal_voltage }
|
|
5
|
+
satisfies_requirements { /req/metrological/scale-intervals-min-dimension /req/metrological/mpe /req/metrological/fault-limit /req/metrological/variation-between-indicators /req/metrological/calculated-quantities /req/metrological/error-determination-rules /req/electronic/rated-operating-conditions /req/electronic/disturbance-resistance /req/electronic/no-significant-faults /req/technical/fraudulent-use /req/technical/suitability-construction /req/technical/suitability-use /req/technical/suitability-verification /req/technical/zero-ready-adjustment /req/technical/warm-up /req/technical/presentation-indications /req/technical/units-of-measurement /req/technical/scale-interval-value /req/technical/limits-of-indication /req/technical/nameplate-markings /req/technical/technical-specifications /req/technical/verification-mark /req/technical/sealing /req/technical/checking-significant-faults /req/technical/indication-check /req/software/software-identification /req/software/algorithm-correctness /req/software/securing-software /req/software/authentication-results /req/software/audit-trail /req/software/significant-defect-detection /req/software/durability-protection }
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
capability automatic-operation {
|
|
9
|
+
label "Automatic operation"
|
|
10
|
+
description "The instrument measures objects in relative movement without operator intervention (R 129-1, 2.1.8) — adds the measuring-speed range and the speed-of-movement provisions."
|
|
11
|
+
extends { multi-dimensional-measuring-instrument }
|
|
12
|
+
has_parameters { speed_min speed_max }
|
|
13
|
+
satisfies_requirements { /req/object-limitations/speed-movement /req/technical/checking-significant-faults }
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
capability battery-powered {
|
|
17
|
+
label "Battery powered"
|
|
18
|
+
description "The instrument is powered by an internal battery (R 129-2, Annex A) — adds the minimum battery voltage parameter and the low-voltage test."
|
|
19
|
+
extends { multi-dimensional-measuring-instrument }
|
|
20
|
+
has_parameters { battery_voltage_min }
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
capability irregular-object-handling {
|
|
24
|
+
label "Irregular-object handling"
|
|
25
|
+
description "The instrument measures irregular-shaped objects, determining the smallest enclosing rectangular box (R 129-1, Annex A) — adds the object surface/shape/orientation provisions."
|
|
26
|
+
extends { multi-dimensional-measuring-instrument }
|
|
27
|
+
satisfies_requirements { /req/object-limitations/object-shape /req/object-limitations/surface-colour-uniform /req/object-limitations/surface-colour-non-uniform /req/object-limitations/surface-reflectivity /req/object-limitations/transparency /req/object-limitations/surface-roughness /req/object-limitations/surface-protrusions /req/object-limitations/orientation-position }
|
|
28
|
+
}
|
|
29
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
condition_set multi-dimensional-instrument-reference-conditions {
|
|
2
|
+
role reference
|
|
3
|
+
subject MultiDimensionalMeasuringInstrument
|
|
4
|
+
entries {
|
|
5
|
+
temperature { value "20" unit "degC" tolerance "5" note "Reference temperature 20 °C ± 5 °C (R 129-1, 4.1.7)." }
|
|
6
|
+
relative_humidity { value "50" unit "%" tolerance "15" note "Reference relative humidity (50 ± 15) % (R 129-1, 4.1.7)." }
|
|
7
|
+
barometric_pressure { value "ambient atmospheric" unit "kPa" note "Ambient atmospheric pressure (R 129-1, 4.1.7)." }
|
|
8
|
+
power_voltage { value "nominal" unit "V" note "Nominal voltage (R 129-1, 4.1.7)." }
|
|
9
|
+
}
|
|
10
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.1.7"
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
condition_set multi-dimensional-instrument-rated-conditions {
|
|
14
|
+
role rated
|
|
15
|
+
subject MultiDimensionalMeasuringInstrument
|
|
16
|
+
entries {
|
|
17
|
+
power_voltage { value "nominal -15 % .. +10 %" unit "V" note "AC mains deviation from nominal value (R 129-1, 4.2.1(a))." }
|
|
18
|
+
temperature { value "-10..+40" unit "degC" note "Stated temperature limits, or −10 °C to +40 °C if not stated; special ranges span at least 30 °C (R 129-1, 4.2.1(b))." }
|
|
19
|
+
relative_humidity { value "up to 85" unit "%" note "85 % at the upper temperature limit or 40 °C, whichever is lower (R 129-1, 4.2.1(c))." }
|
|
20
|
+
}
|
|
21
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-4.2.1"
|
|
22
|
+
}
|
|
23
|
+
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
instrument MultiDimensionalMeasuringInstrument {
|
|
2
|
+
extends MeasuringInstrumentModel
|
|
3
|
+
measurand_kind length
|
|
4
|
+
definition "Measuring instrument that measures the length, width and height of an object — the dimensions of the smallest enclosing rectangular box — and may determine the dimensional volume and the dimensional weight of the object, used for postage, freight or storage charges."
|
|
5
|
+
note "A MultiDimensionalMeasuringInstrument MODEL is what gets type-evaluated and approved; physical units are MeasuringInstrumentSample instances of that Model (INV-10 delegation: Sample -> Model -> Family). The instrument comprises the measuring device(s) per axis, the indicator, ancillary devices and (for automatic instruments) the object transport means."
|
|
6
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.1.1"
|
|
7
|
+
variant automatic-instrument { name "Automatic instrument" definition "Instrument that measures without the intervention of an operator and automatically determines the measurement result." note "Measures objects in relative motion (conveyor); carries the V_max / V_min measuring-speed range (R 129-1, 2.1.10/2.1.11) and the speed-of-movement test (R 129-2, Annex A)." source { doc "urn:oiml:pub:r:129-1:2020" clause "2.1.8" } }
|
|
8
|
+
variant semi-automatic-instrument { name "Semi-automatic instrument" definition "Instrument that requires the intervention of an operator to carry out measurements but automatically determines the measurement result." source { doc "urn:oiml:pub:r:129-1:2020" clause "2.1.7" } }
|
|
9
|
+
dimension measurement_principle {
|
|
10
|
+
label "Measurement principle"
|
|
11
|
+
scope model
|
|
12
|
+
description "Principle of operation used to measure the object dimensions (R 129-2, Annex A, Table A.1)"
|
|
13
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
14
|
+
values {
|
|
15
|
+
mechanical { label "Mechanical" description "Mechanical contact measurement (e.g. a wheel device that rolls along the surface)" term_ref device }
|
|
16
|
+
optical { label "Optical" description "Light-based measurement using reflection (laser/LED) or beam cutting" term_ref device }
|
|
17
|
+
acoustic { label "Acoustic" description "Sound-based measurement using ultrasonic reflection" term_ref device }
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
dimension instrument_category {
|
|
21
|
+
label "Instrument category"
|
|
22
|
+
scope model
|
|
23
|
+
description "Whether the instrument requires operator intervention (R 129-1, 2.1.7–2.1.8)"
|
|
24
|
+
reference { doc "urn:oiml:pub:r:129-1:2020" clause "2.1" }
|
|
25
|
+
values {
|
|
26
|
+
automatic { label "Automatic" description "Measures without operator intervention and automatically determines the result" term_ref automatic-instrument }
|
|
27
|
+
semi-automatic { label "Semi-automatic" description "Requires operator intervention to carry out measurements but automatically determines the result" term_ref semi-automatic-instrument }
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
dimension power_supply {
|
|
31
|
+
label "Power supply"
|
|
32
|
+
scope model
|
|
33
|
+
description "How the instrument is powered; determines which electrical tests apply (R 129-2, Annex A, Table A.1)"
|
|
34
|
+
reference { doc "urn:oiml:pub:r:129-2:2020" clause "A" }
|
|
35
|
+
values {
|
|
36
|
+
ac-mains { label "AC mains" description "Permanently or temporarily connected to AC mains power — subject to the voltage variation, voltage dips, bursts, surge, ESD and RF immunity tests" }
|
|
37
|
+
battery { label "Battery" description "Powered by internal battery — subject to the low voltage, ESD and RF immunity tests" }
|
|
38
|
+
dc { label "DC / AC-DC converter" description "Powered by DC supply or AC-DC converter — subject to the tests applicable to the configuration" }
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
dimension object_capability {
|
|
42
|
+
label "Object capability"
|
|
43
|
+
scope model
|
|
44
|
+
description "Whether the instrument can measure irregular-shaped objects or only rectangular boxes (R 129-1, 5.3, Annex A.2)"
|
|
45
|
+
reference { doc "urn:oiml:pub:r:129-1:2020" clause "5.3" }
|
|
46
|
+
values {
|
|
47
|
+
rectangular-only { label "Rectangular only" description "Instrument can only measure rectangular boxes and shall be marked accordingly" term_ref rectangular-box }
|
|
48
|
+
irregular-allowed { label "Irregular shapes allowed" description "Instrument can measure irregular shaped objects and determines the smallest enclosing rectangular box" term_ref irregular-shaped-object }
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
family {
|
|
52
|
+
metamodel_class MeasuringInstrumentModelFamily
|
|
53
|
+
definition "Group of multi-dimensional measuring instruments which for the purposes of type evaluation are considered as one family, sharing the measurement principle, the measuring-area design and the indicating/adjusting means, and comprising one or more models differing in measuring ranges, scale intervals and object-handling configuration."
|
|
54
|
+
note "R 129 contains no explicit \"family\" definition — these criteria are derived from R 129-1, 2.1 (instrument taxonomy), 4.1.5 (multi-interval instruments) and 5.1 (suitability of construction). A candidate model violating any criterion is a different family — a separate application and type evaluation."
|
|
55
|
+
ref derives-from "urn:oiml:pub:r:129-1:2020#clause-2.1.1"
|
|
56
|
+
}
|
|
57
|
+
family_criteria {
|
|
58
|
+
"same measurement principle (mechanical, optical, acoustic — R 129-2, Annex A, Table A.1)"
|
|
59
|
+
"same measuring-area design and object transport means (static placement or conveyor — R 129-1, 5.1.3)"
|
|
60
|
+
"same indicating and adjusting devices (R 129-1, 5.2, 5.1.5)"
|
|
61
|
+
"same set of rated operating specifications (temperature range, humidity, supply power — R 129-1, 4.2.1)"
|
|
62
|
+
}
|
|
63
|
+
family_defaults {
|
|
64
|
+
dimensions { measurement_principle }
|
|
65
|
+
parameters { temperature_min temperature_max }
|
|
66
|
+
}
|
|
67
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
state_machine DimensionerOperational {
|
|
2
|
+
kind operational
|
|
3
|
+
initial off
|
|
4
|
+
states {
|
|
5
|
+
off
|
|
6
|
+
warming
|
|
7
|
+
ready
|
|
8
|
+
measuring
|
|
9
|
+
fault
|
|
10
|
+
}
|
|
11
|
+
transition off -> warming action power_on
|
|
12
|
+
transition warming -> ready action warm_up_complete {
|
|
13
|
+
guard "the warm-up period has elapsed — the instrument indicates, prints, stores or transmits results within the mpe from the first indication after switch-on (R 129-1, 5.1.7) — declarative; not evaluated on fire"
|
|
14
|
+
}
|
|
15
|
+
transition ready -> measuring action start_measurement
|
|
16
|
+
transition measuring -> ready action stop_measurement
|
|
17
|
+
transition [off, warming, ready, measuring] -> fault action fault_detected {
|
|
18
|
+
guard "a significant fault is detected — an automatic instrument is made inoperative automatically (R 129-1, 5.6.1) — declarative; not evaluated on fire"
|
|
19
|
+
}
|
|
20
|
+
transition [warming, ready, measuring] -> off action power_off
|
|
21
|
+
}
|
|
22
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
subject MultiDimensionalMeasuringInstrument {
|
|
2
|
+
is {
|
|
3
|
+
endpoint dimensioner_api {
|
|
4
|
+
operation get_dimensions { kind query serves { indication_length indication_width indication_height } payload { quantity_kind length unit cm timestamp true } }
|
|
5
|
+
operation get_volume { kind query serves { dim_volume } payload { quantity_kind volume unit cm3 timestamp true } }
|
|
6
|
+
operation get_dim_weight { kind query serves { dim_weight } payload { quantity_kind mass unit kg timestamp true } }
|
|
7
|
+
operation watch_state { kind subscribe serves { state environmental_context } payload { quantity_kind state unit dimensionless timestamp true } }
|
|
8
|
+
operation run_self_test { kind invoke does { self_test } payload { quantity_kind diagnostic_report unit dimensionless timestamp true } }
|
|
9
|
+
access { public { get_dimensions get_volume get_dim_weight } registered { watch_state } authority { run_self_test } }
|
|
10
|
+
profile rest_json
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
has {
|
|
14
|
+
serve sample.indication_length via get_dimensions { fresh_within 2s }
|
|
15
|
+
serve sample.indication_width via get_dimensions { fresh_within 2s }
|
|
16
|
+
serve sample.indication_height via get_dimensions { fresh_within 2s }
|
|
17
|
+
serve sample.dim_volume via get_volume { fresh_within 2s }
|
|
18
|
+
serve sample.dim_weight via get_dim_weight { fresh_within 2s }
|
|
19
|
+
serve sample.state via watch_state { fresh_within 1s }
|
|
20
|
+
serve sample.environmental_context via watch_state { fresh_within 1s }
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|