@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,679 @@
|
|
|
1
|
+
attribute_definition measurand_components {
|
|
2
|
+
name "Measurand components"
|
|
3
|
+
definition "Gas components measured by the gas analytical system, per R 144-1, 1.1 (CO, NO, NO2 — singly or in any combination; NOx reported as the derived sum of NO and NO2). Multi-select atomic values, replacing the earlier composite configurations."
|
|
4
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-1.1"
|
|
5
|
+
value_type string
|
|
6
|
+
origin design-fixed
|
|
7
|
+
scope model
|
|
8
|
+
category metrological
|
|
9
|
+
is_dimension true
|
|
10
|
+
enum measurand_components
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
attribute_definition measuring_principle {
|
|
14
|
+
name "Measuring principle"
|
|
15
|
+
definition "Principle of operation of the gas analyzer (IR, UV, chemiluminescence, electrochemistry, IR with correlation filters, or a combination)."
|
|
16
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-1.1"
|
|
17
|
+
value_type string
|
|
18
|
+
origin design-fixed
|
|
19
|
+
scope family
|
|
20
|
+
category metrological
|
|
21
|
+
is_dimension true
|
|
22
|
+
enum measuring_principle
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
attribute_definition sampling_approach {
|
|
26
|
+
name "Sampling approach"
|
|
27
|
+
definition "How the gas sample reaches the analyzer — extractive (sampling probe and sample preparation) or in-situ."
|
|
28
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.1"
|
|
29
|
+
value_type string
|
|
30
|
+
origin design-fixed
|
|
31
|
+
scope family
|
|
32
|
+
category metrological
|
|
33
|
+
is_dimension true
|
|
34
|
+
enum sampling_approach
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
attribute_definition adjustment_means {
|
|
38
|
+
name "Adjustment means"
|
|
39
|
+
definition "Kind of adjustment facilities of the gas analytical system (manual, semi-automatic or automatic)."
|
|
40
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-5.6.1"
|
|
41
|
+
value_type string
|
|
42
|
+
origin design-fixed
|
|
43
|
+
scope model
|
|
44
|
+
category administrative
|
|
45
|
+
is_dimension true
|
|
46
|
+
enum adjustment_means
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
attribute_definition power_supply {
|
|
50
|
+
name "Power supply"
|
|
51
|
+
definition "Power source of the gas analytical system (AC mains, internal battery, or both)."
|
|
52
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.1"
|
|
53
|
+
value_type string
|
|
54
|
+
origin design-fixed
|
|
55
|
+
scope model
|
|
56
|
+
category electrical
|
|
57
|
+
is_dimension true
|
|
58
|
+
enum power_supply
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
attribute_definition co_range_min {
|
|
62
|
+
symbol "x_CO,min"
|
|
63
|
+
name "CO measuring range lower limit"
|
|
64
|
+
definition "Lower value of the measuring range (or sub-range) for carbon monoxide volume fraction."
|
|
65
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.2"
|
|
66
|
+
quantity_kind volume-fraction
|
|
67
|
+
unit "ppm"
|
|
68
|
+
value_type QuantityValue
|
|
69
|
+
origin declared
|
|
70
|
+
scope model
|
|
71
|
+
category metrological
|
|
72
|
+
is_dimension false
|
|
73
|
+
note "R 144-1, 4.2 envelope for CO: 10 ppm to 20000 ppm; ranges may be divided into sub-ranges."
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
attribute_definition co_range_max {
|
|
77
|
+
symbol "x_CO,max"
|
|
78
|
+
name "CO measuring range upper limit"
|
|
79
|
+
definition "Upper value of the measuring range (or sub-range) for carbon monoxide volume fraction."
|
|
80
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.2"
|
|
81
|
+
quantity_kind volume-fraction
|
|
82
|
+
unit "ppm"
|
|
83
|
+
value_type QuantityValue
|
|
84
|
+
origin declared
|
|
85
|
+
scope model
|
|
86
|
+
category metrological
|
|
87
|
+
is_dimension false
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
attribute_definition no_range_min {
|
|
91
|
+
symbol "x_NO,min"
|
|
92
|
+
name "NO measuring range lower limit"
|
|
93
|
+
definition "Lower value of the measuring range (or sub-range) for nitrogen monoxide volume fraction."
|
|
94
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.2"
|
|
95
|
+
quantity_kind volume-fraction
|
|
96
|
+
unit "ppm"
|
|
97
|
+
value_type QuantityValue
|
|
98
|
+
origin declared
|
|
99
|
+
scope model
|
|
100
|
+
category metrological
|
|
101
|
+
is_dimension false
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
attribute_definition nox_range_min {
|
|
105
|
+
symbol "x_NOx,min"
|
|
106
|
+
name "NOx measuring range lower limit (derived)"
|
|
107
|
+
definition "Lower value of the NOx measuring range, derived as NO + NO2 lower limits (NOx = NO + NO2 per R 144-1, 1.1/2.4 NOTE — the sum channel for NOx-only analyzers)."
|
|
108
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-1.1"
|
|
109
|
+
quantity_kind volume-fraction
|
|
110
|
+
unit "ppm"
|
|
111
|
+
value_type QuantityValue
|
|
112
|
+
origin declared
|
|
113
|
+
scope model
|
|
114
|
+
category metrological
|
|
115
|
+
is_dimension false
|
|
116
|
+
derived "ocl{no_range_min + no2_range_min}"
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
attribute_definition nox_range_max {
|
|
120
|
+
symbol "x_NOx,max"
|
|
121
|
+
name "NOx measuring range upper limit (derived)"
|
|
122
|
+
definition "Upper value of the NOx measuring range, derived as NO + NO2 upper limits (NOx = NO + NO2 per R 144-1, 1.1/2.4 NOTE)."
|
|
123
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-1.1"
|
|
124
|
+
quantity_kind volume-fraction
|
|
125
|
+
unit "ppm"
|
|
126
|
+
value_type QuantityValue
|
|
127
|
+
origin declared
|
|
128
|
+
scope model
|
|
129
|
+
category metrological
|
|
130
|
+
is_dimension false
|
|
131
|
+
derived "ocl{no_range_max + no2_range_max}"
|
|
132
|
+
note "R 144-1, 4.2 envelope for NO: 10 ppm to 5000 ppm."
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
attribute_definition no_range_max {
|
|
136
|
+
symbol "x_NO,max"
|
|
137
|
+
name "NO measuring range upper limit"
|
|
138
|
+
definition "Upper value of the measuring range (or sub-range) for nitrogen monoxide volume fraction."
|
|
139
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.2"
|
|
140
|
+
quantity_kind volume-fraction
|
|
141
|
+
unit "ppm"
|
|
142
|
+
value_type QuantityValue
|
|
143
|
+
origin declared
|
|
144
|
+
scope model
|
|
145
|
+
category metrological
|
|
146
|
+
is_dimension false
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
attribute_definition no2_range_min {
|
|
150
|
+
symbol "x_NO2,min"
|
|
151
|
+
name "NO2 measuring range lower limit"
|
|
152
|
+
definition "Lower value of the measuring range (or sub-range) for nitrogen dioxide volume fraction."
|
|
153
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.2"
|
|
154
|
+
quantity_kind volume-fraction
|
|
155
|
+
unit "ppm"
|
|
156
|
+
value_type QuantityValue
|
|
157
|
+
origin declared
|
|
158
|
+
scope model
|
|
159
|
+
category metrological
|
|
160
|
+
is_dimension false
|
|
161
|
+
note "R 144-1, 4.2 envelope for NO2: 10 ppm to 500 ppm."
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
attribute_definition no2_range_max {
|
|
165
|
+
symbol "x_NO2,max"
|
|
166
|
+
name "NO2 measuring range upper limit"
|
|
167
|
+
definition "Upper value of the measuring range (or sub-range) for nitrogen dioxide volume fraction."
|
|
168
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.2"
|
|
169
|
+
quantity_kind volume-fraction
|
|
170
|
+
unit "ppm"
|
|
171
|
+
value_type QuantityValue
|
|
172
|
+
origin declared
|
|
173
|
+
scope model
|
|
174
|
+
category metrological
|
|
175
|
+
is_dimension false
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
attribute_definition mpe {
|
|
179
|
+
symbol "MPE"
|
|
180
|
+
name "Maximum permissible intrinsic error"
|
|
181
|
+
definition "Maximum permissible error, positive or negative, for any measurement within the measuring range or sub-range under reference conditions — the larger of 2 ppm and 5 % of the measured value."
|
|
182
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.3.1"
|
|
183
|
+
quantity_kind volume-fraction
|
|
184
|
+
unit "ppm"
|
|
185
|
+
value_type QuantityValue
|
|
186
|
+
origin design-fixed
|
|
187
|
+
scope model
|
|
188
|
+
category metrological
|
|
189
|
+
is_dimension false
|
|
190
|
+
derived "max(2, 0.05 * measured_value)"
|
|
191
|
+
note "measured_value is runtime-bound (the CGM reference value at the test point); see formulas.yaml mpeIntrinsic."
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
attribute_definition mpe_verification {
|
|
195
|
+
symbol "MPE_V"
|
|
196
|
+
name "Maximum permissible error under rated operating conditions"
|
|
197
|
+
definition "Maximum permissible error, positive or negative, on verification under rated operating conditions — the larger of 5 ppm and 10 % of the measured value."
|
|
198
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.3.2"
|
|
199
|
+
quantity_kind volume-fraction
|
|
200
|
+
unit "ppm"
|
|
201
|
+
value_type QuantityValue
|
|
202
|
+
origin design-fixed
|
|
203
|
+
scope model
|
|
204
|
+
category metrological
|
|
205
|
+
is_dimension false
|
|
206
|
+
derived "max(5, 0.10 * measured_value)"
|
|
207
|
+
note "May be equal to or greater than the intrinsic MPE taking into account the actual influence quantities, but SHOULD not exceed this limit (R 144-1, 4.3.2 — recommendation, not shall)."
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
attribute_definition repeatability_limit {
|
|
211
|
+
symbol "s_lim"
|
|
212
|
+
name "Repeatability limit (standard deviation)"
|
|
213
|
+
definition "Upper limit of the estimate of the standard deviation used as the characteristic of repeatability — one third of the maximum permissible intrinsic error at the given point of the measuring range."
|
|
214
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.4"
|
|
215
|
+
quantity_kind volume-fraction
|
|
216
|
+
unit "ppm"
|
|
217
|
+
value_type QuantityValue
|
|
218
|
+
origin design-fixed
|
|
219
|
+
scope model
|
|
220
|
+
category metrological
|
|
221
|
+
is_dimension false
|
|
222
|
+
derived "self.mpe / 3"
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
attribute_definition response_time {
|
|
226
|
+
symbol "t_90"
|
|
227
|
+
name "Response time"
|
|
228
|
+
definition "Time interval between the instant of a stepwise concentration change of the component being measured (CO, NO, NO2 or NOx) and the instant at which the signal reaches 90 % of its stable value."
|
|
229
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.12"
|
|
230
|
+
quantity_kind time
|
|
231
|
+
unit "s"
|
|
232
|
+
value_type QuantityValue
|
|
233
|
+
origin declared
|
|
234
|
+
scope model
|
|
235
|
+
category metrological
|
|
236
|
+
is_dimension false
|
|
237
|
+
note "Shall not exceed four minutes (240 s) for a 0 % to 100 % step (R 144-1, 4.6)."
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
attribute_definition warm_up_time {
|
|
241
|
+
symbol "t_w"
|
|
242
|
+
name "Warm-up time"
|
|
243
|
+
definition "Period of time that the gas analytical system requires from applying power to attaining the operating mode at which the instrument will operate within the maximum permissible errors."
|
|
244
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-2.11"
|
|
245
|
+
quantity_kind time
|
|
246
|
+
unit "min"
|
|
247
|
+
value_type QuantityValue
|
|
248
|
+
origin declared
|
|
249
|
+
scope model
|
|
250
|
+
category metrological
|
|
251
|
+
is_dimension false
|
|
252
|
+
note "Specified by the manufacturer; after it elapses the system shall meet the metrological requirements (R 144-1, 4.7). Declared in the operating manual (R 144-1, 6.2 item 4)."
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
attribute_definition t_min {
|
|
256
|
+
symbol "T_min"
|
|
257
|
+
name "Minimum rated operating temperature"
|
|
258
|
+
definition "Lowest temperature of the rated operating conditions over which the gas analytical system performs within the permissible limits."
|
|
259
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.1"
|
|
260
|
+
quantity_kind temperature
|
|
261
|
+
unit "degC"
|
|
262
|
+
value_type QuantityValue
|
|
263
|
+
origin declared
|
|
264
|
+
scope family
|
|
265
|
+
category metrological
|
|
266
|
+
is_dimension false
|
|
267
|
+
note "Default 5 degC; the rated range may be extended by the manufacturer (R 144-1, 4.5.1 NOTE)."
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
attribute_definition t_max {
|
|
271
|
+
symbol "T_max"
|
|
272
|
+
name "Maximum rated operating temperature"
|
|
273
|
+
definition "Highest temperature of the rated operating conditions over which the gas analytical system performs within the permissible limits."
|
|
274
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.1"
|
|
275
|
+
quantity_kind temperature
|
|
276
|
+
unit "degC"
|
|
277
|
+
value_type QuantityValue
|
|
278
|
+
origin declared
|
|
279
|
+
scope family
|
|
280
|
+
category metrological
|
|
281
|
+
is_dimension false
|
|
282
|
+
note "Default 40 degC."
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
attribute_definition rh_max {
|
|
286
|
+
symbol "RH_max"
|
|
287
|
+
name "Maximum rated relative humidity"
|
|
288
|
+
definition "Highest relative humidity of the rated operating conditions (at the associated temperature)."
|
|
289
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.1"
|
|
290
|
+
quantity_kind relative-humidity
|
|
291
|
+
unit "%"
|
|
292
|
+
value_type QuantityValue
|
|
293
|
+
origin declared
|
|
294
|
+
scope family
|
|
295
|
+
category metrological
|
|
296
|
+
is_dimension false
|
|
297
|
+
note "Default up to 90 % at 25 degC."
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
attribute_definition p_atm_min {
|
|
301
|
+
symbol "p_atm,min"
|
|
302
|
+
name "Minimum rated atmospheric pressure"
|
|
303
|
+
definition "Lowest atmospheric pressure of the rated operating conditions."
|
|
304
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.1"
|
|
305
|
+
quantity_kind pressure
|
|
306
|
+
unit "kPa"
|
|
307
|
+
value_type QuantityValue
|
|
308
|
+
origin declared
|
|
309
|
+
scope family
|
|
310
|
+
category metrological
|
|
311
|
+
is_dimension false
|
|
312
|
+
note "Default 86 kPa."
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
attribute_definition p_atm_max {
|
|
316
|
+
symbol "p_atm,max"
|
|
317
|
+
name "Maximum rated atmospheric pressure"
|
|
318
|
+
definition "Highest atmospheric pressure of the rated operating conditions."
|
|
319
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.1"
|
|
320
|
+
quantity_kind pressure
|
|
321
|
+
unit "kPa"
|
|
322
|
+
value_type QuantityValue
|
|
323
|
+
origin declared
|
|
324
|
+
scope family
|
|
325
|
+
category metrological
|
|
326
|
+
is_dimension false
|
|
327
|
+
note "Default 106 kPa."
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
attribute_definition supply_voltage {
|
|
331
|
+
symbol "U_nom"
|
|
332
|
+
name "Nominal supply voltage"
|
|
333
|
+
definition "Nominal AC mains supply voltage, with the permitted deviation from the nominal value of -15 % to +10 %."
|
|
334
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.1"
|
|
335
|
+
quantity_kind voltage
|
|
336
|
+
unit "V"
|
|
337
|
+
value_type QuantityValue
|
|
338
|
+
origin declared
|
|
339
|
+
scope model
|
|
340
|
+
category electrical
|
|
341
|
+
is_dimension false
|
|
342
|
+
note "Marked on the instrument as a power supply parameter (R 144-1, 5.8)."
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
attribute_definition supply_frequency {
|
|
346
|
+
symbol "f_nom"
|
|
347
|
+
name "Nominal supply frequency"
|
|
348
|
+
definition "Nominal AC mains supply frequency, with the permitted deviation of ±2 %."
|
|
349
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.1"
|
|
350
|
+
quantity_kind frequency
|
|
351
|
+
unit "Hz"
|
|
352
|
+
value_type QuantityValue
|
|
353
|
+
origin declared
|
|
354
|
+
scope model
|
|
355
|
+
category electrical
|
|
356
|
+
is_dimension false
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
attribute_definition battery_voltage_min {
|
|
360
|
+
symbol "U_bat,min"
|
|
361
|
+
name "Minimum battery supply voltage"
|
|
362
|
+
definition "Lowest internal-battery supply voltage within the gas analyzer manufacturer's specifications at which the system still operates."
|
|
363
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.1"
|
|
364
|
+
quantity_kind voltage
|
|
365
|
+
unit "V"
|
|
366
|
+
value_type QuantityValue
|
|
367
|
+
origin declared
|
|
368
|
+
scope model
|
|
369
|
+
category electrical
|
|
370
|
+
is_dimension false
|
|
371
|
+
note "Applies when power_supply is battery or ac-and-battery; a discharged-battery warning indicator should be fitted (R 144-1, 4.5.1 NOTE)."
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
attribute_definition probe_gas_temp_max {
|
|
375
|
+
symbol "T_gas,probe"
|
|
376
|
+
name "Maximum input gas temperature (sampling probe)"
|
|
377
|
+
definition "Maximum temperature of the input gas at the sampling probe, specified by the manufacturer of the sampling device."
|
|
378
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-8.7"
|
|
379
|
+
quantity_kind temperature
|
|
380
|
+
unit "degC"
|
|
381
|
+
value_type QuantityValue
|
|
382
|
+
origin declared
|
|
383
|
+
scope model
|
|
384
|
+
category dimensional
|
|
385
|
+
is_dimension false
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
attribute_definition analyzer_gas_temp_max {
|
|
389
|
+
symbol "T_gas,analyzer"
|
|
390
|
+
name "Maximum input gas temperature (gas analyzer)"
|
|
391
|
+
definition "Maximum temperature of the input gas at the gas analyzer inlet, specified by the manufacturer of the gas analyzer."
|
|
392
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-8.7"
|
|
393
|
+
quantity_kind temperature
|
|
394
|
+
unit "degC"
|
|
395
|
+
value_type QuantityValue
|
|
396
|
+
origin declared
|
|
397
|
+
scope model
|
|
398
|
+
category dimensional
|
|
399
|
+
is_dimension false
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
attribute_definition probe_particulate_max {
|
|
403
|
+
name "Maximum particulate content (sampling probe)"
|
|
404
|
+
definition "Maximum particulate content of the input gas at the sampling probe, specified by its manufacturer."
|
|
405
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-8.8"
|
|
406
|
+
quantity_kind mass-concentration
|
|
407
|
+
unit "mg/m3"
|
|
408
|
+
value_type QuantityValue
|
|
409
|
+
origin declared
|
|
410
|
+
scope model
|
|
411
|
+
category dimensional
|
|
412
|
+
is_dimension false
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
attribute_definition analyzer_particulate_max {
|
|
416
|
+
name "Maximum particulate content (gas analyzer)"
|
|
417
|
+
definition "Maximum particulate content of the input gas at the gas analyzer inlet, specified by its manufacturer."
|
|
418
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-8.8"
|
|
419
|
+
quantity_kind mass-concentration
|
|
420
|
+
unit "mg/m3"
|
|
421
|
+
value_type QuantityValue
|
|
422
|
+
origin declared
|
|
423
|
+
scope model
|
|
424
|
+
category dimensional
|
|
425
|
+
is_dimension false
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
attribute_definition gas_flow_rate_nominal {
|
|
429
|
+
symbol "q_v"
|
|
430
|
+
name "Nominal gas flow rate"
|
|
431
|
+
definition "Gas flow rate in the gas handling system for the measuring mode specified by the manufacturer, checkable by the user via the gas flow meter."
|
|
432
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-5.1.6"
|
|
433
|
+
quantity_kind volume-flow-rate
|
|
434
|
+
unit "L/min"
|
|
435
|
+
value_type QuantityValue
|
|
436
|
+
origin declared
|
|
437
|
+
scope model
|
|
438
|
+
category dimensional
|
|
439
|
+
is_dimension false
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
attribute_definition gas_flow_rate_min {
|
|
443
|
+
symbol "q_v,min"
|
|
444
|
+
name "Minimum gas flow rate"
|
|
445
|
+
definition "Lower limit of the gas flow rate specified by the manufacturer; below it the flow monitoring device shall signal (R 144-1, 5.5.2)."
|
|
446
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-5.5.2"
|
|
447
|
+
quantity_kind volume-flow-rate
|
|
448
|
+
unit "L/min"
|
|
449
|
+
value_type QuantityValue
|
|
450
|
+
origin declared
|
|
451
|
+
scope model
|
|
452
|
+
category dimensional
|
|
453
|
+
is_dimension false
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
attribute_definition gas_flow_rate_max {
|
|
457
|
+
symbol "q_v,max"
|
|
458
|
+
name "Maximum gas flow rate"
|
|
459
|
+
definition "Upper limit of the gas flow rate specified by the manufacturer; above it the flow monitoring device shall signal (R 144-1, 5.5.2)."
|
|
460
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-5.5.2"
|
|
461
|
+
quantity_kind volume-flow-rate
|
|
462
|
+
unit "L/min"
|
|
463
|
+
value_type QuantityValue
|
|
464
|
+
origin declared
|
|
465
|
+
scope model
|
|
466
|
+
category dimensional
|
|
467
|
+
is_dimension false
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
attribute_definition storage_t_min {
|
|
471
|
+
symbol "T_st,min"
|
|
472
|
+
name "Minimum storage temperature"
|
|
473
|
+
definition "Minimum storage temperature declared in the operating manual."
|
|
474
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-6.2"
|
|
475
|
+
quantity_kind temperature
|
|
476
|
+
unit "degC"
|
|
477
|
+
value_type QuantityValue
|
|
478
|
+
origin declared
|
|
479
|
+
scope model
|
|
480
|
+
category dimensional
|
|
481
|
+
is_dimension false
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
attribute_definition storage_t_max {
|
|
485
|
+
symbol "T_st,max"
|
|
486
|
+
name "Maximum storage temperature"
|
|
487
|
+
definition "Maximum storage temperature declared in the operating manual."
|
|
488
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-6.2"
|
|
489
|
+
quantity_kind temperature
|
|
490
|
+
unit "degC"
|
|
491
|
+
value_type QuantityValue
|
|
492
|
+
origin declared
|
|
493
|
+
scope model
|
|
494
|
+
category dimensional
|
|
495
|
+
is_dimension false
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
attribute_definition vibration_severity {
|
|
499
|
+
name "Vibration severity rating"
|
|
500
|
+
definition "Vibration parameters at which the metrological characteristics of the gas analyzer remain within the permissible limits, indicated by the manufacturer in the specifications."
|
|
501
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.3"
|
|
502
|
+
value_type string
|
|
503
|
+
origin declared
|
|
504
|
+
scope model
|
|
505
|
+
category metrological
|
|
506
|
+
is_dimension false
|
|
507
|
+
note "Minimum requirements should correspond to severity level 1 of OIML D 11:2013, 11.1."
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
attribute_definition interfering_components {
|
|
511
|
+
name "Interfering gas components"
|
|
512
|
+
definition "List of gas components other than the measurand and their maximum permissible concentrations, provided by the manufacturer in the operating instructions."
|
|
513
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.2"
|
|
514
|
+
value_type pair-list
|
|
515
|
+
origin declared
|
|
516
|
+
scope model
|
|
517
|
+
category administrative
|
|
518
|
+
is_dimension false
|
|
519
|
+
note "Structured (component, max_concentration) pair list (TODO.roadmap/20, gap audit G10) — the pair-list convention of data/schemas/model.yaml: each pair's component id resolves to a measurand_components value or a declared pair_list component (linker rule pair-list-components), max_concentration is a QuantityValue. Drives the cross-sensitivity test gas selection (R 144-2, 1.10) and the A.1.4 maximum-content mixtures; the manufacturer declares the list per R 144-1, 4.5.2 NOTE (content populates the operating manual, R 144-1, 6.2)."
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
attribute_definition wetted_materials {
|
|
523
|
+
name "Wetted materials"
|
|
524
|
+
definition "Corrosion-resistant materials of the gas handling system components in contact with the gas sample; shall not influence the composition of the gas sample."
|
|
525
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-5.1.1"
|
|
526
|
+
value_type string
|
|
527
|
+
origin design-fixed
|
|
528
|
+
scope family
|
|
529
|
+
category material
|
|
530
|
+
is_dimension false
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
attribute_definition indication_unit {
|
|
534
|
+
name "Indication unit"
|
|
535
|
+
definition "Unit of volume fraction in which measurement results are expressed — ppm, reduced to the reference conditions of 273.15 K and 101.325 kPa."
|
|
536
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.1"
|
|
537
|
+
value_type string
|
|
538
|
+
origin design-fixed
|
|
539
|
+
scope model
|
|
540
|
+
category metrological
|
|
541
|
+
is_dimension false
|
|
542
|
+
note "Shall be ppm per R 144-1, 4.1 (ISO 80000-9, 9.15)."
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
attribute_definition indication_co {
|
|
546
|
+
name "Indication (CO)"
|
|
547
|
+
definition "The live CO indication of the gas analytical system — the measured volume fraction of carbon monoxide in ppm, reduced to the reference conditions of 273.15 K and 101.325 kPa, served by the twin interface."
|
|
548
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.1"
|
|
549
|
+
quantity_kind volume-fraction
|
|
550
|
+
unit "ppm"
|
|
551
|
+
value_type QuantityValue
|
|
552
|
+
origin measured
|
|
553
|
+
scope sample
|
|
554
|
+
category metrological
|
|
555
|
+
is_dimension false
|
|
556
|
+
note "Served only by systems whose measurand set includes CO (measurand_components — the component-scoped serve convention of the twin interface)."
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
attribute_definition indication_no {
|
|
560
|
+
name "Indication (NO)"
|
|
561
|
+
definition "The live NO indication of the gas analytical system — the measured volume fraction of nitrogen monoxide in ppm, reduced to the reference conditions, served by the twin interface."
|
|
562
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.1"
|
|
563
|
+
quantity_kind volume-fraction
|
|
564
|
+
unit "ppm"
|
|
565
|
+
value_type QuantityValue
|
|
566
|
+
origin measured
|
|
567
|
+
scope sample
|
|
568
|
+
category metrological
|
|
569
|
+
is_dimension false
|
|
570
|
+
note "Served only by systems whose measurand set includes NO (measurand_components — the component-scoped serve convention of the twin interface)."
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
attribute_definition indication_no2 {
|
|
574
|
+
name "Indication (NO2)"
|
|
575
|
+
definition "The live NO2 indication of the gas analytical system — the measured volume fraction of nitrogen dioxide in ppm, reduced to the reference conditions, served by the twin interface."
|
|
576
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.1"
|
|
577
|
+
quantity_kind volume-fraction
|
|
578
|
+
unit "ppm"
|
|
579
|
+
value_type QuantityValue
|
|
580
|
+
origin measured
|
|
581
|
+
scope sample
|
|
582
|
+
category metrological
|
|
583
|
+
is_dimension false
|
|
584
|
+
note "Served only by systems whose measurand set includes NO2 (measurand_components — the component-scoped serve convention of the twin interface)."
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
attribute_definition indication_nox {
|
|
588
|
+
name "Indication (NOx)"
|
|
589
|
+
definition "The live NOx indication of the gas analytical system — the measured volume fraction of nitrogen oxides (NOx = NO + NO2, the sum channel) in ppm, reduced to the reference conditions, served by the twin interface."
|
|
590
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.1"
|
|
591
|
+
quantity_kind volume-fraction
|
|
592
|
+
unit "ppm"
|
|
593
|
+
value_type QuantityValue
|
|
594
|
+
origin measured
|
|
595
|
+
scope sample
|
|
596
|
+
category metrological
|
|
597
|
+
is_dimension false
|
|
598
|
+
note "Served only by systems whose measurand set includes NOx (measurand_components — the component-scoped serve convention of the twin interface)."
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
attribute_definition software_identification {
|
|
602
|
+
name "Software identification"
|
|
603
|
+
definition "Identification of the software used as part of the gas analytical system, as declared in the type evaluation documentation."
|
|
604
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-7.1.1"
|
|
605
|
+
value_type string
|
|
606
|
+
origin declared
|
|
607
|
+
scope model
|
|
608
|
+
category administrative
|
|
609
|
+
is_dimension false
|
|
610
|
+
note "General information only — gas analytical system software certification is beyond the scope of R 144 (R 144-1, 1.2)."
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
attribute_definition display_device {
|
|
614
|
+
name "Display device"
|
|
615
|
+
definition "Indicating device of the gas analyzer — digital or analog — presenting the measurement results (indication range, figure heights, unit symbol per R 144-1, 5.2)."
|
|
616
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-5.2"
|
|
617
|
+
value_type string
|
|
618
|
+
origin design-fixed
|
|
619
|
+
scope model
|
|
620
|
+
category dimensional
|
|
621
|
+
is_dimension false
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
attribute_definition interfaces {
|
|
625
|
+
name "Interfaces"
|
|
626
|
+
definition "Interface(s) permitting the gas analytical system to be coupled to peripheral devices or other instruments, e.g. facilities for measuring the characteristics of the flow gas in a pipe or gas duct."
|
|
627
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-5.1.8"
|
|
628
|
+
value_type string
|
|
629
|
+
origin declared
|
|
630
|
+
scope model
|
|
631
|
+
category electrical
|
|
632
|
+
is_dimension false
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
attribute_definition printing_device {
|
|
636
|
+
name "Printing device"
|
|
637
|
+
definition "Printing device printing the date and time of measurement, the measurement results and their units, and the result of self-checking by means of automatic adjustment facilities."
|
|
638
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-5.3"
|
|
639
|
+
value_type string
|
|
640
|
+
origin declared
|
|
641
|
+
scope model
|
|
642
|
+
category dimensional
|
|
643
|
+
is_dimension false
|
|
644
|
+
note "Required when the system has interfaces to submit analytical data (R 144-1, 5.3); the legal authority may require it in any case."
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
attribute_definition computing_device {
|
|
648
|
+
name "Computing device"
|
|
649
|
+
definition "Computing device (data processing unit or personal computer) calculating emissions with an estimated uncertainty and transmitting their values to the printing device."
|
|
650
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-5.4"
|
|
651
|
+
value_type string
|
|
652
|
+
origin declared
|
|
653
|
+
scope model
|
|
654
|
+
category electrical
|
|
655
|
+
is_dimension false
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
attribute_definition alarm_device {
|
|
659
|
+
name "Alarm system"
|
|
660
|
+
definition "Alarm system giving an audible or visible signal when the maximum permissible unit emission specified for the given stationary source is exceeded."
|
|
661
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-5.5.1"
|
|
662
|
+
value_type string
|
|
663
|
+
origin declared
|
|
664
|
+
scope model
|
|
665
|
+
category dimensional
|
|
666
|
+
is_dimension false
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
attribute_definition adjustment_facilities {
|
|
670
|
+
name "Adjustment facilities"
|
|
671
|
+
definition "Adjustment facilities providing readings for zero-setting, CGM and internal adjustment — manual, semi-automatic or automatic — including their access protection (R 144-1, 5.6, 5.7)."
|
|
672
|
+
ref derives-from "urn:oiml:pub:r:144-1:2013#clause-5.6.1"
|
|
673
|
+
value_type string
|
|
674
|
+
origin design-fixed
|
|
675
|
+
scope model
|
|
676
|
+
category dimensional
|
|
677
|
+
is_dimension false
|
|
678
|
+
}
|
|
679
|
+
|