@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,2961 @@
|
|
|
1
|
+
{
|
|
2
|
+
"prd_sentences": "0.1.0",
|
|
3
|
+
"document": {
|
|
4
|
+
"urn": "urn:oiml:pub:r:60-2:2021",
|
|
5
|
+
"short": "OIML R 60-2:2021",
|
|
6
|
+
"part": "2"
|
|
7
|
+
},
|
|
8
|
+
"sentences": [
|
|
9
|
+
{
|
|
10
|
+
"address": "clause-1.1.1/s1",
|
|
11
|
+
"fragment": "clause-1.1.1",
|
|
12
|
+
"clause": "1.1.1",
|
|
13
|
+
"kind": "provision",
|
|
14
|
+
"fragment_normative": true,
|
|
15
|
+
"modality": "informative",
|
|
16
|
+
"text": "This Recommendation prescribes performance requirements for load cells used in devices or systems subjected to legal metrological control."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"address": "clause-1.1.1/s2",
|
|
20
|
+
"fragment": "clause-1.1.1",
|
|
21
|
+
"clause": "1.1.1",
|
|
22
|
+
"kind": "provision",
|
|
23
|
+
"fragment_normative": true,
|
|
24
|
+
"modality": "normative",
|
|
25
|
+
"text": "National legislation may impose metrological controls that verify compliance with this Recommendation."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"address": "clause-1.1.1/s3",
|
|
29
|
+
"fragment": "clause-1.1.1",
|
|
30
|
+
"clause": "1.1.1",
|
|
31
|
+
"kind": "provision",
|
|
32
|
+
"fragment_normative": true,
|
|
33
|
+
"modality": "normative",
|
|
34
|
+
"text": "Such controls, when imposed, may include type evaluation."
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"address": "clause-1.2/s1",
|
|
38
|
+
"fragment": "clause-1.2",
|
|
39
|
+
"clause": "1.2",
|
|
40
|
+
"kind": "provision",
|
|
41
|
+
"fragment_normative": true,
|
|
42
|
+
"modality": "normative",
|
|
43
|
+
"text": "The expanded uncertainty, U (for coverage factor k = 2), for the combination of the force-generating system and the indicating instrument used during the tests to observe the load cell output shall be less than 1/3 times the MPE of the load cell under test [OIML G 1-100 Guide to the Expression of Uncertainty in Measurement] [7]."
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"address": "clause-2.1/s1",
|
|
47
|
+
"fragment": "clause-2.1",
|
|
48
|
+
"clause": "2.1",
|
|
49
|
+
"kind": "provision",
|
|
50
|
+
"fragment_normative": true,
|
|
51
|
+
"modality": "informative",
|
|
52
|
+
"text": "This section provides test procedures for type evaluation testing of load cells."
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"address": "clause-2.1/s2",
|
|
56
|
+
"fragment": "clause-2.1",
|
|
57
|
+
"clause": "2.1",
|
|
58
|
+
"kind": "provision",
|
|
59
|
+
"fragment_normative": true,
|
|
60
|
+
"modality": "informative",
|
|
61
|
+
"text": "Wherever possible, test procedures have been established to apply as broadly as possible to all load cells within the scope of OIML R 60."
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"address": "clause-2.1/s3",
|
|
65
|
+
"fragment": "clause-2.1",
|
|
66
|
+
"clause": "2.1",
|
|
67
|
+
"kind": "provision",
|
|
68
|
+
"fragment_normative": true,
|
|
69
|
+
"modality": "informative",
|
|
70
|
+
"text": "The procedures apply to the testing of load cells only."
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"address": "clause-2.1/s4",
|
|
74
|
+
"fragment": "clause-2.1",
|
|
75
|
+
"clause": "2.1",
|
|
76
|
+
"kind": "provision",
|
|
77
|
+
"fragment_normative": true,
|
|
78
|
+
"modality": "informative",
|
|
79
|
+
"text": "No attempt has been made to cover testing of complete systems that include load cells."
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"address": "clause-2.2/s1",
|
|
83
|
+
"fragment": "clause-2.2",
|
|
84
|
+
"clause": "2.2",
|
|
85
|
+
"kind": "provision",
|
|
86
|
+
"fragment_normative": true,
|
|
87
|
+
"modality": "informative",
|
|
88
|
+
"text": "Test procedures for the type evaluation of load cells are provided in 2.10 and the Test Report Format is provided in OIML R 60-3."
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"address": "clause-2.2/s2",
|
|
92
|
+
"fragment": "clause-2.2",
|
|
93
|
+
"clause": "2.2",
|
|
94
|
+
"kind": "provision",
|
|
95
|
+
"fragment_normative": true,
|
|
96
|
+
"modality": "informative",
|
|
97
|
+
"text": "Initial and subsequent verification of load cells independent of the measuring system in which they are used is normally considered inappropriate if the complete system performance is verified by other means."
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"address": "clause-2.3/s1",
|
|
101
|
+
"fragment": "clause-2.3",
|
|
102
|
+
"clause": "2.3",
|
|
103
|
+
"kind": "provision",
|
|
104
|
+
"fragment_normative": true,
|
|
105
|
+
"modality": "normative",
|
|
106
|
+
"text": "Type evaluation shall be carried out on at least one specimen, which represents the type."
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"address": "clause-2.3/s2",
|
|
110
|
+
"fragment": "clause-2.3",
|
|
111
|
+
"clause": "2.3",
|
|
112
|
+
"kind": "provision",
|
|
113
|
+
"fragment_normative": true,
|
|
114
|
+
"modality": "normative",
|
|
115
|
+
"text": "The evaluation shall consist of the examination and tests specified in 2.10."
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"address": "clause-2.3/s3",
|
|
119
|
+
"fragment": "clause-2.3",
|
|
120
|
+
"clause": "2.3",
|
|
121
|
+
"kind": "provision",
|
|
122
|
+
"fragment_normative": true,
|
|
123
|
+
"modality": "normative",
|
|
124
|
+
"text": "In case the applicant wants to have several versions or measuring ranges approved, the issuing authority decides which version(s) and range(s) shall be supplied."
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"address": "clause-2.3/s4",
|
|
128
|
+
"fragment": "clause-2.3",
|
|
129
|
+
"clause": "2.3",
|
|
130
|
+
"kind": "provision",
|
|
131
|
+
"fragment_normative": true,
|
|
132
|
+
"modality": "normative",
|
|
133
|
+
"text": "If a specimen does not pass a specific test as a result of the design of the type and therefore has to be modified, the applicant shall carry out this modification to all the specimens supplied for test."
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"address": "clause-2.3/s5",
|
|
137
|
+
"fragment": "clause-2.3",
|
|
138
|
+
"clause": "2.3",
|
|
139
|
+
"kind": "provision",
|
|
140
|
+
"fragment_normative": true,
|
|
141
|
+
"modality": "normative",
|
|
142
|
+
"text": "If the modification has been applied to all sub-types of the family which have the common design defect that required modification, it is then required that the other specimens that have been submitted shall be re-tested."
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"address": "clause-2.3/s6",
|
|
146
|
+
"fragment": "clause-2.3",
|
|
147
|
+
"clause": "2.3",
|
|
148
|
+
"kind": "provision",
|
|
149
|
+
"fragment_normative": true,
|
|
150
|
+
"modality": "normative",
|
|
151
|
+
"text": "Depending on the modification this may involve a repeat of the specific test or a complete re-test."
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"address": "clause-2.3/s7",
|
|
155
|
+
"fragment": "clause-2.3",
|
|
156
|
+
"clause": "2.3",
|
|
157
|
+
"kind": "provision",
|
|
158
|
+
"fragment_normative": true,
|
|
159
|
+
"modality": "normative",
|
|
160
|
+
"text": "If during the evaluation the specimen experiences malfunction or breakage that necessitates a repair in order to complete the test, the applicant shall verify whether this repair concerns an incident or whether a modification will need be made to the design."
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"address": "clause-2.3/s8",
|
|
164
|
+
"fragment": "clause-2.3",
|
|
165
|
+
"clause": "2.3",
|
|
166
|
+
"kind": "provision",
|
|
167
|
+
"fragment_normative": true,
|
|
168
|
+
"modality": "normative",
|
|
169
|
+
"text": "In the latter case the modification shall be applied to all specimens supplied for the test and the applicable documentation shall be updated accordingly."
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"address": "clause-2.3/s9",
|
|
173
|
+
"fragment": "clause-2.3",
|
|
174
|
+
"clause": "2.3",
|
|
175
|
+
"kind": "provision",
|
|
176
|
+
"fragment_normative": true,
|
|
177
|
+
"modality": "normative",
|
|
178
|
+
"text": "If the issuing authority has reason to believe that a modification or repair could cause a different outcome for test result(s) than the result(s) which was observed prior to any modification, these tests shall be repeated."
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"address": "clause-2.3/s10",
|
|
182
|
+
"fragment": "clause-2.3",
|
|
183
|
+
"clause": "2.3",
|
|
184
|
+
"kind": "provision",
|
|
185
|
+
"fragment_normative": true,
|
|
186
|
+
"modality": "normative",
|
|
187
|
+
"text": "The reason for repeating a test shall be given within the scope of the test report."
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"address": "clause-2.3.1/s1",
|
|
191
|
+
"fragment": "clause-2.3.1",
|
|
192
|
+
"clause": "2.3.1",
|
|
193
|
+
"kind": "provision",
|
|
194
|
+
"fragment_normative": true,
|
|
195
|
+
"modality": "normative",
|
|
196
|
+
"text": "The selection of load cells to be tested shall be such that the number of load cells to be tested is minimised (see practical example in Annex D)."
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"address": "clause-2.4/s1",
|
|
200
|
+
"fragment": "clause-2.4",
|
|
201
|
+
"clause": "2.4",
|
|
202
|
+
"kind": "provision",
|
|
203
|
+
"fragment_normative": true,
|
|
204
|
+
"modality": "normative",
|
|
205
|
+
"text": "In order to accelerate the test procedure, the test laboratory may carry out different tests simultaneously on different units."
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"address": "clause-2.4/s2",
|
|
209
|
+
"fragment": "clause-2.4",
|
|
210
|
+
"clause": "2.4",
|
|
211
|
+
"kind": "provision",
|
|
212
|
+
"fragment_normative": true,
|
|
213
|
+
"modality": "informative",
|
|
214
|
+
"text": "In this case, the issuing authority decides which version or measuring range will be subjected to a specific test."
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"address": "clause-2.4/s3",
|
|
218
|
+
"fragment": "clause-2.4",
|
|
219
|
+
"clause": "2.4",
|
|
220
|
+
"kind": "provision",
|
|
221
|
+
"fragment_normative": true,
|
|
222
|
+
"modality": "normative",
|
|
223
|
+
"text": "All accuracy and influence tests, including a span stability test for digital load cells, shall be performed on the same unit."
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"address": "clause-2.4/s4",
|
|
227
|
+
"fragment": "clause-2.4",
|
|
228
|
+
"clause": "2.4",
|
|
229
|
+
"kind": "provision",
|
|
230
|
+
"fragment_normative": true,
|
|
231
|
+
"modality": "normative",
|
|
232
|
+
"text": "Disturbance tests on digital load cells may be (simultaneously) carried out on not more than two additional load cells."
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"address": "clause-2.4/s5",
|
|
236
|
+
"fragment": "clause-2.4",
|
|
237
|
+
"clause": "2.4",
|
|
238
|
+
"kind": "provision",
|
|
239
|
+
"fragment_normative": true,
|
|
240
|
+
"modality": "normative",
|
|
241
|
+
"text": "Where a family composed of one or more groups of load cells of various capacities and characteristics is presented for type evaluation, the following provisions shall apply."
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"address": "clause-2.4/s6",
|
|
245
|
+
"fragment": "clause-2.4",
|
|
246
|
+
"clause": "2.4",
|
|
247
|
+
"kind": "provision",
|
|
248
|
+
"fragment_normative": true,
|
|
249
|
+
"modality": "normative",
|
|
250
|
+
"text": "When classifying load cells on the basis of the shape design, additional consideration should be given to design criteria such as the geometrical characteristics of the areas of the load cell created during fabrication."
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"address": "clause-2.4/s7",
|
|
254
|
+
"fragment": "clause-2.4",
|
|
255
|
+
"clause": "2.4",
|
|
256
|
+
"kind": "provision",
|
|
257
|
+
"fragment_normative": true,
|
|
258
|
+
"modality": "informative",
|
|
259
|
+
"text": "Examples of strain gauge-type load cells with identical outer dimensions but different geometries are shown below."
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"address": "clause-2.4.1/s1",
|
|
263
|
+
"fragment": "clause-2.4.1",
|
|
264
|
+
"clause": "2.4.1",
|
|
265
|
+
"kind": "provision",
|
|
266
|
+
"fragment_normative": true,
|
|
267
|
+
"modality": "informative",
|
|
268
|
+
"text": "Where load cells of the same family and same capacity belong to different groups, the selection of a load cell for testing requires a choice between characteristics of the load cells."
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"address": "clause-2.4.1/s2",
|
|
272
|
+
"fragment": "clause-2.4.1",
|
|
273
|
+
"clause": "2.4.1",
|
|
274
|
+
"kind": "provision",
|
|
275
|
+
"fragment_normative": true,
|
|
276
|
+
"modality": "normative",
|
|
277
|
+
"text": "In this case, the load cell requiring the most onerous tests shall be selected."
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"address": "clause-2.4.1/s3",
|
|
281
|
+
"fragment": "clause-2.4.1",
|
|
282
|
+
"clause": "2.4.1",
|
|
283
|
+
"kind": "provision",
|
|
284
|
+
"fragment_normative": true,
|
|
285
|
+
"modality": "informative",
|
|
286
|
+
"text": "This selection will result in the load cell with the most stringent metrological characteristics being tested."
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"address": "clause-2.4.2/s1",
|
|
290
|
+
"fragment": "clause-2.4.2",
|
|
291
|
+
"clause": "2.4.2",
|
|
292
|
+
"kind": "provision",
|
|
293
|
+
"fragment_normative": true,
|
|
294
|
+
"modality": "normative",
|
|
295
|
+
"text": "Load cells of the same family with a capacity in between the capacities tested, as well as those above the largest capacity tested, but not over 5 times the largest capacity tested, may be included in the certificate and are deemed to fulfil the requirements of this Recommendation."
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"address": "clause-2.4.2/s2",
|
|
299
|
+
"fragment": "clause-2.4.2",
|
|
300
|
+
"clause": "2.4.2",
|
|
301
|
+
"kind": "provision",
|
|
302
|
+
"fragment_normative": true,
|
|
303
|
+
"modality": "informative",
|
|
304
|
+
"text": "This is under the provision that along with the change of capacity there is no change of measurement principle or material used in the construction of the load cell (e.g. from bending beam to shear beam or stainless steel replacing aluminium)."
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"address": "clause-2.4.3/s1",
|
|
308
|
+
"fragment": "clause-2.4.3",
|
|
309
|
+
"clause": "2.4.3",
|
|
310
|
+
"kind": "provision",
|
|
311
|
+
"fragment_normative": true,
|
|
312
|
+
"modality": "normative",
|
|
313
|
+
"text": "For any family, the smallest capacity load cell from the group with the best characteristics shall be selected for testing."
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"address": "clause-2.4.3/s2",
|
|
317
|
+
"fragment": "clause-2.4.3",
|
|
318
|
+
"clause": "2.4.3",
|
|
319
|
+
"kind": "provision",
|
|
320
|
+
"fragment_normative": true,
|
|
321
|
+
"modality": "normative",
|
|
322
|
+
"text": "For any group, the smallest capacity load cell in the group shall always be selected for test unless that capacity falls within the range of allowed capacities of selected load cells having better metrological characteristics according to the requirements of 2.4.1."
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"address": "clause-2.4.4/s1",
|
|
326
|
+
"fragment": "clause-2.4.4",
|
|
327
|
+
"clause": "2.4.4",
|
|
328
|
+
"kind": "provision",
|
|
329
|
+
"fragment_normative": true,
|
|
330
|
+
"modality": "normative",
|
|
331
|
+
"text": "When the ratio of the largest capacity load cell in each group to the nearest smaller capacity having been selected for test is greater than 5, then another load cell shall be selected."
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"address": "clause-2.4.4/s2",
|
|
335
|
+
"fragment": "clause-2.4.4",
|
|
336
|
+
"clause": "2.4.4",
|
|
337
|
+
"kind": "provision",
|
|
338
|
+
"fragment_normative": true,
|
|
339
|
+
"modality": "normative",
|
|
340
|
+
"text": "The selected load cell shall have a capacity between 5 and 10 times that of the nearest smaller capacity load cell which has been selected."
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"address": "clause-2.4.4/s3",
|
|
344
|
+
"fragment": "clause-2.4.4",
|
|
345
|
+
"clause": "2.4.4",
|
|
346
|
+
"kind": "provision",
|
|
347
|
+
"fragment_normative": true,
|
|
348
|
+
"modality": "normative",
|
|
349
|
+
"text": "When no capacity meets this criterion, the selected load cell shall be that having the smallest capacity exceeding 10 times that of the nearest smaller capacity load cell which has been selected."
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"address": "clause-2.4.5/s1",
|
|
353
|
+
"fragment": "clause-2.4.5",
|
|
354
|
+
"clause": "2.4.5",
|
|
355
|
+
"kind": "provision",
|
|
356
|
+
"fragment_normative": true,
|
|
357
|
+
"modality": "normative",
|
|
358
|
+
"text": "If more than one load cell of a family has been submitted for testing, only one load cell shall be tested for humidity when applicable."
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"address": "clause-2.4.6/s1",
|
|
362
|
+
"fragment": "clause-2.4.6",
|
|
363
|
+
"clause": "2.4.6",
|
|
364
|
+
"kind": "provision",
|
|
365
|
+
"fragment_normative": true,
|
|
366
|
+
"modality": "normative",
|
|
367
|
+
"text": "For analogue-active load cells (R 60-1, 3.1.3.2) with active electronics that do not differ between load cells and family and for digital load cells (R 60-1, 3.1.3.3) with an additional digital converter that does not differ between load cells and family all applicable tests shall be performed on the load cell with the minimum, μV/vmin as input for the analogue to digital converter (same principle as OIML R 76 Non-automatic weighing instruments [1], Annex C, Table 12)."
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"address": "clause-2.4.6/s2",
|
|
371
|
+
"fragment": "clause-2.4.6",
|
|
372
|
+
"clause": "2.4.6",
|
|
373
|
+
"kind": "provision",
|
|
374
|
+
"fragment_normative": true,
|
|
375
|
+
"modality": "normative",
|
|
376
|
+
"text": "Notwithstanding this requirement, the criteria for assignment of a load cell to a family and the selection of test specimens found in 2.4.1 shall be observed."
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"address": "clause-2.5/s1",
|
|
380
|
+
"fragment": "clause-2.5",
|
|
381
|
+
"clause": "2.5",
|
|
382
|
+
"kind": "provision",
|
|
383
|
+
"fragment_normative": true,
|
|
384
|
+
"modality": "normative",
|
|
385
|
+
"text": "The documentation submitted with the application for type evaluation shall include:"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"address": "clause-2.5/s2",
|
|
389
|
+
"fragment": "clause-2.5",
|
|
390
|
+
"clause": "2.5",
|
|
391
|
+
"kind": "provision",
|
|
392
|
+
"fragment_normative": true,
|
|
393
|
+
"modality": "informative",
|
|
394
|
+
"text": "a description of its general principle of measurement;"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"address": "clause-2.5/s3",
|
|
398
|
+
"fragment": "clause-2.5",
|
|
399
|
+
"clause": "2.5",
|
|
400
|
+
"kind": "provision",
|
|
401
|
+
"fragment_normative": true,
|
|
402
|
+
"modality": "informative",
|
|
403
|
+
"text": "mechanical drawings (including documents on the load transmission(s) as per Annex E);"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"address": "clause-2.5/s4",
|
|
407
|
+
"fragment": "clause-2.5",
|
|
408
|
+
"clause": "2.5",
|
|
409
|
+
"kind": "provision",
|
|
410
|
+
"fragment_normative": true,
|
|
411
|
+
"modality": "informative",
|
|
412
|
+
"text": "electric/electronic diagrams;"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"address": "clause-2.5/s5",
|
|
416
|
+
"fragment": "clause-2.5",
|
|
417
|
+
"clause": "2.5",
|
|
418
|
+
"kind": "provision",
|
|
419
|
+
"fragment_normative": true,
|
|
420
|
+
"modality": "informative",
|
|
421
|
+
"text": "installation requirements (physical and electrical) if appropriate;"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"address": "clause-2.5/s6",
|
|
425
|
+
"fragment": "clause-2.5",
|
|
426
|
+
"clause": "2.5",
|
|
427
|
+
"kind": "provision",
|
|
428
|
+
"fragment_normative": true,
|
|
429
|
+
"modality": "normative",
|
|
430
|
+
"text": "operating instructions that shall be provided to the user if appropriate;"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"address": "clause-2.5/s7",
|
|
434
|
+
"fragment": "clause-2.5",
|
|
435
|
+
"clause": "2.5",
|
|
436
|
+
"kind": "provision",
|
|
437
|
+
"fragment_normative": true,
|
|
438
|
+
"modality": "informative",
|
|
439
|
+
"text": "documents or other evidence to support and demonstrate the manufacturer’s belief that the design and characteristics of the load cell will comply with the requirements of this Recommendation; and"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"address": "clause-2.5/s8",
|
|
443
|
+
"fragment": "clause-2.5",
|
|
444
|
+
"clause": "2.5",
|
|
445
|
+
"kind": "provision",
|
|
446
|
+
"fragment_normative": true,
|
|
447
|
+
"modality": "informative",
|
|
448
|
+
"text": "documentation relative to software if appropriate."
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"address": "clause-2.5/s9",
|
|
452
|
+
"fragment": "clause-2.5",
|
|
453
|
+
"clause": "2.5",
|
|
454
|
+
"kind": "provision",
|
|
455
|
+
"fragment_normative": true,
|
|
456
|
+
"modality": "informative",
|
|
457
|
+
"text": "If the test laboratory deems this necessary, it can require more detailed documentation; either to be able to study the quality of the instrument, or to be able to fully define the approved type, or both."
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"address": "clause-2.5/s10",
|
|
461
|
+
"fragment": "clause-2.5",
|
|
462
|
+
"clause": "2.5",
|
|
463
|
+
"kind": "provision",
|
|
464
|
+
"fragment_normative": true,
|
|
465
|
+
"modality": "informative",
|
|
466
|
+
"text": "If the manufacturer does not prescribe a specific load transmission, it will be the responsibility of the test laboratory to decide what kind of load transmission is to be used for testing (also see Annex E)."
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"address": "clause-2.6/s1",
|
|
470
|
+
"fragment": "clause-2.6",
|
|
471
|
+
"clause": "2.6",
|
|
472
|
+
"kind": "provision",
|
|
473
|
+
"fragment_normative": true,
|
|
474
|
+
"modality": "informative",
|
|
475
|
+
"text": "Examinations and testing of load cells are intended to verify compliance with the requirements of R 60-1."
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"address": "clause-2.6/s2",
|
|
479
|
+
"fragment": "clause-2.6",
|
|
480
|
+
"clause": "2.6",
|
|
481
|
+
"kind": "provision",
|
|
482
|
+
"fragment_normative": true,
|
|
483
|
+
"modality": "normative",
|
|
484
|
+
"text": "The load cell shall be given a visual inspection to obtain a general appraisal of its design and construction and the documentation shall be studied."
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"address": "clause-2.6/s3",
|
|
488
|
+
"fragment": "clause-2.6",
|
|
489
|
+
"clause": "2.6",
|
|
490
|
+
"kind": "provision",
|
|
491
|
+
"fragment_normative": true,
|
|
492
|
+
"modality": "normative",
|
|
493
|
+
"text": "In particular, the following aspects shall be examined:"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"address": "clause-2.6/s4",
|
|
497
|
+
"fragment": "clause-2.6",
|
|
498
|
+
"clause": "2.6",
|
|
499
|
+
"kind": "provision",
|
|
500
|
+
"fragment_normative": true,
|
|
501
|
+
"modality": "informative",
|
|
502
|
+
"text": "accuracy classes and their symbols (R 60-1, 5.1.1 and 6.2.4.1);"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"address": "clause-2.6/s5",
|
|
506
|
+
"fragment": "clause-2.6",
|
|
507
|
+
"clause": "2.6",
|
|
508
|
+
"kind": "provision",
|
|
509
|
+
"fragment_normative": true,
|
|
510
|
+
"modality": "informative",
|
|
511
|
+
"text": "maximum number of load cell verification intervals (R 60-1, 5.1.2 and 6.2.4.5);"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"address": "clause-2.6/s6",
|
|
515
|
+
"fragment": "clause-2.6",
|
|
516
|
+
"clause": "2.6",
|
|
517
|
+
"kind": "provision",
|
|
518
|
+
"fragment_normative": true,
|
|
519
|
+
"modality": "informative",
|
|
520
|
+
"text": "load cell measuring ranges (R 60-1, 3.5.2);"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"address": "clause-2.6/s7",
|
|
524
|
+
"fragment": "clause-2.6",
|
|
525
|
+
"clause": "2.6",
|
|
526
|
+
"kind": "provision",
|
|
527
|
+
"fragment_normative": true,
|
|
528
|
+
"modality": "informative",
|
|
529
|
+
"text": "apportioning of errors (R 60-1, 5.3.2 and 3.7.2);"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"address": "clause-2.6/s8",
|
|
533
|
+
"fragment": "clause-2.6",
|
|
534
|
+
"clause": "2.6",
|
|
535
|
+
"kind": "provision",
|
|
536
|
+
"fragment_normative": true,
|
|
537
|
+
"modality": "informative",
|
|
538
|
+
"text": "construction of load cells (R 60-1, 3.3);"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"address": "clause-2.6/s9",
|
|
542
|
+
"fragment": "clause-2.6",
|
|
543
|
+
"clause": "2.6",
|
|
544
|
+
"kind": "provision",
|
|
545
|
+
"fragment_normative": true,
|
|
546
|
+
"modality": "informative",
|
|
547
|
+
"text": "software (R 60-1, 6.1) (if applicable);"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"address": "clause-2.6/s10",
|
|
551
|
+
"fragment": "clause-2.6",
|
|
552
|
+
"clause": "2.6",
|
|
553
|
+
"kind": "provision",
|
|
554
|
+
"fragment_normative": true,
|
|
555
|
+
"modality": "informative",
|
|
556
|
+
"text": "inscriptions and presentation of load cell information (R 60-1, 6.2); and"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"address": "clause-2.6/s11",
|
|
560
|
+
"fragment": "clause-2.6",
|
|
561
|
+
"clause": "2.6",
|
|
562
|
+
"kind": "provision",
|
|
563
|
+
"fragment_normative": true,
|
|
564
|
+
"modality": "informative",
|
|
565
|
+
"text": "installation instructions/recommendations."
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"address": "clause-2.7.1/s1",
|
|
569
|
+
"fragment": "clause-2.7.1",
|
|
570
|
+
"clause": "2.7.1",
|
|
571
|
+
"kind": "provision",
|
|
572
|
+
"fragment_normative": true,
|
|
573
|
+
"modality": "informative",
|
|
574
|
+
"text": "The following test procedures for the quantitative determination of load cell performance characteristics are established to ensure uniform type evaluation."
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"address": "clause-2.7.2/s1",
|
|
578
|
+
"fragment": "clause-2.7.2",
|
|
579
|
+
"clause": "2.7.2",
|
|
580
|
+
"kind": "provision",
|
|
581
|
+
"fragment_normative": true,
|
|
582
|
+
"modality": "informative",
|
|
583
|
+
"text": "The basic equipment for type evaluation tests consists of a force-generating system and a suitable indicating instrument, which measures the output of the load cell (see 1.2)."
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"address": "clause-2.7.3.1/s1",
|
|
587
|
+
"fragment": "clause-2.7.3.1",
|
|
588
|
+
"clause": "2.7.3.1",
|
|
589
|
+
"kind": "provision",
|
|
590
|
+
"fragment_normative": true,
|
|
591
|
+
"modality": "normative",
|
|
592
|
+
"text": "Tests shall be performed under stable environmental conditions."
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"address": "clause-2.7.3.1/s2",
|
|
596
|
+
"fragment": "clause-2.7.3.1",
|
|
597
|
+
"clause": "2.7.3.1",
|
|
598
|
+
"kind": "provision",
|
|
599
|
+
"fragment_normative": true,
|
|
600
|
+
"modality": "informative",
|
|
601
|
+
"text": "The ambient temperature is deemed to be stable when the difference between extreme temperatures noted during the test does not exceed one fifth of the temperature range of the load cell under test, without being greater than 2 \"unitsml(degC)\"."
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"address": "clause-2.7.3.1/s3",
|
|
605
|
+
"fragment": "clause-2.7.3.1",
|
|
606
|
+
"clause": "2.7.3.1",
|
|
607
|
+
"kind": "provision",
|
|
608
|
+
"fragment_normative": true,
|
|
609
|
+
"modality": "normative",
|
|
610
|
+
"text": "Conditions involving electrical power supplies, electromagnetic fields and radio frequency fields are to be measured/controlled when the load cell is being evaluated against the effects of these influences, and must also be considered when there is a potential for these types of conditions to impart effects on other tests."
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"address": "clause-2.7.3.2/s1",
|
|
614
|
+
"fragment": "clause-2.7.3.2",
|
|
615
|
+
"clause": "2.7.3.2",
|
|
616
|
+
"kind": "provision",
|
|
617
|
+
"fragment_normative": true,
|
|
618
|
+
"modality": "normative",
|
|
619
|
+
"text": "The mass standards used to generate the force applied during testing shall be corrected, if necessary, for the site of testing and the value of the gravity constant, g, at the test site shall be recorded with the test results."
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"address": "clause-2.7.3.2/s2",
|
|
623
|
+
"fragment": "clause-2.7.3.2",
|
|
624
|
+
"clause": "2.7.3.2",
|
|
625
|
+
"kind": "provision",
|
|
626
|
+
"fragment_normative": true,
|
|
627
|
+
"modality": "normative",
|
|
628
|
+
"text": "The value of the mass standards used to generate the force shall be traceable to the appropriate national or international standard of mass."
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"address": "clause-2.7.3.3/s1",
|
|
632
|
+
"fragment": "clause-2.7.3.3",
|
|
633
|
+
"clause": "2.7.3.3",
|
|
634
|
+
"kind": "provision",
|
|
635
|
+
"fragment_normative": true,
|
|
636
|
+
"modality": "normative",
|
|
637
|
+
"text": "Particular attention shall be paid to loading conditions to prevent the introduction of errors not inherent to the load cell."
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"address": "clause-2.7.3.3/s2",
|
|
641
|
+
"fragment": "clause-2.7.3.3",
|
|
642
|
+
"clause": "2.7.3.3",
|
|
643
|
+
"kind": "provision",
|
|
644
|
+
"fragment_normative": true,
|
|
645
|
+
"modality": "normative",
|
|
646
|
+
"text": "Factors such as surface roughness, flatness, corrosion, scratches, eccentricity, etc., should be taken into consideration."
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"address": "clause-2.7.3.3/s3",
|
|
650
|
+
"fragment": "clause-2.7.3.3",
|
|
651
|
+
"clause": "2.7.3.3",
|
|
652
|
+
"kind": "provision",
|
|
653
|
+
"fragment_normative": true,
|
|
654
|
+
"modality": "normative",
|
|
655
|
+
"text": "Loading conditions shall be in accordance with the specifications of the load cell manufacturer."
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"address": "clause-2.7.3.3/s4",
|
|
659
|
+
"fragment": "clause-2.7.3.3",
|
|
660
|
+
"clause": "2.7.3.3",
|
|
661
|
+
"kind": "provision",
|
|
662
|
+
"fragment_normative": true,
|
|
663
|
+
"modality": "normative",
|
|
664
|
+
"text": "The loads shall be applied and removed along the sensitive axis of the load cell without introducing shock to the load cell."
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"address": "clause-2.7.3.3/s5",
|
|
668
|
+
"fragment": "clause-2.7.3.3",
|
|
669
|
+
"clause": "2.7.3.3",
|
|
670
|
+
"kind": "provision",
|
|
671
|
+
"fragment_normative": true,
|
|
672
|
+
"modality": "normative",
|
|
673
|
+
"text": "Since the aim of this test is not to measure the influence on the metrological performances of mounting/dismounting the load cell on/from the force-generating system, the installation of the load cell in the force-generating system shall be done with particular care."
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"address": "clause-2.7.3.3/s6",
|
|
677
|
+
"fragment": "clause-2.7.3.3",
|
|
678
|
+
"clause": "2.7.3.3",
|
|
679
|
+
"kind": "provision",
|
|
680
|
+
"fragment_normative": true,
|
|
681
|
+
"modality": "normative",
|
|
682
|
+
"text": "In addition, the installation shall be done with consideration given to the intended use of the load cell and the load transmission."
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"address": "clause-2.7.3.3/s7",
|
|
686
|
+
"fragment": "clause-2.7.3.3",
|
|
687
|
+
"clause": "2.7.3.3",
|
|
688
|
+
"kind": "provision",
|
|
689
|
+
"fragment_normative": true,
|
|
690
|
+
"modality": "normative",
|
|
691
|
+
"text": "The effect on the metrological performance caused by mounting/dismounting the load cell on/from the force-generating system should be negligible in order to establish the magnitude of the test parameter."
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"address": "clause-2.7.3.3/s8",
|
|
695
|
+
"fragment": "clause-2.7.3.3",
|
|
696
|
+
"clause": "2.7.3.3",
|
|
697
|
+
"kind": "provision",
|
|
698
|
+
"fragment_normative": true,
|
|
699
|
+
"modality": "normative",
|
|
700
|
+
"text": "If possible, the load cell should not be dismounted from the force-generation system during the entire period of the test."
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"address": "clause-2.7.3.4/s1",
|
|
704
|
+
"fragment": "clause-2.7.3.4",
|
|
705
|
+
"clause": "2.7.3.4",
|
|
706
|
+
"kind": "provision",
|
|
707
|
+
"fragment_normative": true,
|
|
708
|
+
"modality": "normative",
|
|
709
|
+
"text": "With consideration given to the capability of the force-generating system, the minimum load, D_{\"min\"}, shall be as near as possible to but not less than the minimum dead load, E_{\"min\"}, and shall not be higher than a value equal to 10 % of E_{\"max\"}."
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"address": "clause-2.7.3.4/s2",
|
|
713
|
+
"fragment": "clause-2.7.3.4",
|
|
714
|
+
"clause": "2.7.3.4",
|
|
715
|
+
"kind": "provision",
|
|
716
|
+
"fragment_normative": true,
|
|
717
|
+
"modality": "normative",
|
|
718
|
+
"text": "The maximum load, D_{\"max\"}, shall be not less than 90 % of E_{\"max\"}, nor shall it be greater than E_{\"max\"} (refer to R 60-1, Figure 3)."
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"address": "clause-2.7.3.5/s1",
|
|
722
|
+
"fragment": "clause-2.7.3.5",
|
|
723
|
+
"clause": "2.7.3.5",
|
|
724
|
+
"kind": "provision",
|
|
725
|
+
"fragment_normative": true,
|
|
726
|
+
"modality": "normative",
|
|
727
|
+
"text": "All standards and measuring instruments used for the tests shall be traceable to national or international standards."
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"address": "clause-2.7.3.6/s1",
|
|
731
|
+
"fragment": "clause-2.7.3.6",
|
|
732
|
+
"clause": "2.7.3.6",
|
|
733
|
+
"kind": "provision",
|
|
734
|
+
"fragment_normative": true,
|
|
735
|
+
"modality": "normative",
|
|
736
|
+
"text": "A stabilisation period for the load cell under test and the indicating instrument shall be provided, as recommended by the manufacturers of the equipment used."
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"address": "clause-2.7.3.7/s1",
|
|
740
|
+
"fragment": "clause-2.7.3.7",
|
|
741
|
+
"clause": "2.7.3.7",
|
|
742
|
+
"kind": "provision",
|
|
743
|
+
"fragment_normative": true,
|
|
744
|
+
"modality": "informative",
|
|
745
|
+
"text": "It is important to allow sufficient time for temperature stabilisation of the load cell to be achieved."
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"address": "clause-2.7.3.7/s2",
|
|
749
|
+
"fragment": "clause-2.7.3.7",
|
|
750
|
+
"clause": "2.7.3.7",
|
|
751
|
+
"kind": "provision",
|
|
752
|
+
"fragment_normative": true,
|
|
753
|
+
"modality": "normative",
|
|
754
|
+
"text": "Particular attention shall be paid to this requirement for large load cells."
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"address": "clause-2.7.3.7/s3",
|
|
758
|
+
"fragment": "clause-2.7.3.7",
|
|
759
|
+
"clause": "2.7.3.7",
|
|
760
|
+
"kind": "provision",
|
|
761
|
+
"fragment_normative": true,
|
|
762
|
+
"modality": "normative",
|
|
763
|
+
"text": "The loading system shall be of a design which will not introduce significant thermal gradients within the load cell."
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"address": "clause-2.7.3.7/s4",
|
|
767
|
+
"fragment": "clause-2.7.3.7",
|
|
768
|
+
"clause": "2.7.3.7",
|
|
769
|
+
"kind": "provision",
|
|
770
|
+
"fragment_normative": true,
|
|
771
|
+
"modality": "normative",
|
|
772
|
+
"text": "The load cell and its connecting means (cables, tubes, etc.) which are integral or contiguous shall be at the same test temperature."
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"address": "clause-2.7.3.7/s5",
|
|
776
|
+
"fragment": "clause-2.7.3.7",
|
|
777
|
+
"clause": "2.7.3.7",
|
|
778
|
+
"kind": "provision",
|
|
779
|
+
"fragment_normative": true,
|
|
780
|
+
"modality": "normative",
|
|
781
|
+
"text": "The indicating instrument shall be maintained at room temperature."
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"address": "clause-2.7.3.7/s6",
|
|
785
|
+
"fragment": "clause-2.7.3.7",
|
|
786
|
+
"clause": "2.7.3.7",
|
|
787
|
+
"kind": "provision",
|
|
788
|
+
"fragment_normative": true,
|
|
789
|
+
"modality": "normative",
|
|
790
|
+
"text": "The temperature effect on auxiliary connecting means shall be considered in determining the results."
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"address": "clause-2.7.3.8/s1",
|
|
794
|
+
"fragment": "clause-2.7.3.8",
|
|
795
|
+
"clause": "2.7.3.8",
|
|
796
|
+
"kind": "provision",
|
|
797
|
+
"fragment_normative": true,
|
|
798
|
+
"modality": "normative",
|
|
799
|
+
"text": "Where changes in barometric pressure may significantly affect the load cell output, such changes shall be considered."
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"address": "clause-2.7.3.9/s1",
|
|
803
|
+
"fragment": "clause-2.7.3.9",
|
|
804
|
+
"clause": "2.7.3.9",
|
|
805
|
+
"kind": "provision",
|
|
806
|
+
"fragment_normative": true,
|
|
807
|
+
"modality": "normative",
|
|
808
|
+
"text": "When a load cell is marked with the symbol CH or is not marked with a humidity symbol, it shall be subjected to the humidity test, as specified in 2.10.5."
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"address": "clause-2.7.3.9/s2",
|
|
812
|
+
"fragment": "clause-2.7.3.9",
|
|
813
|
+
"clause": "2.7.3.9",
|
|
814
|
+
"kind": "provision",
|
|
815
|
+
"fragment_normative": true,
|
|
816
|
+
"modality": "normative",
|
|
817
|
+
"text": "When a load cell is marked with the symbol SH, it shall be subjected to the humidity test, as specified in 2.10.6."
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"address": "clause-2.7.3.9/s3",
|
|
821
|
+
"fragment": "clause-2.7.3.9",
|
|
822
|
+
"clause": "2.7.3.9",
|
|
823
|
+
"kind": "provision",
|
|
824
|
+
"fragment_normative": true,
|
|
825
|
+
"modality": "normative",
|
|
826
|
+
"text": "Load cells marked with the symbol NH shall not be subjected to the humidity tests as described in 2.10.5."
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"address": "clause-2.7.3.10/s1",
|
|
830
|
+
"fragment": "clause-2.7.3.10",
|
|
831
|
+
"clause": "2.7.3.10",
|
|
832
|
+
"kind": "provision",
|
|
833
|
+
"fragment_normative": true,
|
|
834
|
+
"modality": "informative",
|
|
835
|
+
"text": "Some indicating instruments are provided with a convenient means for checking the indicating instrument itself."
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"address": "clause-2.7.3.10/s2",
|
|
839
|
+
"fragment": "clause-2.7.3.10",
|
|
840
|
+
"clause": "2.7.3.10",
|
|
841
|
+
"kind": "provision",
|
|
842
|
+
"fragment_normative": true,
|
|
843
|
+
"modality": "normative",
|
|
844
|
+
"text": "When such features are provided, they shall be utilised frequently to ensure that the indicating instrument is within the accuracy required by the test being performed."
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"address": "clause-2.7.3.10/s3",
|
|
848
|
+
"fragment": "clause-2.7.3.10",
|
|
849
|
+
"clause": "2.7.3.10",
|
|
850
|
+
"kind": "provision",
|
|
851
|
+
"fragment_normative": true,
|
|
852
|
+
"modality": "normative",
|
|
853
|
+
"text": "Periodic checks on the calibration status of the indicating instrument shall be performed."
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"address": "clause-2.7.3.11/s1",
|
|
857
|
+
"fragment": "clause-2.7.3.11",
|
|
858
|
+
"clause": "2.7.3.11",
|
|
859
|
+
"kind": "provision",
|
|
860
|
+
"fragment_normative": true,
|
|
861
|
+
"modality": "normative",
|
|
862
|
+
"text": "Other conditions specified by the manufacturer such as input/output voltage, electrical sensitivity, input impedance of the indicator, etc. shall be taken into consideration during the test(s)."
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"address": "clause-2.7.3.12/s1",
|
|
866
|
+
"fragment": "clause-2.7.3.12",
|
|
867
|
+
"clause": "2.7.3.12",
|
|
868
|
+
"kind": "provision",
|
|
869
|
+
"fragment_normative": true,
|
|
870
|
+
"modality": "normative",
|
|
871
|
+
"text": "All time and date points shall be recorded such that the data can later be presented in test reports in absolute, not relative, units of local time and date."
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"address": "clause-2.7.3.12/s2",
|
|
875
|
+
"fragment": "clause-2.7.3.12",
|
|
876
|
+
"clause": "2.7.3.12",
|
|
877
|
+
"kind": "provision",
|
|
878
|
+
"fragment_normative": true,
|
|
879
|
+
"modality": "normative",
|
|
880
|
+
"text": "The date shall be recorded in the ISO 8601 Data elements and interchange formats — Information interchange — Representation of dates and times [9] (Representation of dates and times) format of ccyy-mm-dd."
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"address": "clause-2.7.3.12/note-1/s1",
|
|
884
|
+
"fragment": "clause-2.7.3.12/note-1",
|
|
885
|
+
"kind": "note",
|
|
886
|
+
"fragment_normative": false,
|
|
887
|
+
"modality": "informative",
|
|
888
|
+
"text": "”cc” may be omitted in cases where there is no possible confusion as to the century."
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"address": "clause-2.8.1/s1",
|
|
892
|
+
"fragment": "clause-2.8.1",
|
|
893
|
+
"clause": "2.8.1",
|
|
894
|
+
"kind": "provision",
|
|
895
|
+
"fragment_normative": true,
|
|
896
|
+
"modality": "normative",
|
|
897
|
+
"text": "The limits of error shown in Table 4 in OIML R 60-1 shall apply to all load cell measuring ranges complying with the following conditions:"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"address": "clause-2.8.1/s2",
|
|
901
|
+
"fragment": "clause-2.8.1",
|
|
902
|
+
"clause": "2.8.1",
|
|
903
|
+
"kind": "provision",
|
|
904
|
+
"fragment_normative": true,
|
|
905
|
+
"modality": "informative",
|
|
906
|
+
"text": "n <= n_{\"LC\"}"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"address": "clause-2.8.1/s3",
|
|
910
|
+
"fragment": "clause-2.8.1",
|
|
911
|
+
"clause": "2.8.1",
|
|
912
|
+
"kind": "provision",
|
|
913
|
+
"fragment_normative": true,
|
|
914
|
+
"modality": "informative",
|
|
915
|
+
"text": "v => v_{\"min\"}"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"address": "clause-2.8.2/s1",
|
|
919
|
+
"fragment": "clause-2.8.2",
|
|
920
|
+
"clause": "2.8.2",
|
|
921
|
+
"kind": "provision",
|
|
922
|
+
"fragment_normative": true,
|
|
923
|
+
"modality": "normative",
|
|
924
|
+
"text": "The limits of error shown in Table 4 in OIML R 60-1 shall refer to the error envelope defined in R 60-1, 2.2 and R 60-1, 5.3.2 which is referenced to the straight line that passes through the minimum load output and the load cell output for a load of 75 % of the measuring range taken on ascending load at 20 \"unitsml(degC)\"."
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"address": "clause-2.8.2/s2",
|
|
928
|
+
"fragment": "clause-2.8.2",
|
|
929
|
+
"clause": "2.8.2",
|
|
930
|
+
"kind": "provision",
|
|
931
|
+
"fragment_normative": true,
|
|
932
|
+
"modality": "informative",
|
|
933
|
+
"text": "This is based upon the initial 20 \"unitsml(degC)\" load test."
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"address": "clause-2.8.2/s3",
|
|
937
|
+
"fragment": "clause-2.8.2",
|
|
938
|
+
"clause": "2.8.2",
|
|
939
|
+
"kind": "provision",
|
|
940
|
+
"fragment_normative": true,
|
|
941
|
+
"modality": "informative",
|
|
942
|
+
"text": "See OIML R 60-3 Test report format for type evaluation."
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"address": "clause-2.8.3/s1",
|
|
946
|
+
"fragment": "clause-2.8.3",
|
|
947
|
+
"clause": "2.8.3",
|
|
948
|
+
"kind": "provision",
|
|
949
|
+
"fragment_normative": true,
|
|
950
|
+
"modality": "normative",
|
|
951
|
+
"text": "During the conduct of the tests, the initial reading shall be taken at a time interval after the initiation of loading or unloading, whichever is applicable, as specified in table-1."
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"address": "clause-2.8.3.1/s1",
|
|
955
|
+
"fragment": "clause-2.8.3.1",
|
|
956
|
+
"clause": "2.8.3.1",
|
|
957
|
+
"kind": "provision",
|
|
958
|
+
"fragment_normative": true,
|
|
959
|
+
"modality": "normative",
|
|
960
|
+
"text": "The loading or unloading times shall be approximately half the time specified in table-1."
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"address": "clause-2.8.3.1/s2",
|
|
964
|
+
"fragment": "clause-2.8.3.1",
|
|
965
|
+
"clause": "2.8.3.1",
|
|
966
|
+
"kind": "provision",
|
|
967
|
+
"fragment_normative": true,
|
|
968
|
+
"modality": "normative",
|
|
969
|
+
"text": "The remaining time shall be utilised for stabilisation."
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"address": "clause-2.8.3.1/s3",
|
|
973
|
+
"fragment": "clause-2.8.3.1",
|
|
974
|
+
"clause": "2.8.3.1",
|
|
975
|
+
"kind": "provision",
|
|
976
|
+
"fragment_normative": true,
|
|
977
|
+
"modality": "normative",
|
|
978
|
+
"text": "The tests shall be conducted under constant conditions."
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"address": "clause-2.8.3.1/s4",
|
|
982
|
+
"fragment": "clause-2.8.3.1",
|
|
983
|
+
"clause": "2.8.3.1",
|
|
984
|
+
"kind": "provision",
|
|
985
|
+
"fragment_normative": true,
|
|
986
|
+
"modality": "normative",
|
|
987
|
+
"text": "The loading or unloading time and the stabilising time shall be recorded in the test report in absolute, not relative values."
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"address": "clause-2.8.3.2/s1",
|
|
991
|
+
"fragment": "clause-2.8.3.2",
|
|
992
|
+
"clause": "2.8.3.2",
|
|
993
|
+
"kind": "provision",
|
|
994
|
+
"fragment_normative": true,
|
|
995
|
+
"modality": "normative",
|
|
996
|
+
"text": "When the specified loading or unloading times cannot be achieved, the applicant for evaluation should be consulted and the following shall apply:"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"address": "clause-2.8.3.2/s2",
|
|
1000
|
+
"fragment": "clause-2.8.3.2",
|
|
1001
|
+
"clause": "2.8.3.2",
|
|
1002
|
+
"kind": "provision",
|
|
1003
|
+
"fragment_normative": true,
|
|
1004
|
+
"modality": "normative",
|
|
1005
|
+
"text": "In the case of the minimum dead load output return test, the time may be increased from 100 % to a limit of 150 % of the specified time provided that the permissible variation of the result is proportionally reduced from 100 % to 50 % of the allowable difference between the initial reading of the minimum load output upon unloading and the reading before loading."
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"address": "clause-2.8.3.2/s3",
|
|
1009
|
+
"fragment": "clause-2.8.3.2",
|
|
1010
|
+
"clause": "2.8.3.2",
|
|
1011
|
+
"kind": "provision",
|
|
1012
|
+
"fragment_normative": true,
|
|
1013
|
+
"modality": "informative",
|
|
1014
|
+
"text": "For example: A change in load of 10 kg for class C and D load cells, loading (or unloading) time (approximately 5 s) is increased to 7.5 s (150 % of 5 s), MPE is reduced to 50 %; or A change in load of 1500 kg for class C and D load cells, loading (or unloading) time (approximately 20 s) is increased to 25 s (125 % of 20 s), MPE is reduced to 75 %."
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"address": "clause-2.8.3.2/s4",
|
|
1018
|
+
"fragment": "clause-2.8.3.2",
|
|
1019
|
+
"clause": "2.8.3.2",
|
|
1020
|
+
"kind": "provision",
|
|
1021
|
+
"fragment_normative": true,
|
|
1022
|
+
"modality": "normative",
|
|
1023
|
+
"text": "In all cases, the actual times shall be recorded in the Test report."
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"address": "clause-2.9.1/s1",
|
|
1027
|
+
"fragment": "clause-2.9.1",
|
|
1028
|
+
"clause": "2.9.1",
|
|
1029
|
+
"kind": "provision",
|
|
1030
|
+
"fragment_normative": true,
|
|
1031
|
+
"modality": "normative",
|
|
1032
|
+
"text": "A load of D_{\"max\"} shall be applied as specified in 2.10.2.1, at which time an initial reading shall be taken."
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"address": "clause-2.9.1/s2",
|
|
1036
|
+
"fragment": "clause-2.9.1",
|
|
1037
|
+
"clause": "2.9.1",
|
|
1038
|
+
"kind": "provision",
|
|
1039
|
+
"fragment_normative": true,
|
|
1040
|
+
"modality": "normative",
|
|
1041
|
+
"text": "The variation between the initial reading and subsequent readings of the load D_{\"max\"}, taken as specified in 2.10.2.8, shall comply with the limits specified in R 60-1, 5.5.1."
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"address": "clause-2.9.2/s1",
|
|
1045
|
+
"fragment": "clause-2.9.2",
|
|
1046
|
+
"clause": "2.9.2",
|
|
1047
|
+
"kind": "provision",
|
|
1048
|
+
"fragment_normative": true,
|
|
1049
|
+
"modality": "normative",
|
|
1050
|
+
"text": "The difference between an initial reading at a load of D_{\"min\"} (as specified in 2.10.3.1) and a subsequent reading also of D_{\"min\"} (taken after the application of a load of D_{\"max\"} as specified in 2.10.3.7) shall not exceed the value in specified in R 60-1, 5.5.2."
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"address": "clause-2.10/s1",
|
|
1054
|
+
"fragment": "clause-2.10",
|
|
1055
|
+
"clause": "2.10",
|
|
1056
|
+
"kind": "provision",
|
|
1057
|
+
"fragment_normative": true,
|
|
1058
|
+
"modality": "informative",
|
|
1059
|
+
"text": "Each of the tests below is presented as a “stand alone” individual test."
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"address": "clause-2.10/s2",
|
|
1063
|
+
"fragment": "clause-2.10",
|
|
1064
|
+
"clause": "2.10",
|
|
1065
|
+
"kind": "provision",
|
|
1066
|
+
"fragment_normative": true,
|
|
1067
|
+
"modality": "informative",
|
|
1068
|
+
"text": "However, for the efficient conduct of the load cell tests, it is acceptable that the increasing and decreasing load, creep, repeatability, and minimum dead load output return tests can be conducted concurrently at the given test temperature before changing to the next test temperature (see 2.11, fig-2)."
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"address": "clause-2.10/s3",
|
|
1072
|
+
"fragment": "clause-2.10",
|
|
1073
|
+
"clause": "2.10",
|
|
1074
|
+
"kind": "provision",
|
|
1075
|
+
"fragment_normative": true,
|
|
1076
|
+
"modality": "informative",
|
|
1077
|
+
"text": "The barometric pressure and the humidity tests are conducted individually following completion of the above tests."
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"address": "clause-2.10.1/s1",
|
|
1081
|
+
"fragment": "clause-2.10.1",
|
|
1082
|
+
"clause": "2.10.1",
|
|
1083
|
+
"kind": "provision",
|
|
1084
|
+
"fragment_normative": true,
|
|
1085
|
+
"modality": "informative",
|
|
1086
|
+
"text": "This test is applied to verify compliance with the provisions in R 60-1, 5.3, 5.4, and R 60-1, 5.6.1.3."
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"address": "clause-2.10.1.1/s1",
|
|
1090
|
+
"fragment": "clause-2.10.1.1",
|
|
1091
|
+
"clause": "2.10.1.1",
|
|
1092
|
+
"kind": "provision",
|
|
1093
|
+
"fragment_normative": true,
|
|
1094
|
+
"modality": "informative",
|
|
1095
|
+
"text": "Refer to the test conditions in 2.7.3 to ensure that proper consideration has been given to those conditions, prior to performing the following tests."
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"address": "clause-2.10.1.2/s1",
|
|
1099
|
+
"fragment": "clause-2.10.1.2",
|
|
1100
|
+
"clause": "2.10.1.2",
|
|
1101
|
+
"kind": "provision",
|
|
1102
|
+
"fragment_normative": true,
|
|
1103
|
+
"modality": "informative",
|
|
1104
|
+
"text": "Insert the load cell into the force-generating system, load to the minimum test load, D_{\"min\"}, and stabilise at 20 \"unitsml(degC)\" (pm 2 \"unitsml(degC)\")."
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"address": "clause-2.10.1.3/s1",
|
|
1108
|
+
"fragment": "clause-2.10.1.3",
|
|
1109
|
+
"clause": "2.10.1.3",
|
|
1110
|
+
"kind": "provision",
|
|
1111
|
+
"fragment_normative": true,
|
|
1112
|
+
"modality": "informative",
|
|
1113
|
+
"text": "Preload the load cell by applying the maximum test load, D_{\"max\"}, three times, returning to the minimum test load, D_{\"min\"}, after each load application."
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"address": "clause-2.10.1.3/s2",
|
|
1117
|
+
"fragment": "clause-2.10.1.3",
|
|
1118
|
+
"clause": "2.10.1.3",
|
|
1119
|
+
"kind": "provision",
|
|
1120
|
+
"fragment_normative": true,
|
|
1121
|
+
"modality": "informative",
|
|
1122
|
+
"text": "Wait 5 minutes before commencing with further tests."
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"address": "clause-2.10.1.4/s1",
|
|
1126
|
+
"fragment": "clause-2.10.1.4",
|
|
1127
|
+
"clause": "2.10.1.4",
|
|
1128
|
+
"kind": "provision",
|
|
1129
|
+
"fragment_normative": true,
|
|
1130
|
+
"modality": "informative",
|
|
1131
|
+
"text": "Check the indicating instrument according to 2.7.3.10."
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"address": "clause-2.10.1.5/s1",
|
|
1135
|
+
"fragment": "clause-2.10.1.5",
|
|
1136
|
+
"clause": "2.10.1.5",
|
|
1137
|
+
"kind": "provision",
|
|
1138
|
+
"fragment_normative": true,
|
|
1139
|
+
"modality": "informative",
|
|
1140
|
+
"text": "Monitor the minimum test load output until stable."
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"address": "clause-2.10.1.6/s1",
|
|
1144
|
+
"fragment": "clause-2.10.1.6",
|
|
1145
|
+
"clause": "2.10.1.6",
|
|
1146
|
+
"kind": "provision",
|
|
1147
|
+
"fragment_normative": true,
|
|
1148
|
+
"modality": "informative",
|
|
1149
|
+
"text": "Record the indicating instrument indication at the minimum test load, D_{\"min\"}."
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"address": "clause-2.10.1.7/s1",
|
|
1153
|
+
"fragment": "clause-2.10.1.7",
|
|
1154
|
+
"clause": "2.10.1.7",
|
|
1155
|
+
"kind": "provision",
|
|
1156
|
+
"fragment_normative": true,
|
|
1157
|
+
"modality": "normative",
|
|
1158
|
+
"text": "All test load points in a loading and unloading sequence shall be spaced at approximately equal time intervals."
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"address": "clause-2.10.1.7/s2",
|
|
1162
|
+
"fragment": "clause-2.10.1.7",
|
|
1163
|
+
"clause": "2.10.1.7",
|
|
1164
|
+
"kind": "provision",
|
|
1165
|
+
"fragment_normative": true,
|
|
1166
|
+
"modality": "normative",
|
|
1167
|
+
"text": "The readings shall be taken at time intervals as near as possible to those specified in table-1 in 2.8.3."
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"address": "clause-2.10.1.7/s3",
|
|
1171
|
+
"fragment": "clause-2.10.1.7",
|
|
1172
|
+
"clause": "2.10.1.7",
|
|
1173
|
+
"kind": "provision",
|
|
1174
|
+
"fragment_normative": true,
|
|
1175
|
+
"modality": "normative",
|
|
1176
|
+
"text": "These two time intervals shall be recorded."
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"address": "clause-2.10.1.8/s1",
|
|
1180
|
+
"fragment": "clause-2.10.1.8",
|
|
1181
|
+
"clause": "2.10.1.8",
|
|
1182
|
+
"kind": "provision",
|
|
1183
|
+
"fragment_normative": true,
|
|
1184
|
+
"modality": "informative",
|
|
1185
|
+
"text": "Apply increasing loads up to the maximum test load, D_{\"max\"}."
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"address": "clause-2.10.1.8/s2",
|
|
1189
|
+
"fragment": "clause-2.10.1.8",
|
|
1190
|
+
"clause": "2.10.1.8",
|
|
1191
|
+
"kind": "provision",
|
|
1192
|
+
"fragment_normative": true,
|
|
1193
|
+
"modality": "normative",
|
|
1194
|
+
"text": "There shall be at least five increasing load points, which shall include values at or near those at which the maximum permissible error changes, as listed in Table 4 in R 60-1, 5.3.2."
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"address": "clause-2.10.1.9/s1",
|
|
1198
|
+
"fragment": "clause-2.10.1.9",
|
|
1199
|
+
"clause": "2.10.1.9",
|
|
1200
|
+
"kind": "provision",
|
|
1201
|
+
"fragment_normative": true,
|
|
1202
|
+
"modality": "informative",
|
|
1203
|
+
"text": "Record the indicating instrument indications at time intervals as near as possible to those specified in table-1 in 2.8.3."
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"address": "clause-2.10.1.9/s2",
|
|
1207
|
+
"fragment": "clause-2.10.1.9",
|
|
1208
|
+
"clause": "2.10.1.9",
|
|
1209
|
+
"kind": "provision",
|
|
1210
|
+
"fragment_normative": true,
|
|
1211
|
+
"modality": "normative",
|
|
1212
|
+
"text": "These two time intervals shall be recorded."
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"address": "clause-2.10.1.10/s1",
|
|
1216
|
+
"fragment": "clause-2.10.1.10",
|
|
1217
|
+
"clause": "2.10.1.10",
|
|
1218
|
+
"kind": "provision",
|
|
1219
|
+
"fragment_normative": true,
|
|
1220
|
+
"modality": "informative",
|
|
1221
|
+
"text": "Decrease the test loads to the minimum test load, D_{\"min\"}, using the same load points as described in 2.10.1.8."
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"address": "clause-2.10.1.11/s1",
|
|
1225
|
+
"fragment": "clause-2.10.1.11",
|
|
1226
|
+
"clause": "2.10.1.11",
|
|
1227
|
+
"kind": "provision",
|
|
1228
|
+
"fragment_normative": true,
|
|
1229
|
+
"modality": "informative",
|
|
1230
|
+
"text": "Record the indicating instrument indications at time intervals as near as possible to those specified in table-1 in 2.8.3."
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"address": "clause-2.10.1.11/s2",
|
|
1234
|
+
"fragment": "clause-2.10.1.11",
|
|
1235
|
+
"clause": "2.10.1.11",
|
|
1236
|
+
"kind": "provision",
|
|
1237
|
+
"fragment_normative": true,
|
|
1238
|
+
"modality": "normative",
|
|
1239
|
+
"text": "These two time intervals shall be recorded."
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"address": "clause-2.10.1.12/s1",
|
|
1243
|
+
"fragment": "clause-2.10.1.12",
|
|
1244
|
+
"clause": "2.10.1.12",
|
|
1245
|
+
"kind": "provision",
|
|
1246
|
+
"fragment_normative": true,
|
|
1247
|
+
"modality": "informative",
|
|
1248
|
+
"text": "Repeat the operations described in 2.10.1.7 four more times for accuracy classes A and B or two more times for accuracy classes C and D."
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"address": "clause-2.10.1.13/s1",
|
|
1252
|
+
"fragment": "clause-2.10.1.13",
|
|
1253
|
+
"clause": "2.10.1.13",
|
|
1254
|
+
"kind": "provision",
|
|
1255
|
+
"fragment_normative": true,
|
|
1256
|
+
"modality": "informative",
|
|
1257
|
+
"text": "Repeat the operations described in 2.10.1.3, first at the higher temperature, then at the lower temperature, in accordance with R 60-1, 5.6.1; then perform the operations in 2.10.1.3 at 20 \"unitsml(degC)\" (pm 2 \"unitsml(degC)\")."
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"address": "clause-2.10.1.14/s1",
|
|
1261
|
+
"fragment": "clause-2.10.1.14",
|
|
1262
|
+
"clause": "2.10.1.14",
|
|
1263
|
+
"kind": "provision",
|
|
1264
|
+
"fragment_normative": true,
|
|
1265
|
+
"modality": "normative",
|
|
1266
|
+
"text": "The magnitude of the measurement error shall be determined based on the average of the results of the tests conducted at each temperature level and compared with the maximum permissible measurement errors in R 60-1, 5.3.2 (see Table 4 in OIML R 60-1)."
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"address": "clause-2.10.1.15/s1",
|
|
1270
|
+
"fragment": "clause-2.10.1.15",
|
|
1271
|
+
"clause": "2.10.1.15",
|
|
1272
|
+
"kind": "provision",
|
|
1273
|
+
"fragment_normative": true,
|
|
1274
|
+
"modality": "normative",
|
|
1275
|
+
"text": "From the resulting data, the repeatability error may be determined and compared with the limits specified in R 60-1, 5.4."
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"address": "clause-2.10.1.16/s1",
|
|
1279
|
+
"fragment": "clause-2.10.1.16",
|
|
1280
|
+
"clause": "2.10.1.16",
|
|
1281
|
+
"kind": "provision",
|
|
1282
|
+
"fragment_normative": true,
|
|
1283
|
+
"modality": "normative",
|
|
1284
|
+
"text": "From the resulting data, the temperature effect on minimum dead load output may be determined and compared with the limits specified in R 60-1, 5.6.1.3."
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"address": "clause-2.10.2/s1",
|
|
1288
|
+
"fragment": "clause-2.10.2",
|
|
1289
|
+
"clause": "2.10.2",
|
|
1290
|
+
"kind": "provision",
|
|
1291
|
+
"fragment_normative": true,
|
|
1292
|
+
"modality": "informative",
|
|
1293
|
+
"text": "This test is applied to verify compliance with the provisions in R 60-1, 5.5.1."
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"address": "clause-2.10.2.1/s1",
|
|
1297
|
+
"fragment": "clause-2.10.2.1",
|
|
1298
|
+
"clause": "2.10.2.1",
|
|
1299
|
+
"kind": "provision",
|
|
1300
|
+
"fragment_normative": true,
|
|
1301
|
+
"modality": "informative",
|
|
1302
|
+
"text": "Refer to the test conditions in 2.7.3 to ensure that proper consideration has been given to those conditions prior to performing the following tests."
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"address": "clause-2.10.2.2/s1",
|
|
1306
|
+
"fragment": "clause-2.10.2.2",
|
|
1307
|
+
"clause": "2.10.2.2",
|
|
1308
|
+
"kind": "provision",
|
|
1309
|
+
"fragment_normative": true,
|
|
1310
|
+
"modality": "informative",
|
|
1311
|
+
"text": "Insert the load cell into the force-generating system, load to the minimum test load, D_{\"min\"}, and stabilise at 20 \"unitsml(degC)\" (pm 2 \"unitsml(degC)\")."
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"address": "clause-2.10.2.3/s1",
|
|
1315
|
+
"fragment": "clause-2.10.2.3",
|
|
1316
|
+
"clause": "2.10.2.3",
|
|
1317
|
+
"kind": "provision",
|
|
1318
|
+
"fragment_normative": true,
|
|
1319
|
+
"modality": "informative",
|
|
1320
|
+
"text": "Preload the load cell by applying the maximum test load, D_{\"max\"}, three times, returning to the minimum test load, D_{\"min\"}, after each load application."
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"address": "clause-2.10.2.3/s2",
|
|
1324
|
+
"fragment": "clause-2.10.2.3",
|
|
1325
|
+
"clause": "2.10.2.3",
|
|
1326
|
+
"kind": "provision",
|
|
1327
|
+
"fragment_normative": true,
|
|
1328
|
+
"modality": "informative",
|
|
1329
|
+
"text": "Wait one hour."
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"address": "clause-2.10.2.4/s1",
|
|
1333
|
+
"fragment": "clause-2.10.2.4",
|
|
1334
|
+
"clause": "2.10.2.4",
|
|
1335
|
+
"kind": "provision",
|
|
1336
|
+
"fragment_normative": true,
|
|
1337
|
+
"modality": "informative",
|
|
1338
|
+
"text": "Check the indicating instrument according to 2.7.3.10."
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"address": "clause-2.10.2.5/s1",
|
|
1342
|
+
"fragment": "clause-2.10.2.5",
|
|
1343
|
+
"clause": "2.10.2.5",
|
|
1344
|
+
"kind": "provision",
|
|
1345
|
+
"fragment_normative": true,
|
|
1346
|
+
"modality": "informative",
|
|
1347
|
+
"text": "Monitor the minimum test load output until stable."
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"address": "clause-2.10.2.6/s1",
|
|
1351
|
+
"fragment": "clause-2.10.2.6",
|
|
1352
|
+
"clause": "2.10.2.6",
|
|
1353
|
+
"kind": "provision",
|
|
1354
|
+
"fragment_normative": true,
|
|
1355
|
+
"modality": "informative",
|
|
1356
|
+
"text": "Record the indicating instrument indication at the minimum test load, D_{\"min\"}."
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"address": "clause-2.10.2.7/s1",
|
|
1360
|
+
"fragment": "clause-2.10.2.7",
|
|
1361
|
+
"clause": "2.10.2.7",
|
|
1362
|
+
"kind": "provision",
|
|
1363
|
+
"fragment_normative": true,
|
|
1364
|
+
"modality": "informative",
|
|
1365
|
+
"text": "Apply a constant maximum test load, D_{\"max\"} (between 90 % and 100 % of E_{\"max\"})."
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"address": "clause-2.10.2.8/s1",
|
|
1369
|
+
"fragment": "clause-2.10.2.8",
|
|
1370
|
+
"clause": "2.10.2.8",
|
|
1371
|
+
"kind": "provision",
|
|
1372
|
+
"fragment_normative": true,
|
|
1373
|
+
"modality": "informative",
|
|
1374
|
+
"text": "Record the initial indicating instrument indication at the time intervals specified in table-1 in 2.8.3."
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"address": "clause-2.10.2.8/s2",
|
|
1378
|
+
"fragment": "clause-2.10.2.8",
|
|
1379
|
+
"clause": "2.10.2.8",
|
|
1380
|
+
"kind": "provision",
|
|
1381
|
+
"fragment_normative": true,
|
|
1382
|
+
"modality": "informative",
|
|
1383
|
+
"text": "Continue to record periodically thereafter, at recorded time intervals over a 30-minute period, ensuring that a reading is taken at 20 minutes."
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"address": "clause-2.10.2.9/s1",
|
|
1387
|
+
"fragment": "clause-2.10.2.9",
|
|
1388
|
+
"clause": "2.10.2.9",
|
|
1389
|
+
"kind": "provision",
|
|
1390
|
+
"fragment_normative": true,
|
|
1391
|
+
"modality": "informative",
|
|
1392
|
+
"text": "Repeat the operations described in 2.10.2.3, first at the higher temperature, then at the lower temperature, in accordance with R 60-1, 5.6.1."
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"address": "clause-2.10.2.10/s1",
|
|
1396
|
+
"fragment": "clause-2.10.2.10",
|
|
1397
|
+
"clause": "2.10.2.10",
|
|
1398
|
+
"kind": "provision",
|
|
1399
|
+
"fragment_normative": true,
|
|
1400
|
+
"modality": "informative",
|
|
1401
|
+
"text": "With the resulting data, and taking into account the effect of barometric pressure changes according to 2.7.3.8, the magnitude of the creep error can be determined and compared with the permissible variation specified in R 60-1, 5.5.1."
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"address": "clause-2.10.3/s1",
|
|
1405
|
+
"fragment": "clause-2.10.3",
|
|
1406
|
+
"clause": "2.10.3",
|
|
1407
|
+
"kind": "provision",
|
|
1408
|
+
"fragment_normative": true,
|
|
1409
|
+
"modality": "informative",
|
|
1410
|
+
"text": "This test is applied to verify compliance with the provisions in R 60-1, 5.5.2."
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"address": "clause-2.10.3.1/s1",
|
|
1414
|
+
"fragment": "clause-2.10.3.1",
|
|
1415
|
+
"clause": "2.10.3.1",
|
|
1416
|
+
"kind": "provision",
|
|
1417
|
+
"fragment_normative": true,
|
|
1418
|
+
"modality": "informative",
|
|
1419
|
+
"text": "Refer to the test conditions in 2.7.3 to ensure that proper consideration has been given to those conditions prior to performing the following test."
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"address": "clause-2.10.3.2/s1",
|
|
1423
|
+
"fragment": "clause-2.10.3.2",
|
|
1424
|
+
"clause": "2.10.3.2",
|
|
1425
|
+
"kind": "provision",
|
|
1426
|
+
"fragment_normative": true,
|
|
1427
|
+
"modality": "informative",
|
|
1428
|
+
"text": "Insert the load cell into the force-generating system, load to the minimum test load, D_{\"min\"}, and stabilise at 20 \"unitsml(degC)\" (pm 2 \"unitsml(degC)\")."
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"address": "clause-2.10.3.3/s1",
|
|
1432
|
+
"fragment": "clause-2.10.3.3",
|
|
1433
|
+
"clause": "2.10.3.3",
|
|
1434
|
+
"kind": "provision",
|
|
1435
|
+
"fragment_normative": true,
|
|
1436
|
+
"modality": "informative",
|
|
1437
|
+
"text": "Preload the load cell by applying the maximum test load, D_{\"max\"}, three times, returning to the minimum test load, D_{\"min\"}, after each load application."
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"address": "clause-2.10.3.3/s2",
|
|
1441
|
+
"fragment": "clause-2.10.3.3",
|
|
1442
|
+
"clause": "2.10.3.3",
|
|
1443
|
+
"kind": "provision",
|
|
1444
|
+
"fragment_normative": true,
|
|
1445
|
+
"modality": "informative",
|
|
1446
|
+
"text": "Wait one hour before commencing any further tests."
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"address": "clause-2.10.3.4/s1",
|
|
1450
|
+
"fragment": "clause-2.10.3.4",
|
|
1451
|
+
"clause": "2.10.3.4",
|
|
1452
|
+
"kind": "provision",
|
|
1453
|
+
"fragment_normative": true,
|
|
1454
|
+
"modality": "informative",
|
|
1455
|
+
"text": "Check the indicating instrument according to 2.7.3.10."
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"address": "clause-2.10.3.5/s1",
|
|
1459
|
+
"fragment": "clause-2.10.3.5",
|
|
1460
|
+
"clause": "2.10.3.5",
|
|
1461
|
+
"kind": "provision",
|
|
1462
|
+
"fragment_normative": true,
|
|
1463
|
+
"modality": "informative",
|
|
1464
|
+
"text": "Monitor the minimum test load output until stable."
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"address": "clause-2.10.3.6/s1",
|
|
1468
|
+
"fragment": "clause-2.10.3.6",
|
|
1469
|
+
"clause": "2.10.3.6",
|
|
1470
|
+
"kind": "provision",
|
|
1471
|
+
"fragment_normative": true,
|
|
1472
|
+
"modality": "informative",
|
|
1473
|
+
"text": "Record the indicating instrument indication at the minimum test load, D_{\"min\"}."
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"address": "clause-2.10.3.7/s1",
|
|
1477
|
+
"fragment": "clause-2.10.3.7",
|
|
1478
|
+
"clause": "2.10.3.7",
|
|
1479
|
+
"kind": "provision",
|
|
1480
|
+
"fragment_normative": true,
|
|
1481
|
+
"modality": "informative",
|
|
1482
|
+
"text": "Apply a constant maximum test load, D_{\"max\"} (between 90 % and 100 % of E_{\"max\"})."
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"address": "clause-2.10.3.8/s1",
|
|
1486
|
+
"fragment": "clause-2.10.3.8",
|
|
1487
|
+
"clause": "2.10.3.8",
|
|
1488
|
+
"kind": "provision",
|
|
1489
|
+
"fragment_normative": true,
|
|
1490
|
+
"modality": "informative",
|
|
1491
|
+
"text": "Record the initial indicating instrument indication at time intervals as near as possible to those specified in table-1 in 2.8.3."
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"address": "clause-2.10.3.8/s2",
|
|
1495
|
+
"fragment": "clause-2.10.3.8",
|
|
1496
|
+
"clause": "2.10.3.8",
|
|
1497
|
+
"kind": "provision",
|
|
1498
|
+
"fragment_normative": true,
|
|
1499
|
+
"modality": "normative",
|
|
1500
|
+
"text": "These two time intervals shall be recorded."
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"address": "clause-2.10.3.8/s3",
|
|
1504
|
+
"fragment": "clause-2.10.3.8",
|
|
1505
|
+
"clause": "2.10.3.8",
|
|
1506
|
+
"kind": "provision",
|
|
1507
|
+
"fragment_normative": true,
|
|
1508
|
+
"modality": "informative",
|
|
1509
|
+
"text": "Record the time at which the load is fully applied and maintain the load for a 30-minute period."
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"address": "clause-2.10.3.9/s1",
|
|
1513
|
+
"fragment": "clause-2.10.3.9",
|
|
1514
|
+
"clause": "2.10.3.9",
|
|
1515
|
+
"kind": "provision",
|
|
1516
|
+
"fragment_normative": true,
|
|
1517
|
+
"modality": "informative",
|
|
1518
|
+
"text": "Record the time of initiation of unloading and return to the minimum test load, D_{\"min\"}."
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"address": "clause-2.10.3.10/s1",
|
|
1522
|
+
"fragment": "clause-2.10.3.10",
|
|
1523
|
+
"clause": "2.10.3.10",
|
|
1524
|
+
"kind": "provision",
|
|
1525
|
+
"fragment_normative": true,
|
|
1526
|
+
"modality": "informative",
|
|
1527
|
+
"text": "Record the indicating instrument indication at time intervals as near as possible to those specified in table-1 in 2.8.3."
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"address": "clause-2.10.3.10/s2",
|
|
1531
|
+
"fragment": "clause-2.10.3.10",
|
|
1532
|
+
"clause": "2.10.3.10",
|
|
1533
|
+
"kind": "provision",
|
|
1534
|
+
"fragment_normative": true,
|
|
1535
|
+
"modality": "normative",
|
|
1536
|
+
"text": "These two time intervals shall be recorded."
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"address": "clause-2.10.3.11/s1",
|
|
1540
|
+
"fragment": "clause-2.10.3.11",
|
|
1541
|
+
"clause": "2.10.3.11",
|
|
1542
|
+
"kind": "provision",
|
|
1543
|
+
"fragment_normative": true,
|
|
1544
|
+
"modality": "informative",
|
|
1545
|
+
"text": "Repeat the operations described in 2.10.3.3, first at the higher temperature, then at the lower temperature in accordance with R 60-1, 5.6.1."
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"address": "clause-2.10.3.12/s1",
|
|
1549
|
+
"fragment": "clause-2.10.3.12",
|
|
1550
|
+
"clause": "2.10.3.12",
|
|
1551
|
+
"kind": "provision",
|
|
1552
|
+
"fragment_normative": true,
|
|
1553
|
+
"modality": "informative",
|
|
1554
|
+
"text": "With the resulting data, the magnitude of the minimum dead load output return (DR) can be determined and compared with the permissible variation specified in 2.9.2."
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"address": "clause-2.10.4/s1",
|
|
1558
|
+
"fragment": "clause-2.10.4",
|
|
1559
|
+
"clause": "2.10.4",
|
|
1560
|
+
"kind": "provision",
|
|
1561
|
+
"fragment_normative": true,
|
|
1562
|
+
"modality": "informative",
|
|
1563
|
+
"text": "This test is applied to verify compliance with the provisions in R 60-1, 5.6.2."
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"address": "clause-2.10.4.1/s1",
|
|
1567
|
+
"fragment": "clause-2.10.4.1",
|
|
1568
|
+
"clause": "2.10.4.1",
|
|
1569
|
+
"kind": "provision",
|
|
1570
|
+
"fragment_normative": true,
|
|
1571
|
+
"modality": "informative",
|
|
1572
|
+
"text": "Refer to the test conditions in 2.7.3 to ensure that proper consideration has been given to those conditions prior to performing the following test."
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"address": "clause-2.10.4.2/s1",
|
|
1576
|
+
"fragment": "clause-2.10.4.2",
|
|
1577
|
+
"clause": "2.10.4.2",
|
|
1578
|
+
"kind": "provision",
|
|
1579
|
+
"fragment_normative": true,
|
|
1580
|
+
"modality": "informative",
|
|
1581
|
+
"text": "At room temperature, insert the unloaded load cell into the pressure chamber at atmospheric pressure."
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"address": "clause-2.10.4.3/s1",
|
|
1585
|
+
"fragment": "clause-2.10.4.3",
|
|
1586
|
+
"clause": "2.10.4.3",
|
|
1587
|
+
"kind": "provision",
|
|
1588
|
+
"fragment_normative": true,
|
|
1589
|
+
"modality": "informative",
|
|
1590
|
+
"text": "Check the indicating instrument according to 2.7.3.10."
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"address": "clause-2.10.4.4/s1",
|
|
1594
|
+
"fragment": "clause-2.10.4.4",
|
|
1595
|
+
"clause": "2.10.4.4",
|
|
1596
|
+
"kind": "provision",
|
|
1597
|
+
"fragment_normative": true,
|
|
1598
|
+
"modality": "informative",
|
|
1599
|
+
"text": "Monitor the output until stable."
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"address": "clause-2.10.4.5/s1",
|
|
1603
|
+
"fragment": "clause-2.10.4.5",
|
|
1604
|
+
"clause": "2.10.4.5",
|
|
1605
|
+
"kind": "provision",
|
|
1606
|
+
"fragment_normative": true,
|
|
1607
|
+
"modality": "informative",
|
|
1608
|
+
"text": "Record the indicating instrument indication."
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"address": "clause-2.10.4.6/s1",
|
|
1612
|
+
"fragment": "clause-2.10.4.6",
|
|
1613
|
+
"clause": "2.10.4.6",
|
|
1614
|
+
"kind": "provision",
|
|
1615
|
+
"fragment_normative": true,
|
|
1616
|
+
"modality": "informative",
|
|
1617
|
+
"text": "Change the barometric pressure by a minimum of 1 \"unitsml(kPa)\" greater than atmospheric pressure and record the indicating instrument indication."
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"address": "clause-2.10.4.7/s1",
|
|
1621
|
+
"fragment": "clause-2.10.4.7",
|
|
1622
|
+
"clause": "2.10.4.7",
|
|
1623
|
+
"kind": "provision",
|
|
1624
|
+
"fragment_normative": true,
|
|
1625
|
+
"modality": "informative",
|
|
1626
|
+
"text": "With the resulting data, the magnitude of the barometric pressure influence can be determined and compared with the limits specified in R 60-1, 5.6.2."
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"address": "clause-2.10.5/s1",
|
|
1630
|
+
"fragment": "clause-2.10.5",
|
|
1631
|
+
"clause": "2.10.5",
|
|
1632
|
+
"kind": "provision",
|
|
1633
|
+
"fragment_normative": true,
|
|
1634
|
+
"modality": "informative",
|
|
1635
|
+
"text": "This test is applied to verify compliance with the provisions in R 60-1, 5.6.3.1."
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"address": "clause-2.10.5.1/s1",
|
|
1639
|
+
"fragment": "clause-2.10.5.1",
|
|
1640
|
+
"clause": "2.10.5.1",
|
|
1641
|
+
"kind": "provision",
|
|
1642
|
+
"fragment_normative": true,
|
|
1643
|
+
"modality": "informative",
|
|
1644
|
+
"text": "Refer to the test conditions in 2.7.3 to ensure that proper consideration has been given to those conditions prior to performing the following test."
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"address": "clause-2.10.5.2/s1",
|
|
1648
|
+
"fragment": "clause-2.10.5.2",
|
|
1649
|
+
"clause": "2.10.5.2",
|
|
1650
|
+
"kind": "provision",
|
|
1651
|
+
"fragment_normative": true,
|
|
1652
|
+
"modality": "informative",
|
|
1653
|
+
"text": "Insert the load cell into the force-generating system, load to the minimum test load, D_{\"min\"}, and stabilise at 20 \"unitsml(degC)\" (pm 2 \"unitsml(degC)\")."
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"address": "clause-2.10.5.3/s1",
|
|
1657
|
+
"fragment": "clause-2.10.5.3",
|
|
1658
|
+
"clause": "2.10.5.3",
|
|
1659
|
+
"kind": "provision",
|
|
1660
|
+
"fragment_normative": true,
|
|
1661
|
+
"modality": "informative",
|
|
1662
|
+
"text": "Preload the load cell by applying the maximum test load, D_{\"max\"}, three times, returning to the minimum test load, D_{\"min\"}, after each application."
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"address": "clause-2.10.5.3/s2",
|
|
1666
|
+
"fragment": "clause-2.10.5.3",
|
|
1667
|
+
"clause": "2.10.5.3",
|
|
1668
|
+
"kind": "provision",
|
|
1669
|
+
"fragment_normative": true,
|
|
1670
|
+
"modality": "informative",
|
|
1671
|
+
"text": "Wait 5 minutes before commencing any further tests."
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"address": "clause-2.10.5.4/s1",
|
|
1675
|
+
"fragment": "clause-2.10.5.4",
|
|
1676
|
+
"clause": "2.10.5.4",
|
|
1677
|
+
"kind": "provision",
|
|
1678
|
+
"fragment_normative": true,
|
|
1679
|
+
"modality": "informative",
|
|
1680
|
+
"text": "Check the indicating instrument according to 2.7.3.10."
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"address": "clause-2.10.5.5/s1",
|
|
1684
|
+
"fragment": "clause-2.10.5.5",
|
|
1685
|
+
"clause": "2.10.5.5",
|
|
1686
|
+
"kind": "provision",
|
|
1687
|
+
"fragment_normative": true,
|
|
1688
|
+
"modality": "informative",
|
|
1689
|
+
"text": "Monitor the minimum test load output until stable."
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"address": "clause-2.10.5.6/s1",
|
|
1693
|
+
"fragment": "clause-2.10.5.6",
|
|
1694
|
+
"clause": "2.10.5.6",
|
|
1695
|
+
"kind": "provision",
|
|
1696
|
+
"fragment_normative": true,
|
|
1697
|
+
"modality": "informative",
|
|
1698
|
+
"text": "Record the indicating instrument indication at the minimum test load, D_{\"min\"}."
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"address": "clause-2.10.5.7/s1",
|
|
1702
|
+
"fragment": "clause-2.10.5.7",
|
|
1703
|
+
"clause": "2.10.5.7",
|
|
1704
|
+
"kind": "provision",
|
|
1705
|
+
"fragment_normative": true,
|
|
1706
|
+
"modality": "informative",
|
|
1707
|
+
"text": "Apply a maximum test load, D_{\"max\"}."
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"address": "clause-2.10.5.8/s1",
|
|
1711
|
+
"fragment": "clause-2.10.5.8",
|
|
1712
|
+
"clause": "2.10.5.8",
|
|
1713
|
+
"kind": "provision",
|
|
1714
|
+
"fragment_normative": true,
|
|
1715
|
+
"modality": "informative",
|
|
1716
|
+
"text": "Record the initial indicating instrument indication at time intervals as near as possible to those specified in table-1 in 2.8.3."
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"address": "clause-2.10.5.8/s2",
|
|
1720
|
+
"fragment": "clause-2.10.5.8",
|
|
1721
|
+
"clause": "2.10.5.8",
|
|
1722
|
+
"kind": "provision",
|
|
1723
|
+
"fragment_normative": true,
|
|
1724
|
+
"modality": "normative",
|
|
1725
|
+
"text": "These two time intervals shall be recorded."
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"address": "clause-2.10.5.9/s1",
|
|
1729
|
+
"fragment": "clause-2.10.5.9",
|
|
1730
|
+
"clause": "2.10.5.9",
|
|
1731
|
+
"kind": "provision",
|
|
1732
|
+
"fragment_normative": true,
|
|
1733
|
+
"modality": "informative",
|
|
1734
|
+
"text": "Remove the test load to the minimum test load, D_{\"min\"}."
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"address": "clause-2.10.5.10/s1",
|
|
1738
|
+
"fragment": "clause-2.10.5.10",
|
|
1739
|
+
"clause": "2.10.5.10",
|
|
1740
|
+
"kind": "provision",
|
|
1741
|
+
"fragment_normative": true,
|
|
1742
|
+
"modality": "informative",
|
|
1743
|
+
"text": "Record the indicating instrument indication at time intervals as near as possible to those specified in table-1 in 2.8.3."
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"address": "clause-2.10.5.10/s2",
|
|
1747
|
+
"fragment": "clause-2.10.5.10",
|
|
1748
|
+
"clause": "2.10.5.10",
|
|
1749
|
+
"kind": "provision",
|
|
1750
|
+
"fragment_normative": true,
|
|
1751
|
+
"modality": "normative",
|
|
1752
|
+
"text": "These two time intervals shall be recorded."
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"address": "clause-2.10.5.11/s1",
|
|
1756
|
+
"fragment": "clause-2.10.5.11",
|
|
1757
|
+
"clause": "2.10.5.11",
|
|
1758
|
+
"kind": "provision",
|
|
1759
|
+
"fragment_normative": true,
|
|
1760
|
+
"modality": "informative",
|
|
1761
|
+
"text": "Repeat the operations described in 2.10.5.7 four more times for accuracy classes A and B or two more times for accuracy classes C and D."
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"address": "clause-2.10.5.12/s1",
|
|
1765
|
+
"fragment": "clause-2.10.5.12",
|
|
1766
|
+
"clause": "2.10.5.12",
|
|
1767
|
+
"kind": "provision",
|
|
1768
|
+
"fragment_normative": true,
|
|
1769
|
+
"modality": "informative",
|
|
1770
|
+
"text": "This test is conducted to verify compliance with the provisions in R 60-1, 5.6.3.1 under conditions of high humidity combined with cyclic temperature changes"
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"address": "clause-2.10.5.12/s2",
|
|
1774
|
+
"fragment": "clause-2.10.5.12",
|
|
1775
|
+
"clause": "2.10.5.12",
|
|
1776
|
+
"kind": "provision",
|
|
1777
|
+
"fragment_normative": true,
|
|
1778
|
+
"modality": "informative",
|
|
1779
|
+
"text": "Applicable standards:"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"address": "clause-2.10.5.12/s3",
|
|
1783
|
+
"fragment": "clause-2.10.5.12",
|
|
1784
|
+
"clause": "2.10.5.12",
|
|
1785
|
+
"kind": "provision",
|
|
1786
|
+
"fragment_normative": true,
|
|
1787
|
+
"modality": "informative",
|
|
1788
|
+
"text": "IEC 60068-2-30 [10]: Environmental testing – Part 2: Tests"
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"address": "clause-2.10.5.12/s4",
|
|
1792
|
+
"fragment": "clause-2.10.5.12",
|
|
1793
|
+
"clause": "2.10.5.12",
|
|
1794
|
+
"kind": "provision",
|
|
1795
|
+
"fragment_normative": true,
|
|
1796
|
+
"modality": "informative",
|
|
1797
|
+
"text": "Test Db and guidance: Damp heat cyclic (12 + 12-hour) cycle"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"address": "clause-2.10.5.12/s5",
|
|
1801
|
+
"fragment": "clause-2.10.5.12",
|
|
1802
|
+
"clause": "2.10.5.12",
|
|
1803
|
+
"kind": "provision",
|
|
1804
|
+
"fragment_normative": true,
|
|
1805
|
+
"modality": "informative",
|
|
1806
|
+
"text": "IEC 60068-3-4 [11]: Environmental testing — Part 2: Tests."
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"address": "clause-2.10.5.12/s6",
|
|
1810
|
+
"fragment": "clause-2.10.5.12",
|
|
1811
|
+
"clause": "2.10.5.12",
|
|
1812
|
+
"kind": "provision",
|
|
1813
|
+
"fragment_normative": true,
|
|
1814
|
+
"modality": "informative",
|
|
1815
|
+
"text": "Guidance for damp heat tests"
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"address": "clause-2.10.5.13/s1",
|
|
1819
|
+
"fragment": "clause-2.10.5.13",
|
|
1820
|
+
"clause": "2.10.5.13",
|
|
1821
|
+
"kind": "provision",
|
|
1822
|
+
"fragment_normative": true,
|
|
1823
|
+
"modality": "informative",
|
|
1824
|
+
"text": "Remove the load cell from the humidity chamber, carefully remove surface moisture, and maintain the load cell at standard atmospheric conditions for a period sufficient to attain temperature stability (normally 1 to 2 hours)."
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"address": "clause-2.10.5.14/s1",
|
|
1828
|
+
"fragment": "clause-2.10.5.14",
|
|
1829
|
+
"clause": "2.10.5.14",
|
|
1830
|
+
"kind": "provision",
|
|
1831
|
+
"fragment_normative": true,
|
|
1832
|
+
"modality": "informative",
|
|
1833
|
+
"text": "Repeat 2.10.5.1 ensuring that the minimum test load, D_{\"min\"}, and the maximum test load, D_{\"max\"}, applied are the same as previously used."
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"address": "clause-2.10.5.15/s1",
|
|
1837
|
+
"fragment": "clause-2.10.5.15",
|
|
1838
|
+
"clause": "2.10.5.15",
|
|
1839
|
+
"kind": "provision",
|
|
1840
|
+
"fragment_normative": true,
|
|
1841
|
+
"modality": "normative",
|
|
1842
|
+
"text": "The difference between the average of the reading of the minimum load output and of the maximum output attributed to cyclic changes in humidity as determined using test procedures in 2.10.5 shall not exceed the limits specified in R 60-1, 5.6.3.1."
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"address": "clause-2.10.5.15/s2",
|
|
1846
|
+
"fragment": "clause-2.10.5.15",
|
|
1847
|
+
"clause": "2.10.5.15",
|
|
1848
|
+
"kind": "provision",
|
|
1849
|
+
"fragment_normative": true,
|
|
1850
|
+
"modality": "normative",
|
|
1851
|
+
"text": "The difference between the average of the reading of the maximum load, D_{\"max\"}, attributed to cyclic changes in humidity as determined using test procedures in 2.10.5 shall not exceed the limits specified in R 60-1, 5.6.3.1."
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"address": "clause-2.10.6/s1",
|
|
1855
|
+
"fragment": "clause-2.10.6",
|
|
1856
|
+
"clause": "2.10.6",
|
|
1857
|
+
"kind": "provision",
|
|
1858
|
+
"fragment_normative": true,
|
|
1859
|
+
"modality": "informative",
|
|
1860
|
+
"text": "This test is applied to verify compliance with the provisions in R 60-1, 5.6.3.2."
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"address": "clause-2.10.6.1/s1",
|
|
1864
|
+
"fragment": "clause-2.10.6.1",
|
|
1865
|
+
"clause": "2.10.6.1",
|
|
1866
|
+
"kind": "provision",
|
|
1867
|
+
"fragment_normative": true,
|
|
1868
|
+
"modality": "informative",
|
|
1869
|
+
"text": "Refer to the test conditions in 2.7.3 to ensure that proper consideration has been given to those conditions prior to performing the following tests."
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"address": "clause-2.10.6.2/s1",
|
|
1873
|
+
"fragment": "clause-2.10.6.2",
|
|
1874
|
+
"clause": "2.10.6.2",
|
|
1875
|
+
"kind": "provision",
|
|
1876
|
+
"fragment_normative": true,
|
|
1877
|
+
"modality": "informative",
|
|
1878
|
+
"text": "Insert the load cell into the force-generating system, load to the minimum test load, D_{\"min\"}, and stabilise at 20 \"unitsml(degC)\" (pm 2 \"unitsml(degC)\")."
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"address": "clause-2.10.6.3/s1",
|
|
1882
|
+
"fragment": "clause-2.10.6.3",
|
|
1883
|
+
"clause": "2.10.6.3",
|
|
1884
|
+
"kind": "provision",
|
|
1885
|
+
"fragment_normative": true,
|
|
1886
|
+
"modality": "informative",
|
|
1887
|
+
"text": "Preload the load cell by applying the maximum test load, D_{\"max\"}, three times, returning to the minimum test load, D_{\"min\"}, after each load application."
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"address": "clause-2.10.6.3/s2",
|
|
1891
|
+
"fragment": "clause-2.10.6.3",
|
|
1892
|
+
"clause": "2.10.6.3",
|
|
1893
|
+
"kind": "provision",
|
|
1894
|
+
"fragment_normative": true,
|
|
1895
|
+
"modality": "informative",
|
|
1896
|
+
"text": "Wait 5 minutes before commencing any further tests."
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"address": "clause-2.10.6.4/s1",
|
|
1900
|
+
"fragment": "clause-2.10.6.4",
|
|
1901
|
+
"clause": "2.10.6.4",
|
|
1902
|
+
"kind": "provision",
|
|
1903
|
+
"fragment_normative": true,
|
|
1904
|
+
"modality": "informative",
|
|
1905
|
+
"text": "Check the indicating instrument according to 2.7.3.10."
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"address": "clause-2.10.6.5/s1",
|
|
1909
|
+
"fragment": "clause-2.10.6.5",
|
|
1910
|
+
"clause": "2.10.6.5",
|
|
1911
|
+
"kind": "provision",
|
|
1912
|
+
"fragment_normative": true,
|
|
1913
|
+
"modality": "informative",
|
|
1914
|
+
"text": "Monitor the minimum test load output until stable."
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"address": "clause-2.10.6.6/s1",
|
|
1918
|
+
"fragment": "clause-2.10.6.6",
|
|
1919
|
+
"clause": "2.10.6.6",
|
|
1920
|
+
"kind": "provision",
|
|
1921
|
+
"fragment_normative": true,
|
|
1922
|
+
"modality": "informative",
|
|
1923
|
+
"text": "Record the indicating instrument indication at the minimum test load, D_{\"min\"}."
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"address": "clause-2.10.6.7/s1",
|
|
1927
|
+
"fragment": "clause-2.10.6.7",
|
|
1928
|
+
"clause": "2.10.6.7",
|
|
1929
|
+
"kind": "provision",
|
|
1930
|
+
"fragment_normative": true,
|
|
1931
|
+
"modality": "normative",
|
|
1932
|
+
"text": "All test load points in a loading and unloading sequence shall be spaced at approximately equal time intervals."
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"address": "clause-2.10.6.7/s2",
|
|
1936
|
+
"fragment": "clause-2.10.6.7",
|
|
1937
|
+
"clause": "2.10.6.7",
|
|
1938
|
+
"kind": "provision",
|
|
1939
|
+
"fragment_normative": true,
|
|
1940
|
+
"modality": "normative",
|
|
1941
|
+
"text": "The readings shall be taken at time intervals as near as possible to those specified in table-1 in 2.8.3."
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"address": "clause-2.10.6.7/s3",
|
|
1945
|
+
"fragment": "clause-2.10.6.7",
|
|
1946
|
+
"clause": "2.10.6.7",
|
|
1947
|
+
"kind": "provision",
|
|
1948
|
+
"fragment_normative": true,
|
|
1949
|
+
"modality": "normative",
|
|
1950
|
+
"text": "These two time intervals shall be recorded."
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"address": "clause-2.10.6.8/s1",
|
|
1954
|
+
"fragment": "clause-2.10.6.8",
|
|
1955
|
+
"clause": "2.10.6.8",
|
|
1956
|
+
"kind": "provision",
|
|
1957
|
+
"fragment_normative": true,
|
|
1958
|
+
"modality": "informative",
|
|
1959
|
+
"text": "Apply increasing loads up to the maximum test load, D_{\"max\"_x}."
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"address": "clause-2.10.6.8/s2",
|
|
1963
|
+
"fragment": "clause-2.10.6.8",
|
|
1964
|
+
"clause": "2.10.6.8",
|
|
1965
|
+
"kind": "provision",
|
|
1966
|
+
"fragment_normative": true,
|
|
1967
|
+
"modality": "normative",
|
|
1968
|
+
"text": "There shall be at least five increasing load points which shall include loads approximating to the highest values in the applicable steps of maximum permissible measurement errors, as listed in Table 4 in R 60-1, 5.3.2."
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"address": "clause-2.10.6.9/s1",
|
|
1972
|
+
"fragment": "clause-2.10.6.9",
|
|
1973
|
+
"clause": "2.10.6.9",
|
|
1974
|
+
"kind": "provision",
|
|
1975
|
+
"fragment_normative": true,
|
|
1976
|
+
"modality": "informative",
|
|
1977
|
+
"text": "Record the indicating instrument indications at time intervals as near as possible to those specified in table-1 in 2.8.3."
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"address": "clause-2.10.6.9/s2",
|
|
1981
|
+
"fragment": "clause-2.10.6.9",
|
|
1982
|
+
"clause": "2.10.6.9",
|
|
1983
|
+
"kind": "provision",
|
|
1984
|
+
"fragment_normative": true,
|
|
1985
|
+
"modality": "normative",
|
|
1986
|
+
"text": "These two time intervals shall be recorded."
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"address": "clause-2.10.6.10/s1",
|
|
1990
|
+
"fragment": "clause-2.10.6.10",
|
|
1991
|
+
"clause": "2.10.6.10",
|
|
1992
|
+
"kind": "provision",
|
|
1993
|
+
"fragment_normative": true,
|
|
1994
|
+
"modality": "informative",
|
|
1995
|
+
"text": "Decrease the test load to the minimum test load, D_{\"min\"}, using the same load points as described in 2.10.6.8."
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"address": "clause-2.10.6.11/s1",
|
|
1999
|
+
"fragment": "clause-2.10.6.11",
|
|
2000
|
+
"clause": "2.10.6.11",
|
|
2001
|
+
"kind": "provision",
|
|
2002
|
+
"fragment_normative": true,
|
|
2003
|
+
"modality": "informative",
|
|
2004
|
+
"text": "This test is conducted to verify compliance with the provisions in R 60-1, 5.6.1 or R 60-1, 5.6.3 under conditions of high humidity and constant temperature."
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"address": "clause-2.10.6.11/s2",
|
|
2008
|
+
"fragment": "clause-2.10.6.11",
|
|
2009
|
+
"clause": "2.10.6.11",
|
|
2010
|
+
"kind": "provision",
|
|
2011
|
+
"fragment_normative": true,
|
|
2012
|
+
"modality": "informative",
|
|
2013
|
+
"text": "Applicable standards:"
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"address": "clause-2.10.6.11/s3",
|
|
2017
|
+
"fragment": "clause-2.10.6.11",
|
|
2018
|
+
"clause": "2.10.6.11",
|
|
2019
|
+
"kind": "provision",
|
|
2020
|
+
"fragment_normative": true,
|
|
2021
|
+
"modality": "informative",
|
|
2022
|
+
"text": "IEC 60068-2-78: Environmental testing — Part 2: Tests."
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"address": "clause-2.10.6.11/s4",
|
|
2026
|
+
"fragment": "clause-2.10.6.11",
|
|
2027
|
+
"clause": "2.10.6.11",
|
|
2028
|
+
"kind": "provision",
|
|
2029
|
+
"fragment_normative": true,
|
|
2030
|
+
"modality": "informative",
|
|
2031
|
+
"text": "Test Ca: Damp heat, steady state,"
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"address": "clause-2.10.6.11/s5",
|
|
2035
|
+
"fragment": "clause-2.10.6.11",
|
|
2036
|
+
"clause": "2.10.6.11",
|
|
2037
|
+
"kind": "provision",
|
|
2038
|
+
"fragment_normative": true,
|
|
2039
|
+
"modality": "informative",
|
|
2040
|
+
"text": "Environmental testing — Part 2: Tests."
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"address": "clause-2.10.6.11/s6",
|
|
2044
|
+
"fragment": "clause-2.10.6.11",
|
|
2045
|
+
"clause": "2.10.6.11",
|
|
2046
|
+
"kind": "provision",
|
|
2047
|
+
"fragment_normative": true,
|
|
2048
|
+
"modality": "informative",
|
|
2049
|
+
"text": "Test Cb: Damp heat, steady state, primarily for equipment [12]."
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"address": "clause-2.10.6.11/s7",
|
|
2053
|
+
"fragment": "clause-2.10.6.11",
|
|
2054
|
+
"clause": "2.10.6.11",
|
|
2055
|
+
"kind": "provision",
|
|
2056
|
+
"fragment_normative": true,
|
|
2057
|
+
"modality": "informative",
|
|
2058
|
+
"text": "IEC 60068-3-4: Environmental testing — Part 2: Tests."
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"address": "clause-2.10.6.11/s8",
|
|
2062
|
+
"fragment": "clause-2.10.6.11",
|
|
2063
|
+
"clause": "2.10.6.11",
|
|
2064
|
+
"kind": "provision",
|
|
2065
|
+
"fragment_normative": true,
|
|
2066
|
+
"modality": "informative",
|
|
2067
|
+
"text": "Guidance for damp heat tests [11]."
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"address": "clause-2.10.6.12/s1",
|
|
2071
|
+
"fragment": "clause-2.10.6.12",
|
|
2072
|
+
"clause": "2.10.6.12",
|
|
2073
|
+
"kind": "provision",
|
|
2074
|
+
"fragment_normative": true,
|
|
2075
|
+
"modality": "informative",
|
|
2076
|
+
"text": "Record the indicating instrument indications at time intervals as near as possible to those specified in table-1 in 2.8.3."
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"address": "clause-2.10.6.12/s2",
|
|
2080
|
+
"fragment": "clause-2.10.6.12",
|
|
2081
|
+
"clause": "2.10.6.12",
|
|
2082
|
+
"kind": "provision",
|
|
2083
|
+
"fragment_normative": true,
|
|
2084
|
+
"modality": "normative",
|
|
2085
|
+
"text": "These two time intervals shall be recorded."
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"address": "clause-2.10.6.13/s1",
|
|
2089
|
+
"fragment": "clause-2.10.6.13",
|
|
2090
|
+
"clause": "2.10.6.13",
|
|
2091
|
+
"kind": "provision",
|
|
2092
|
+
"fragment_normative": true,
|
|
2093
|
+
"modality": "informative",
|
|
2094
|
+
"text": "With the resulting data, the magnitude of humidity-induced variations can be determined and compared with the limits specified in R 60-1, 5.6.3.2."
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"address": "clause-2.10.7/s1",
|
|
2098
|
+
"fragment": "clause-2.10.7",
|
|
2099
|
+
"clause": "2.10.7",
|
|
2100
|
+
"kind": "provision",
|
|
2101
|
+
"fragment_normative": true,
|
|
2102
|
+
"modality": "informative",
|
|
2103
|
+
"text": "These tests are applied to verify compliance with the provisions in R 60-1, 5.7.2.5, and R 60-1, 5.7.2.6."
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"address": "clause-2.10.7.1/s1",
|
|
2107
|
+
"fragment": "clause-2.10.7.1",
|
|
2108
|
+
"clause": "2.10.7.1",
|
|
2109
|
+
"kind": "provision",
|
|
2110
|
+
"fragment_normative": true,
|
|
2111
|
+
"modality": "normative",
|
|
2112
|
+
"text": "An analogue-active load cell shall pass the performance and stability tests according to 2.10.7.2 for the tests given in R 60-1, Table 5."
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"address": "clause-2.10.7.2/s1",
|
|
2116
|
+
"fragment": "clause-2.10.7.2",
|
|
2117
|
+
"clause": "2.10.7.2",
|
|
2118
|
+
"kind": "provision",
|
|
2119
|
+
"fragment_normative": true,
|
|
2120
|
+
"modality": "informative",
|
|
2121
|
+
"text": "For load cells possessing a digital output interval greater than 0.20 v, the changeover points are to be used in the evaluation of errors, prior to rounding as follows."
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"address": "clause-2.10.7.2/s2",
|
|
2125
|
+
"fragment": "clause-2.10.7.2",
|
|
2126
|
+
"clause": "2.10.7.2",
|
|
2127
|
+
"kind": "provision",
|
|
2128
|
+
"fragment_normative": true,
|
|
2129
|
+
"modality": "informative",
|
|
2130
|
+
"text": "At a certain load, L, the digital output value, I, is noted."
|
|
2131
|
+
},
|
|
2132
|
+
{
|
|
2133
|
+
"address": "clause-2.10.7.2/s3",
|
|
2134
|
+
"fragment": "clause-2.10.7.2",
|
|
2135
|
+
"clause": "2.10.7.2",
|
|
2136
|
+
"kind": "provision",
|
|
2137
|
+
"fragment_normative": true,
|
|
2138
|
+
"modality": "informative",
|
|
2139
|
+
"text": "Additional loads, for example 0.1 v, are successively added until the output of the load cell is increased unambiguously by one digital output increment (I + v)."
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"address": "clause-2.10.7.2/s4",
|
|
2143
|
+
"fragment": "clause-2.10.7.2",
|
|
2144
|
+
"clause": "2.10.7.2",
|
|
2145
|
+
"kind": "provision",
|
|
2146
|
+
"fragment_normative": true,
|
|
2147
|
+
"modality": "informative",
|
|
2148
|
+
"text": "The additional amount of load, Delta L, added to the load cell gives the digital output value prior to rounding, P, by using the following formula:"
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"address": "clause-2.10.7.2/s5",
|
|
2152
|
+
"fragment": "clause-2.10.7.2",
|
|
2153
|
+
"clause": "2.10.7.2",
|
|
2154
|
+
"kind": "provision",
|
|
2155
|
+
"fragment_normative": true,
|
|
2156
|
+
"modality": "informative",
|
|
2157
|
+
"text": "P = I + 1//2 v - Delta L"
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"address": "clause-2.10.7.2/s6",
|
|
2161
|
+
"fragment": "clause-2.10.7.2",
|
|
2162
|
+
"clause": "2.10.7.2",
|
|
2163
|
+
"kind": "provision",
|
|
2164
|
+
"fragment_normative": true,
|
|
2165
|
+
"modality": "informative",
|
|
2166
|
+
"text": "where:"
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"address": "clause-2.10.7.2/s7",
|
|
2170
|
+
"fragment": "clause-2.10.7.2",
|
|
2171
|
+
"clause": "2.10.7.2",
|
|
2172
|
+
"kind": "provision",
|
|
2173
|
+
"fragment_normative": true,
|
|
2174
|
+
"modality": "informative",
|
|
2175
|
+
"text": "I = the indication or digital output value;"
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"address": "clause-2.10.7.2/s8",
|
|
2179
|
+
"fragment": "clause-2.10.7.2",
|
|
2180
|
+
"clause": "2.10.7.2",
|
|
2181
|
+
"kind": "provision",
|
|
2182
|
+
"fragment_normative": true,
|
|
2183
|
+
"modality": "informative",
|
|
2184
|
+
"text": "v = the load cell verification interval; and"
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"address": "clause-2.10.7.2/s9",
|
|
2188
|
+
"fragment": "clause-2.10.7.2",
|
|
2189
|
+
"clause": "2.10.7.2",
|
|
2190
|
+
"kind": "provision",
|
|
2191
|
+
"fragment_normative": true,
|
|
2192
|
+
"modality": "informative",
|
|
2193
|
+
"text": "Delta L = additional load added to the load cell."
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"address": "clause-2.10.7.2/s10",
|
|
2197
|
+
"fragment": "clause-2.10.7.2",
|
|
2198
|
+
"clause": "2.10.7.2",
|
|
2199
|
+
"kind": "provision",
|
|
2200
|
+
"fragment_normative": true,
|
|
2201
|
+
"modality": "informative",
|
|
2202
|
+
"text": "The error, E, prior to rounding is:"
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"address": "clause-2.10.7.2/s11",
|
|
2206
|
+
"fragment": "clause-2.10.7.2",
|
|
2207
|
+
"clause": "2.10.7.2",
|
|
2208
|
+
"kind": "provision",
|
|
2209
|
+
"fragment_normative": true,
|
|
2210
|
+
"modality": "informative",
|
|
2211
|
+
"text": "E = P - L = I + 1/2 v - Delta L - L"
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
"address": "clause-2.10.7.2/s12",
|
|
2215
|
+
"fragment": "clause-2.10.7.2",
|
|
2216
|
+
"clause": "2.10.7.2",
|
|
2217
|
+
"kind": "provision",
|
|
2218
|
+
"fragment_normative": true,
|
|
2219
|
+
"modality": "informative",
|
|
2220
|
+
"text": "and the corrected error, E_c, prior to rounding is:"
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"address": "clause-2.10.7.2/s13",
|
|
2224
|
+
"fragment": "clause-2.10.7.2",
|
|
2225
|
+
"clause": "2.10.7.2",
|
|
2226
|
+
"kind": "provision",
|
|
2227
|
+
"fragment_normative": true,
|
|
2228
|
+
"modality": "informative",
|
|
2229
|
+
"text": "E_C = E - E_0 <= MPE"
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"address": "clause-2.10.7.2/s14",
|
|
2233
|
+
"fragment": "clause-2.10.7.2",
|
|
2234
|
+
"clause": "2.10.7.2",
|
|
2235
|
+
"kind": "provision",
|
|
2236
|
+
"fragment_normative": true,
|
|
2237
|
+
"modality": "informative",
|
|
2238
|
+
"text": "where E_0 is the error calculated at the minimum test load, D_{\"min\"}."
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"address": "clause-2.10.7.3/s1",
|
|
2242
|
+
"fragment": "clause-2.10.7.3",
|
|
2243
|
+
"clause": "2.10.7.3",
|
|
2244
|
+
"kind": "provision",
|
|
2245
|
+
"fragment_normative": true,
|
|
2246
|
+
"modality": "informative",
|
|
2247
|
+
"text": "Test procedure in brief:"
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"address": "clause-2.10.7.3/s2",
|
|
2251
|
+
"fragment": "clause-2.10.7.3",
|
|
2252
|
+
"clause": "2.10.7.3",
|
|
2253
|
+
"kind": "provision",
|
|
2254
|
+
"fragment_normative": true,
|
|
2255
|
+
"modality": "informative",
|
|
2256
|
+
"text": "Stabilise the load cell at 20 \"unitsml(degC)\" (pm 2 \"unitsml(degC)\") and disconnect from any electrical supply for a period of at least 8 hours prior to the test."
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"address": "clause-2.10.7.3/s3",
|
|
2260
|
+
"fragment": "clause-2.10.7.3",
|
|
2261
|
+
"clause": "2.10.7.3",
|
|
2262
|
+
"kind": "provision",
|
|
2263
|
+
"fragment_normative": true,
|
|
2264
|
+
"modality": "informative",
|
|
2265
|
+
"text": "Insert the load cell into the force-generating system."
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"address": "clause-2.10.7.3/s4",
|
|
2269
|
+
"fragment": "clause-2.10.7.3",
|
|
2270
|
+
"clause": "2.10.7.3",
|
|
2271
|
+
"kind": "provision",
|
|
2272
|
+
"fragment_normative": true,
|
|
2273
|
+
"modality": "informative",
|
|
2274
|
+
"text": "Preload the load cell by applying a maximum test load, D_{\"max\"}, then, returning to the minimum test load, D_{\"min\"}, three times."
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"address": "clause-2.10.7.3/s5",
|
|
2278
|
+
"fragment": "clause-2.10.7.3",
|
|
2279
|
+
"clause": "2.10.7.3",
|
|
2280
|
+
"kind": "provision",
|
|
2281
|
+
"fragment_normative": true,
|
|
2282
|
+
"modality": "informative",
|
|
2283
|
+
"text": "Allow the load cell to rest for 5 minutes."
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"address": "clause-2.10.7.3/s6",
|
|
2287
|
+
"fragment": "clause-2.10.7.3",
|
|
2288
|
+
"clause": "2.10.7.3",
|
|
2289
|
+
"kind": "provision",
|
|
2290
|
+
"fragment_normative": true,
|
|
2291
|
+
"modality": "informative",
|
|
2292
|
+
"text": "Connect the load cell to the power supply and switch on."
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"address": "clause-2.10.7.3/s7",
|
|
2296
|
+
"fragment": "clause-2.10.7.3",
|
|
2297
|
+
"clause": "2.10.7.3",
|
|
2298
|
+
"kind": "provision",
|
|
2299
|
+
"fragment_normative": true,
|
|
2300
|
+
"modality": "informative",
|
|
2301
|
+
"text": "Record data:"
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"address": "clause-2.10.7.3/s8",
|
|
2305
|
+
"fragment": "clause-2.10.7.3",
|
|
2306
|
+
"clause": "2.10.7.3",
|
|
2307
|
+
"kind": "provision",
|
|
2308
|
+
"fragment_normative": true,
|
|
2309
|
+
"modality": "informative",
|
|
2310
|
+
"text": "As soon as a measurement result can be obtained, record the minimum test load output and the maximum test load, D_{\"max\"}, applied."
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"address": "clause-2.10.7.3/s9",
|
|
2314
|
+
"fragment": "clause-2.10.7.3",
|
|
2315
|
+
"clause": "2.10.7.3",
|
|
2316
|
+
"kind": "provision",
|
|
2317
|
+
"fragment_normative": true,
|
|
2318
|
+
"modality": "informative",
|
|
2319
|
+
"text": "Loading and unloading:"
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"address": "clause-2.10.7.3/s10",
|
|
2323
|
+
"fragment": "clause-2.10.7.3",
|
|
2324
|
+
"clause": "2.10.7.3",
|
|
2325
|
+
"kind": "provision",
|
|
2326
|
+
"fragment_normative": true,
|
|
2327
|
+
"modality": "normative",
|
|
2328
|
+
"text": "The maximum test load output shall be determined at time intervals as close as possible to those specified in table-1 in 2.8.3 and recorded and the load should be returned to the minimum test load, D_{\"min\"}."
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"address": "clause-2.10.7.3/s11",
|
|
2332
|
+
"fragment": "clause-2.10.7.3",
|
|
2333
|
+
"clause": "2.10.7.3",
|
|
2334
|
+
"kind": "provision",
|
|
2335
|
+
"fragment_normative": true,
|
|
2336
|
+
"modality": "normative",
|
|
2337
|
+
"text": "These measurements shall be repeated after 5, 15 and 30 minutes."
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"address": "clause-2.10.7.3/s12",
|
|
2341
|
+
"fragment": "clause-2.10.7.3",
|
|
2342
|
+
"clause": "2.10.7.3",
|
|
2343
|
+
"kind": "provision",
|
|
2344
|
+
"fragment_normative": true,
|
|
2345
|
+
"modality": "normative",
|
|
2346
|
+
"text": "For load cells of class A, the provisions of the operating manual for the time following connection to electrical supply shall be observed."
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"address": "clause-2.10.7.4/s1",
|
|
2350
|
+
"fragment": "clause-2.10.7.4",
|
|
2351
|
+
"clause": "2.10.7.4",
|
|
2352
|
+
"kind": "provision",
|
|
2353
|
+
"fragment_normative": true,
|
|
2354
|
+
"modality": "informative",
|
|
2355
|
+
"text": "This test is applied to verify compliance with R 60-1, 5.7.2.2, R 60-1, 5.7.2.3, and R 60-1, 5.7.2.4 under conditions of variations in voltage to the load cell’s power supply."
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"address": "clause-2.10.7.4/s2",
|
|
2359
|
+
"fragment": "clause-2.10.7.4",
|
|
2360
|
+
"clause": "2.10.7.4",
|
|
2361
|
+
"kind": "provision",
|
|
2362
|
+
"fragment_normative": true,
|
|
2363
|
+
"modality": "informative",
|
|
2364
|
+
"text": "Applicable standards:"
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"address": "clause-2.10.7.4/s3",
|
|
2368
|
+
"fragment": "clause-2.10.7.4",
|
|
2369
|
+
"clause": "2.10.7.4",
|
|
2370
|
+
"kind": "provision",
|
|
2371
|
+
"fragment_normative": true,
|
|
2372
|
+
"modality": "informative",
|
|
2373
|
+
"text": "For load cells powered by AC mains: IEC/TR3 61000-2-1 [13], IEC 61000-4-1 (set-up) [14]"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"address": "clause-2.10.7.4/s4",
|
|
2377
|
+
"fragment": "clause-2.10.7.4",
|
|
2378
|
+
"clause": "2.10.7.4",
|
|
2379
|
+
"kind": "provision",
|
|
2380
|
+
"fragment_normative": true,
|
|
2381
|
+
"modality": "informative",
|
|
2382
|
+
"text": "For load cells powered by DC mains: IEC 61000-4-29 [15], IEC 61000-4-1 (set-up) [14]"
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"address": "clause-2.10.7.5/s1",
|
|
2386
|
+
"fragment": "clause-2.10.7.5",
|
|
2387
|
+
"clause": "2.10.7.5",
|
|
2388
|
+
"kind": "provision",
|
|
2389
|
+
"fragment_normative": true,
|
|
2390
|
+
"modality": "informative",
|
|
2391
|
+
"text": "This test is conducted to verify compliance with R 60-1, 5.7.2.2, R 60-1, 5.7.2.3, and R 60-1, 5.7.2.4 under conditions of short-time power reductions"
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"address": "clause-2.10.7.5/s2",
|
|
2395
|
+
"fragment": "clause-2.10.7.5",
|
|
2396
|
+
"clause": "2.10.7.5",
|
|
2397
|
+
"kind": "provision",
|
|
2398
|
+
"fragment_normative": true,
|
|
2399
|
+
"modality": "informative",
|
|
2400
|
+
"text": "Applicable standards:"
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"address": "clause-2.10.7.5/s3",
|
|
2404
|
+
"fragment": "clause-2.10.7.5",
|
|
2405
|
+
"clause": "2.10.7.5",
|
|
2406
|
+
"kind": "provision",
|
|
2407
|
+
"fragment_normative": true,
|
|
2408
|
+
"modality": "informative",
|
|
2409
|
+
"text": "For load cells powered by DC mains: IEC 61000-4-29 [15]; IEC 61000-4-1 [14]"
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
"address": "clause-2.10.7.5/s4",
|
|
2413
|
+
"fragment": "clause-2.10.7.5",
|
|
2414
|
+
"clause": "2.10.7.5",
|
|
2415
|
+
"kind": "provision",
|
|
2416
|
+
"fragment_normative": true,
|
|
2417
|
+
"modality": "informative",
|
|
2418
|
+
"text": "For load cells powered by AC mains; IEC 61000-4-11 [16]; IEC 61000-6-1 [17]; IEC 61000-6-2 [18]"
|
|
2419
|
+
},
|
|
2420
|
+
{
|
|
2421
|
+
"address": "clause-2.10.7.6/s1",
|
|
2422
|
+
"fragment": "clause-2.10.7.6",
|
|
2423
|
+
"clause": "2.10.7.6",
|
|
2424
|
+
"kind": "provision",
|
|
2425
|
+
"fragment_normative": true,
|
|
2426
|
+
"modality": "informative",
|
|
2427
|
+
"text": "This test is conducted to verify compliance with the provisions in R 60-1, 5.7.2.5 during conditions where electrical bursts are superimposed on the mains voltage."
|
|
2428
|
+
},
|
|
2429
|
+
{
|
|
2430
|
+
"address": "clause-2.10.7.6/s2",
|
|
2431
|
+
"fragment": "clause-2.10.7.6",
|
|
2432
|
+
"clause": "2.10.7.6",
|
|
2433
|
+
"kind": "provision",
|
|
2434
|
+
"fragment_normative": true,
|
|
2435
|
+
"modality": "informative",
|
|
2436
|
+
"text": "Applicable standards:"
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"address": "clause-2.10.7.6/s3",
|
|
2440
|
+
"fragment": "clause-2.10.7.6",
|
|
2441
|
+
"clause": "2.10.7.6",
|
|
2442
|
+
"kind": "provision",
|
|
2443
|
+
"fragment_normative": true,
|
|
2444
|
+
"modality": "informative",
|
|
2445
|
+
"text": "IEC 61000-4-4 [19]: No. 5 (Test 2+| severity), No. 6 (Test instrumentation), No. 7 (Test set-up), No. 8 (Test procedure)."
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"address": "clause-2.10.7.7/s1",
|
|
2449
|
+
"fragment": "clause-2.10.7.7",
|
|
2450
|
+
"clause": "2.10.7.7",
|
|
2451
|
+
"kind": "provision",
|
|
2452
|
+
"fragment_normative": true,
|
|
2453
|
+
"modality": "informative",
|
|
2454
|
+
"text": "This test is conducted to verify compliance with the provisions in R 60-1, 5.7.2.5 during conditions where electrical surges are superimposed on the mains voltage and I/O and communication ports."
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"address": "clause-2.10.7.7/s2",
|
|
2458
|
+
"fragment": "clause-2.10.7.7",
|
|
2459
|
+
"clause": "2.10.7.7",
|
|
2460
|
+
"kind": "provision",
|
|
2461
|
+
"fragment_normative": true,
|
|
2462
|
+
"modality": "informative",
|
|
2463
|
+
"text": "Applicable standards:"
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"address": "clause-2.10.7.7/s3",
|
|
2467
|
+
"fragment": "clause-2.10.7.7",
|
|
2468
|
+
"clause": "2.10.7.7",
|
|
2469
|
+
"kind": "provision",
|
|
2470
|
+
"fragment_normative": true,
|
|
2471
|
+
"modality": "informative",
|
|
2472
|
+
"text": "IEC 61000-4-5 [20]"
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"address": "clause-2.10.7.8/s1",
|
|
2476
|
+
"fragment": "clause-2.10.7.8",
|
|
2477
|
+
"clause": "2.10.7.8",
|
|
2478
|
+
"kind": "provision",
|
|
2479
|
+
"fragment_normative": true,
|
|
2480
|
+
"modality": "informative",
|
|
2481
|
+
"text": "This test is conducted to verify compliance with the provisions in R 60-1, 5.7.2.5 in case of direct exposure to electrostatic discharges or such discharges in the neighbourhood of the load cell."
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"address": "clause-2.10.7.8/s2",
|
|
2485
|
+
"fragment": "clause-2.10.7.8",
|
|
2486
|
+
"clause": "2.10.7.8",
|
|
2487
|
+
"kind": "provision",
|
|
2488
|
+
"fragment_normative": true,
|
|
2489
|
+
"modality": "informative",
|
|
2490
|
+
"text": "Applicable standard:"
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"address": "clause-2.10.7.8/s3",
|
|
2494
|
+
"fragment": "clause-2.10.7.8",
|
|
2495
|
+
"clause": "2.10.7.8",
|
|
2496
|
+
"kind": "provision",
|
|
2497
|
+
"fragment_normative": true,
|
|
2498
|
+
"modality": "informative",
|
|
2499
|
+
"text": "IEC 61000-4-2 [21]: No. 6 (test generator), No. 7 (set-up), No. 8 (test procedure)."
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"address": "clause-2.10.7.9/s1",
|
|
2503
|
+
"fragment": "clause-2.10.7.9",
|
|
2504
|
+
"clause": "2.10.7.9",
|
|
2505
|
+
"kind": "provision",
|
|
2506
|
+
"fragment_normative": true,
|
|
2507
|
+
"modality": "informative",
|
|
2508
|
+
"text": "This test is conducted to verify compliance with the provisions in R 60-1, 5.7.2.5 under conditions of exposure to electromagnetic fields."
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"address": "clause-2.10.7.9/s2",
|
|
2512
|
+
"fragment": "clause-2.10.7.9",
|
|
2513
|
+
"clause": "2.10.7.9",
|
|
2514
|
+
"kind": "provision",
|
|
2515
|
+
"fragment_normative": true,
|
|
2516
|
+
"modality": "informative",
|
|
2517
|
+
"text": "Applicable standard:"
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"address": "clause-2.10.7.9/s3",
|
|
2521
|
+
"fragment": "clause-2.10.7.9",
|
|
2522
|
+
"clause": "2.10.7.9",
|
|
2523
|
+
"kind": "provision",
|
|
2524
|
+
"fragment_normative": true,
|
|
2525
|
+
"modality": "informative",
|
|
2526
|
+
"text": "IEC 61000-4-3 [22]: No. 6 (test generator), No. 7 (test set-up), No. 8 (test procedure)"
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"address": "clause-2.10.7.10/s1",
|
|
2530
|
+
"fragment": "clause-2.10.7.10",
|
|
2531
|
+
"clause": "2.10.7.10",
|
|
2532
|
+
"kind": "provision",
|
|
2533
|
+
"fragment_normative": true,
|
|
2534
|
+
"modality": "informative",
|
|
2535
|
+
"text": "This test is conducted to verify compliance with the provisions in R 60-1, 5.7.2.5 while exposed to electromagnetic fields"
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"address": "clause-2.10.7.10/s2",
|
|
2539
|
+
"fragment": "clause-2.10.7.10",
|
|
2540
|
+
"clause": "2.10.7.10",
|
|
2541
|
+
"kind": "provision",
|
|
2542
|
+
"fragment_normative": true,
|
|
2543
|
+
"modality": "informative",
|
|
2544
|
+
"text": "Applicable standard: IEC 61000-4-6 [23]"
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
"address": "clause-2.10.7.11/s1",
|
|
2548
|
+
"fragment": "clause-2.10.7.11",
|
|
2549
|
+
"clause": "2.10.7.11",
|
|
2550
|
+
"kind": "provision",
|
|
2551
|
+
"fragment_normative": true,
|
|
2552
|
+
"modality": "informative",
|
|
2553
|
+
"text": "Test procedure in brief:"
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
"address": "clause-2.10.7.11/s2",
|
|
2557
|
+
"fragment": "clause-2.10.7.11",
|
|
2558
|
+
"clause": "2.10.7.11",
|
|
2559
|
+
"kind": "provision",
|
|
2560
|
+
"fragment_normative": true,
|
|
2561
|
+
"modality": "informative",
|
|
2562
|
+
"text": "The test consists in observing the variations of the output of the load cell under reasonably constant (pm 2 \"unitsml(degC)\") conditions (e.g. in a normal laboratory environment) at various intervals before, during and after the load cell has been subjected to performance tests."
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"address": "clause-2.10.7.11/s3",
|
|
2566
|
+
"fragment": "clause-2.10.7.11",
|
|
2567
|
+
"clause": "2.10.7.11",
|
|
2568
|
+
"kind": "provision",
|
|
2569
|
+
"fragment_normative": true,
|
|
2570
|
+
"modality": "normative",
|
|
2571
|
+
"text": "The performance tests shall include (as a minimum) the temperature test."
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"address": "clause-2.10.7.11/s4",
|
|
2575
|
+
"fragment": "clause-2.10.7.11",
|
|
2576
|
+
"clause": "2.10.7.11",
|
|
2577
|
+
"kind": "provision",
|
|
2578
|
+
"fragment_normative": true,
|
|
2579
|
+
"modality": "normative",
|
|
2580
|
+
"text": "The damp heat test shall be performed when applicable but may be performed after a series of span stability tests if the conduct of that test during the span stability test imposes an increased risk that the principles expressed under 2.7.3.3. would be compromised."
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"address": "clause-2.10.7.11/s5",
|
|
2584
|
+
"fragment": "clause-2.10.7.11",
|
|
2585
|
+
"clause": "2.10.7.11",
|
|
2586
|
+
"kind": "provision",
|
|
2587
|
+
"fragment_normative": true,
|
|
2588
|
+
"modality": "normative",
|
|
2589
|
+
"text": "This may be a greater concern when conducting tests on higher capacity load cells."
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"address": "clause-2.10.7.11/s6",
|
|
2593
|
+
"fragment": "clause-2.10.7.11",
|
|
2594
|
+
"clause": "2.10.7.11",
|
|
2595
|
+
"kind": "provision",
|
|
2596
|
+
"fragment_normative": true,
|
|
2597
|
+
"modality": "normative",
|
|
2598
|
+
"text": "The load cell shall be disconnected from the mains power supply, or battery supply where fitted, two times for at least 8 hours during the period of test."
|
|
2599
|
+
},
|
|
2600
|
+
{
|
|
2601
|
+
"address": "clause-2.10.7.11/s7",
|
|
2602
|
+
"fragment": "clause-2.10.7.11",
|
|
2603
|
+
"clause": "2.10.7.11",
|
|
2604
|
+
"kind": "provision",
|
|
2605
|
+
"fragment_normative": true,
|
|
2606
|
+
"modality": "normative",
|
|
2607
|
+
"text": "The number of disconnections may be increased if the manufacturer specifies so or at the discretion of the approval authority in the absence of any such consideration."
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"address": "clause-2.10.7.11/s8",
|
|
2611
|
+
"fragment": "clause-2.10.7.11",
|
|
2612
|
+
"clause": "2.10.7.11",
|
|
2613
|
+
"kind": "provision",
|
|
2614
|
+
"fragment_normative": true,
|
|
2615
|
+
"modality": "normative",
|
|
2616
|
+
"text": "For the conduct of this test, the manufacturer’s operating instructions shall be considered."
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"address": "clause-2.10.7.11/s9",
|
|
2620
|
+
"fragment": "clause-2.10.7.11",
|
|
2621
|
+
"clause": "2.10.7.11",
|
|
2622
|
+
"kind": "provision",
|
|
2623
|
+
"fragment_normative": true,
|
|
2624
|
+
"modality": "normative",
|
|
2625
|
+
"text": "The load cell shall be stabilised at sufficiently constant ambient conditions after switch-on for at least 5 hours, but at least 16 hours after any temperature or humidity tests have been performed."
|
|
2626
|
+
},
|
|
2627
|
+
{
|
|
2628
|
+
"address": "clause-2.10.7.11/s10",
|
|
2629
|
+
"fragment": "clause-2.10.7.11",
|
|
2630
|
+
"clause": "2.10.7.11",
|
|
2631
|
+
"kind": "provision",
|
|
2632
|
+
"fragment_normative": true,
|
|
2633
|
+
"modality": "informative",
|
|
2634
|
+
"text": "Test duration:"
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
"address": "clause-2.10.7.11/s11",
|
|
2638
|
+
"fragment": "clause-2.10.7.11",
|
|
2639
|
+
"clause": "2.10.7.11",
|
|
2640
|
+
"kind": "provision",
|
|
2641
|
+
"fragment_normative": true,
|
|
2642
|
+
"modality": "informative",
|
|
2643
|
+
"text": "28 days or the period necessary for the performance tests to be carried out, whichever is shorter, for temperature and humidity tests."
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"address": "clause-2.10.7.11/s12",
|
|
2647
|
+
"fragment": "clause-2.10.7.11",
|
|
2648
|
+
"clause": "2.10.7.11",
|
|
2649
|
+
"kind": "provision",
|
|
2650
|
+
"fragment_normative": true,
|
|
2651
|
+
"modality": "normative",
|
|
2652
|
+
"text": "The duration may be increased to 40 days for CH marked load cells only."
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"address": "clause-2.10.7.11/s13",
|
|
2656
|
+
"fragment": "clause-2.10.7.11",
|
|
2657
|
+
"clause": "2.10.7.11",
|
|
2658
|
+
"kind": "provision",
|
|
2659
|
+
"fragment_normative": true,
|
|
2660
|
+
"modality": "informative",
|
|
2661
|
+
"text": "Time between measurements:"
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"address": "clause-2.10.7.11/s14",
|
|
2665
|
+
"fragment": "clause-2.10.7.11",
|
|
2666
|
+
"clause": "2.10.7.11",
|
|
2667
|
+
"kind": "provision",
|
|
2668
|
+
"fragment_normative": true,
|
|
2669
|
+
"modality": "informative",
|
|
2670
|
+
"text": "Between 1/2 day (12 hours) and 10 days (240 hours) for SH marked load cells, and 14 days for CH marked load cells, with an even distribution of the measurements over the total duration of the test."
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"address": "clause-2.10.7.11/s15",
|
|
2674
|
+
"fragment": "clause-2.10.7.11",
|
|
2675
|
+
"clause": "2.10.7.11",
|
|
2676
|
+
"kind": "provision",
|
|
2677
|
+
"fragment_normative": true,
|
|
2678
|
+
"modality": "informative",
|
|
2679
|
+
"text": "Test loads:"
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
"address": "clause-2.10.7.11/s16",
|
|
2683
|
+
"fragment": "clause-2.10.7.11",
|
|
2684
|
+
"clause": "2.10.7.11",
|
|
2685
|
+
"kind": "provision",
|
|
2686
|
+
"fragment_normative": true,
|
|
2687
|
+
"modality": "normative",
|
|
2688
|
+
"text": "A minimum test load, D_{\"min\"}; the same test load shall be used throughout the test."
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"address": "clause-2.10.7.11/s17",
|
|
2692
|
+
"fragment": "clause-2.10.7.11",
|
|
2693
|
+
"clause": "2.10.7.11",
|
|
2694
|
+
"kind": "provision",
|
|
2695
|
+
"fragment_normative": true,
|
|
2696
|
+
"modality": "normative",
|
|
2697
|
+
"text": "A maximum test load, D_{\"max\"}; the same test load shall be used throughout the test."
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"address": "clause-2.10.7.11/s18",
|
|
2701
|
+
"fragment": "clause-2.10.7.11",
|
|
2702
|
+
"clause": "2.10.7.11",
|
|
2703
|
+
"kind": "provision",
|
|
2704
|
+
"fragment_normative": true,
|
|
2705
|
+
"modality": "informative",
|
|
2706
|
+
"text": "Number of measurements: At least 8."
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"address": "clause-2.10.7.11/s19",
|
|
2710
|
+
"fragment": "clause-2.10.7.11",
|
|
2711
|
+
"clause": "2.10.7.11",
|
|
2712
|
+
"kind": "provision",
|
|
2713
|
+
"fragment_normative": true,
|
|
2714
|
+
"modality": "informative",
|
|
2715
|
+
"text": "Test sequence:"
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"address": "clause-2.10.7.11/s20",
|
|
2719
|
+
"fragment": "clause-2.10.7.11",
|
|
2720
|
+
"clause": "2.10.7.11",
|
|
2721
|
+
"kind": "provision",
|
|
2722
|
+
"fragment_normative": true,
|
|
2723
|
+
"modality": "normative",
|
|
2724
|
+
"text": "Identical test equipment and test loads shall be used throughout the test."
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"address": "clause-2.10.7.11/s21",
|
|
2728
|
+
"fragment": "clause-2.10.7.11",
|
|
2729
|
+
"clause": "2.10.7.11",
|
|
2730
|
+
"kind": "provision",
|
|
2731
|
+
"fragment_normative": true,
|
|
2732
|
+
"modality": "informative",
|
|
2733
|
+
"text": "Stabilise all factors at sufficiently constant ambient conditions."
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
"address": "clause-2.10.7.11/s22",
|
|
2737
|
+
"fragment": "clause-2.10.7.11",
|
|
2738
|
+
"clause": "2.10.7.11",
|
|
2739
|
+
"kind": "provision",
|
|
2740
|
+
"fragment_normative": true,
|
|
2741
|
+
"modality": "normative",
|
|
2742
|
+
"text": "Each set of measurements shall consist of the following:"
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"address": "clause-2.10.7.11/s23",
|
|
2746
|
+
"fragment": "clause-2.10.7.11",
|
|
2747
|
+
"clause": "2.10.7.11",
|
|
2748
|
+
"kind": "provision",
|
|
2749
|
+
"fragment_normative": true,
|
|
2750
|
+
"modality": "informative",
|
|
2751
|
+
"text": "preload the load cell by applying the maximum test load, D_{\"max\"}, three times, returning to the minimum test load, D_{\"min\"}, after each load application;"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"address": "clause-2.10.7.11/s24",
|
|
2755
|
+
"fragment": "clause-2.10.7.11",
|
|
2756
|
+
"clause": "2.10.7.11",
|
|
2757
|
+
"kind": "provision",
|
|
2758
|
+
"fragment_normative": true,
|
|
2759
|
+
"modality": "informative",
|
|
2760
|
+
"text": "stabilise the load cell at the minimum test load, D_{\"min\"};"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"address": "clause-2.10.7.11/s25",
|
|
2764
|
+
"fragment": "clause-2.10.7.11",
|
|
2765
|
+
"clause": "2.10.7.11",
|
|
2766
|
+
"kind": "provision",
|
|
2767
|
+
"fragment_normative": true,
|
|
2768
|
+
"modality": "informative",
|
|
2769
|
+
"text": "read the minimum test load output and apply the maximum test load, D_{\"max\"}."
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"address": "clause-2.10.7.11/s26",
|
|
2773
|
+
"fragment": "clause-2.10.7.11",
|
|
2774
|
+
"clause": "2.10.7.11",
|
|
2775
|
+
"kind": "provision",
|
|
2776
|
+
"fragment_normative": true,
|
|
2777
|
+
"modality": "informative",
|
|
2778
|
+
"text": "Read the maximum test load output at time intervals as near as possible to those specified in table-1 in 2.8.3, and return to the minimum test load, D_{\"min\"}."
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"address": "clause-2.10.7.11/s27",
|
|
2782
|
+
"fragment": "clause-2.10.7.11",
|
|
2783
|
+
"clause": "2.10.7.11",
|
|
2784
|
+
"kind": "provision",
|
|
2785
|
+
"fragment_normative": true,
|
|
2786
|
+
"modality": "informative",
|
|
2787
|
+
"text": "Repeat this four more times for accuracy class B or two more times for accuracy classes C and D;"
|
|
2788
|
+
},
|
|
2789
|
+
{
|
|
2790
|
+
"address": "clause-2.10.7.11/s28",
|
|
2791
|
+
"fragment": "clause-2.10.7.11",
|
|
2792
|
+
"clause": "2.10.7.11",
|
|
2793
|
+
"kind": "provision",
|
|
2794
|
+
"fragment_normative": true,
|
|
2795
|
+
"modality": "informative",
|
|
2796
|
+
"text": "determine the span measurement result, which is the difference in output between the mean max-imum test load outputs and the mean minimum test load outputs."
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"address": "clause-2.10.7.11/s29",
|
|
2800
|
+
"fragment": "clause-2.10.7.11",
|
|
2801
|
+
"clause": "2.10.7.11",
|
|
2802
|
+
"kind": "provision",
|
|
2803
|
+
"fragment_normative": true,
|
|
2804
|
+
"modality": "informative",
|
|
2805
|
+
"text": "Compare subsequent results with the initial span measurement result and determine the error."
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"address": "clause-2.10.7.11/s30",
|
|
2809
|
+
"fragment": "clause-2.10.7.11",
|
|
2810
|
+
"clause": "2.10.7.11",
|
|
2811
|
+
"kind": "provision",
|
|
2812
|
+
"fragment_normative": true,
|
|
2813
|
+
"modality": "informative",
|
|
2814
|
+
"text": "Record the following data:"
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"address": "clause-2.10.7.11/s31",
|
|
2818
|
+
"fragment": "clause-2.10.7.11",
|
|
2819
|
+
"clause": "2.10.7.11",
|
|
2820
|
+
"kind": "provision",
|
|
2821
|
+
"fragment_normative": true,
|
|
2822
|
+
"modality": "informative",
|
|
2823
|
+
"text": "date and time (absolute, not relative);"
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"address": "clause-2.10.7.11/s32",
|
|
2827
|
+
"fragment": "clause-2.10.7.11",
|
|
2828
|
+
"clause": "2.10.7.11",
|
|
2829
|
+
"kind": "provision",
|
|
2830
|
+
"fragment_normative": true,
|
|
2831
|
+
"modality": "informative",
|
|
2832
|
+
"text": "temperature;"
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"address": "clause-2.10.7.11/s33",
|
|
2836
|
+
"fragment": "clause-2.10.7.11",
|
|
2837
|
+
"clause": "2.10.7.11",
|
|
2838
|
+
"kind": "provision",
|
|
2839
|
+
"fragment_normative": true,
|
|
2840
|
+
"modality": "informative",
|
|
2841
|
+
"text": "barometric pressure;"
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"address": "clause-2.10.7.11/s34",
|
|
2845
|
+
"fragment": "clause-2.10.7.11",
|
|
2846
|
+
"clause": "2.10.7.11",
|
|
2847
|
+
"kind": "provision",
|
|
2848
|
+
"fragment_normative": true,
|
|
2849
|
+
"modality": "informative",
|
|
2850
|
+
"text": "relative humidity;"
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"address": "clause-2.10.7.11/s35",
|
|
2854
|
+
"fragment": "clause-2.10.7.11",
|
|
2855
|
+
"clause": "2.10.7.11",
|
|
2856
|
+
"kind": "provision",
|
|
2857
|
+
"fragment_normative": true,
|
|
2858
|
+
"modality": "informative",
|
|
2859
|
+
"text": "test load values;"
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"address": "clause-2.10.7.11/s36",
|
|
2863
|
+
"fragment": "clause-2.10.7.11",
|
|
2864
|
+
"clause": "2.10.7.11",
|
|
2865
|
+
"kind": "provision",
|
|
2866
|
+
"fragment_normative": true,
|
|
2867
|
+
"modality": "informative",
|
|
2868
|
+
"text": "load cell outputs;"
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"address": "clause-2.10.7.11/s37",
|
|
2872
|
+
"fragment": "clause-2.10.7.11",
|
|
2873
|
+
"clause": "2.10.7.11",
|
|
2874
|
+
"kind": "provision",
|
|
2875
|
+
"fragment_normative": true,
|
|
2876
|
+
"modality": "informative",
|
|
2877
|
+
"text": "errors."
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"address": "clause-2.10.7.11/s38",
|
|
2881
|
+
"fragment": "clause-2.10.7.11",
|
|
2882
|
+
"clause": "2.10.7.11",
|
|
2883
|
+
"kind": "provision",
|
|
2884
|
+
"fragment_normative": true,
|
|
2885
|
+
"modality": "informative",
|
|
2886
|
+
"text": "Apply all necessary corrections resulting from variations in temperature, pressure, etc. between the various measurements."
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
"address": "clause-2.10.7.11/s39",
|
|
2890
|
+
"fragment": "clause-2.10.7.11",
|
|
2891
|
+
"clause": "2.10.7.11",
|
|
2892
|
+
"kind": "provision",
|
|
2893
|
+
"fragment_normative": true,
|
|
2894
|
+
"modality": "informative",
|
|
2895
|
+
"text": "Allow for full recovery of the load cell before any other tests are performed."
|
|
2896
|
+
},
|
|
2897
|
+
{
|
|
2898
|
+
"address": "clause-2.10.7.11/s40",
|
|
2899
|
+
"fragment": "clause-2.10.7.11",
|
|
2900
|
+
"clause": "2.10.7.11",
|
|
2901
|
+
"kind": "provision",
|
|
2902
|
+
"fragment_normative": true,
|
|
2903
|
+
"modality": "normative",
|
|
2904
|
+
"text": "Where differences of results indicate a trend of more than half the allowable variation specified above, the test shall be continued until the trend comes to rest or reverses itself, or until the error exceeds the maximum allowable variation."
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"address": "clause-2.11.1/s1",
|
|
2908
|
+
"fragment": "clause-2.11.1",
|
|
2909
|
+
"clause": "2.11.1",
|
|
2910
|
+
"kind": "provision",
|
|
2911
|
+
"fragment_normative": true,
|
|
2912
|
+
"modality": "informative",
|
|
2913
|
+
"text": "The recommended test sequence for each test temperature when all tests are carried out in the same force-generating system is shown in fig-2."
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"address": "clause-2.11.2/s1",
|
|
2917
|
+
"fragment": "clause-2.11.2",
|
|
2918
|
+
"clause": "2.11.2",
|
|
2919
|
+
"kind": "provision",
|
|
2920
|
+
"fragment_normative": true,
|
|
2921
|
+
"modality": "informative",
|
|
2922
|
+
"text": "The recommended test sequence for each test temperature for the minimum dead load output return (DR) and creep tests when carried out in a force-generating system different to that used for the load tests is shown in fig-3."
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"address": "clause-2.12.1/s1",
|
|
2926
|
+
"fragment": "clause-2.12.1",
|
|
2927
|
+
"clause": "2.12.1",
|
|
2928
|
+
"kind": "provision",
|
|
2929
|
+
"fragment_normative": true,
|
|
2930
|
+
"modality": "normative",
|
|
2931
|
+
"text": "The OIML certificate shall be prepared according to the rules contained within OIML B 18 Framework for the OIML Certification System (OIML-CS) [6] and OIML-CS Procedural DocumentPD-05 [29]."
|
|
2932
|
+
},
|
|
2933
|
+
{
|
|
2934
|
+
"address": "clause-2.12.1/s2",
|
|
2935
|
+
"fragment": "clause-2.12.1",
|
|
2936
|
+
"clause": "2.12.1",
|
|
2937
|
+
"kind": "provision",
|
|
2938
|
+
"fragment_normative": true,
|
|
2939
|
+
"modality": "normative",
|
|
2940
|
+
"text": "The certificate template (which may be downloaded from the “Documentation” section under the OIML-CS part of the OIML website) shall be supplemented with the information as specified in Annex B."
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"address": "clause-2.12.1/s3",
|
|
2944
|
+
"fragment": "clause-2.12.1",
|
|
2945
|
+
"clause": "2.12.1",
|
|
2946
|
+
"kind": "provision",
|
|
2947
|
+
"fragment_normative": true,
|
|
2948
|
+
"modality": "normative",
|
|
2949
|
+
"text": "In addition, Annex C provides an example of the supplemental information that may be included in the OIML certificate and is included in this Recommendation to complement the template."
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"address": "clause-2.12.2/s1",
|
|
2953
|
+
"fragment": "clause-2.12.2",
|
|
2954
|
+
"clause": "2.12.2",
|
|
2955
|
+
"kind": "provision",
|
|
2956
|
+
"fragment_normative": true,
|
|
2957
|
+
"modality": "normative",
|
|
2958
|
+
"text": "Regardless of the evaluation result of any load cell in a load cell family, the certificate to be issued should not provide for any characteristics or values which are beyond those that the manufacturer has requested and for which the manufacturer intends to guarantee, for example, by expressing the relevant characteristics and values in its data sheet."
|
|
2959
|
+
}
|
|
2960
|
+
]
|
|
2961
|
+
}
|