@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,1227 @@
|
|
|
1
|
+
{
|
|
2
|
+
"prd_sentences": "0.1.0",
|
|
3
|
+
"document": {
|
|
4
|
+
"urn": "urn:oiml:pub:r:129-4:2020",
|
|
5
|
+
"short": "OIML R 129-4:2020",
|
|
6
|
+
"part": "4"
|
|
7
|
+
},
|
|
8
|
+
"sentences": [
|
|
9
|
+
{
|
|
10
|
+
"address": "clause-introduction/s1",
|
|
11
|
+
"fragment": "clause-introduction",
|
|
12
|
+
"kind": "provision",
|
|
13
|
+
"fragment_normative": true,
|
|
14
|
+
"modality": "normative",
|
|
15
|
+
"text": "This “Type evaluation report format”, the subject of OIML R 129-4, aims at presenting, in a standardised format, the results of the evaluation to which a type of a multi-dimensional measuring instrument shall be submitted with a view to its approval."
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"address": "clause-introduction/s2",
|
|
19
|
+
"fragment": "clause-introduction",
|
|
20
|
+
"kind": "provision",
|
|
21
|
+
"fragment_normative": true,
|
|
22
|
+
"modality": "informative",
|
|
23
|
+
"text": "The “Checklist” is a summary of the evaluation and examinations carried out on the instrument."
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"address": "clause-introduction/s3",
|
|
27
|
+
"fragment": "clause-introduction",
|
|
28
|
+
"kind": "provision",
|
|
29
|
+
"fragment_normative": true,
|
|
30
|
+
"modality": "informative",
|
|
31
|
+
"text": "It includes the conclusions of the results of the tests performed, experimental or visual checks based on the required performance criteria and associated tests in OIML R 129-1 and -2."
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"address": "clause-introduction/s4",
|
|
35
|
+
"fragment": "clause-introduction",
|
|
36
|
+
"kind": "provision",
|
|
37
|
+
"fragment_normative": true,
|
|
38
|
+
"modality": "informative",
|
|
39
|
+
"text": "The words or condensed sentences intend to remind the examiner of the requirements of R 129-1 and -2 without reproducing them."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"address": "clause-introduction/s5",
|
|
43
|
+
"fragment": "clause-introduction",
|
|
44
|
+
"kind": "provision",
|
|
45
|
+
"fragment_normative": true,
|
|
46
|
+
"modality": "informative",
|
|
47
|
+
"text": "All metrology services evaluating types of multi-dimensional measuring instrument according to OIML R 129-1 and -2 or to national or regional regulations based on OIML R 129-1 and -2 are strongly advised to use this “Type evaluation report format”, directly or after translation into a language other than English or French."
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"address": "clause-introduction/s6",
|
|
51
|
+
"fragment": "clause-introduction",
|
|
52
|
+
"kind": "provision",
|
|
53
|
+
"fragment_normative": true,
|
|
54
|
+
"modality": "normative",
|
|
55
|
+
"text": "Its direct use in English or in French, or in both languages, is even more strongly recommended whenever the results of type evaluation may be transmitted by the country performing these evaluations to the approving authorities of another country, under bi- or multi-lateral cooperation agreements."
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"address": "clause-introduction/s7",
|
|
59
|
+
"fragment": "clause-introduction",
|
|
60
|
+
"kind": "provision",
|
|
61
|
+
"fragment_normative": true,
|
|
62
|
+
"modality": "informative",
|
|
63
|
+
"text": "In the framework of the OIML Certification System (OIML-CS), use of the “Type evaluation report format” is mandatory."
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"address": "clause-1/s1",
|
|
67
|
+
"fragment": "clause-1",
|
|
68
|
+
"clause": "1",
|
|
69
|
+
"kind": "provision",
|
|
70
|
+
"fragment_normative": true,
|
|
71
|
+
"modality": "informative",
|
|
72
|
+
"text": "Meaning of symbols used in this report:"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"address": "clause-1/s2",
|
|
76
|
+
"fragment": "clause-1",
|
|
77
|
+
"clause": "1",
|
|
78
|
+
"kind": "provision",
|
|
79
|
+
"fragment_normative": true,
|
|
80
|
+
"modality": "informative",
|
|
81
|
+
"text": "L"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"address": "clause-1/s3",
|
|
85
|
+
"fragment": "clause-1",
|
|
86
|
+
"clause": "1",
|
|
87
|
+
"kind": "provision",
|
|
88
|
+
"fragment_normative": true,
|
|
89
|
+
"modality": "informative",
|
|
90
|
+
"text": "Indicated length"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"address": "clause-1/s4",
|
|
94
|
+
"fragment": "clause-1",
|
|
95
|
+
"clause": "1",
|
|
96
|
+
"kind": "provision",
|
|
97
|
+
"fragment_normative": true,
|
|
98
|
+
"modality": "informative",
|
|
99
|
+
"text": "W"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"address": "clause-1/s5",
|
|
103
|
+
"fragment": "clause-1",
|
|
104
|
+
"clause": "1",
|
|
105
|
+
"kind": "provision",
|
|
106
|
+
"fragment_normative": true,
|
|
107
|
+
"modality": "informative",
|
|
108
|
+
"text": "Indicated width"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"address": "clause-1/s6",
|
|
112
|
+
"fragment": "clause-1",
|
|
113
|
+
"clause": "1",
|
|
114
|
+
"kind": "provision",
|
|
115
|
+
"fragment_normative": true,
|
|
116
|
+
"modality": "informative",
|
|
117
|
+
"text": "H"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"address": "clause-1/s7",
|
|
121
|
+
"fragment": "clause-1",
|
|
122
|
+
"clause": "1",
|
|
123
|
+
"kind": "provision",
|
|
124
|
+
"fragment_normative": true,
|
|
125
|
+
"modality": "informative",
|
|
126
|
+
"text": "Indicated height"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"address": "clause-1/s8",
|
|
130
|
+
"fragment": "clause-1",
|
|
131
|
+
"clause": "1",
|
|
132
|
+
"kind": "provision",
|
|
133
|
+
"fragment_normative": true,
|
|
134
|
+
"modality": "informative",
|
|
135
|
+
"text": "L_\\mathrm{T}"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"address": "clause-1/s9",
|
|
139
|
+
"fragment": "clause-1",
|
|
140
|
+
"clause": "1",
|
|
141
|
+
"kind": "provision",
|
|
142
|
+
"fragment_normative": true,
|
|
143
|
+
"modality": "informative",
|
|
144
|
+
"text": "Length of the test object"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"address": "clause-1/s10",
|
|
148
|
+
"fragment": "clause-1",
|
|
149
|
+
"clause": "1",
|
|
150
|
+
"kind": "provision",
|
|
151
|
+
"fragment_normative": true,
|
|
152
|
+
"modality": "informative",
|
|
153
|
+
"text": "DL"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"address": "clause-1/s11",
|
|
157
|
+
"fragment": "clause-1",
|
|
158
|
+
"clause": "1",
|
|
159
|
+
"kind": "provision",
|
|
160
|
+
"fragment_normative": true,
|
|
161
|
+
"modality": "informative",
|
|
162
|
+
"text": "Error, L - L_\\mathrm{T}"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"address": "clause-1/s12",
|
|
166
|
+
"fragment": "clause-1",
|
|
167
|
+
"clause": "1",
|
|
168
|
+
"kind": "provision",
|
|
169
|
+
"fragment_normative": true,
|
|
170
|
+
"modality": "informative",
|
|
171
|
+
"text": "W_\\mathrm{T}"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"address": "clause-1/s13",
|
|
175
|
+
"fragment": "clause-1",
|
|
176
|
+
"clause": "1",
|
|
177
|
+
"kind": "provision",
|
|
178
|
+
"fragment_normative": true,
|
|
179
|
+
"modality": "informative",
|
|
180
|
+
"text": "Width of the test object"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"address": "clause-1/s14",
|
|
184
|
+
"fragment": "clause-1",
|
|
185
|
+
"clause": "1",
|
|
186
|
+
"kind": "provision",
|
|
187
|
+
"fragment_normative": true,
|
|
188
|
+
"modality": "informative",
|
|
189
|
+
"text": "DW"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"address": "clause-1/s15",
|
|
193
|
+
"fragment": "clause-1",
|
|
194
|
+
"clause": "1",
|
|
195
|
+
"kind": "provision",
|
|
196
|
+
"fragment_normative": true,
|
|
197
|
+
"modality": "informative",
|
|
198
|
+
"text": "Error, W - W_\\mathrm{T}"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"address": "clause-1/s16",
|
|
202
|
+
"fragment": "clause-1",
|
|
203
|
+
"clause": "1",
|
|
204
|
+
"kind": "provision",
|
|
205
|
+
"fragment_normative": true,
|
|
206
|
+
"modality": "informative",
|
|
207
|
+
"text": "H_\\mathrm{T}"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"address": "clause-1/s17",
|
|
211
|
+
"fragment": "clause-1",
|
|
212
|
+
"clause": "1",
|
|
213
|
+
"kind": "provision",
|
|
214
|
+
"fragment_normative": true,
|
|
215
|
+
"modality": "informative",
|
|
216
|
+
"text": "Height of the test object"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"address": "clause-1/s18",
|
|
220
|
+
"fragment": "clause-1",
|
|
221
|
+
"clause": "1",
|
|
222
|
+
"kind": "provision",
|
|
223
|
+
"fragment_normative": true,
|
|
224
|
+
"modality": "informative",
|
|
225
|
+
"text": "DH"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"address": "clause-1/s19",
|
|
229
|
+
"fragment": "clause-1",
|
|
230
|
+
"clause": "1",
|
|
231
|
+
"kind": "provision",
|
|
232
|
+
"fragment_normative": true,
|
|
233
|
+
"modality": "informative",
|
|
234
|
+
"text": "Error, H - H_\\mathrm{T}"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"address": "clause-1/s20",
|
|
238
|
+
"fragment": "clause-1",
|
|
239
|
+
"clause": "1",
|
|
240
|
+
"kind": "provision",
|
|
241
|
+
"fragment_normative": true,
|
|
242
|
+
"modality": "informative",
|
|
243
|
+
"text": "mpe"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"address": "clause-1/s21",
|
|
247
|
+
"fragment": "clause-1",
|
|
248
|
+
"clause": "1",
|
|
249
|
+
"kind": "provision",
|
|
250
|
+
"fragment_normative": true,
|
|
251
|
+
"modality": "informative",
|
|
252
|
+
"text": "Maximum permissible error"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"address": "clause-1/s22",
|
|
256
|
+
"fragment": "clause-1",
|
|
257
|
+
"clause": "1",
|
|
258
|
+
"kind": "provision",
|
|
259
|
+
"fragment_normative": true,
|
|
260
|
+
"modality": "informative",
|
|
261
|
+
"text": "V"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"address": "clause-1/s23",
|
|
265
|
+
"fragment": "clause-1",
|
|
266
|
+
"clause": "1",
|
|
267
|
+
"kind": "provision",
|
|
268
|
+
"fragment_normative": true,
|
|
269
|
+
"modality": "informative",
|
|
270
|
+
"text": "Volume indicated on the instrument"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"address": "clause-1/s24",
|
|
274
|
+
"fragment": "clause-1",
|
|
275
|
+
"clause": "1",
|
|
276
|
+
"kind": "provision",
|
|
277
|
+
"fragment_normative": true,
|
|
278
|
+
"modality": "informative",
|
|
279
|
+
"text": "V_\\mathrm{calc}"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"address": "clause-1/s25",
|
|
283
|
+
"fragment": "clause-1",
|
|
284
|
+
"clause": "1",
|
|
285
|
+
"kind": "provision",
|
|
286
|
+
"fragment_normative": true,
|
|
287
|
+
"modality": "informative",
|
|
288
|
+
"text": "L \\times W \\times H"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"address": "clause-1/s26",
|
|
292
|
+
"fragment": "clause-1",
|
|
293
|
+
"clause": "1",
|
|
294
|
+
"kind": "provision",
|
|
295
|
+
"fragment_normative": true,
|
|
296
|
+
"modality": "informative",
|
|
297
|
+
"text": "F"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"address": "clause-1/s27",
|
|
301
|
+
"fragment": "clause-1",
|
|
302
|
+
"clause": "1",
|
|
303
|
+
"kind": "provision",
|
|
304
|
+
"fragment_normative": true,
|
|
305
|
+
"modality": "informative",
|
|
306
|
+
"text": "Conversion factor"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"address": "clause-1/s28",
|
|
310
|
+
"fragment": "clause-1",
|
|
311
|
+
"clause": "1",
|
|
312
|
+
"kind": "provision",
|
|
313
|
+
"fragment_normative": true,
|
|
314
|
+
"modality": "informative",
|
|
315
|
+
"text": "DW"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"address": "clause-1/s29",
|
|
319
|
+
"fragment": "clause-1",
|
|
320
|
+
"clause": "1",
|
|
321
|
+
"kind": "provision",
|
|
322
|
+
"fragment_normative": true,
|
|
323
|
+
"modality": "informative",
|
|
324
|
+
"text": "Dimensional weight indicated on the instrument"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"address": "clause-1/s30",
|
|
328
|
+
"fragment": "clause-1",
|
|
329
|
+
"clause": "1",
|
|
330
|
+
"kind": "provision",
|
|
331
|
+
"fragment_normative": true,
|
|
332
|
+
"modality": "informative",
|
|
333
|
+
"text": "DWcalc"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"address": "clause-1/s31",
|
|
337
|
+
"fragment": "clause-1",
|
|
338
|
+
"clause": "1",
|
|
339
|
+
"kind": "provision",
|
|
340
|
+
"fragment_normative": true,
|
|
341
|
+
"modality": "informative",
|
|
342
|
+
"text": "V \\times F"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"address": "clause-1/s32",
|
|
346
|
+
"fragment": "clause-1",
|
|
347
|
+
"clause": "1",
|
|
348
|
+
"kind": "provision",
|
|
349
|
+
"fragment_normative": true,
|
|
350
|
+
"modality": "informative",
|
|
351
|
+
"text": "SF"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"address": "clause-1/s33",
|
|
355
|
+
"fragment": "clause-1",
|
|
356
|
+
"clause": "1",
|
|
357
|
+
"kind": "provision",
|
|
358
|
+
"fragment_normative": true,
|
|
359
|
+
"modality": "informative",
|
|
360
|
+
"text": "Significant fault"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"address": "clause-1.1/s1",
|
|
364
|
+
"fragment": "clause-1.1",
|
|
365
|
+
"clause": "1.1",
|
|
366
|
+
"kind": "provision",
|
|
367
|
+
"fragment_normative": true,
|
|
368
|
+
"modality": "informative",
|
|
369
|
+
"text": "Application no.: _"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"address": "clause-1.1/s2",
|
|
373
|
+
"fragment": "clause-1.1",
|
|
374
|
+
"clause": "1.1",
|
|
375
|
+
"kind": "provision",
|
|
376
|
+
"fragment_normative": true,
|
|
377
|
+
"modality": "informative",
|
|
378
|
+
"text": "Type designation: _"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"address": "clause-1.1/s3",
|
|
382
|
+
"fragment": "clause-1.1",
|
|
383
|
+
"clause": "1.1",
|
|
384
|
+
"kind": "provision",
|
|
385
|
+
"fragment_normative": true,
|
|
386
|
+
"modality": "informative",
|
|
387
|
+
"text": "Identification no.: _"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"address": "clause-1.1/s4",
|
|
391
|
+
"fragment": "clause-1.1",
|
|
392
|
+
"clause": "1.1",
|
|
393
|
+
"kind": "provision",
|
|
394
|
+
"fragment_normative": true,
|
|
395
|
+
"modality": "informative",
|
|
396
|
+
"text": "Software version: _"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"address": "clause-1.1/s5",
|
|
400
|
+
"fragment": "clause-1.1",
|
|
401
|
+
"clause": "1.1",
|
|
402
|
+
"kind": "provision",
|
|
403
|
+
"fragment_normative": true,
|
|
404
|
+
"modality": "informative",
|
|
405
|
+
"text": "Report date: _"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"address": "clause-1.1/s6",
|
|
409
|
+
"fragment": "clause-1.1",
|
|
410
|
+
"clause": "1.1",
|
|
411
|
+
"kind": "provision",
|
|
412
|
+
"fragment_normative": true,
|
|
413
|
+
"modality": "informative",
|
|
414
|
+
"text": "Documentation from the manufacturer:"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"address": "clause-1.1/s7",
|
|
418
|
+
"fragment": "clause-1.1",
|
|
419
|
+
"clause": "1.1",
|
|
420
|
+
"kind": "provision",
|
|
421
|
+
"fragment_normative": true,
|
|
422
|
+
"modality": "informative",
|
|
423
|
+
"text": "(Record as necessary to identify the equipment under evaluation)"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"address": "clause-1.1/s8",
|
|
427
|
+
"fragment": "clause-1.1",
|
|
428
|
+
"clause": "1.1",
|
|
429
|
+
"kind": "provision",
|
|
430
|
+
"fragment_normative": true,
|
|
431
|
+
"modality": "informative",
|
|
432
|
+
"text": "Identification of the instrument (continued)"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"address": "clause-1.1/s9",
|
|
436
|
+
"fragment": "clause-1.1",
|
|
437
|
+
"clause": "1.1",
|
|
438
|
+
"kind": "provision",
|
|
439
|
+
"fragment_normative": true,
|
|
440
|
+
"modality": "informative",
|
|
441
|
+
"text": "Application no.: _"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"address": "clause-1.1/s10",
|
|
445
|
+
"fragment": "clause-1.1",
|
|
446
|
+
"clause": "1.1",
|
|
447
|
+
"kind": "provision",
|
|
448
|
+
"fragment_normative": true,
|
|
449
|
+
"modality": "informative",
|
|
450
|
+
"text": "Type designation: _"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"address": "clause-1.1/s11",
|
|
454
|
+
"fragment": "clause-1.1",
|
|
455
|
+
"clause": "1.1",
|
|
456
|
+
"kind": "provision",
|
|
457
|
+
"fragment_normative": true,
|
|
458
|
+
"modality": "informative",
|
|
459
|
+
"text": "Identification no.: _"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"address": "clause-1.1/s12",
|
|
463
|
+
"fragment": "clause-1.1",
|
|
464
|
+
"clause": "1.1",
|
|
465
|
+
"kind": "provision",
|
|
466
|
+
"fragment_normative": true,
|
|
467
|
+
"modality": "informative",
|
|
468
|
+
"text": "Manufacturer: _"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"address": "clause-1.1/s13",
|
|
472
|
+
"fragment": "clause-1.1",
|
|
473
|
+
"clause": "1.1",
|
|
474
|
+
"kind": "provision",
|
|
475
|
+
"fragment_normative": true,
|
|
476
|
+
"modality": "informative",
|
|
477
|
+
"text": "Report date: _"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"address": "clause-1.1/s14",
|
|
481
|
+
"fragment": "clause-1.1",
|
|
482
|
+
"clause": "1.1",
|
|
483
|
+
"kind": "provision",
|
|
484
|
+
"fragment_normative": true,
|
|
485
|
+
"modality": "informative",
|
|
486
|
+
"text": "Simulator function (summary) (if applicable):"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"address": "clause-1.1/s15",
|
|
490
|
+
"fragment": "clause-1.1",
|
|
491
|
+
"clause": "1.1",
|
|
492
|
+
"kind": "provision",
|
|
493
|
+
"fragment_normative": true,
|
|
494
|
+
"modality": "normative",
|
|
495
|
+
"text": "(Simulator description and drawings, block diagram, etc. should be attached to the report if available)"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"address": "clause-1.1/s16",
|
|
499
|
+
"fragment": "clause-1.1",
|
|
500
|
+
"clause": "1.1",
|
|
501
|
+
"kind": "provision",
|
|
502
|
+
"fragment_normative": true,
|
|
503
|
+
"modality": "informative",
|
|
504
|
+
"text": "Identification of the instrument (continued)"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"address": "clause-1.1/s17",
|
|
508
|
+
"fragment": "clause-1.1",
|
|
509
|
+
"clause": "1.1",
|
|
510
|
+
"kind": "provision",
|
|
511
|
+
"fragment_normative": true,
|
|
512
|
+
"modality": "informative",
|
|
513
|
+
"text": "Application no.: _"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"address": "clause-1.1/s18",
|
|
517
|
+
"fragment": "clause-1.1",
|
|
518
|
+
"clause": "1.1",
|
|
519
|
+
"kind": "provision",
|
|
520
|
+
"fragment_normative": true,
|
|
521
|
+
"modality": "informative",
|
|
522
|
+
"text": "Type designation: _"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"address": "clause-1.1/s19",
|
|
526
|
+
"fragment": "clause-1.1",
|
|
527
|
+
"clause": "1.1",
|
|
528
|
+
"kind": "provision",
|
|
529
|
+
"fragment_normative": true,
|
|
530
|
+
"modality": "informative",
|
|
531
|
+
"text": "Identification no.: _"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"address": "clause-1.1/s20",
|
|
535
|
+
"fragment": "clause-1.1",
|
|
536
|
+
"clause": "1.1",
|
|
537
|
+
"kind": "provision",
|
|
538
|
+
"fragment_normative": true,
|
|
539
|
+
"modality": "informative",
|
|
540
|
+
"text": "Manufacturer: _"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"address": "clause-1.1/s21",
|
|
544
|
+
"fragment": "clause-1.1",
|
|
545
|
+
"clause": "1.1",
|
|
546
|
+
"kind": "provision",
|
|
547
|
+
"fragment_normative": true,
|
|
548
|
+
"modality": "informative",
|
|
549
|
+
"text": "Report date: _"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"address": "clause-1.1.1/s1",
|
|
553
|
+
"fragment": "clause-1.1.1",
|
|
554
|
+
"clause": "1.1.1",
|
|
555
|
+
"kind": "provision",
|
|
556
|
+
"fragment_normative": true,
|
|
557
|
+
"modality": "informative",
|
|
558
|
+
"text": "Describe, using point form, the physical construction of the MDMI (materials, configuration and location of components, interfaces and communications ports)."
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"address": "clause-1.1.1/s2",
|
|
562
|
+
"fragment": "clause-1.1.1",
|
|
563
|
+
"clause": "1.1.1",
|
|
564
|
+
"kind": "provision",
|
|
565
|
+
"fragment_normative": true,
|
|
566
|
+
"modality": "informative",
|
|
567
|
+
"text": "Attach photographs, diagrams or drawings if available:"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"address": "clause-1.1.1/s3",
|
|
571
|
+
"fragment": "clause-1.1.1",
|
|
572
|
+
"clause": "1.1.1",
|
|
573
|
+
"kind": "provision",
|
|
574
|
+
"fragment_normative": true,
|
|
575
|
+
"modality": "informative",
|
|
576
|
+
"text": "Describe, using point form, the measurement technology used (include details such as physical contact method, laser class, power and wavelength, ultrasonic frequency, or camera spectrum):"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"address": "clause-1.2/s1",
|
|
580
|
+
"fragment": "clause-1.2",
|
|
581
|
+
"clause": "1.2",
|
|
582
|
+
"kind": "provision",
|
|
583
|
+
"fragment_normative": true,
|
|
584
|
+
"modality": "informative",
|
|
585
|
+
"text": "Application no.: _"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"address": "clause-1.2/s2",
|
|
589
|
+
"fragment": "clause-1.2",
|
|
590
|
+
"clause": "1.2",
|
|
591
|
+
"kind": "provision",
|
|
592
|
+
"fragment_normative": true,
|
|
593
|
+
"modality": "informative",
|
|
594
|
+
"text": "Manufacturer: _"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"address": "clause-1.2/s3",
|
|
598
|
+
"fragment": "clause-1.2",
|
|
599
|
+
"clause": "1.2",
|
|
600
|
+
"kind": "provision",
|
|
601
|
+
"fragment_normative": true,
|
|
602
|
+
"modality": "informative",
|
|
603
|
+
"text": "Type designation: _"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"address": "clause-1.2/s4",
|
|
607
|
+
"fragment": "clause-1.2",
|
|
608
|
+
"clause": "1.2",
|
|
609
|
+
"kind": "provision",
|
|
610
|
+
"fragment_normative": true,
|
|
611
|
+
"modality": "informative",
|
|
612
|
+
"text": "Applicant: _"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"address": "clause-1.2/s5",
|
|
616
|
+
"fragment": "clause-1.2",
|
|
617
|
+
"clause": "1.2",
|
|
618
|
+
"kind": "provision",
|
|
619
|
+
"fragment_normative": true,
|
|
620
|
+
"modality": "informative",
|
|
621
|
+
"text": "Instrument category: _"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"address": "clause-1.2/s6",
|
|
625
|
+
"fragment": "clause-1.2",
|
|
626
|
+
"clause": "1.2",
|
|
627
|
+
"kind": "provision",
|
|
628
|
+
"fragment_normative": true,
|
|
629
|
+
"modality": "informative",
|
|
630
|
+
"text": "Evaluation period: _"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"address": "clause-1.2/s7",
|
|
634
|
+
"fragment": "clause-1.2",
|
|
635
|
+
"clause": "1.2",
|
|
636
|
+
"kind": "provision",
|
|
637
|
+
"fragment_normative": true,
|
|
638
|
+
"modality": "informative",
|
|
639
|
+
"text": "Date of report: _"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"address": "clause-1.2/s8",
|
|
643
|
+
"fragment": "clause-1.2",
|
|
644
|
+
"clause": "1.2",
|
|
645
|
+
"kind": "provision",
|
|
646
|
+
"fragment_normative": true,
|
|
647
|
+
"modality": "informative",
|
|
648
|
+
"text": "Observer: _"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"address": "clause-1.2/s9",
|
|
652
|
+
"fragment": "clause-1.2",
|
|
653
|
+
"clause": "1.2",
|
|
654
|
+
"kind": "provision",
|
|
655
|
+
"fragment_normative": true,
|
|
656
|
+
"modality": "informative",
|
|
657
|
+
"text": "General information concerning the type (continued)"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"address": "clause-1.2/s10",
|
|
661
|
+
"fragment": "clause-1.2",
|
|
662
|
+
"clause": "1.2",
|
|
663
|
+
"kind": "provision",
|
|
664
|
+
"fragment_normative": true,
|
|
665
|
+
"modality": "informative",
|
|
666
|
+
"text": "Application no.: _"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"address": "clause-1.2/s11",
|
|
670
|
+
"fragment": "clause-1.2",
|
|
671
|
+
"clause": "1.2",
|
|
672
|
+
"kind": "provision",
|
|
673
|
+
"fragment_normative": true,
|
|
674
|
+
"modality": "informative",
|
|
675
|
+
"text": "Manufacturer: _"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"address": "clause-1.2/s12",
|
|
679
|
+
"fragment": "clause-1.2",
|
|
680
|
+
"clause": "1.2",
|
|
681
|
+
"kind": "provision",
|
|
682
|
+
"fragment_normative": true,
|
|
683
|
+
"modality": "informative",
|
|
684
|
+
"text": "Type designation: _"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"address": "clause-1.2/s13",
|
|
688
|
+
"fragment": "clause-1.2",
|
|
689
|
+
"clause": "1.2",
|
|
690
|
+
"kind": "provision",
|
|
691
|
+
"fragment_normative": true,
|
|
692
|
+
"modality": "informative",
|
|
693
|
+
"text": "Applicant: _"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"address": "clause-1.2/s14",
|
|
697
|
+
"fragment": "clause-1.2",
|
|
698
|
+
"clause": "1.2",
|
|
699
|
+
"kind": "provision",
|
|
700
|
+
"fragment_normative": true,
|
|
701
|
+
"modality": "informative",
|
|
702
|
+
"text": "Instrument category: _"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"address": "clause-1.2.1/s1",
|
|
706
|
+
"fragment": "clause-1.2.1",
|
|
707
|
+
"clause": "1.2.1",
|
|
708
|
+
"kind": "provision",
|
|
709
|
+
"fragment_normative": true,
|
|
710
|
+
"modality": "informative",
|
|
711
|
+
"text": "Describe, using point form, each axis and its relation to the physical object being measured and/or the MDMI itself:"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"address": "clause-1.2.1/s2",
|
|
715
|
+
"fragment": "clause-1.2.1",
|
|
716
|
+
"clause": "1.2.1",
|
|
717
|
+
"kind": "provision",
|
|
718
|
+
"fragment_normative": true,
|
|
719
|
+
"modality": "informative",
|
|
720
|
+
"text": "Use this space to describe, using point form, any other use or installation limitations not detailed in the above on the previous page (such as special applications other than postage, freight or storage, restrictions on object material, texture, reflectivity or colour, object positioning):"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"address": "clause-1.2.1/s3",
|
|
724
|
+
"fragment": "clause-1.2.1",
|
|
725
|
+
"clause": "1.2.1",
|
|
726
|
+
"kind": "provision",
|
|
727
|
+
"fragment_normative": true,
|
|
728
|
+
"modality": "informative",
|
|
729
|
+
"text": "Use this space to indicate additional remarks and/or information: connecting equipment, interfaces, choice of the manufacturer regarding protection against disturbances, etc.:"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"address": "clause-1.2.1/s4",
|
|
733
|
+
"fragment": "clause-1.2.1",
|
|
734
|
+
"clause": "1.2.1",
|
|
735
|
+
"kind": "provision",
|
|
736
|
+
"fragment_normative": true,
|
|
737
|
+
"modality": "informative",
|
|
738
|
+
"text": "General information concerning the type (continued)"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"address": "clause-1.2.1/s5",
|
|
742
|
+
"fragment": "clause-1.2.1",
|
|
743
|
+
"clause": "1.2.1",
|
|
744
|
+
"kind": "provision",
|
|
745
|
+
"fragment_normative": true,
|
|
746
|
+
"modality": "informative",
|
|
747
|
+
"text": "Application no.: _"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"address": "clause-1.2.1/s6",
|
|
751
|
+
"fragment": "clause-1.2.1",
|
|
752
|
+
"clause": "1.2.1",
|
|
753
|
+
"kind": "provision",
|
|
754
|
+
"fragment_normative": true,
|
|
755
|
+
"modality": "informative",
|
|
756
|
+
"text": "Manufacturer: _"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"address": "clause-1.2.1/s7",
|
|
760
|
+
"fragment": "clause-1.2.1",
|
|
761
|
+
"clause": "1.2.1",
|
|
762
|
+
"kind": "provision",
|
|
763
|
+
"fragment_normative": true,
|
|
764
|
+
"modality": "informative",
|
|
765
|
+
"text": "Type designation: _"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"address": "clause-1.2.1/s8",
|
|
769
|
+
"fragment": "clause-1.2.1",
|
|
770
|
+
"clause": "1.2.1",
|
|
771
|
+
"kind": "provision",
|
|
772
|
+
"fragment_normative": true,
|
|
773
|
+
"modality": "informative",
|
|
774
|
+
"text": "Applicant: _"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"address": "clause-1.2.1/s9",
|
|
778
|
+
"fragment": "clause-1.2.1",
|
|
779
|
+
"clause": "1.2.1",
|
|
780
|
+
"kind": "provision",
|
|
781
|
+
"fragment_normative": true,
|
|
782
|
+
"modality": "informative",
|
|
783
|
+
"text": "Instrument category: _"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"address": "clause-1.2.2/s1",
|
|
787
|
+
"fragment": "clause-1.2.2",
|
|
788
|
+
"clause": "1.2.2",
|
|
789
|
+
"kind": "provision",
|
|
790
|
+
"fragment_normative": true,
|
|
791
|
+
"modality": "informative",
|
|
792
|
+
"text": "Describe, using point form, all indications and controls of the instrument (such as wired or wireless communication with the instrument, zero method, ready indication, computed quantities, error codes)."
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"address": "clause-1.2.2/s2",
|
|
796
|
+
"fragment": "clause-1.2.2",
|
|
797
|
+
"clause": "1.2.2",
|
|
798
|
+
"kind": "provision",
|
|
799
|
+
"fragment_normative": true,
|
|
800
|
+
"modality": "informative",
|
|
801
|
+
"text": "Describe each measurement (L, W, and H) and its relation to the physical object being measured and/or the MDMI itself:"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"address": "clause-1.2.3/s1",
|
|
805
|
+
"fragment": "clause-1.2.3",
|
|
806
|
+
"clause": "1.2.3",
|
|
807
|
+
"kind": "provision",
|
|
808
|
+
"fragment_normative": true,
|
|
809
|
+
"modality": "informative",
|
|
810
|
+
"text": "Describe, using point form, the physical and electronic seals (e.g. audit trails) used to protect the metrological characteristics of the instrument, and how to access them."
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"address": "clause-1.2.3/s2",
|
|
814
|
+
"fragment": "clause-1.2.3",
|
|
815
|
+
"clause": "1.2.3",
|
|
816
|
+
"kind": "provision",
|
|
817
|
+
"fragment_normative": true,
|
|
818
|
+
"modality": "informative",
|
|
819
|
+
"text": "Also describe any remote access abilities available and how these are sealed:"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"address": "clause-1.2.4/s1",
|
|
823
|
+
"fragment": "clause-1.2.4",
|
|
824
|
+
"clause": "1.2.4",
|
|
825
|
+
"kind": "provision",
|
|
826
|
+
"fragment_normative": true,
|
|
827
|
+
"modality": "informative",
|
|
828
|
+
"text": "Describe, using point form, the means used to protect legally relevant software in the instrument and indicate the version of the software present at the time of testing and how to verify this version number:"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"address": "clause-1.3/s1",
|
|
832
|
+
"fragment": "clause-1.3",
|
|
833
|
+
"clause": "1.3",
|
|
834
|
+
"kind": "provision",
|
|
835
|
+
"fragment_normative": true,
|
|
836
|
+
"modality": "informative",
|
|
837
|
+
"text": "Application no.: _"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"address": "clause-1.3/s2",
|
|
841
|
+
"fragment": "clause-1.3",
|
|
842
|
+
"clause": "1.3",
|
|
843
|
+
"kind": "provision",
|
|
844
|
+
"fragment_normative": true,
|
|
845
|
+
"modality": "informative",
|
|
846
|
+
"text": "Type designation: _"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"address": "clause-1.3/s3",
|
|
850
|
+
"fragment": "clause-1.3",
|
|
851
|
+
"clause": "1.3",
|
|
852
|
+
"kind": "provision",
|
|
853
|
+
"fragment_normative": true,
|
|
854
|
+
"modality": "informative",
|
|
855
|
+
"text": "Report date: _"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"address": "clause-1.3/s4",
|
|
859
|
+
"fragment": "clause-1.3",
|
|
860
|
+
"clause": "1.3",
|
|
861
|
+
"kind": "provision",
|
|
862
|
+
"fragment_normative": true,
|
|
863
|
+
"modality": "informative",
|
|
864
|
+
"text": "Manufacturer: _"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"address": "clause-1.3/s5",
|
|
868
|
+
"fragment": "clause-1.3",
|
|
869
|
+
"clause": "1.3",
|
|
870
|
+
"kind": "provision",
|
|
871
|
+
"fragment_normative": true,
|
|
872
|
+
"modality": "informative",
|
|
873
|
+
"text": "Use this space for additional information relating to equipment configuration, interfaces, data rates, EMC protection options, etc., for the instrument and/or simulator:"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"address": "clause-1.4/s1",
|
|
877
|
+
"fragment": "clause-1.4",
|
|
878
|
+
"clause": "1.4",
|
|
879
|
+
"kind": "provision",
|
|
880
|
+
"fragment_normative": true,
|
|
881
|
+
"modality": "informative",
|
|
882
|
+
"text": "Application no.: _"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"address": "clause-1.4/s2",
|
|
886
|
+
"fragment": "clause-1.4",
|
|
887
|
+
"clause": "1.4",
|
|
888
|
+
"kind": "provision",
|
|
889
|
+
"fragment_normative": true,
|
|
890
|
+
"modality": "informative",
|
|
891
|
+
"text": "Type designation: _"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"address": "clause-1.4/s3",
|
|
895
|
+
"fragment": "clause-1.4",
|
|
896
|
+
"clause": "1.4",
|
|
897
|
+
"kind": "provision",
|
|
898
|
+
"fragment_normative": true,
|
|
899
|
+
"modality": "informative",
|
|
900
|
+
"text": "Report date: _"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"address": "clause-1.4/s4",
|
|
904
|
+
"fragment": "clause-1.4",
|
|
905
|
+
"clause": "1.4",
|
|
906
|
+
"kind": "provision",
|
|
907
|
+
"fragment_normative": true,
|
|
908
|
+
"modality": "informative",
|
|
909
|
+
"text": "Manufacturer: _"
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"address": "clause-1.4/s5",
|
|
913
|
+
"fragment": "clause-1.4",
|
|
914
|
+
"clause": "1.4",
|
|
915
|
+
"kind": "provision",
|
|
916
|
+
"fragment_normative": true,
|
|
917
|
+
"modality": "informative",
|
|
918
|
+
"text": "Use this space for additional information relating to the justification for the selection of sample(s), in particular if a family of instruments or modules or if specific requirements are mentioned in OIML R 129-1 and -2:"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"address": "clause-1.5/s1",
|
|
922
|
+
"fragment": "clause-1.5",
|
|
923
|
+
"clause": "1.5",
|
|
924
|
+
"kind": "provision",
|
|
925
|
+
"fragment_normative": true,
|
|
926
|
+
"modality": "informative",
|
|
927
|
+
"text": "Application no.: _"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"address": "clause-1.5/s2",
|
|
931
|
+
"fragment": "clause-1.5",
|
|
932
|
+
"clause": "1.5",
|
|
933
|
+
"kind": "provision",
|
|
934
|
+
"fragment_normative": true,
|
|
935
|
+
"modality": "informative",
|
|
936
|
+
"text": "Type designation: _"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"address": "clause-1.5/s3",
|
|
940
|
+
"fragment": "clause-1.5",
|
|
941
|
+
"clause": "1.5",
|
|
942
|
+
"kind": "provision",
|
|
943
|
+
"fragment_normative": true,
|
|
944
|
+
"modality": "informative",
|
|
945
|
+
"text": "Report date: _"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"address": "clause-1.5/s4",
|
|
949
|
+
"fragment": "clause-1.5",
|
|
950
|
+
"clause": "1.5",
|
|
951
|
+
"kind": "provision",
|
|
952
|
+
"fragment_normative": true,
|
|
953
|
+
"modality": "informative",
|
|
954
|
+
"text": "Manufacturer: _"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"address": "clause-1.5/s5",
|
|
958
|
+
"fragment": "clause-1.5",
|
|
959
|
+
"clause": "1.5",
|
|
960
|
+
"kind": "provision",
|
|
961
|
+
"fragment_normative": true,
|
|
962
|
+
"modality": "informative",
|
|
963
|
+
"text": "Use this space for additional information relating to the identification of any authorised and agreed upon adjustments or modifications made to the sample or samples during the evaluation:"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"address": "clause-1.6/s1",
|
|
967
|
+
"fragment": "clause-1.6",
|
|
968
|
+
"clause": "1.6",
|
|
969
|
+
"kind": "provision",
|
|
970
|
+
"fragment_normative": true,
|
|
971
|
+
"modality": "informative",
|
|
972
|
+
"text": "Use the table below to summarise the test report(s) used to support the type evaluation:"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"address": "clause-1.6/s2",
|
|
976
|
+
"fragment": "clause-1.6",
|
|
977
|
+
"clause": "1.6",
|
|
978
|
+
"kind": "provision",
|
|
979
|
+
"fragment_normative": true,
|
|
980
|
+
"modality": "informative",
|
|
981
|
+
"text": "Use this column to record if the test report was issued:"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"address": "clause-1.6/s3",
|
|
985
|
+
"fragment": "clause-1.6",
|
|
986
|
+
"clause": "1.6",
|
|
987
|
+
"kind": "provision",
|
|
988
|
+
"fragment_normative": true,
|
|
989
|
+
"modality": "informative",
|
|
990
|
+
"text": "under the OIML Basic Certificate System, the OIML Mutual Acceptance Arrangement (MAA) or the OIML Certification System (OIML-CS) Scheme A or B."
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"address": "clause-1.6/s4",
|
|
994
|
+
"fragment": "clause-1.6",
|
|
995
|
+
"clause": "1.6",
|
|
996
|
+
"kind": "provision",
|
|
997
|
+
"fragment_normative": true,
|
|
998
|
+
"modality": "normative",
|
|
999
|
+
"text": "Where the test report was used as the basis for issuing an existing OIML Certificate, the relevant OIML Certificate number should be noted;"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"address": "clause-1.6/s5",
|
|
1003
|
+
"fragment": "clause-1.6",
|
|
1004
|
+
"clause": "1.6",
|
|
1005
|
+
"kind": "provision",
|
|
1006
|
+
"fragment_normative": true,
|
|
1007
|
+
"modality": "informative",
|
|
1008
|
+
"text": "by a Manufacturer Test Laboratory (MTL);"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"address": "clause-1.6/s6",
|
|
1012
|
+
"fragment": "clause-1.6",
|
|
1013
|
+
"clause": "1.6",
|
|
1014
|
+
"kind": "provision",
|
|
1015
|
+
"fragment_normative": true,
|
|
1016
|
+
"modality": "informative",
|
|
1017
|
+
"text": "under the scope of ISO/IEC 17025 accreditation."
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"address": "clause-1.7/s1",
|
|
1021
|
+
"fragment": "clause-1.7",
|
|
1022
|
+
"clause": "1.7",
|
|
1023
|
+
"kind": "provision",
|
|
1024
|
+
"fragment_normative": true,
|
|
1025
|
+
"modality": "informative",
|
|
1026
|
+
"text": "Use this space to record the appraisal of test data:"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"address": "clause-1.7/s2",
|
|
1030
|
+
"fragment": "clause-1.7",
|
|
1031
|
+
"clause": "1.7",
|
|
1032
|
+
"kind": "provision",
|
|
1033
|
+
"fragment_normative": true,
|
|
1034
|
+
"modality": "informative",
|
|
1035
|
+
"text": "If there is more than one test report, indicate in the remarks if the answers are not the same for all test reports by referring to the test report number from the previous table."
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"address": "clause-1.8/s1",
|
|
1039
|
+
"fragment": "clause-1.8",
|
|
1040
|
+
"clause": "1.8",
|
|
1041
|
+
"kind": "provision",
|
|
1042
|
+
"fragment_normative": true,
|
|
1043
|
+
"modality": "normative",
|
|
1044
|
+
"text": "For each test, the “Summary of the checklist” below and the “Checklist” in clause 1 shall be completed according to this example:"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"address": "clause-1.8/s2",
|
|
1048
|
+
"fragment": "clause-1.8",
|
|
1049
|
+
"clause": "1.8",
|
|
1050
|
+
"kind": "provision",
|
|
1051
|
+
"fragment_normative": true,
|
|
1052
|
+
"modality": "informative",
|
|
1053
|
+
"text": "Summary of the checklist:"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"address": "clause-1.8/s3",
|
|
1057
|
+
"fragment": "clause-1.8",
|
|
1058
|
+
"clause": "1.8",
|
|
1059
|
+
"kind": "provision",
|
|
1060
|
+
"fragment_normative": true,
|
|
1061
|
+
"modality": "informative",
|
|
1062
|
+
"text": "Application no.: _"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"address": "clause-1.8/s4",
|
|
1066
|
+
"fragment": "clause-1.8",
|
|
1067
|
+
"clause": "1.8",
|
|
1068
|
+
"kind": "provision",
|
|
1069
|
+
"fragment_normative": true,
|
|
1070
|
+
"modality": "informative",
|
|
1071
|
+
"text": "Type designation: _"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"address": "clause-1.8/s5",
|
|
1075
|
+
"fragment": "clause-1.8",
|
|
1076
|
+
"clause": "1.8",
|
|
1077
|
+
"kind": "provision",
|
|
1078
|
+
"fragment_normative": true,
|
|
1079
|
+
"modality": "informative",
|
|
1080
|
+
"text": "Report date: _"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"address": "clause-1.8/s6",
|
|
1084
|
+
"fragment": "clause-1.8",
|
|
1085
|
+
"clause": "1.8",
|
|
1086
|
+
"kind": "provision",
|
|
1087
|
+
"fragment_normative": true,
|
|
1088
|
+
"modality": "informative",
|
|
1089
|
+
"text": "Use this page to detail remarks from the summary of the checklist:"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"address": "clause-2/s1",
|
|
1093
|
+
"fragment": "clause-2",
|
|
1094
|
+
"clause": "2",
|
|
1095
|
+
"kind": "provision",
|
|
1096
|
+
"fragment_normative": true,
|
|
1097
|
+
"modality": "informative",
|
|
1098
|
+
"text": "Report no.: _"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"address": "clause-2/s2",
|
|
1102
|
+
"fragment": "clause-2",
|
|
1103
|
+
"clause": "2",
|
|
1104
|
+
"kind": "provision",
|
|
1105
|
+
"fragment_normative": true,
|
|
1106
|
+
"modality": "informative",
|
|
1107
|
+
"text": "Application no.: _"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"address": "clause-2/s3",
|
|
1111
|
+
"fragment": "clause-2",
|
|
1112
|
+
"clause": "2",
|
|
1113
|
+
"kind": "provision",
|
|
1114
|
+
"fragment_normative": true,
|
|
1115
|
+
"modality": "informative",
|
|
1116
|
+
"text": "Manufacturer: _"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"address": "clause-2/s4",
|
|
1120
|
+
"fragment": "clause-2",
|
|
1121
|
+
"clause": "2",
|
|
1122
|
+
"kind": "provision",
|
|
1123
|
+
"fragment_normative": true,
|
|
1124
|
+
"modality": "informative",
|
|
1125
|
+
"text": "Make and model: _"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"address": "clause-2/s5",
|
|
1129
|
+
"fragment": "clause-2",
|
|
1130
|
+
"clause": "2",
|
|
1131
|
+
"kind": "provision",
|
|
1132
|
+
"fragment_normative": true,
|
|
1133
|
+
"modality": "informative",
|
|
1134
|
+
"text": "Serial no.: _"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"address": "clause-2/s6",
|
|
1138
|
+
"fragment": "clause-2",
|
|
1139
|
+
"clause": "2",
|
|
1140
|
+
"kind": "provision",
|
|
1141
|
+
"fragment_normative": true,
|
|
1142
|
+
"modality": "informative",
|
|
1143
|
+
"text": "Date: _"
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"address": "clause-2/s7",
|
|
1147
|
+
"fragment": "clause-2",
|
|
1148
|
+
"clause": "2",
|
|
1149
|
+
"kind": "provision",
|
|
1150
|
+
"fragment_normative": true,
|
|
1151
|
+
"modality": "informative",
|
|
1152
|
+
"text": "Observer: _"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"address": "clause-2/s8",
|
|
1156
|
+
"fragment": "clause-2",
|
|
1157
|
+
"clause": "2",
|
|
1158
|
+
"kind": "provision",
|
|
1159
|
+
"fragment_normative": true,
|
|
1160
|
+
"modality": "informative",
|
|
1161
|
+
"text": "Checklist (continued)"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"address": "clause-2/s9",
|
|
1165
|
+
"fragment": "clause-2",
|
|
1166
|
+
"clause": "2",
|
|
1167
|
+
"kind": "provision",
|
|
1168
|
+
"fragment_normative": true,
|
|
1169
|
+
"modality": "informative",
|
|
1170
|
+
"text": "Checklist (continued)"
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"address": "clause-2/s10",
|
|
1174
|
+
"fragment": "clause-2",
|
|
1175
|
+
"clause": "2",
|
|
1176
|
+
"kind": "provision",
|
|
1177
|
+
"fragment_normative": true,
|
|
1178
|
+
"modality": "informative",
|
|
1179
|
+
"text": "Checklist (continued)"
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"address": "clause-2/s11",
|
|
1183
|
+
"fragment": "clause-2",
|
|
1184
|
+
"clause": "2",
|
|
1185
|
+
"kind": "provision",
|
|
1186
|
+
"fragment_normative": true,
|
|
1187
|
+
"modality": "informative",
|
|
1188
|
+
"text": "Checklist (continued)"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"address": "clause-2/s12",
|
|
1192
|
+
"fragment": "clause-2",
|
|
1193
|
+
"clause": "2",
|
|
1194
|
+
"kind": "provision",
|
|
1195
|
+
"fragment_normative": true,
|
|
1196
|
+
"modality": "informative",
|
|
1197
|
+
"text": "Checklist (continued)"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"address": "clause-2.1/s1",
|
|
1201
|
+
"fragment": "clause-2.1",
|
|
1202
|
+
"clause": "2.1",
|
|
1203
|
+
"kind": "provision",
|
|
1204
|
+
"fragment_normative": true,
|
|
1205
|
+
"modality": "informative",
|
|
1206
|
+
"text": "PASS"
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"address": "clause-2.1/s2",
|
|
1210
|
+
"fragment": "clause-2.1",
|
|
1211
|
+
"clause": "2.1",
|
|
1212
|
+
"kind": "provision",
|
|
1213
|
+
"fragment_normative": true,
|
|
1214
|
+
"modality": "informative",
|
|
1215
|
+
"text": "FAIL"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"address": "clause-2.1/s3",
|
|
1219
|
+
"fragment": "clause-2.1",
|
|
1220
|
+
"clause": "2.1",
|
|
1221
|
+
"kind": "provision",
|
|
1222
|
+
"fragment_normative": true,
|
|
1223
|
+
"modality": "informative",
|
|
1224
|
+
"text": "Use this page to detail remarks from the checklist:"
|
|
1225
|
+
}
|
|
1226
|
+
]
|
|
1227
|
+
}
|