@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,3361 @@
|
|
|
1
|
+
{
|
|
2
|
+
"prd_sentences": "0.1.0",
|
|
3
|
+
"document": {
|
|
4
|
+
"urn": "urn:oiml:pub:r:60-4:2021",
|
|
5
|
+
"short": "OIML R 60-4:2021",
|
|
6
|
+
"part": "a"
|
|
7
|
+
},
|
|
8
|
+
"sentences": [
|
|
9
|
+
{
|
|
10
|
+
"address": "clause-A.1.1/s1",
|
|
11
|
+
"fragment": "clause-A.1.1",
|
|
12
|
+
"clause": "A.1.1",
|
|
13
|
+
"kind": "definition",
|
|
14
|
+
"fragment_normative": true,
|
|
15
|
+
"modality": "normative",
|
|
16
|
+
"text": "instrument intended to measure an electrical or non-electrical quantity using electronic means and/or equipped with electronic devices"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"address": "clause-A.1.2/s1",
|
|
20
|
+
"fragment": "clause-A.1.2",
|
|
21
|
+
"clause": "A.1.2",
|
|
22
|
+
"kind": "definition",
|
|
23
|
+
"fragment_normative": true,
|
|
24
|
+
"modality": "normative",
|
|
25
|
+
"text": "device performing a specific function or functions and (usually) manufactured and constructed such that it can be separately evaluated according to prescribed metrological and technical performance requirements"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"address": "clause-A.1.3/s1",
|
|
29
|
+
"fragment": "clause-A.1.3",
|
|
30
|
+
"clause": "A.1.3",
|
|
31
|
+
"kind": "definition",
|
|
32
|
+
"fragment_normative": true,
|
|
33
|
+
"modality": "normative",
|
|
34
|
+
"text": "identifiable instrument or part of an instrument or of a family of instruments that performs a specific function or functions"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"address": "clause-A.1.4/s1",
|
|
38
|
+
"fragment": "clause-A.1.4",
|
|
39
|
+
"clause": "A.1.4",
|
|
40
|
+
"kind": "definition",
|
|
41
|
+
"fragment_normative": true,
|
|
42
|
+
"modality": "normative",
|
|
43
|
+
"text": "facility incorporated in a measuring instrument which enables significant faults to be detected and acted upon"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"address": "clause-A.1.5/s1",
|
|
47
|
+
"fragment": "clause-A.1.5",
|
|
48
|
+
"clause": "A.1.5",
|
|
49
|
+
"kind": "definition",
|
|
50
|
+
"fragment_normative": true,
|
|
51
|
+
"modality": "normative",
|
|
52
|
+
"text": "checking facility that operates without the intervention of an operator"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"address": "clause-A.1.6/s1",
|
|
56
|
+
"fragment": "clause-A.1.6",
|
|
57
|
+
"clause": "A.1.6",
|
|
58
|
+
"kind": "definition",
|
|
59
|
+
"fragment_normative": true,
|
|
60
|
+
"modality": "normative",
|
|
61
|
+
"text": "automatic checking facility that operates at each measurement cycle"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"address": "clause-A.1.7/s1",
|
|
65
|
+
"fragment": "clause-A.1.7",
|
|
66
|
+
"clause": "A.1.7",
|
|
67
|
+
"kind": "definition",
|
|
68
|
+
"fragment_normative": true,
|
|
69
|
+
"modality": "normative",
|
|
70
|
+
"text": "automatic checking facility that operates at certain time intervals or per fixed number of measurement cycles"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"address": "clause-A.1.8/s1",
|
|
74
|
+
"fragment": "clause-A.1.8",
|
|
75
|
+
"clause": "A.1.8",
|
|
76
|
+
"kind": "definition",
|
|
77
|
+
"fragment_normative": true,
|
|
78
|
+
"modality": "normative",
|
|
79
|
+
"text": "checking facility that requires the intervention of an operator"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"address": "clause-A.1.9/s1",
|
|
83
|
+
"fragment": "clause-A.1.9",
|
|
84
|
+
"clause": "A.1.9",
|
|
85
|
+
"kind": "definition",
|
|
86
|
+
"fragment_normative": true,
|
|
87
|
+
"modality": "normative",
|
|
88
|
+
"text": "facility incorporated in a measuring instrument that enables significant durability errors to be detected and acted upon"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"address": "clause-A.1.10/s1",
|
|
92
|
+
"fragment": "clause-A.1.10",
|
|
93
|
+
"clause": "A.1.10",
|
|
94
|
+
"kind": "definition",
|
|
95
|
+
"fragment_normative": true,
|
|
96
|
+
"modality": "normative",
|
|
97
|
+
"text": "series of operations intended to verify the compliance of the equipment under test (EUT) with specified requirements"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"address": "clause-A.1.11/s1",
|
|
101
|
+
"fragment": "clause-A.1.11",
|
|
102
|
+
"clause": "A.1.11",
|
|
103
|
+
"kind": "definition",
|
|
104
|
+
"fragment_normative": true,
|
|
105
|
+
"modality": "normative",
|
|
106
|
+
"text": "detailed description of the test operations"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"address": "clause-A.1.12/s1",
|
|
110
|
+
"fragment": "clause-A.1.12",
|
|
111
|
+
"clause": "A.1.12",
|
|
112
|
+
"kind": "definition",
|
|
113
|
+
"fragment_normative": true,
|
|
114
|
+
"modality": "normative",
|
|
115
|
+
"text": "test intended to verify whether the EUT is able to accomplish its intended functions"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"address": "clause-A.1.13/s1",
|
|
119
|
+
"fragment": "clause-A.1.13",
|
|
120
|
+
"clause": "A.1.13",
|
|
121
|
+
"kind": "definition",
|
|
122
|
+
"fragment_normative": true,
|
|
123
|
+
"modality": "normative",
|
|
124
|
+
"text": "primary external source of electrical power for an instrument, including all sub-assemblies."
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"address": "clause-A.1.13/s2",
|
|
128
|
+
"fragment": "clause-A.1.13",
|
|
129
|
+
"clause": "A.1.13",
|
|
130
|
+
"kind": "definition",
|
|
131
|
+
"fragment_normative": true,
|
|
132
|
+
"modality": "normative",
|
|
133
|
+
"text": "(Examples: public or local power grid (AC or DC) or external generator)"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"address": "clause-A.1.14/s1",
|
|
137
|
+
"fragment": "clause-A.1.14",
|
|
138
|
+
"clause": "A.1.14",
|
|
139
|
+
"kind": "definition",
|
|
140
|
+
"fragment_normative": true,
|
|
141
|
+
"modality": "normative",
|
|
142
|
+
"text": "sub-assembly converting the voltage from the mains power to a voltage suitable for other sub-assemblies"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"address": "clause-A.1.15/s1",
|
|
146
|
+
"fragment": "clause-A.1.15",
|
|
147
|
+
"clause": "A.1.15",
|
|
148
|
+
"kind": "definition",
|
|
149
|
+
"fragment_normative": true,
|
|
150
|
+
"modality": "normative",
|
|
151
|
+
"text": "battery that is mounted in, or connected to, an instrument that can be powered by the mains power as well, and capable of supplying power to the complete instrument for a reasonable period of time"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"address": "clause-A.1.16/s1",
|
|
155
|
+
"fragment": "clause-A.1.16",
|
|
156
|
+
"clause": "A.1.16",
|
|
157
|
+
"kind": "definition",
|
|
158
|
+
"fragment_normative": true,
|
|
159
|
+
"modality": "normative",
|
|
160
|
+
"text": "battery that is intended to maintain power supply for specific functions of an instrument in the absence of the primary power supply that includes both mains power & auxiliary battery"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"address": "clause-A.2.1/s1",
|
|
164
|
+
"fragment": "clause-A.2.1",
|
|
165
|
+
"clause": "A.2.1",
|
|
166
|
+
"kind": "definition",
|
|
167
|
+
"fragment_normative": true,
|
|
168
|
+
"modality": "normative",
|
|
169
|
+
"text": "part of the weighing instrument that comprises all mechanical and electronic devices (i.e. load receptor, load-transmitting device, load cell, and analogue data processing device or digital data processing device) but not having the means to display the weighing result."
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"address": "clause-A.2.1/s2",
|
|
173
|
+
"fragment": "clause-A.2.1",
|
|
174
|
+
"clause": "A.2.1",
|
|
175
|
+
"kind": "definition",
|
|
176
|
+
"fragment_normative": true,
|
|
177
|
+
"modality": "normative",
|
|
178
|
+
"text": "It may optionally have devices for further processing (digital) data and operating the instrument"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"address": "clause-B/s1",
|
|
182
|
+
"fragment": "clause-B",
|
|
183
|
+
"clause": "B",
|
|
184
|
+
"kind": "provision",
|
|
185
|
+
"fragment_normative": true,
|
|
186
|
+
"modality": "normative",
|
|
187
|
+
"text": "The OIML certificate template that can be downloaded from the “Documentation” section of the OIML Certification System (OIML-CS) part of the OIML website shall be supplemented with the following additional information:"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"address": "clause-B/s2",
|
|
191
|
+
"fragment": "clause-B",
|
|
192
|
+
"clause": "B",
|
|
193
|
+
"kind": "provision",
|
|
194
|
+
"fragment_normative": true,
|
|
195
|
+
"modality": "normative",
|
|
196
|
+
"text": "Additional characteristics and identification, as applicable according to R 60-1, 3.4.2 and 5.1.5, may be included in the certificate or on additional pages if necessary, in the format below:"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"address": "clause-B/s3",
|
|
200
|
+
"fragment": "clause-B",
|
|
201
|
+
"clause": "B",
|
|
202
|
+
"kind": "provision",
|
|
203
|
+
"fragment_normative": true,
|
|
204
|
+
"modality": "informative",
|
|
205
|
+
"text": "Special conditions:"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"address": "clause-B.1/s1",
|
|
209
|
+
"fragment": "clause-B.1",
|
|
210
|
+
"clause": "B.1",
|
|
211
|
+
"kind": "provision",
|
|
212
|
+
"fragment_normative": false,
|
|
213
|
+
"modality": "informative",
|
|
214
|
+
"text": "Name and type of the load cell:"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"address": "clause-B.2/s1",
|
|
218
|
+
"fragment": "clause-B.2",
|
|
219
|
+
"clause": "B.2",
|
|
220
|
+
"kind": "provision",
|
|
221
|
+
"fragment_normative": true,
|
|
222
|
+
"modality": "informative",
|
|
223
|
+
"text": "The essential technical data for OIML certificates are listed on the certificate (at the request of the manufacturer)."
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"address": "clause-B.2/s2",
|
|
227
|
+
"fragment": "clause-B.2",
|
|
228
|
+
"clause": "B.2",
|
|
229
|
+
"kind": "provision",
|
|
230
|
+
"fragment_normative": true,
|
|
231
|
+
"modality": "normative",
|
|
232
|
+
"text": "Alternatively, in the case of limited space on the certificate, the following information may be provided on additional pages to the certificate:"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"address": "clause-C/s1",
|
|
236
|
+
"fragment": "clause-C",
|
|
237
|
+
"clause": "C",
|
|
238
|
+
"kind": "provision",
|
|
239
|
+
"fragment_normative": false,
|
|
240
|
+
"modality": "informative",
|
|
241
|
+
"text": "This Annex is provided as an example of supplemental information that may be included in the OIML certificate and is intended to complement the information found in annex-b."
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"address": "clause-C.2/s1",
|
|
245
|
+
"fragment": "clause-C.2",
|
|
246
|
+
"clause": "C.2",
|
|
247
|
+
"kind": "provision",
|
|
248
|
+
"fragment_normative": false,
|
|
249
|
+
"modality": "informative",
|
|
250
|
+
"text": "The metrological characteristics of the load cells type xxx are listed in table-C2."
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"address": "clause-C.2/s2",
|
|
254
|
+
"fragment": "clause-C.2",
|
|
255
|
+
"clause": "C.2",
|
|
256
|
+
"kind": "provision",
|
|
257
|
+
"fragment_normative": false,
|
|
258
|
+
"modality": "informative",
|
|
259
|
+
"text": "Further technical data are listed in the data sheet of the manufacturer (see the section “6 Data sheet and dimensions” in this Annex)."
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"address": "clause-C.2/s3",
|
|
263
|
+
"fragment": "clause-C.2",
|
|
264
|
+
"clause": "C.2",
|
|
265
|
+
"kind": "provision",
|
|
266
|
+
"fragment_normative": false,
|
|
267
|
+
"modality": "informative",
|
|
268
|
+
"text": "Dead load: xxx % cdot E_{\"max\"}; Safe overload: xxx % cdot E_{\"max\"}; Input impedance: xxx \"unitsml(Ohm)\""
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"address": "clause-C.3/s1",
|
|
272
|
+
"fragment": "clause-C.3",
|
|
273
|
+
"clause": "C.3",
|
|
274
|
+
"kind": "provision",
|
|
275
|
+
"fragment_normative": false,
|
|
276
|
+
"modality": "informative",
|
|
277
|
+
"text": "The determination of the measurement error, the stability of the dead load output, repeatability and creep in the temperature range of -10 \"unitsml(degC)\" to +40 \"unitsml(degC)\" as well as the tests of barometric pressure effects and the determination of the effects of damp heat steady state have been performed according to OIML R 60 as shown in table-C2 on the load cell denominated in the test report with the reference No. xxx, dated xxx."
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"address": "clause-C.4/s1",
|
|
281
|
+
"fragment": "clause-C.4",
|
|
282
|
+
"clause": "C.4",
|
|
283
|
+
"kind": "provision",
|
|
284
|
+
"fragment_normative": false,
|
|
285
|
+
"modality": "informative",
|
|
286
|
+
"text": "The load cells (LC) of the series xxx are double bending beam load cells."
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"address": "clause-C.4/s2",
|
|
290
|
+
"fragment": "clause-C.4",
|
|
291
|
+
"clause": "C.4",
|
|
292
|
+
"kind": "provision",
|
|
293
|
+
"fragment_normative": false,
|
|
294
|
+
"modality": "informative",
|
|
295
|
+
"text": "They are made of aluminium, and the strain gauge application is hermetically sealed."
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"address": "clause-C.4/s3",
|
|
299
|
+
"fragment": "clause-C.4",
|
|
300
|
+
"clause": "C.4",
|
|
301
|
+
"kind": "provision",
|
|
302
|
+
"fragment_normative": false,
|
|
303
|
+
"modality": "informative",
|
|
304
|
+
"text": "Further essential characteristics are given in the data sheet (see the section “6 Data sheet and dimensions” in this Annex)."
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"address": "clause-C.4/s4",
|
|
308
|
+
"fragment": "clause-C.4",
|
|
309
|
+
"clause": "C.4",
|
|
310
|
+
"kind": "provision",
|
|
311
|
+
"fragment_normative": false,
|
|
312
|
+
"modality": "informative",
|
|
313
|
+
"text": "[Include a picture/diagram of the load cell] Figure 1 — Load cell type xxx The complete type designation is indicated as follows in the example on the name plate: [Include a picture/diagram of the name plate] Figure 2 — Name plate"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"address": "clause-C.5/s1",
|
|
317
|
+
"fragment": "clause-C.5",
|
|
318
|
+
"clause": "C.5",
|
|
319
|
+
"kind": "provision",
|
|
320
|
+
"fragment_normative": false,
|
|
321
|
+
"modality": "informative",
|
|
322
|
+
"text": "Test Report No. xxx; C3; Y = \"xxx\"; Z = \"xxx\"; E_{\"max\"} = \"xxx\" \"unitsml(kg)\"; SN: xxx Datasheet No."
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"address": "clause-C.5/s2",
|
|
326
|
+
"fragment": "clause-C.5",
|
|
327
|
+
"clause": "C.5",
|
|
328
|
+
"kind": "provision",
|
|
329
|
+
"fragment_normative": false,
|
|
330
|
+
"modality": "informative",
|
|
331
|
+
"text": "Xxx Technical Drawing No."
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"address": "clause-C.5/s3",
|
|
335
|
+
"fragment": "clause-C.5",
|
|
336
|
+
"clause": "C.5",
|
|
337
|
+
"kind": "provision",
|
|
338
|
+
"fragment_normative": false,
|
|
339
|
+
"modality": "informative",
|
|
340
|
+
"text": "Xxx"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"address": "clause-C.6/s1",
|
|
344
|
+
"fragment": "clause-C.6",
|
|
345
|
+
"clause": "C.6",
|
|
346
|
+
"kind": "provision",
|
|
347
|
+
"fragment_normative": false,
|
|
348
|
+
"modality": "informative",
|
|
349
|
+
"text": "The manufacturing process, material and sealing (i.e., environmental protection) of the produced load cells shall be in accordance with the tested patterns; essential changes shall be identified and communicated to the issuing authority and are only allowed with the permission of the issuing authority based on the impact of those changes on the certification process."
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"address": "clause-C.6/s2",
|
|
353
|
+
"fragment": "clause-C.6",
|
|
354
|
+
"clause": "C.6",
|
|
355
|
+
"kind": "provision",
|
|
356
|
+
"fragment_normative": false,
|
|
357
|
+
"modality": "informative",
|
|
358
|
+
"text": "Sufficient information shall be included to describe the patent design."
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"address": "clause-C.6/s3",
|
|
362
|
+
"fragment": "clause-C.6",
|
|
363
|
+
"clause": "C.6",
|
|
364
|
+
"kind": "provision",
|
|
365
|
+
"fragment_normative": false,
|
|
366
|
+
"modality": "informative",
|
|
367
|
+
"text": "The typical errors related to linearity, hysteresis and temperature coefficient as indicated in the data sheet point out possible single errors of a pattern; however, the overall error of each pattern is determined by the maximum permissible error according OIML R 60-1, 5.3.2."
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"address": "clause-C.6/s4",
|
|
371
|
+
"fragment": "clause-C.6",
|
|
372
|
+
"clause": "C.6",
|
|
373
|
+
"kind": "provision",
|
|
374
|
+
"fragment_normative": false,
|
|
375
|
+
"modality": "informative",
|
|
376
|
+
"text": "The technical data, the dimensions of the load cell and the principle of load transmission are given in section 6 of this Annex, “Data sheet and dimensions”, and shall be complied with."
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"address": "clause-C.7/s1",
|
|
380
|
+
"fragment": "clause-C.7",
|
|
381
|
+
"clause": "C.7",
|
|
382
|
+
"kind": "provision",
|
|
383
|
+
"fragment_normative": false,
|
|
384
|
+
"modality": "informative",
|
|
385
|
+
"text": "Specifications of the load cell family"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"address": "clause-C.8/s1",
|
|
389
|
+
"fragment": "clause-C.8",
|
|
390
|
+
"clause": "C.8",
|
|
391
|
+
"kind": "provision",
|
|
392
|
+
"fragment_normative": false,
|
|
393
|
+
"modality": "informative",
|
|
394
|
+
"text": "The load cell is provided with a shielded 4- or 6-wire cable."
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"address": "clause-C.8/s2",
|
|
398
|
+
"fragment": "clause-C.8",
|
|
399
|
+
"clause": "C.8",
|
|
400
|
+
"kind": "provision",
|
|
401
|
+
"fragment_normative": false,
|
|
402
|
+
"modality": "informative",
|
|
403
|
+
"text": "The cable length is indicated in the accompanying document."
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"address": "clause-C.8/s3",
|
|
407
|
+
"fragment": "clause-C.8",
|
|
408
|
+
"clause": "C.8",
|
|
409
|
+
"kind": "provision",
|
|
410
|
+
"fragment_normative": false,
|
|
411
|
+
"modality": "informative",
|
|
412
|
+
"text": "The shield will be connected or not connected to the load cell according to the customer’s preference."
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"address": "clause-C.10/s1",
|
|
416
|
+
"fragment": "clause-C.10",
|
|
417
|
+
"clause": "C.10",
|
|
418
|
+
"kind": "provision",
|
|
419
|
+
"fragment_normative": false,
|
|
420
|
+
"modality": "informative",
|
|
421
|
+
"text": "[Include a picture/diagram of the load cell dimensions]"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"address": "clause-D.1/s1",
|
|
425
|
+
"fragment": "clause-D.1",
|
|
426
|
+
"clause": "D.1",
|
|
427
|
+
"kind": "provision",
|
|
428
|
+
"fragment_normative": false,
|
|
429
|
+
"modality": "informative",
|
|
430
|
+
"text": "This Annex describes a practical example showing the complete procedure for the selection of test samples out of a load cell family."
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"address": "clause-D.2/s1",
|
|
434
|
+
"fragment": "clause-D.2",
|
|
435
|
+
"clause": "D.2",
|
|
436
|
+
"kind": "provision",
|
|
437
|
+
"fragment_normative": false,
|
|
438
|
+
"modality": "informative",
|
|
439
|
+
"text": "Assume a family consisting of three groups of load cells, differing in class, maximum number of load cell verification intervals, n_{\"LC\"}, and maximum capacities, E_{\"max\"}."
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"address": "clause-D.2/s2",
|
|
443
|
+
"fragment": "clause-D.2",
|
|
444
|
+
"clause": "D.2",
|
|
445
|
+
"kind": "provision",
|
|
446
|
+
"fragment_normative": false,
|
|
447
|
+
"modality": "informative",
|
|
448
|
+
"text": "The capacities, E_{\"max\"}, overlap between the groups according to the following example:"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"address": "clause-D.2/s3",
|
|
452
|
+
"fragment": "clause-D.2",
|
|
453
|
+
"clause": "D.2",
|
|
454
|
+
"kind": "provision",
|
|
455
|
+
"fragment_normative": false,
|
|
456
|
+
"modality": "informative",
|
|
457
|
+
"text": "Group 1"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"address": "clause-D.2/s4",
|
|
461
|
+
"fragment": "clause-D.2",
|
|
462
|
+
"clause": "D.2",
|
|
463
|
+
"kind": "provision",
|
|
464
|
+
"fragment_normative": false,
|
|
465
|
+
"modality": "informative",
|
|
466
|
+
"text": "Class C, n_{\"LC\"} = 6000, Y = 18000, Z = 6000 E_{\"max\"}:50 \"unitsml(kg)\",100 \"unitsml(kg)\", 300 \"unitsml(kg)\" and 500 \"unitsml(kg)\""
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"address": "clause-D.2/s5",
|
|
470
|
+
"fragment": "clause-D.2",
|
|
471
|
+
"clause": "D.2",
|
|
472
|
+
"kind": "provision",
|
|
473
|
+
"fragment_normative": false,
|
|
474
|
+
"modality": "informative",
|
|
475
|
+
"text": "Group 2"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"address": "clause-D.2/s6",
|
|
479
|
+
"fragment": "clause-D.2",
|
|
480
|
+
"clause": "D.2",
|
|
481
|
+
"kind": "provision",
|
|
482
|
+
"fragment_normative": false,
|
|
483
|
+
"modality": "informative",
|
|
484
|
+
"text": "Class C, n_{\"LC\"} = 3000, Y = 12000, Z = 4000 E_{\"max\"}: 100 \"unitsml(kg)\", 300 \"unitsml(kg)\", 500 \"unitsml(kg)\", 5000 \"unitsml(kg)\", 10 \"unitsml(t)\", 30 \"unitsml(t)\" and 50 \"unitsml(t)\""
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"address": "clause-D.2/s7",
|
|
488
|
+
"fragment": "clause-D.2",
|
|
489
|
+
"clause": "D.2",
|
|
490
|
+
"kind": "provision",
|
|
491
|
+
"fragment_normative": false,
|
|
492
|
+
"modality": "informative",
|
|
493
|
+
"text": "Group 3"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"address": "clause-D.2/s8",
|
|
497
|
+
"fragment": "clause-D.2",
|
|
498
|
+
"clause": "D.2",
|
|
499
|
+
"kind": "provision",
|
|
500
|
+
"fragment_normative": false,
|
|
501
|
+
"modality": "informative",
|
|
502
|
+
"text": "Class B, n_{\"LC\"} = 10000, Y = 25000, Z = 10000 E_{\"max\"}: 500 \"unitsml(kg)\", 1000 \"unitsml(kg)\" and 4000 \"unitsml(kg)\""
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"address": "clause-D.2.2/s1",
|
|
506
|
+
"fragment": "clause-D.2.2",
|
|
507
|
+
"clause": "D.2.2",
|
|
508
|
+
"kind": "provision",
|
|
509
|
+
"fragment_normative": false,
|
|
510
|
+
"modality": "informative",
|
|
511
|
+
"text": "In this example, select and identify:"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"address": "clause-D.2.2/s2",
|
|
515
|
+
"fragment": "clause-D.2.2",
|
|
516
|
+
"clause": "D.2.2",
|
|
517
|
+
"kind": "provision",
|
|
518
|
+
"fragment_normative": false,
|
|
519
|
+
"modality": "informative",
|
|
520
|
+
"text": "C6 — 50 kg (full evaluation test required)"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"address": "clause-D.2.2/s3",
|
|
524
|
+
"fragment": "clause-D.2.2",
|
|
525
|
+
"clause": "D.2.2",
|
|
526
|
+
"kind": "provision",
|
|
527
|
+
"fragment_normative": false,
|
|
528
|
+
"modality": "informative",
|
|
529
|
+
"text": "B10 — 500 kg (full evaluation test required)"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"address": "clause-D.2.2/s4",
|
|
533
|
+
"fragment": "clause-D.2.2",
|
|
534
|
+
"clause": "D.2.2",
|
|
535
|
+
"kind": "provision",
|
|
536
|
+
"fragment_normative": false,
|
|
537
|
+
"modality": "informative",
|
|
538
|
+
"text": "Although load cell C3 — 100 kg is the smallest capacity in its group, its capacity falls within the range of other selected load cells having better metrological characteristics."
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"address": "clause-D.2.2/s5",
|
|
542
|
+
"fragment": "clause-D.2.2",
|
|
543
|
+
"clause": "D.2.2",
|
|
544
|
+
"kind": "provision",
|
|
545
|
+
"fragment_normative": false,
|
|
546
|
+
"modality": "informative",
|
|
547
|
+
"text": "Therefore, it is not selected."
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"address": "clause-D.2.3/s1",
|
|
551
|
+
"fragment": "clause-D.2.3",
|
|
552
|
+
"clause": "D.2.3",
|
|
553
|
+
"kind": "provision",
|
|
554
|
+
"fragment_normative": false,
|
|
555
|
+
"modality": "informative",
|
|
556
|
+
"text": "Begin with the group with the best metrological characteristics (in this example, B10) and in accordance with R 60-2, 2.4.2, select the next largest capacity between 5 and 10 times that of the nearest smaller capacity load cell which has been selected."
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"address": "clause-D.2.3/s2",
|
|
560
|
+
"fragment": "clause-D.2.3",
|
|
561
|
+
"clause": "D.2.3",
|
|
562
|
+
"kind": "provision",
|
|
563
|
+
"fragment_normative": false,
|
|
564
|
+
"modality": "informative",
|
|
565
|
+
"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."
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"address": "clause-D.2.3/s3",
|
|
569
|
+
"fragment": "clause-D.2.3",
|
|
570
|
+
"clause": "D.2.3",
|
|
571
|
+
"kind": "provision",
|
|
572
|
+
"fragment_normative": false,
|
|
573
|
+
"modality": "informative",
|
|
574
|
+
"text": "Continue this process until all load cell capacities in the group have been considered."
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"address": "clause-D.2.3/s4",
|
|
578
|
+
"fragment": "clause-D.2.3",
|
|
579
|
+
"clause": "D.2.3",
|
|
580
|
+
"kind": "provision",
|
|
581
|
+
"fragment_normative": false,
|
|
582
|
+
"modality": "informative",
|
|
583
|
+
"text": "In this example, select and identify:"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"address": "clause-D.2.3/s5",
|
|
587
|
+
"fragment": "clause-D.2.3",
|
|
588
|
+
"clause": "D.2.3",
|
|
589
|
+
"kind": "provision",
|
|
590
|
+
"fragment_normative": false,
|
|
591
|
+
"modality": "informative",
|
|
592
|
+
"text": "B10 — 4000 \"unitsml(kg)\" (full evaluation test required)"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"address": "clause-D.2.4/s1",
|
|
596
|
+
"fragment": "clause-D.2.4",
|
|
597
|
+
"clause": "D.2.4",
|
|
598
|
+
"kind": "provision",
|
|
599
|
+
"fragment_normative": false,
|
|
600
|
+
"modality": "informative",
|
|
601
|
+
"text": "Move to the group with the next best characteristics (in this example, C6) and, in accordance with R 60-2, 2.4.2 select the next largest capacity between 5 and 10 times that of the nearest smaller capacity load cell which has been selected."
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"address": "clause-D.2.4/s2",
|
|
605
|
+
"fragment": "clause-D.2.4",
|
|
606
|
+
"clause": "D.2.4",
|
|
607
|
+
"kind": "provision",
|
|
608
|
+
"fragment_normative": false,
|
|
609
|
+
"modality": "informative",
|
|
610
|
+
"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."
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"address": "clause-D.2.4/s3",
|
|
614
|
+
"fragment": "clause-D.2.4",
|
|
615
|
+
"clause": "D.2.4",
|
|
616
|
+
"kind": "provision",
|
|
617
|
+
"fragment_normative": false,
|
|
618
|
+
"modality": "informative",
|
|
619
|
+
"text": "Continue this process until all load cell capacities in the group have been considered."
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"address": "clause-D.2.4/s4",
|
|
623
|
+
"fragment": "clause-D.2.4",
|
|
624
|
+
"clause": "D.2.4",
|
|
625
|
+
"kind": "provision",
|
|
626
|
+
"fragment_normative": false,
|
|
627
|
+
"modality": "informative",
|
|
628
|
+
"text": "In this example, there is no change to the load cells selected."
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"address": "clause-D.2.4/s5",
|
|
632
|
+
"fragment": "clause-D.2.4",
|
|
633
|
+
"clause": "D.2.4",
|
|
634
|
+
"kind": "provision",
|
|
635
|
+
"fragment_normative": false,
|
|
636
|
+
"modality": "informative",
|
|
637
|
+
"text": "The capacities of the load cells C6 — 300 \"unitsml(kg)\" and C6 — 500 \"unitsml(kg)\" exceed the capacity of the load cell C6 — 50 \"unitsml(kg)\" by greater than 5 times but not greater than 10 times."
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"address": "clause-D.2.4/s6",
|
|
641
|
+
"fragment": "clause-D.2.4",
|
|
642
|
+
"clause": "D.2.4",
|
|
643
|
+
"kind": "provision",
|
|
644
|
+
"fragment_normative": false,
|
|
645
|
+
"modality": "informative",
|
|
646
|
+
"text": "However, a 500 \"unitsml(kg)\" load cell of better metrological characteristics (from group B10) has already been selected."
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"address": "clause-D.2.4/s7",
|
|
650
|
+
"fragment": "clause-D.2.4",
|
|
651
|
+
"clause": "D.2.4",
|
|
652
|
+
"kind": "provision",
|
|
653
|
+
"fragment_normative": false,
|
|
654
|
+
"modality": "informative",
|
|
655
|
+
"text": "Therefore, in order to minimise the number of load cells to be tested according to R 60-2, 2.3.1, neither cell is selected."
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"address": "clause-D.2.5/s1",
|
|
659
|
+
"fragment": "clause-D.2.5",
|
|
660
|
+
"clause": "D.2.5",
|
|
661
|
+
"kind": "provision",
|
|
662
|
+
"fragment_normative": false,
|
|
663
|
+
"modality": "informative",
|
|
664
|
+
"text": "Again, and repeating this process until all groups have been considered, move to the group with the next best characteristics (in this example, C3) and in accordance with R 60-2, 2.4.4, select the next largest capacity between 5 and 10 times that of the nearest smaller capacity load cell which has been selected."
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"address": "clause-D.2.5/s2",
|
|
668
|
+
"fragment": "clause-D.2.5",
|
|
669
|
+
"clause": "D.2.5",
|
|
670
|
+
"kind": "provision",
|
|
671
|
+
"fragment_normative": false,
|
|
672
|
+
"modality": "informative",
|
|
673
|
+
"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."
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"address": "clause-D.2.5/s3",
|
|
677
|
+
"fragment": "clause-D.2.5",
|
|
678
|
+
"clause": "D.2.5",
|
|
679
|
+
"kind": "provision",
|
|
680
|
+
"fragment_normative": false,
|
|
681
|
+
"modality": "informative",
|
|
682
|
+
"text": "Continue this process until all load cell capacities in the group and all groups have been considered."
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"address": "clause-D.2.5/s4",
|
|
686
|
+
"fragment": "clause-D.2.5",
|
|
687
|
+
"clause": "D.2.5",
|
|
688
|
+
"kind": "provision",
|
|
689
|
+
"fragment_normative": false,
|
|
690
|
+
"modality": "informative",
|
|
691
|
+
"text": "In this example, select and identify:"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"address": "clause-D.2.5/s5",
|
|
695
|
+
"fragment": "clause-D.2.5",
|
|
696
|
+
"clause": "D.2.5",
|
|
697
|
+
"kind": "provision",
|
|
698
|
+
"fragment_normative": false,
|
|
699
|
+
"modality": "informative",
|
|
700
|
+
"text": "C3 — 30000 \"unitsml(kg)\" (full evaluation test required) Proceeding from smallest to largest capacity, the only capacity of load cell which is greater than 5 times the capacity of an already selected load cell but less than 10 times that capacity is the C3 — 30000 \"unitsml(kg)\" load cell."
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"address": "clause-D.2.5/s6",
|
|
704
|
+
"fragment": "clause-D.2.5",
|
|
705
|
+
"clause": "D.2.5",
|
|
706
|
+
"kind": "provision",
|
|
707
|
+
"fragment_normative": false,
|
|
708
|
+
"modality": "informative",
|
|
709
|
+
"text": "Since the capacity of the C3 — 50000 \"unitsml(kg)\" load cell does not exceed 5 times the capacity of the next smaller selected load cell, which is C3 — 30000 \"unitsml(kg)\", according to R 60-2, 2.4.3 it is presumed to comply the requirements of this Recommendation."
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"address": "clause-D.2.6/s1",
|
|
713
|
+
"fragment": "clause-D.2.6",
|
|
714
|
+
"clause": "D.2.6",
|
|
715
|
+
"kind": "provision",
|
|
716
|
+
"fragment_normative": false,
|
|
717
|
+
"modality": "informative",
|
|
718
|
+
"text": "After completing steps D.2.2 and identifying the load cells, compare load cells of the same capacity from different groups."
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"address": "clause-D.2.6/s2",
|
|
722
|
+
"fragment": "clause-D.2.6",
|
|
723
|
+
"clause": "D.2.6",
|
|
724
|
+
"kind": "provision",
|
|
725
|
+
"fragment_normative": false,
|
|
726
|
+
"modality": "informative",
|
|
727
|
+
"text": "Identify the load cells with the highest accuracy class and highest n_{\"LC\"} in each group (see shaded portion of table below)."
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"address": "clause-D.2.6/s3",
|
|
731
|
+
"fragment": "clause-D.2.6",
|
|
732
|
+
"clause": "D.2.6",
|
|
733
|
+
"kind": "provision",
|
|
734
|
+
"fragment_normative": false,
|
|
735
|
+
"modality": "informative",
|
|
736
|
+
"text": "For those load cells of the same capacity but from different groups, identify only the one with the highest accuracy class and n_{\"LC\"} and lowest v_{\"min\"}."
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"address": "clause-D.2.6/s4",
|
|
740
|
+
"fragment": "clause-D.2.6",
|
|
741
|
+
"clause": "D.2.6",
|
|
742
|
+
"kind": "provision",
|
|
743
|
+
"fragment_normative": false,
|
|
744
|
+
"modality": "informative",
|
|
745
|
+
"text": "Inspect the values of v_{\"min\"}, Y, and Z for all cells of the same capacity."
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"address": "clause-D.2.6/s5",
|
|
749
|
+
"fragment": "clause-D.2.6",
|
|
750
|
+
"clause": "D.2.6",
|
|
751
|
+
"kind": "provision",
|
|
752
|
+
"fragment_normative": false,
|
|
753
|
+
"modality": "informative",
|
|
754
|
+
"text": "If any load cell of the same capacity has a lower v_{\"min\"} or higher Y than the identified load cell, that load cell (or load cells) is also liable for partial evaluation testing, specifically the conduct of additional temperature effect on minimum dead load, E_{\"min\"} and barometric pressure effect tests."
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"address": "clause-D.2.6/s6",
|
|
758
|
+
"fragment": "clause-D.2.6",
|
|
759
|
+
"clause": "D.2.6",
|
|
760
|
+
"kind": "provision",
|
|
761
|
+
"fragment_normative": false,
|
|
762
|
+
"modality": "informative",
|
|
763
|
+
"text": "If any load cell of the same capacity has a higher Y than the selected load cell, that load cell (or load cells) is also liable for partial evaluation testing, specifically the conduct of additional creep and DR tests."
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"address": "clause-D.2.6/s7",
|
|
767
|
+
"fragment": "clause-D.2.6",
|
|
768
|
+
"clause": "D.2.6",
|
|
769
|
+
"kind": "provision",
|
|
770
|
+
"fragment_normative": false,
|
|
771
|
+
"modality": "informative",
|
|
772
|
+
"text": "In this example, the load cells identified above also have the best characteristics of lowest v_{\"min\"}, highest Y and highest Z."
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"address": "clause-D.2.6/s8",
|
|
776
|
+
"fragment": "clause-D.2.6",
|
|
777
|
+
"clause": "D.2.6",
|
|
778
|
+
"kind": "provision",
|
|
779
|
+
"fragment_normative": false,
|
|
780
|
+
"modality": "informative",
|
|
781
|
+
"text": "This is normally the case, but not always."
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"address": "clause-D.2.7/s1",
|
|
785
|
+
"fragment": "clause-D.2.7",
|
|
786
|
+
"clause": "D.2.7",
|
|
787
|
+
"kind": "provision",
|
|
788
|
+
"fragment_normative": false,
|
|
789
|
+
"modality": "informative",
|
|
790
|
+
"text": "If applicable, select the load cell for humidity testing in accordance with R 60-2, 2.4.5, that being the load cell with the most severe characteristics, for example the greatest value of n_{\"LC\"} or the lowest value of v_{\"min\"}."
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"address": "clause-D.2.7/s2",
|
|
794
|
+
"fragment": "clause-D.2.7",
|
|
795
|
+
"clause": "D.2.7",
|
|
796
|
+
"kind": "provision",
|
|
797
|
+
"fragment_normative": false,
|
|
798
|
+
"modality": "informative",
|
|
799
|
+
"text": "In this example, the load cell with the greatest value of n_{\"LC\"} or the lowest value of v_{\"min\"} is the same load cell, therefore select:"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"address": "clause-D.2.7/s3",
|
|
803
|
+
"fragment": "clause-D.2.7",
|
|
804
|
+
"clause": "D.2.7",
|
|
805
|
+
"kind": "provision",
|
|
806
|
+
"fragment_normative": false,
|
|
807
|
+
"modality": "informative",
|
|
808
|
+
"text": "B10 — 500 \"unitsml(kg)\" (humidity test required)"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"address": "clause-D.2.7/note-1/s1",
|
|
812
|
+
"fragment": "clause-D.2.7/note-1",
|
|
813
|
+
"kind": "note",
|
|
814
|
+
"fragment_normative": false,
|
|
815
|
+
"modality": "informative",
|
|
816
|
+
"text": "The other B10 load cells also possess the same qualifications and are possible choices."
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"address": "clause-D.2.7/note-1/s2",
|
|
820
|
+
"fragment": "clause-D.2.7/note-1",
|
|
821
|
+
"kind": "note",
|
|
822
|
+
"fragment_normative": false,
|
|
823
|
+
"modality": "informative",
|
|
824
|
+
"text": "The 500 \"unitsml(kg)\" load cell was chosen because it is the smallest of the applicable B10 capacities."
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"address": "clause-D.2.7/note-1/s3",
|
|
828
|
+
"fragment": "clause-D.2.7/note-1",
|
|
829
|
+
"kind": "note",
|
|
830
|
+
"fragment_normative": false,
|
|
831
|
+
"modality": "informative",
|
|
832
|
+
"text": "Although the C6 — 50 \"unitsml(kg)\" load cell has the lowest v_{\"min\"} of 0.0028, the B10 load cells have the highest n_{\"LC\"}, highest accuracy class, and the highest Y and Z."
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"address": "clause-D.2.8/s1",
|
|
836
|
+
"fragment": "clause-D.2.8",
|
|
837
|
+
"clause": "D.2.8",
|
|
838
|
+
"kind": "provision",
|
|
839
|
+
"fragment_normative": false,
|
|
840
|
+
"modality": "informative",
|
|
841
|
+
"text": "If applicable, select the load cell for the additional tests to be performed on digital load cells in accordance with R 60-2, 2.4.6, that being the load cell with the most severe characteristics, for example the greatest value of n_{\"max\"} or the lowest value of v_{\"min\"}."
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"address": "clause-D.2.8/s2",
|
|
845
|
+
"fragment": "clause-D.2.8",
|
|
846
|
+
"clause": "D.2.8",
|
|
847
|
+
"kind": "provision",
|
|
848
|
+
"fragment_normative": false,
|
|
849
|
+
"modality": "informative",
|
|
850
|
+
"text": "2+h| D.2.9 Summarising, the load cells selected for test are:"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"address": "clause-D.2.8/s3",
|
|
854
|
+
"fragment": "clause-D.2.8",
|
|
855
|
+
"clause": "D.2.8",
|
|
856
|
+
"kind": "provision",
|
|
857
|
+
"fragment_normative": false,
|
|
858
|
+
"modality": "informative",
|
|
859
|
+
"text": "In this example, no load cell in the family is equipped with electronics."
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"address": "clause-E/s1",
|
|
863
|
+
"fragment": "clause-E",
|
|
864
|
+
"clause": "E",
|
|
865
|
+
"kind": "provision",
|
|
866
|
+
"fragment_normative": false,
|
|
867
|
+
"modality": "informative",
|
|
868
|
+
"text": "This Annex is taken from the WELMEC 2.4 (European cooperation in legal metrology) Guide for Load Cells (Issue 2, published in August, 2001)."
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"address": "clause-E/s2",
|
|
872
|
+
"fragment": "clause-E",
|
|
873
|
+
"clause": "E",
|
|
874
|
+
"kind": "provision",
|
|
875
|
+
"fragment_normative": false,
|
|
876
|
+
"modality": "informative",
|
|
877
|
+
"text": "With permission from WELMEC, the following portion of that Guide is reprinted here to provide guidelines for load cell evaluators, during load cell performance evaluations."
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"address": "clause-E/s3",
|
|
881
|
+
"fragment": "clause-E",
|
|
882
|
+
"clause": "E",
|
|
883
|
+
"kind": "provision",
|
|
884
|
+
"fragment_normative": false,
|
|
885
|
+
"modality": "informative",
|
|
886
|
+
"text": "Recognising the critical role that load cell receptors and load transmission devices play in accurate measurements, this Annex is intended to provide information regarding the effect of load transmission and recommendations for test design and procedure."
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"address": "clause-E/s4",
|
|
890
|
+
"fragment": "clause-E",
|
|
891
|
+
"clause": "E",
|
|
892
|
+
"kind": "provision",
|
|
893
|
+
"fragment_normative": false,
|
|
894
|
+
"modality": "informative",
|
|
895
|
+
"text": "The annex is informational and not to be considered required practice."
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"address": "clause-E/s5",
|
|
899
|
+
"fragment": "clause-E",
|
|
900
|
+
"clause": "E",
|
|
901
|
+
"kind": "provision",
|
|
902
|
+
"fragment_normative": false,
|
|
903
|
+
"modality": "informative",
|
|
904
|
+
"text": "For some types of load cells, the kind of load transmission to the load cell has an influence on the measurements and therefore on the test results."
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"address": "clause-E/s6",
|
|
908
|
+
"fragment": "clause-E",
|
|
909
|
+
"clause": "E",
|
|
910
|
+
"kind": "provision",
|
|
911
|
+
"fragment_normative": false,
|
|
912
|
+
"modality": "informative",
|
|
913
|
+
"text": "In this Annex the standard load transmission devices are listed."
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"address": "clause-E/s7",
|
|
917
|
+
"fragment": "clause-E",
|
|
918
|
+
"clause": "E",
|
|
919
|
+
"kind": "provision",
|
|
920
|
+
"fragment_normative": false,
|
|
921
|
+
"modality": "informative",
|
|
922
|
+
"text": "The manufacturer should define whether the load cell works with all standard load transmission devices for the type of load cell or with selected standard load transmission devices or with a load cell specific load transmission devices."
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"address": "clause-E/s8",
|
|
926
|
+
"fragment": "clause-E",
|
|
927
|
+
"clause": "E",
|
|
928
|
+
"kind": "provision",
|
|
929
|
+
"fragment_normative": false,
|
|
930
|
+
"modality": "informative",
|
|
931
|
+
"text": "This information may be considered for the load cell tests and may be marked on the certificate."
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"address": "clause-E/s9",
|
|
935
|
+
"fragment": "clause-E",
|
|
936
|
+
"clause": "E",
|
|
937
|
+
"kind": "provision",
|
|
938
|
+
"fragment_normative": false,
|
|
939
|
+
"modality": "informative",
|
|
940
|
+
"text": "Standard load transmission devices"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"address": "clause-E/s10",
|
|
944
|
+
"fragment": "clause-E",
|
|
945
|
+
"clause": "E",
|
|
946
|
+
"kind": "provision",
|
|
947
|
+
"fragment_normative": false,
|
|
948
|
+
"modality": "informative",
|
|
949
|
+
"text": "table-e1 identify different types of LCs, (compression, tension, …) and typical load cell mounting devices suitable for them."
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"address": "clause-E/s11",
|
|
953
|
+
"fragment": "clause-E",
|
|
954
|
+
"clause": "E",
|
|
955
|
+
"kind": "provision",
|
|
956
|
+
"fragment_normative": false,
|
|
957
|
+
"modality": "informative",
|
|
958
|
+
"text": "The symbols below classify the mobility between one point of contact on the load cell and its counterpart on the load receptor or mounting base."
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"address": "clause-E/s12",
|
|
962
|
+
"fragment": "clause-E",
|
|
963
|
+
"clause": "E",
|
|
964
|
+
"kind": "provision",
|
|
965
|
+
"fragment_normative": false,
|
|
966
|
+
"modality": "informative",
|
|
967
|
+
"text": "Remarks on the standard load transmission devices presented in table-e1:"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"address": "clause-E/s13",
|
|
971
|
+
"fragment": "clause-E",
|
|
972
|
+
"clause": "E",
|
|
973
|
+
"kind": "provision",
|
|
974
|
+
"fragment_normative": false,
|
|
975
|
+
"modality": "informative",
|
|
976
|
+
"text": "All combinations of load cell and transmitting device shown in table-e1 can also be utilised in a completely reversed manner."
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"address": "clause-E/s14",
|
|
980
|
+
"fragment": "clause-E",
|
|
981
|
+
"clause": "E",
|
|
982
|
+
"kind": "provision",
|
|
983
|
+
"fragment_normative": false,
|
|
984
|
+
"modality": "informative",
|
|
985
|
+
"text": "The load transmission device is independent of the encapsulation, potting or housing which are shown in the examples."
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"address": "clause-E/s15",
|
|
989
|
+
"fragment": "clause-E",
|
|
990
|
+
"clause": "E",
|
|
991
|
+
"kind": "provision",
|
|
992
|
+
"fragment_normative": false,
|
|
993
|
+
"modality": "informative",
|
|
994
|
+
"text": "Compression LCs (table-e1, upper part) The load transmissions 1 to 8 are presented for canister type LCs."
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"address": "clause-E/s16",
|
|
998
|
+
"fragment": "clause-E",
|
|
999
|
+
"clause": "E",
|
|
1000
|
+
"kind": "provision",
|
|
1001
|
+
"fragment_normative": false,
|
|
1002
|
+
"modality": "informative",
|
|
1003
|
+
"text": "Instead, all load transmissions may be constructed for S-type or ring type load cells."
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"address": "clause-E/s17",
|
|
1007
|
+
"fragment": "clause-E",
|
|
1008
|
+
"clause": "E",
|
|
1009
|
+
"kind": "provision",
|
|
1010
|
+
"fragment_normative": false,
|
|
1011
|
+
"modality": "informative",
|
|
1012
|
+
"text": "6a shows a pendulum construction build as a complete unit."
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"address": "clause-E/s18",
|
|
1016
|
+
"fragment": "clause-E",
|
|
1017
|
+
"clause": "E",
|
|
1018
|
+
"kind": "provision",
|
|
1019
|
+
"fragment_normative": false,
|
|
1020
|
+
"modality": "informative",
|
|
1021
|
+
"text": "6b and 6c show external pendulum rocker pins combined with ring-type LCs."
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"address": "clause-E/s19",
|
|
1025
|
+
"fragment": "clause-E",
|
|
1026
|
+
"clause": "E",
|
|
1027
|
+
"kind": "provision",
|
|
1028
|
+
"fragment_normative": false,
|
|
1029
|
+
"modality": "informative",
|
|
1030
|
+
"text": "The bearings for all compression load cells may be installed either below or above the LC."
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"address": "clause-E/s20",
|
|
1034
|
+
"fragment": "clause-E",
|
|
1035
|
+
"clause": "E",
|
|
1036
|
+
"kind": "provision",
|
|
1037
|
+
"fragment_normative": false,
|
|
1038
|
+
"modality": "informative",
|
|
1039
|
+
"text": "Tension LCs (table-e1, lower part) The load transmissions 1 and 2 are presented for canister type LCs."
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"address": "clause-E/s21",
|
|
1043
|
+
"fragment": "clause-E",
|
|
1044
|
+
"clause": "E",
|
|
1045
|
+
"kind": "provision",
|
|
1046
|
+
"fragment_normative": false,
|
|
1047
|
+
"modality": "informative",
|
|
1048
|
+
"text": "Alternatively, both load transmissions may be used for S-type LCs."
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"address": "clause-E/s22",
|
|
1052
|
+
"fragment": "clause-E",
|
|
1053
|
+
"clause": "E",
|
|
1054
|
+
"kind": "provision",
|
|
1055
|
+
"fragment_normative": false,
|
|
1056
|
+
"modality": "informative",
|
|
1057
|
+
"text": "Beam LCs (table-e2, upper part) The drawings present double bending and shear beams, as well as plastic potted and encapsulated constructions; all these constructions may be combined with either of the load transmissions 1 to 10."
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"address": "clause-E/s23",
|
|
1061
|
+
"fragment": "clause-E",
|
|
1062
|
+
"clause": "E",
|
|
1063
|
+
"kind": "provision",
|
|
1064
|
+
"fragment_normative": false,
|
|
1065
|
+
"modality": "informative",
|
|
1066
|
+
"text": "The direction of loading, which is given by the manufacturer, has to be observed."
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"address": "clause-E/s24",
|
|
1070
|
+
"fragment": "clause-E",
|
|
1071
|
+
"clause": "E",
|
|
1072
|
+
"kind": "provision",
|
|
1073
|
+
"fragment_normative": false,
|
|
1074
|
+
"modality": "informative",
|
|
1075
|
+
"text": "Single point LCs (table-e2, middle part) The load transmissions 1 to 10 for the beam LCs may be applied to all single point LCs."
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"address": "clause-E/s25",
|
|
1079
|
+
"fragment": "clause-E",
|
|
1080
|
+
"clause": "E",
|
|
1081
|
+
"kind": "provision",
|
|
1082
|
+
"fragment_normative": false,
|
|
1083
|
+
"modality": "informative",
|
|
1084
|
+
"text": "The direction of loading, which is given by the manufacturer, has to be observed."
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"address": "clause-E/s26",
|
|
1088
|
+
"fragment": "clause-E",
|
|
1089
|
+
"clause": "E",
|
|
1090
|
+
"kind": "provision",
|
|
1091
|
+
"fragment_normative": false,
|
|
1092
|
+
"modality": "informative",
|
|
1093
|
+
"text": "Double bending beam LCs (table-e2, lower part) The table shows examples of common constructions."
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"address": "clause-E/s27",
|
|
1097
|
+
"fragment": "clause-E",
|
|
1098
|
+
"clause": "E",
|
|
1099
|
+
"kind": "provision",
|
|
1100
|
+
"fragment_normative": false,
|
|
1101
|
+
"modality": "informative",
|
|
1102
|
+
"text": "Variations are possible provided the constructions allow enough horizontal flexibility between both ends."
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"address": "clause-E/s28",
|
|
1106
|
+
"fragment": "clause-E",
|
|
1107
|
+
"clause": "E",
|
|
1108
|
+
"kind": "provision",
|
|
1109
|
+
"fragment_normative": false,
|
|
1110
|
+
"modality": "informative",
|
|
1111
|
+
"text": "The direction of loading, provided by the manufacturer, has to be observed."
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"address": "clause-E/s29",
|
|
1115
|
+
"fragment": "clause-E",
|
|
1116
|
+
"clause": "E",
|
|
1117
|
+
"kind": "provision",
|
|
1118
|
+
"fragment_normative": false,
|
|
1119
|
+
"modality": "informative",
|
|
1120
|
+
"text": "The single bending beams had been exempted for general acceptance, because very small displacements of the “force transducing point” may lead to a change of span and linearity."
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"address": "clause-E/table-1/note-1/s1",
|
|
1124
|
+
"fragment": "clause-E/table-1/note-1",
|
|
1125
|
+
"kind": "note",
|
|
1126
|
+
"fragment_normative": false,
|
|
1127
|
+
"modality": "informative",
|
|
1128
|
+
"text": "allows for temperature dilatation"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"address": "clause-E/table-1/note-2/s1",
|
|
1132
|
+
"fragment": "clause-E/table-1/note-2",
|
|
1133
|
+
"kind": "note",
|
|
1134
|
+
"fragment_normative": false,
|
|
1135
|
+
"modality": "informative",
|
|
1136
|
+
"text": "allows for temperature dilatation, also used for damping of lateral shock"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"address": "clause-E/table-1/note-3/s1",
|
|
1140
|
+
"fragment": "clause-E/table-1/note-3",
|
|
1141
|
+
"kind": "note",
|
|
1142
|
+
"fragment_normative": false,
|
|
1143
|
+
"modality": "informative",
|
|
1144
|
+
"text": "allows for tilt of load cell or deflection of load receptor, no movement normal to load axis possible"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"address": "clause-F/s1",
|
|
1148
|
+
"fragment": "clause-F",
|
|
1149
|
+
"clause": "F",
|
|
1150
|
+
"kind": "provision",
|
|
1151
|
+
"fragment_normative": false,
|
|
1152
|
+
"modality": "informative",
|
|
1153
|
+
"text": "[1]Withdrawn."
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"address": "clause-F/s2",
|
|
1157
|
+
"fragment": "clause-F",
|
|
1158
|
+
"clause": "F",
|
|
1159
|
+
"kind": "provision",
|
|
1160
|
+
"fragment_normative": false,
|
|
1161
|
+
"modality": "informative",
|
|
1162
|
+
"text": "ISO 8601:2004, Data elements and interchange formats — Information interchange — Representation of dates and times 2026-05-31 Data elements and interchange formats Information interchange Representation of dates and times Data elements and interchange formats — Information interchange — Representation of dates and times Éléments de données et formats d’échange Échange d’information Représentation de la date et de l’heure Éléments de données et formats d’échange — Échange d’information — Représentation de la date et de l’heure https://www.iso.org/standard/40874.html https://www.iso.org/obp/ui/en/#!iso:std:40874:en https://www.iso.org/contents/data/standard/04/08/40874.detail.rss[1] ISO 8601:2004 iso-reference ISO 8601:2004(E) URN urn:iso:std:iso:8601:stage-95.99ISO 8601:2004 8601 2004-12-03 International Organization for Standardization ISO www.iso.org committee International Organization for Standardization Processes, data elements and documents in commerce, industry and administration ISO/TC 154 ISO 3 en Latn ISO 8601:2004 is applicable whenever representation of dates in the Gregorian calendar, times in the 24-hour timekeeping system, time intervals and recurring time intervals or of the formats of these representations are included in information interchange."
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"address": "clause-F/s3",
|
|
1166
|
+
"fragment": "clause-F",
|
|
1167
|
+
"clause": "F",
|
|
1168
|
+
"kind": "provision",
|
|
1169
|
+
"fragment_normative": false,
|
|
1170
|
+
"modality": "informative",
|
|
1171
|
+
"text": "It includes calendar dates expressed in terms of calendar year, calendar month and calendar day of the month;ordinal dates expressed in terms of calendar year and calendar day of the year;week dates expressed in terms of calendar year, calendar week number and calendar day of the week;local time based upon the 24-hour timekeeping system;Coordinated Universal Time of day;local time and the difference from Coordinated Universal Time;combination of date and time of day;time intervals;recurring time intervals."
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"address": "clause-F/s4",
|
|
1175
|
+
"fragment": "clause-F",
|
|
1176
|
+
"clause": "F",
|
|
1177
|
+
"kind": "provision",
|
|
1178
|
+
"fragment_normative": false,
|
|
1179
|
+
"modality": "informative",
|
|
1180
|
+
"text": "ISO 8601:2004 does not cover dates and times where words are used in the representation and dates and times where characters are not used in the representation."
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"address": "clause-F/s5",
|
|
1184
|
+
"fragment": "clause-F",
|
|
1185
|
+
"clause": "F",
|
|
1186
|
+
"kind": "provision",
|
|
1187
|
+
"fragment_normative": false,
|
|
1188
|
+
"modality": "informative",
|
|
1189
|
+
"text": "ISO 8601:2004 does not assign any particular meaning or interpretation to any data element that uses representations in accordance with ISO 8601:2004."
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"address": "clause-F/s6",
|
|
1193
|
+
"fragment": "clause-F",
|
|
1194
|
+
"clause": "F",
|
|
1195
|
+
"kind": "provision",
|
|
1196
|
+
"fragment_normative": false,
|
|
1197
|
+
"modality": "informative",
|
|
1198
|
+
"text": "Such meaning will be determined by the context of the application."
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"address": "clause-F/s7",
|
|
1202
|
+
"fragment": "clause-F",
|
|
1203
|
+
"clause": "F",
|
|
1204
|
+
"kind": "provision",
|
|
1205
|
+
"fragment_normative": false,
|
|
1206
|
+
"modality": "informative",
|
|
1207
|
+
"text": "95 99 2004 ISO ISO 8601:2000 ISO 8601:2000 2000-12-21 ISO 8601-1:2019 ISO 8601-1:2019 2019-02-25 ISO 8601-2:2019 ISO 8601-2:2019 2019-02-25 Geneva [2]IEC 60068-2-78:2012, Environmental testing — Part 2-78: Tests — Test Cab: Damp heat, steady state 2026-05-31 Environmental testing Part 2-78: Tests Test Cab: Damp heat, steady state Environmental testing — Part 2-78: Tests — Test Cab: Damp heat, steady state Essais d’environnement Partie 2-78: Essais Essai Cab: Chaleur humide, essai continu Essais d’environnement — Partie 2-78: Essais — Essai Cab: Chaleur humide, essai continu Versión Oficial En español Ensayos ambientales."
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"address": "clause-F/s8",
|
|
1211
|
+
"fragment": "clause-F",
|
|
1212
|
+
"clause": "F",
|
|
1213
|
+
"kind": "provision",
|
|
1214
|
+
"fragment_normative": false,
|
|
1215
|
+
"modality": "informative",
|
|
1216
|
+
"text": "Parte 2-78: Ensayos."
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"address": "clause-F/s9",
|
|
1220
|
+
"fragment": "clause-F",
|
|
1221
|
+
"clause": "F",
|
|
1222
|
+
"kind": "provision",
|
|
1223
|
+
"fragment_normative": false,
|
|
1224
|
+
"modality": "informative",
|
|
1225
|
+
"text": "Ensayo Cab: Calor húmedo, ensayo continuo."
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"address": "clause-F/s10",
|
|
1229
|
+
"fragment": "clause-F",
|
|
1230
|
+
"clause": "F",
|
|
1231
|
+
"kind": "provision",
|
|
1232
|
+
"fragment_normative": false,
|
|
1233
|
+
"modality": "informative",
|
|
1234
|
+
"text": "Versión Oficial En español — Ensayos ambientales."
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"address": "clause-F/s11",
|
|
1238
|
+
"fragment": "clause-F",
|
|
1239
|
+
"clause": "F",
|
|
1240
|
+
"kind": "provision",
|
|
1241
|
+
"fragment_normative": false,
|
|
1242
|
+
"modality": "informative",
|
|
1243
|
+
"text": "Parte 2-78: Ensayos."
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"address": "clause-F/s12",
|
|
1247
|
+
"fragment": "clause-F",
|
|
1248
|
+
"clause": "F",
|
|
1249
|
+
"kind": "provision",
|
|
1250
|
+
"fragment_normative": false,
|
|
1251
|
+
"modality": "informative",
|
|
1252
|
+
"text": "Ensayo Cab: Calor húmedo, ensayo continuo. https://webstore.iec.ch/publication/560 https://webstore.iec.ch/preview/info_iec60068-2-78{ed2.0}b.pdf[2] IEC 60068-2-78:2012 URN urn:iec:std:iec:60068-2-78:2012:::IEC 60068-2-78:2012 2012-10-30 International Electrotechnical Commission IEC www.iec.ch committee International Electrotechnical Commission TC 104 104 IEC 2 en fr es Latn IEC 60068-2-78:2012 establishes a test method for determining the ability of components or equipment to withstand transportation, storage and use under conditions of high humidity."
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"address": "clause-F/s13",
|
|
1256
|
+
"fragment": "clause-F",
|
|
1257
|
+
"clause": "F",
|
|
1258
|
+
"kind": "provision",
|
|
1259
|
+
"fragment_normative": false,
|
|
1260
|
+
"modality": "informative",
|
|
1261
|
+
"text": "The object of this standard is to investigate the effect of high humidity at constant temperature without condensation on a specimen over a prescribed period."
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"address": "clause-F/s14",
|
|
1265
|
+
"fragment": "clause-F",
|
|
1266
|
+
"clause": "F",
|
|
1267
|
+
"kind": "provision",
|
|
1268
|
+
"fragment_normative": false,
|
|
1269
|
+
"modality": "informative",
|
|
1270
|
+
"text": "It is applicable to small equipment or components as well as large equipment, and can be applied to both heat-dissipating and non-heat-dissipating specimens."
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"address": "clause-F/s15",
|
|
1274
|
+
"fragment": "clause-F",
|
|
1275
|
+
"clause": "F",
|
|
1276
|
+
"kind": "provision",
|
|
1277
|
+
"fragment_normative": false,
|
|
1278
|
+
"modality": "informative",
|
|
1279
|
+
"text": "This second edition cancels and replaced the first edition, published in 2001 and constitutes a technical revision."
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"address": "clause-F/s16",
|
|
1283
|
+
"fragment": "clause-F",
|
|
1284
|
+
"clause": "F",
|
|
1285
|
+
"kind": "provision",
|
|
1286
|
+
"fragment_normative": false,
|
|
1287
|
+
"modality": "informative",
|
|
1288
|
+
"text": "This edition includes editorial and format changes with respect to the previous edition: - The test chamber from IEC 60068-3-6 has been introduced."
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"address": "clause-F/s17",
|
|
1292
|
+
"fragment": "clause-F",
|
|
1293
|
+
"clause": "F",
|
|
1294
|
+
"kind": "provision",
|
|
1295
|
+
"fragment_normative": false,
|
|
1296
|
+
"modality": "informative",
|
|
1297
|
+
"text": "IEC 60068-2-78:2012 établit une méthode d’essai en vue de déterminer la capacité des composants ou des matériels à supporter le transport, le stockage et l’utilisation dans des conditions de forte humidité."
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"address": "clause-F/s18",
|
|
1301
|
+
"fragment": "clause-F",
|
|
1302
|
+
"clause": "F",
|
|
1303
|
+
"kind": "provision",
|
|
1304
|
+
"fragment_normative": false,
|
|
1305
|
+
"modality": "informative",
|
|
1306
|
+
"text": "L’objet de cette norme est de rechercher l’effet d’une forte humidité à température constante sans condensation sur un spécimen, au cours d’une période prescrite."
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"address": "clause-F/s19",
|
|
1310
|
+
"fragment": "clause-F",
|
|
1311
|
+
"clause": "F",
|
|
1312
|
+
"kind": "provision",
|
|
1313
|
+
"fragment_normative": false,
|
|
1314
|
+
"modality": "informative",
|
|
1315
|
+
"text": "Elle est applicable aussi bien à des petits matériels ou composants qu’à des matériels volumineux, et peut être appliquée à la fois à des spécimens dissipateurs de chaleur et non dissipateurs de chaleur."
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"address": "clause-F/s20",
|
|
1319
|
+
"fragment": "clause-F",
|
|
1320
|
+
"clause": "F",
|
|
1321
|
+
"kind": "provision",
|
|
1322
|
+
"fragment_normative": false,
|
|
1323
|
+
"modality": "informative",
|
|
1324
|
+
"text": "Cette deuxième édition annule et remplace la première édition, publiée en 2001, et constitue une révision technique."
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"address": "clause-F/s21",
|
|
1328
|
+
"fragment": "clause-F",
|
|
1329
|
+
"clause": "F",
|
|
1330
|
+
"kind": "provision",
|
|
1331
|
+
"fragment_normative": false,
|
|
1332
|
+
"modality": "informative",
|
|
1333
|
+
"text": "Cette édition inclut des modifications éditoriales et de mise en page par rapport à l’édition précédente: - L’essai en chambre de la CEI 60068-3-6 est ajouté."
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"address": "clause-F/s22",
|
|
1337
|
+
"fragment": "clause-F",
|
|
1338
|
+
"clause": "F",
|
|
1339
|
+
"kind": "provision",
|
|
1340
|
+
"fragment_normative": false,
|
|
1341
|
+
"modality": "informative",
|
|
1342
|
+
"text": "REVISED 2012 International Electrotechnical Commission IEC www.iec.ch Geneva [3]IEC 60068-3-4:2001, Environmental testing — Part 3-4: Supporting documentation and guidance — Damp heat tests 2026-05-31 Environmental testing Part 3-4: Supporting documentation and guidance Damp heat tests Environmental testing — Part 3-4: Supporting documentation and guidance — Damp heat tests Essais d’environnement Partie 3-4: Documentation d’accompagnement et guide Essais de chaleur humide Essais d’environnement — Partie 3-4: Documentation d’accompagnement et guide — Essais de chaleur humide Versión Oficial en Español Ensayos ambientales."
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"address": "clause-F/s23",
|
|
1346
|
+
"fragment": "clause-F",
|
|
1347
|
+
"clause": "F",
|
|
1348
|
+
"kind": "provision",
|
|
1349
|
+
"fragment_normative": false,
|
|
1350
|
+
"modality": "informative",
|
|
1351
|
+
"text": "Parte 3-4: Documentación de acompañamiento y guía."
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"address": "clause-F/s24",
|
|
1355
|
+
"fragment": "clause-F",
|
|
1356
|
+
"clause": "F",
|
|
1357
|
+
"kind": "provision",
|
|
1358
|
+
"fragment_normative": false,
|
|
1359
|
+
"modality": "informative",
|
|
1360
|
+
"text": "Ensayos de calor húmedo."
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"address": "clause-F/s25",
|
|
1364
|
+
"fragment": "clause-F",
|
|
1365
|
+
"clause": "F",
|
|
1366
|
+
"kind": "provision",
|
|
1367
|
+
"fragment_normative": false,
|
|
1368
|
+
"modality": "informative",
|
|
1369
|
+
"text": "Versión Oficial en Español — Ensayos ambientales."
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"address": "clause-F/s26",
|
|
1373
|
+
"fragment": "clause-F",
|
|
1374
|
+
"clause": "F",
|
|
1375
|
+
"kind": "provision",
|
|
1376
|
+
"fragment_normative": false,
|
|
1377
|
+
"modality": "informative",
|
|
1378
|
+
"text": "Parte 3-4: Documentación de acompañamiento y guía."
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"address": "clause-F/s27",
|
|
1382
|
+
"fragment": "clause-F",
|
|
1383
|
+
"clause": "F",
|
|
1384
|
+
"kind": "provision",
|
|
1385
|
+
"fragment_normative": false,
|
|
1386
|
+
"modality": "informative",
|
|
1387
|
+
"text": "Ensayos de calor húmedo. https://webstore.iec.ch/publication/571 https://webstore.iec.ch/preview/info_iec60068-3-4{ed1.0}b.pdf[3] IEC 60068-3-4:2001 URN urn:iec:std:iec:60068-3-4:2001:::IEC 60068-3-4:2001 2001-08-28 International Electrotechnical Commission IEC www.iec.ch committee International Electrotechnical Commission TC 104 104 IEC 1 en fr es Latn IEC 60068-3-4:2001 Provides the necessary information to assist in preparing relevant specifications, such as standards for components or equipment, in order to select appropriate tests and test severities for specific products and, in some cases, specific types of application."
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"address": "clause-F/s28",
|
|
1391
|
+
"fragment": "clause-F",
|
|
1392
|
+
"clause": "F",
|
|
1393
|
+
"kind": "provision",
|
|
1394
|
+
"fragment_normative": false,
|
|
1395
|
+
"modality": "informative",
|
|
1396
|
+
"text": "The object of damp heat tests is to determine the ability of products to withstand the stresses occurring in a high relative humidity environment, with or without condensation, and with special regard to variations of electrical and mechanical characteristics."
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"address": "clause-F/s29",
|
|
1400
|
+
"fragment": "clause-F",
|
|
1401
|
+
"clause": "F",
|
|
1402
|
+
"kind": "provision",
|
|
1403
|
+
"fragment_normative": false,
|
|
1404
|
+
"modality": "informative",
|
|
1405
|
+
"text": "Damp heat tests may also be utilized to check the resistance of a specimen to some forms of corrosion attack."
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"address": "clause-F/s30",
|
|
1409
|
+
"fragment": "clause-F",
|
|
1410
|
+
"clause": "F",
|
|
1411
|
+
"kind": "provision",
|
|
1412
|
+
"fragment_normative": false,
|
|
1413
|
+
"modality": "informative",
|
|
1414
|
+
"text": "IEC 60068-3-4:2001 Rassemble les informations nécessaires aux rédacteurs qui, lors de l’établissement d’une spécification particulière telles que des normes pour les composants ou les matériels, choisissent les essais appropriés et leurs sévérités pour un produit particulier et, dans certain cas, pour des types d’application donnés."
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"address": "clause-F/s31",
|
|
1418
|
+
"fragment": "clause-F",
|
|
1419
|
+
"clause": "F",
|
|
1420
|
+
"kind": "provision",
|
|
1421
|
+
"fragment_normative": false,
|
|
1422
|
+
"modality": "informative",
|
|
1423
|
+
"text": "Le but de ces essais de chaleur humide est de déterminer l’aptitude des produits à supporter les contraintes d’un environnement à forte humidité relative, avec ou sans condensation, et plus particulièrement de déterminer les variations de leurs caractéristiques électriques et mécaniques."
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"address": "clause-F/s32",
|
|
1427
|
+
"fragment": "clause-F",
|
|
1428
|
+
"clause": "F",
|
|
1429
|
+
"kind": "provision",
|
|
1430
|
+
"fragment_normative": false,
|
|
1431
|
+
"modality": "informative",
|
|
1432
|
+
"text": "Les essais de chaleur humide peuvent aussi être appliqués en vue de vérifier la résistance d’un spécimen à certaines formes d’attaque par corrosion."
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"address": "clause-F/s33",
|
|
1436
|
+
"fragment": "clause-F",
|
|
1437
|
+
"clause": "F",
|
|
1438
|
+
"kind": "provision",
|
|
1439
|
+
"fragment_normative": false,
|
|
1440
|
+
"modality": "informative",
|
|
1441
|
+
"text": "REVISED 2001 International Electrotechnical Commission IEC www.iec.ch Geneva [4]IEC 61000-4-11:2020, Electromagnetic compatibility (EMC) — Part 4-11: Testing and measurement techniques — Voltage dips, short interruptions and voltage variations immunity tests for equipment with input current up to 16 A per phase 2026-05-31 Electromagnetic compatibility (EMC) Part 4-11: Testing and measurement techniques Voltage dips, short interruptions and voltage variations immunity tests for equipment with input current up to 16 A per phase Electromagnetic compatibility (EMC) — Part 4-11: Testing and measurement techniques — Voltage dips, short interruptions and voltage variations immunity tests for equipment with input current up to 16 A per phase Compatibilité électromagnétique (CEM) Partie 4-11: Techniques d’essai et de mesure Essais d’immunité aux creux de tension, coupures brèves et variations de tension pour les appareils à courant d’entrée inférieur ou égal à 16 A par phase Compatibilité électromagnétique (CEM) — Partie 4-11: Techniques d’essai et de mesure — Essais d’immunité aux creux de tension, coupures brèves et variations de tension pour les appareils à courant d’entrée inférieur ou égal à 16 A par phase Compatibilidad electromagnética (CEM)."
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"address": "clause-F/s34",
|
|
1445
|
+
"fragment": "clause-F",
|
|
1446
|
+
"clause": "F",
|
|
1447
|
+
"kind": "provision",
|
|
1448
|
+
"fragment_normative": false,
|
|
1449
|
+
"modality": "informative",
|
|
1450
|
+
"text": "Parte 4-11: Técnicas de ensayo y de medida."
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"address": "clause-F/s35",
|
|
1454
|
+
"fragment": "clause-F",
|
|
1455
|
+
"clause": "F",
|
|
1456
|
+
"kind": "provision",
|
|
1457
|
+
"fragment_normative": false,
|
|
1458
|
+
"modality": "informative",
|
|
1459
|
+
"text": "Ensayos de inmunidad a los huecos de tensión, interrupciones breves y variaciones de tensión para equipos con una corriente de entrada inferior o igual a 16 A por fase Compatibilidad electromagnética (CEM)."
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"address": "clause-F/s36",
|
|
1463
|
+
"fragment": "clause-F",
|
|
1464
|
+
"clause": "F",
|
|
1465
|
+
"kind": "provision",
|
|
1466
|
+
"fragment_normative": false,
|
|
1467
|
+
"modality": "informative",
|
|
1468
|
+
"text": "Parte 4-11: Técnicas de ensayo y de medida."
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"address": "clause-F/s37",
|
|
1472
|
+
"fragment": "clause-F",
|
|
1473
|
+
"clause": "F",
|
|
1474
|
+
"kind": "provision",
|
|
1475
|
+
"fragment_normative": false,
|
|
1476
|
+
"modality": "informative",
|
|
1477
|
+
"text": "Ensayos de inmunidad a los huecos de tensión, interrupciones breves y variaciones de tensión para equipos con una corriente de entrada inferior o igual a 16 A por fase https://webstore.iec.ch/publication/63503 https://webstore.iec.ch/preview/info_iec61000-4-11{ed3.0}b.pdf[4] IEC 61000-4-11:2020 URN urn:iec:std:iec:61000-4-11:2020:::IEC 61000-4-11:2020 2020-01-28 International Electrotechnical Commission IEC www.iec.ch committee International Electrotechnical Commission TC 77/SC 77A 77 IEC 3 en fr es Latn IEC 61000-4-11:2020 defines the immunity test methods and range of preferred test levels for electrical and electronic equipment connected to low-voltage power supply networks for voltage dips, short interruptions, and voltage variations."
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"address": "clause-F/s38",
|
|
1481
|
+
"fragment": "clause-F",
|
|
1482
|
+
"clause": "F",
|
|
1483
|
+
"kind": "provision",
|
|
1484
|
+
"fragment_normative": false,
|
|
1485
|
+
"modality": "informative",
|
|
1486
|
+
"text": "This document applies to electrical and electronic equipment having a rated input current not exceeding 16 A per phase, for connection to 50 Hz or 60 Hz AC networks."
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"address": "clause-F/s39",
|
|
1490
|
+
"fragment": "clause-F",
|
|
1491
|
+
"clause": "F",
|
|
1492
|
+
"kind": "provision",
|
|
1493
|
+
"fragment_normative": false,
|
|
1494
|
+
"modality": "informative",
|
|
1495
|
+
"text": "It does not apply to electrical and electronic equipment for connection to 400 Hz AC networks."
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"address": "clause-F/s40",
|
|
1499
|
+
"fragment": "clause-F",
|
|
1500
|
+
"clause": "F",
|
|
1501
|
+
"kind": "provision",
|
|
1502
|
+
"fragment_normative": false,
|
|
1503
|
+
"modality": "informative",
|
|
1504
|
+
"text": "Tests for these networks will be covered by future IEC documents."
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"address": "clause-F/s41",
|
|
1508
|
+
"fragment": "clause-F",
|
|
1509
|
+
"clause": "F",
|
|
1510
|
+
"kind": "provision",
|
|
1511
|
+
"fragment_normative": false,
|
|
1512
|
+
"modality": "informative",
|
|
1513
|
+
"text": "The object of this document is to establish a common reference for evaluating the immunity of electrical and electronic equipment when subjected to voltage dips, short interruptions and voltage variations."
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"address": "clause-F/s42",
|
|
1517
|
+
"fragment": "clause-F",
|
|
1518
|
+
"clause": "F",
|
|
1519
|
+
"kind": "provision",
|
|
1520
|
+
"fragment_normative": false,
|
|
1521
|
+
"modality": "informative",
|
|
1522
|
+
"text": "NOTE 1 Voltage fluctuation immunity tests are covered by IEC 61000-4-14."
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"address": "clause-F/s43",
|
|
1526
|
+
"fragment": "clause-F",
|
|
1527
|
+
"clause": "F",
|
|
1528
|
+
"kind": "provision",
|
|
1529
|
+
"fragment_normative": false,
|
|
1530
|
+
"modality": "informative",
|
|
1531
|
+
"text": "The test method documented in this document describes a consistent method to assess the immunity of equipment or a system against a defined phenomenon."
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"address": "clause-F/s44",
|
|
1535
|
+
"fragment": "clause-F",
|
|
1536
|
+
"clause": "F",
|
|
1537
|
+
"kind": "provision",
|
|
1538
|
+
"fragment_normative": false,
|
|
1539
|
+
"modality": "informative",
|
|
1540
|
+
"text": "NOTE 2 As described in IEC Guide 107, this is a basic EMC publication for use by product committees of the IEC."
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"address": "clause-F/s45",
|
|
1544
|
+
"fragment": "clause-F",
|
|
1545
|
+
"clause": "F",
|
|
1546
|
+
"kind": "provision",
|
|
1547
|
+
"fragment_normative": false,
|
|
1548
|
+
"modality": "informative",
|
|
1549
|
+
"text": "As also stated in Guide 107, the IEC product committees are responsible for determining whether this immunity test standard should be applied or not, and, if applied, they are responsible for defining the appropriate test levels."
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"address": "clause-F/s46",
|
|
1553
|
+
"fragment": "clause-F",
|
|
1554
|
+
"clause": "F",
|
|
1555
|
+
"kind": "provision",
|
|
1556
|
+
"fragment_normative": false,
|
|
1557
|
+
"modality": "informative",
|
|
1558
|
+
"text": "Technical committee 77 and its sub-committees are prepared to co-operate with product committees in the evaluation of the value of particular immunity tests for their products."
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"address": "clause-F/s47",
|
|
1562
|
+
"fragment": "clause-F",
|
|
1563
|
+
"clause": "F",
|
|
1564
|
+
"kind": "provision",
|
|
1565
|
+
"fragment_normative": false,
|
|
1566
|
+
"modality": "informative",
|
|
1567
|
+
"text": "This third edition cancels and replaces the second edition published in 2004 and Amendment 1:2017."
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"address": "clause-F/s48",
|
|
1571
|
+
"fragment": "clause-F",
|
|
1572
|
+
"clause": "F",
|
|
1573
|
+
"kind": "provision",
|
|
1574
|
+
"fragment_normative": false,
|
|
1575
|
+
"modality": "informative",
|
|
1576
|
+
"text": "This edition constitutes a technical revision."
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"address": "clause-F/s49",
|
|
1580
|
+
"fragment": "clause-F",
|
|
1581
|
+
"clause": "F",
|
|
1582
|
+
"kind": "provision",
|
|
1583
|
+
"fragment_normative": false,
|
|
1584
|
+
"modality": "informative",
|
|
1585
|
+
"text": "This edition includes the following significant technical changes with respect to the previous edition: - rise time and fall time of transients are now defined terms in Clause 3; - the origin of voltage dips and short interruptions is now stated in Clause 4."
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"address": "clause-F/s50",
|
|
1589
|
+
"fragment": "clause-F",
|
|
1590
|
+
"clause": "F",
|
|
1591
|
+
"kind": "provision",
|
|
1592
|
+
"fragment_normative": false,
|
|
1593
|
+
"modality": "informative",
|
|
1594
|
+
"text": "The contents of the corrigendum of May 2020 and October 2022 have been included in this copy."
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"address": "clause-F/s51",
|
|
1598
|
+
"fragment": "clause-F",
|
|
1599
|
+
"clause": "F",
|
|
1600
|
+
"kind": "provision",
|
|
1601
|
+
"fragment_normative": false,
|
|
1602
|
+
"modality": "informative",
|
|
1603
|
+
"text": "L’IEC 61000-4-11:2020 définit les méthodes d’essai d’immunité ainsi que la plage des niveaux d’essais préférentiels pour les matériels électriques et électroniques connectés à des réseaux d’alimentation à basse tension pour les creux de tension, les coupures brèves et les variations de tension."
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"address": "clause-F/s52",
|
|
1607
|
+
"fragment": "clause-F",
|
|
1608
|
+
"clause": "F",
|
|
1609
|
+
"kind": "provision",
|
|
1610
|
+
"fragment_normative": false,
|
|
1611
|
+
"modality": "informative",
|
|
1612
|
+
"text": "Le présent document s’applique aux matériels électriques et électroniques dont le courant assigné d’entrée ne dépasse pas 16 A par phase et destinés à être reliés à des réseaux électriques à courant alternatif de 50 Hz ou 60 Hz."
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"address": "clause-F/s53",
|
|
1616
|
+
"fragment": "clause-F",
|
|
1617
|
+
"clause": "F",
|
|
1618
|
+
"kind": "provision",
|
|
1619
|
+
"fragment_normative": false,
|
|
1620
|
+
"modality": "informative",
|
|
1621
|
+
"text": "Il ne s’applique pas aux matériels électriques et électroniques destinés à être reliés à des réseaux électriques à courant alternatif de 400 Hz."
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"address": "clause-F/s54",
|
|
1625
|
+
"fragment": "clause-F",
|
|
1626
|
+
"clause": "F",
|
|
1627
|
+
"kind": "provision",
|
|
1628
|
+
"fragment_normative": false,
|
|
1629
|
+
"modality": "informative",
|
|
1630
|
+
"text": "Les essais pour ces réseaux seront traités dans des documents IEC à venir."
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"address": "clause-F/s55",
|
|
1634
|
+
"fragment": "clause-F",
|
|
1635
|
+
"clause": "F",
|
|
1636
|
+
"kind": "provision",
|
|
1637
|
+
"fragment_normative": false,
|
|
1638
|
+
"modality": "informative",
|
|
1639
|
+
"text": "Le but du présent document est d’établir une référence commune pour l’évaluation de l’immunité des matériels électriques et électroniques soumis à des creux de tension, à des coupures brèves et à des variations de tension."
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"address": "clause-F/s56",
|
|
1643
|
+
"fragment": "clause-F",
|
|
1644
|
+
"clause": "F",
|
|
1645
|
+
"kind": "provision",
|
|
1646
|
+
"fragment_normative": false,
|
|
1647
|
+
"modality": "informative",
|
|
1648
|
+
"text": "NOTE 1 Les essais d’immunité aux fluctuations de tension sont traités dans l’IEC 61000-4-14."
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"address": "clause-F/s57",
|
|
1652
|
+
"fragment": "clause-F",
|
|
1653
|
+
"clause": "F",
|
|
1654
|
+
"kind": "provision",
|
|
1655
|
+
"fragment_normative": false,
|
|
1656
|
+
"modality": "informative",
|
|
1657
|
+
"text": "La méthode d’essai décrite dans le présent document détaille une méthode sans faille pour évaluer l’immunité d’un matériel ou d’un système à un phénomène prédéfini."
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"address": "clause-F/s58",
|
|
1661
|
+
"fragment": "clause-F",
|
|
1662
|
+
"clause": "F",
|
|
1663
|
+
"kind": "provision",
|
|
1664
|
+
"fragment_normative": false,
|
|
1665
|
+
"modality": "informative",
|
|
1666
|
+
"text": "NOTE 2 Comme cela est décrit dans le Guide 107 de l’IEC, ce document est une publication fondamentale en CEM destinée à l’usage des comités de produits de l’IEC."
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"address": "clause-F/s59",
|
|
1670
|
+
"fragment": "clause-F",
|
|
1671
|
+
"clause": "F",
|
|
1672
|
+
"kind": "provision",
|
|
1673
|
+
"fragment_normative": false,
|
|
1674
|
+
"modality": "informative",
|
|
1675
|
+
"text": "Comme cela est également mentionné dans le Guide 107, les comités de produits de l’IEC sont chargés de décider s’il convient d’utiliser ou non cette norme d’essai d’immunité et, si elle est utilisée, les comités sont responsables de la définition des niveaux d’essai appropriés."
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"address": "clause-F/s60",
|
|
1679
|
+
"fragment": "clause-F",
|
|
1680
|
+
"clause": "F",
|
|
1681
|
+
"kind": "provision",
|
|
1682
|
+
"fragment_normative": false,
|
|
1683
|
+
"modality": "informative",
|
|
1684
|
+
"text": "Le comité d’études 77 et ses sous-comités sont prêts à coopérer avec les comités de produits pour l’évaluation de la pertinence des essais particuliers d’immunité pour leurs produits."
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"address": "clause-F/s61",
|
|
1688
|
+
"fragment": "clause-F",
|
|
1689
|
+
"clause": "F",
|
|
1690
|
+
"kind": "provision",
|
|
1691
|
+
"fragment_normative": false,
|
|
1692
|
+
"modality": "informative",
|
|
1693
|
+
"text": "Cette troisième édition annule et remplace la deuxième édition parue en 2004 et l’Amendement 1:2017."
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"address": "clause-F/s62",
|
|
1697
|
+
"fragment": "clause-F",
|
|
1698
|
+
"clause": "F",
|
|
1699
|
+
"kind": "provision",
|
|
1700
|
+
"fragment_normative": false,
|
|
1701
|
+
"modality": "informative",
|
|
1702
|
+
"text": "Cette édition constitue une révision technique."
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"address": "clause-F/s63",
|
|
1706
|
+
"fragment": "clause-F",
|
|
1707
|
+
"clause": "F",
|
|
1708
|
+
"kind": "provision",
|
|
1709
|
+
"fragment_normative": false,
|
|
1710
|
+
"modality": "informative",
|
|
1711
|
+
"text": "Cette édition inclut les modifications techniques majeures suivantes par rapport à l’édition précédente: - le temps de montée et le temps de descente sont désormais des termes définis à l’Article 3; - l’origine des creux de tension et des coupures brèves est désormais décrite à l’Article 4."
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"address": "clause-F/s64",
|
|
1715
|
+
"fragment": "clause-F",
|
|
1716
|
+
"clause": "F",
|
|
1717
|
+
"kind": "provision",
|
|
1718
|
+
"fragment_normative": false,
|
|
1719
|
+
"modality": "informative",
|
|
1720
|
+
"text": "Mots-clés : méthodes d’essai d’immunité, réseaux d’alimentation à basse tension Le contenu du corrigendum de mai 2020 et d’octobre 2022 a été introduit dans cet exemplaire."
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"address": "clause-F/s65",
|
|
1724
|
+
"fragment": "clause-F",
|
|
1725
|
+
"clause": "F",
|
|
1726
|
+
"kind": "provision",
|
|
1727
|
+
"fragment_normative": false,
|
|
1728
|
+
"modality": "informative",
|
|
1729
|
+
"text": "PUBLISHED 2020 International Electrotechnical Commission IEC www.iec.ch Geneva [5]IEC 61000-4-1:2006, Electromagnetic compatibility (EMC) — Part 4-1: Testing and measurement techniques — Overview of IEC 61000-4 series 2026-05-31 Electromagnetic compatibility (EMC) Part 4-1: Testing and measurement techniques Overview of IEC 61000-4 series Electromagnetic compatibility (EMC) — Part 4-1: Testing and measurement techniques — Overview of IEC 61000-4 series Compatibilité électromagnétique (CEM) Partie 4-1: Techniques d’essai et de mesure Vue d’ensemble de la série CEI 61000-4 Compatibilité électromagnétique (CEM) — Partie 4-1: Techniques d’essai et de mesure — Vue d’ensemble de la série CEI 61000-4 Versión Oficial En español Compatibilidad electromagnética (CEM)."
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"address": "clause-F/s66",
|
|
1733
|
+
"fragment": "clause-F",
|
|
1734
|
+
"clause": "F",
|
|
1735
|
+
"kind": "provision",
|
|
1736
|
+
"fragment_normative": false,
|
|
1737
|
+
"modality": "informative",
|
|
1738
|
+
"text": "Parte 4-1: Técnicas de ensayo y de medida."
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"address": "clause-F/s67",
|
|
1742
|
+
"fragment": "clause-F",
|
|
1743
|
+
"clause": "F",
|
|
1744
|
+
"kind": "provision",
|
|
1745
|
+
"fragment_normative": false,
|
|
1746
|
+
"modality": "informative",
|
|
1747
|
+
"text": "Visión de conjunto de la serie IEC 61000-4 Versión Oficial En español — Compatibilidad electromagnética (CEM)."
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"address": "clause-F/s68",
|
|
1751
|
+
"fragment": "clause-F",
|
|
1752
|
+
"clause": "F",
|
|
1753
|
+
"kind": "provision",
|
|
1754
|
+
"fragment_normative": false,
|
|
1755
|
+
"modality": "informative",
|
|
1756
|
+
"text": "Parte 4-1: Técnicas de ensayo y de medida."
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"address": "clause-F/s69",
|
|
1760
|
+
"fragment": "clause-F",
|
|
1761
|
+
"clause": "F",
|
|
1762
|
+
"kind": "provision",
|
|
1763
|
+
"fragment_normative": false,
|
|
1764
|
+
"modality": "informative",
|
|
1765
|
+
"text": "Visión de conjunto de la serie IEC 61000-4 https://webstore.iec.ch/publication/4158 https://webstore.iec.ch/preview/info_iec61000-4-1{ed3.0}b.pdf[5] IEC 61000-4-1:2006 URN urn:iec:std:iec:61000-4-1:2006:::IEC 61000-4-1:2006 2006-10-25 2016-04-27 2016-04-27 International Electrotechnical Commission IEC www.iec.ch committee International Electrotechnical Commission TC 77 77 IEC 3 en fr es Latn The object of this part of IEC 61000 is to give applicability assistance to the technical committees of IEC or other bodies, users and manufacturers of electrical and electronic equipment on EMC standards within the IEC 61000-4 series on testing and measurement techniques and to provide general recommendations concerning the choice of relevant tests."
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"address": "clause-F/s70",
|
|
1769
|
+
"fragment": "clause-F",
|
|
1770
|
+
"clause": "F",
|
|
1771
|
+
"kind": "provision",
|
|
1772
|
+
"fragment_normative": false,
|
|
1773
|
+
"modality": "informative",
|
|
1774
|
+
"text": "This standard has the status of a basic EMC publication in accordance with IEC Guide 107."
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"address": "clause-F/s71",
|
|
1778
|
+
"fragment": "clause-F",
|
|
1779
|
+
"clause": "F",
|
|
1780
|
+
"kind": "provision",
|
|
1781
|
+
"fragment_normative": false,
|
|
1782
|
+
"modality": "informative",
|
|
1783
|
+
"text": "L’objet de cette partie de la CEI 61000 est de donner une aide aux comités techniques de la CEI ou autres organismes, aux utilisateurs et aux fabricants de matériels électroniques sur l’application des normes CEM de la série CEI 61000-4 sur les techniques de mesures et d’essais et de leur fournir des recommandations générales concernant le choix des essais pertinents."
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"address": "clause-F/s72",
|
|
1787
|
+
"fragment": "clause-F",
|
|
1788
|
+
"clause": "F",
|
|
1789
|
+
"kind": "provision",
|
|
1790
|
+
"fragment_normative": false,
|
|
1791
|
+
"modality": "informative",
|
|
1792
|
+
"text": "Cette norme a le statut de publication fondamentale en CEM conformément au Guide 107 de la CEI."
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"address": "clause-F/s73",
|
|
1796
|
+
"fragment": "clause-F",
|
|
1797
|
+
"clause": "F",
|
|
1798
|
+
"kind": "provision",
|
|
1799
|
+
"fragment_normative": false,
|
|
1800
|
+
"modality": "informative",
|
|
1801
|
+
"text": "REPLACED 2006 International Electrotechnical Commission IEC www.iec.ch Geneva [6]IEC 61000-4-29:2000, Electromagnetic compatibility (EMC) — Part 4-29: Testing and measurement techniques — Voltage dips, short interruptions and voltage variations on d.c. input power port immunity tests 2026-05-31 Electromagnetic compatibility (EMC) Part 4-29: Testing and measurement techniques Voltage dips, short interruptions and voltage variations on d.c. input power port immunity tests Electromagnetic compatibility (EMC) — Part 4-29: Testing and measurement techniques — Voltage dips, short interruptions and voltage variations on d.c. input power port immunity tests Compatibilité électromagnétique (CEM) Partie 4-29: Techniques d’essai et de mesure Essais d’immunité aux creux de tension, coupures brèves et varations de tension sur les accès d’alimentation en courant continu Compatibilité électromagnétique (CEM) — Partie 4-29: Techniques d’essai et de mesure — Essais d’immunité aux creux de tension, coupures brèves et varations de tension sur les accès d’alimentation en courant continu Versión Oficial En español Compatibilidad electromagnética (CEM)."
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"address": "clause-F/s74",
|
|
1805
|
+
"fragment": "clause-F",
|
|
1806
|
+
"clause": "F",
|
|
1807
|
+
"kind": "provision",
|
|
1808
|
+
"fragment_normative": false,
|
|
1809
|
+
"modality": "informative",
|
|
1810
|
+
"text": "Parte 4: Técnicas de ensayo y de medida."
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"address": "clause-F/s75",
|
|
1814
|
+
"fragment": "clause-F",
|
|
1815
|
+
"clause": "F",
|
|
1816
|
+
"kind": "provision",
|
|
1817
|
+
"fragment_normative": false,
|
|
1818
|
+
"modality": "informative",
|
|
1819
|
+
"text": "Sección 29: Ensayos de inmunidad a los huecos de tensión, interrupciones breves y variaciones de tensión en los accesos de alimentación en corriente continua."
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"address": "clause-F/s76",
|
|
1823
|
+
"fragment": "clause-F",
|
|
1824
|
+
"clause": "F",
|
|
1825
|
+
"kind": "provision",
|
|
1826
|
+
"fragment_normative": false,
|
|
1827
|
+
"modality": "informative",
|
|
1828
|
+
"text": "Versión Oficial En español — Compatibilidad electromagnética (CEM)."
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"address": "clause-F/s77",
|
|
1832
|
+
"fragment": "clause-F",
|
|
1833
|
+
"clause": "F",
|
|
1834
|
+
"kind": "provision",
|
|
1835
|
+
"fragment_normative": false,
|
|
1836
|
+
"modality": "informative",
|
|
1837
|
+
"text": "Parte 4: Técnicas de ensayo y de medida."
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"address": "clause-F/s78",
|
|
1841
|
+
"fragment": "clause-F",
|
|
1842
|
+
"clause": "F",
|
|
1843
|
+
"kind": "provision",
|
|
1844
|
+
"fragment_normative": false,
|
|
1845
|
+
"modality": "informative",
|
|
1846
|
+
"text": "Sección 29: Ensayos de inmunidad a los huecos de tensión, interrupciones breves y variaciones de tensión en los accesos de alimentación en corriente continua. https://webstore.iec.ch/publication/4206 https://webstore.iec.ch/preview/info_iec61000-4-29{ed1.0}b.pdf[6] IEC 61000-4-29:2000 URN urn:iec:std:iec:61000-4-29:2000:::IEC 61000-4-29:2000 2000-08-30 International Electrotechnical Commission IEC www.iec.ch committee International Electrotechnical Commission TC 77/SC 77A 77 IEC 1 en fr es Latn Establishes a common and reproducible basis for testing electrical and electronic equipment when subjected to voltage dips, short interruptions or voltage variations on d.c. power ports."
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"address": "clause-F/s79",
|
|
1850
|
+
"fragment": "clause-F",
|
|
1851
|
+
"clause": "F",
|
|
1852
|
+
"kind": "provision",
|
|
1853
|
+
"fragment_normative": false,
|
|
1854
|
+
"modality": "informative",
|
|
1855
|
+
"text": "This standard defines: — the range of test levels; — the test generator; — the test set-up; — the test procedure."
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"address": "clause-F/s80",
|
|
1859
|
+
"fragment": "clause-F",
|
|
1860
|
+
"clause": "F",
|
|
1861
|
+
"kind": "provision",
|
|
1862
|
+
"fragment_normative": false,
|
|
1863
|
+
"modality": "informative",
|
|
1864
|
+
"text": "Etablit une référence commune et reproductible pour les essais des équipements électriques et électroniques en leur appliquant des creux de tension, des coupures brèves et des variations de tension au niveau des ports d’entrée du courant continu."
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"address": "clause-F/s81",
|
|
1868
|
+
"fragment": "clause-F",
|
|
1869
|
+
"clause": "F",
|
|
1870
|
+
"kind": "provision",
|
|
1871
|
+
"fragment_normative": false,
|
|
1872
|
+
"modality": "informative",
|
|
1873
|
+
"text": "Cette norme définit: — la gamme des niveaux d’essai; — le générateur d’essai; — les matériels d’essai; — la procédure d’essai."
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"address": "clause-F/s82",
|
|
1877
|
+
"fragment": "clause-F",
|
|
1878
|
+
"clause": "F",
|
|
1879
|
+
"kind": "provision",
|
|
1880
|
+
"fragment_normative": false,
|
|
1881
|
+
"modality": "informative",
|
|
1882
|
+
"text": "PUBLISHED 2000 International Electrotechnical Commission IEC www.iec.ch Geneva [7]IEC 61000-4-2:2008, Electromagnetic compatibility (EMC) — Part 4-2: Testing and measurement techniques — Electrostatic discharge immunity test 2026-05-31 Electromagnetic compatibility (EMC) Part 4-2: Testing and measurement techniques Electrostatic discharge immunity test Electromagnetic compatibility (EMC) — Part 4-2: Testing and measurement techniques — Electrostatic discharge immunity test Compatibilité électromagnétique (CEM) Partie 4-2: Techniques d’essai et de mesure Essai d’immunité aux décharges électrostatiques Compatibilité électromagnétique (CEM) — Partie 4-2: Techniques d’essai et de mesure — Essai d’immunité aux décharges électrostatiques Versión Oficial En español Compatibilidad electromagnética (CEM)."
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"address": "clause-F/s83",
|
|
1886
|
+
"fragment": "clause-F",
|
|
1887
|
+
"clause": "F",
|
|
1888
|
+
"kind": "provision",
|
|
1889
|
+
"fragment_normative": false,
|
|
1890
|
+
"modality": "informative",
|
|
1891
|
+
"text": "Parte 4-2: Técnicas de ensayo y de medida."
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"address": "clause-F/s84",
|
|
1895
|
+
"fragment": "clause-F",
|
|
1896
|
+
"clause": "F",
|
|
1897
|
+
"kind": "provision",
|
|
1898
|
+
"fragment_normative": false,
|
|
1899
|
+
"modality": "informative",
|
|
1900
|
+
"text": "Ensayo de inmunidad a las descargas electrostáticas."
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"address": "clause-F/s85",
|
|
1904
|
+
"fragment": "clause-F",
|
|
1905
|
+
"clause": "F",
|
|
1906
|
+
"kind": "provision",
|
|
1907
|
+
"fragment_normative": false,
|
|
1908
|
+
"modality": "informative",
|
|
1909
|
+
"text": "Versión Oficial En español — Compatibilidad electromagnética (CEM)."
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"address": "clause-F/s86",
|
|
1913
|
+
"fragment": "clause-F",
|
|
1914
|
+
"clause": "F",
|
|
1915
|
+
"kind": "provision",
|
|
1916
|
+
"fragment_normative": false,
|
|
1917
|
+
"modality": "informative",
|
|
1918
|
+
"text": "Parte 4-2: Técnicas de ensayo y de medida."
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"address": "clause-F/s87",
|
|
1922
|
+
"fragment": "clause-F",
|
|
1923
|
+
"clause": "F",
|
|
1924
|
+
"kind": "provision",
|
|
1925
|
+
"fragment_normative": false,
|
|
1926
|
+
"modality": "informative",
|
|
1927
|
+
"text": "Ensayo de inmunidad a las descargas electrostáticas. https://webstore.iec.ch/publication/4189 https://webstore.iec.ch/preview/info_iec61000-4-2{ed2.0}b.pdf[7] IEC 61000-4-2:2008 URN urn:iec:std:iec:61000-4-2:2008:::IEC 61000-4-2:2008 2008-12-09 International Electrotechnical Commission IEC www.iec.ch committee International Electrotechnical Commission TC 77/SC 77B 77 IEC 2 en fr es Latn IEC 61000-4-2:2008 relates to the immunity requirements and test methods for electrical and electronic equipment subjected to static electricity discharges, from operators directly, and from personnel to adjacent objects."
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"address": "clause-F/s88",
|
|
1931
|
+
"fragment": "clause-F",
|
|
1932
|
+
"clause": "F",
|
|
1933
|
+
"kind": "provision",
|
|
1934
|
+
"fragment_normative": false,
|
|
1935
|
+
"modality": "informative",
|
|
1936
|
+
"text": "It additionally defines ranges of test levels which relate to different environmental and installation conditions and establishes test procedures."
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"address": "clause-F/s89",
|
|
1940
|
+
"fragment": "clause-F",
|
|
1941
|
+
"clause": "F",
|
|
1942
|
+
"kind": "provision",
|
|
1943
|
+
"fragment_normative": false,
|
|
1944
|
+
"modality": "informative",
|
|
1945
|
+
"text": "The object of IEC 61000-4-2:2008 is to establish a common and reproducible basis for evaluating the performance of electrical and electronic equipment when subjected to electrostatic discharges."
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"address": "clause-F/s90",
|
|
1949
|
+
"fragment": "clause-F",
|
|
1950
|
+
"clause": "F",
|
|
1951
|
+
"kind": "provision",
|
|
1952
|
+
"fragment_normative": false,
|
|
1953
|
+
"modality": "informative",
|
|
1954
|
+
"text": "In addition, it includes electrostatic discharges which may occur frompersonnel to objects near vital equipment."
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
"address": "clause-F/s91",
|
|
1958
|
+
"fragment": "clause-F",
|
|
1959
|
+
"clause": "F",
|
|
1960
|
+
"kind": "provision",
|
|
1961
|
+
"fragment_normative": false,
|
|
1962
|
+
"modality": "informative",
|
|
1963
|
+
"text": "IEC 61000-4-2:2008 defines typical waveform of the discharge current, range of test levels, test equipment, test setup, test procedure, calibration procedure and measurement uncertainty."
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"address": "clause-F/s92",
|
|
1967
|
+
"fragment": "clause-F",
|
|
1968
|
+
"clause": "F",
|
|
1969
|
+
"kind": "provision",
|
|
1970
|
+
"fragment_normative": false,
|
|
1971
|
+
"modality": "informative",
|
|
1972
|
+
"text": "IEC 61000-4-2:2008 gives specifications for test performed in ;laboratories; and ;post-installation tests; performed on equipment in the final installation."
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"address": "clause-F/s93",
|
|
1976
|
+
"fragment": "clause-F",
|
|
1977
|
+
"clause": "F",
|
|
1978
|
+
"kind": "provision",
|
|
1979
|
+
"fragment_normative": false,
|
|
1980
|
+
"modality": "informative",
|
|
1981
|
+
"text": "This second edition cancels and replaces the first edition published in 1995, its amendment 1 (1998) and its amendment 2 (2000) and constitutes a technical revision."
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"address": "clause-F/s94",
|
|
1985
|
+
"fragment": "clause-F",
|
|
1986
|
+
"clause": "F",
|
|
1987
|
+
"kind": "provision",
|
|
1988
|
+
"fragment_normative": false,
|
|
1989
|
+
"modality": "informative",
|
|
1990
|
+
"text": "It has the status of a basic EMC publication in accordance with IEC Guide 107."
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"address": "clause-F/s95",
|
|
1994
|
+
"fragment": "clause-F",
|
|
1995
|
+
"clause": "F",
|
|
1996
|
+
"kind": "provision",
|
|
1997
|
+
"fragment_normative": false,
|
|
1998
|
+
"modality": "informative",
|
|
1999
|
+
"text": "The main changes with respect to the first edition of this standard and its amendments are the following: - the specifications of the target have been extended up to 4 GHz."
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"address": "clause-F/s96",
|
|
2003
|
+
"fragment": "clause-F",
|
|
2004
|
+
"clause": "F",
|
|
2005
|
+
"kind": "provision",
|
|
2006
|
+
"fragment_normative": false,
|
|
2007
|
+
"modality": "informative",
|
|
2008
|
+
"text": "An example of target matching these requirements is also provided; - information on radiated fields from human-metal discharge and from ESD generators is provided; - measurement uncertainty considerations with examples of uncertainty budgets are given too."
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"address": "clause-F/s97",
|
|
2012
|
+
"fragment": "clause-F",
|
|
2013
|
+
"clause": "F",
|
|
2014
|
+
"kind": "provision",
|
|
2015
|
+
"fragment_normative": false,
|
|
2016
|
+
"modality": "informative",
|
|
2017
|
+
"text": "La CEI 61000-4-2:2008 présente norme internationale se rapporte aux exigences et méthodes d’essais relatives à l’immunité des matériels électriques et électroniques, soumis à des décharges d’électricité statique produites directement par les opérateurs, et entre le personnel et des objets situés à proximité."
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"address": "clause-F/s98",
|
|
2021
|
+
"fragment": "clause-F",
|
|
2022
|
+
"clause": "F",
|
|
2023
|
+
"kind": "provision",
|
|
2024
|
+
"fragment_normative": false,
|
|
2025
|
+
"modality": "informative",
|
|
2026
|
+
"text": "Elle définit en outre des gammes de niveaux d’essais, qui correspondent à différentes conditions d’environnement et d’installation et elle établit des procédures d’essai."
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"address": "clause-F/s99",
|
|
2030
|
+
"fragment": "clause-F",
|
|
2031
|
+
"clause": "F",
|
|
2032
|
+
"kind": "provision",
|
|
2033
|
+
"fragment_normative": false,
|
|
2034
|
+
"modality": "informative",
|
|
2035
|
+
"text": "La CEI 61000-4-2:2008 a pour objet d’établir une base commune et reproductible pour l’évaluation des performances des matériels électriques et électroniques lorsqu’ils sont soumis à des décharges électrostatiques."
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"address": "clause-F/s100",
|
|
2039
|
+
"fragment": "clause-F",
|
|
2040
|
+
"clause": "F",
|
|
2041
|
+
"kind": "provision",
|
|
2042
|
+
"fragment_normative": false,
|
|
2043
|
+
"modality": "informative",
|
|
2044
|
+
"text": "Elle intègre également les décharges électrostatiques qui peuvent apparaître entre le personnel et des objets situés à proximité de matériels vitaux."
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"address": "clause-F/s101",
|
|
2048
|
+
"fragment": "clause-F",
|
|
2049
|
+
"clause": "F",
|
|
2050
|
+
"kind": "provision",
|
|
2051
|
+
"fragment_normative": false,
|
|
2052
|
+
"modality": "informative",
|
|
2053
|
+
"text": "La CEI 61000-4-2:2008 définit la forme d’onde type du courant de décharge, la gamme des niveaux d’essais, le matériel d’essai, le montage d’essai, la procédure d’essai, la procédure d’étalonnage et l’incertitude de mesure."
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"address": "clause-F/s102",
|
|
2057
|
+
"fragment": "clause-F",
|
|
2058
|
+
"clause": "F",
|
|
2059
|
+
"kind": "provision",
|
|
2060
|
+
"fragment_normative": false,
|
|
2061
|
+
"modality": "informative",
|
|
2062
|
+
"text": "La CEI 61000-4-2:2008 donne des spécifications pour les essais menés en “laboratoires” et “les essais après installation” réalisés sur le matériel dans l’installation finale."
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"address": "clause-F/s103",
|
|
2066
|
+
"fragment": "clause-F",
|
|
2067
|
+
"clause": "F",
|
|
2068
|
+
"kind": "provision",
|
|
2069
|
+
"fragment_normative": false,
|
|
2070
|
+
"modality": "informative",
|
|
2071
|
+
"text": "Cette deuxième édition annule et remplace la première édition publiée en 1995, son amendement 1 (1998) et son amendement 2 (2000) et constitue une révision technique."
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"address": "clause-F/s104",
|
|
2075
|
+
"fragment": "clause-F",
|
|
2076
|
+
"clause": "F",
|
|
2077
|
+
"kind": "provision",
|
|
2078
|
+
"fragment_normative": false,
|
|
2079
|
+
"modality": "informative",
|
|
2080
|
+
"text": "Elle a le statut d’une publication fondamentale en CEM conformément au Guide 107 de la CEI."
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"address": "clause-F/s105",
|
|
2084
|
+
"fragment": "clause-F",
|
|
2085
|
+
"clause": "F",
|
|
2086
|
+
"kind": "provision",
|
|
2087
|
+
"fragment_normative": false,
|
|
2088
|
+
"modality": "informative",
|
|
2089
|
+
"text": "Les modifications principales par rapport à la première édition de cette norme et ses amendements sont les suivantes: - les spécifications de la cible ont été étendues jusqu’à 4 GHz."
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"address": "clause-F/s106",
|
|
2093
|
+
"fragment": "clause-F",
|
|
2094
|
+
"clause": "F",
|
|
2095
|
+
"kind": "provision",
|
|
2096
|
+
"fragment_normative": false,
|
|
2097
|
+
"modality": "informative",
|
|
2098
|
+
"text": "Un exemple de cible satisfaisant ces exigences est également fourni; - de l’information sur les champs rayonnés par une décharge homme-métal et par les générateurs de DES est donnée; - des considérations concernant les incertitudes de mesure avec des exemples de budgets d’incertitudes sont également données."
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"address": "clause-F/s107",
|
|
2102
|
+
"fragment": "clause-F",
|
|
2103
|
+
"clause": "F",
|
|
2104
|
+
"kind": "provision",
|
|
2105
|
+
"fragment_normative": false,
|
|
2106
|
+
"modality": "informative",
|
|
2107
|
+
"text": "REVISED 2008 International Electrotechnical Commission IEC www.iec.ch Geneva [8]IEC 61000-4-3:2020, Electromagnetic compatibility (EMC) — Part 4-3 : Testing and measurement techniques — Radiated, radio-frequency, electromagnetic field immunity test 2026-05-31 Electromagnetic compatibility (EMC) Part 4-3 : Testing and measurement techniques Radiated, radio-frequency, electromagnetic field immunity test Electromagnetic compatibility (EMC) — Part 4-3 : Testing and measurement techniques — Radiated, radio-frequency, electromagnetic field immunity test Compatibilité électromagnétique (CEM) Partie 4-3: Techniques d’essai et de mesure Essai d’immunité aux champs électromagnétiques rayonnés aux fréquences radioélectriques Compatibilité électromagnétique (CEM) — Partie 4-3: Techniques d’essai et de mesure — Essai d’immunité aux champs électromagnétiques rayonnés aux fréquences radioélectriques https://webstore.iec.ch/publication/59849 https://webstore.iec.ch/preview/info_iec61000-4-3{ed4.0}en.pdf https://webstore.iec.ch/preview/info_iec61000-4-3{ed4.0}b.pdf[8] IEC 61000-4-3:2020 URN urn:iec:std:iec:61000-4-3:2020:::IEC 61000-4-3:2020 2020-09-08 International Electrotechnical Commission IEC www.iec.ch committee International Electrotechnical Commission TC 77/SC 77B 77 IEC 4 en fr Latn IEC 61000-4-3:2020 is applicable to the immunity requirements of electrical and electronic equipment to radiated electromagnetic energy."
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"address": "clause-F/s108",
|
|
2111
|
+
"fragment": "clause-F",
|
|
2112
|
+
"clause": "F",
|
|
2113
|
+
"kind": "provision",
|
|
2114
|
+
"fragment_normative": false,
|
|
2115
|
+
"modality": "informative",
|
|
2116
|
+
"text": "It establishes test levels and the required test procedures."
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"address": "clause-F/s109",
|
|
2120
|
+
"fragment": "clause-F",
|
|
2121
|
+
"clause": "F",
|
|
2122
|
+
"kind": "provision",
|
|
2123
|
+
"fragment_normative": false,
|
|
2124
|
+
"modality": "informative",
|
|
2125
|
+
"text": "The object of this document is to establish a common reference for evaluating the immunity of electrical and electronic equipment when subjected to radiated, radio-frequency electromagnetic fields."
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
"address": "clause-F/s110",
|
|
2129
|
+
"fragment": "clause-F",
|
|
2130
|
+
"clause": "F",
|
|
2131
|
+
"kind": "provision",
|
|
2132
|
+
"fragment_normative": false,
|
|
2133
|
+
"modality": "informative",
|
|
2134
|
+
"text": "The test method documented in this part of IEC 61000 describes a consistent method to assess the immunity of an equipment or system against RF electromagnetic fields from RF sources not in close proximity to the EUT."
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"address": "clause-F/s111",
|
|
2138
|
+
"fragment": "clause-F",
|
|
2139
|
+
"clause": "F",
|
|
2140
|
+
"kind": "provision",
|
|
2141
|
+
"fragment_normative": false,
|
|
2142
|
+
"modality": "informative",
|
|
2143
|
+
"text": "The test environment is specified in Clause 6."
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"address": "clause-F/s112",
|
|
2147
|
+
"fragment": "clause-F",
|
|
2148
|
+
"clause": "F",
|
|
2149
|
+
"kind": "provision",
|
|
2150
|
+
"fragment_normative": false,
|
|
2151
|
+
"modality": "informative",
|
|
2152
|
+
"text": "NOTE 1 As described in IEC Guide 107, this is a basic EMC publication for use by product committees of the IEC."
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"address": "clause-F/s113",
|
|
2156
|
+
"fragment": "clause-F",
|
|
2157
|
+
"clause": "F",
|
|
2158
|
+
"kind": "provision",
|
|
2159
|
+
"fragment_normative": false,
|
|
2160
|
+
"modality": "informative",
|
|
2161
|
+
"text": "As also stated in Guide 107, the IEC product committees are responsible for determining whether this immunity test standard should be applied or not, and if applied, they are responsible for determining the appropriate test levels and performance criteria."
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"address": "clause-F/s114",
|
|
2165
|
+
"fragment": "clause-F",
|
|
2166
|
+
"clause": "F",
|
|
2167
|
+
"kind": "provision",
|
|
2168
|
+
"fragment_normative": false,
|
|
2169
|
+
"modality": "informative",
|
|
2170
|
+
"text": "TC 77 and its sub-committees are prepared to co-operate with product committees in the evaluation of the value of particular immunity tests for their products."
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"address": "clause-F/s115",
|
|
2174
|
+
"fragment": "clause-F",
|
|
2175
|
+
"clause": "F",
|
|
2176
|
+
"kind": "provision",
|
|
2177
|
+
"fragment_normative": false,
|
|
2178
|
+
"modality": "informative",
|
|
2179
|
+
"text": "NOTE 2 Immunity testing against RF sources in close proximity to the EUT is defined in IEC 61000-4-39."
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"address": "clause-F/s116",
|
|
2183
|
+
"fragment": "clause-F",
|
|
2184
|
+
"clause": "F",
|
|
2185
|
+
"kind": "provision",
|
|
2186
|
+
"fragment_normative": false,
|
|
2187
|
+
"modality": "informative",
|
|
2188
|
+
"text": "Particular considerations are devoted to the protection against radio-frequency emissions from digital radiotelephones and other RF emitting devices."
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"address": "clause-F/s117",
|
|
2192
|
+
"fragment": "clause-F",
|
|
2193
|
+
"clause": "F",
|
|
2194
|
+
"kind": "provision",
|
|
2195
|
+
"fragment_normative": false,
|
|
2196
|
+
"modality": "informative",
|
|
2197
|
+
"text": "NOTE 3 Test methods are defined in this part for evaluating the effect that electromagnetic radiation has on the equipment concerned."
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"address": "clause-F/s118",
|
|
2201
|
+
"fragment": "clause-F",
|
|
2202
|
+
"clause": "F",
|
|
2203
|
+
"kind": "provision",
|
|
2204
|
+
"fragment_normative": false,
|
|
2205
|
+
"modality": "informative",
|
|
2206
|
+
"text": "The simulation and measurement of electromagnetic radiation is not adequately exact for quantitative determination of effects."
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"address": "clause-F/s119",
|
|
2210
|
+
"fragment": "clause-F",
|
|
2211
|
+
"clause": "F",
|
|
2212
|
+
"kind": "provision",
|
|
2213
|
+
"fragment_normative": false,
|
|
2214
|
+
"modality": "informative",
|
|
2215
|
+
"text": "The test methods defined in this basic document have the primary objective of establishing an adequate reproducibility of testing configuration and repeatability of test results at various test facilities."
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"address": "clause-F/s120",
|
|
2219
|
+
"fragment": "clause-F",
|
|
2220
|
+
"clause": "F",
|
|
2221
|
+
"kind": "provision",
|
|
2222
|
+
"fragment_normative": false,
|
|
2223
|
+
"modality": "informative",
|
|
2224
|
+
"text": "This document is an independent test method."
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"address": "clause-F/s121",
|
|
2228
|
+
"fragment": "clause-F",
|
|
2229
|
+
"clause": "F",
|
|
2230
|
+
"kind": "provision",
|
|
2231
|
+
"fragment_normative": false,
|
|
2232
|
+
"modality": "informative",
|
|
2233
|
+
"text": "It is not possible to use other test methods as substitutes for claiming compliance with this document."
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"address": "clause-F/s122",
|
|
2237
|
+
"fragment": "clause-F",
|
|
2238
|
+
"clause": "F",
|
|
2239
|
+
"kind": "provision",
|
|
2240
|
+
"fragment_normative": false,
|
|
2241
|
+
"modality": "informative",
|
|
2242
|
+
"text": "This fourth edition cancels and replaces the third edition published in 2006, Amendment 1:2007 and Amendment 2:2010."
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"address": "clause-F/s123",
|
|
2246
|
+
"fragment": "clause-F",
|
|
2247
|
+
"clause": "F",
|
|
2248
|
+
"kind": "provision",
|
|
2249
|
+
"fragment_normative": false,
|
|
2250
|
+
"modality": "informative",
|
|
2251
|
+
"text": "This edition constitutes a technical revision."
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"address": "clause-F/s124",
|
|
2255
|
+
"fragment": "clause-F",
|
|
2256
|
+
"clause": "F",
|
|
2257
|
+
"kind": "provision",
|
|
2258
|
+
"fragment_normative": false,
|
|
2259
|
+
"modality": "informative",
|
|
2260
|
+
"text": "This edition includes the following significant technical changes with respect to the previous edition: - testing using multiple test signals has been described; - additional information on EUT and cable layout has been added; - the upper frequency limitation has been removed to take account of new services; - the characterization of the field as well as the checking of power amplifier linearity of the immunity chain are specified."
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"address": "clause-F/s125",
|
|
2264
|
+
"fragment": "clause-F",
|
|
2265
|
+
"clause": "F",
|
|
2266
|
+
"kind": "provision",
|
|
2267
|
+
"fragment_normative": false,
|
|
2268
|
+
"modality": "informative",
|
|
2269
|
+
"text": "IEC 61000-4-3:2020 traite des exigences d’immunité des matériels électriques et électroniques à l’énergie électromagnétique rayonnée."
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"address": "clause-F/s126",
|
|
2273
|
+
"fragment": "clause-F",
|
|
2274
|
+
"clause": "F",
|
|
2275
|
+
"kind": "provision",
|
|
2276
|
+
"fragment_normative": false,
|
|
2277
|
+
"modality": "informative",
|
|
2278
|
+
"text": "Elle définit les niveaux d’essai et les procédures d’essai exigés."
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"address": "clause-F/s127",
|
|
2282
|
+
"fragment": "clause-F",
|
|
2283
|
+
"clause": "F",
|
|
2284
|
+
"kind": "provision",
|
|
2285
|
+
"fragment_normative": false,
|
|
2286
|
+
"modality": "informative",
|
|
2287
|
+
"text": "Le présent document a pour objet d’établir une référence commune d’évaluation des performances en matière d’immunité des matériels électriques et électroniques soumis à des champs électromagnétiques aux fréquences radioélectriques."
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"address": "clause-F/s128",
|
|
2291
|
+
"fragment": "clause-F",
|
|
2292
|
+
"clause": "F",
|
|
2293
|
+
"kind": "provision",
|
|
2294
|
+
"fragment_normative": false,
|
|
2295
|
+
"modality": "informative",
|
|
2296
|
+
"text": "La méthode d’essai documentée dans la présente partie de l’IEC 61000 décrit une méthode cohérente d’évaluation de l’immunité d’un équipement ou d’un système aux champs électromagnétiques à fréquences radioélectriques générés par des sources de rayonnement aux fréquences radioélectriques qui ne se trouvent pas à proximité immédiate de l’EUT."
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"address": "clause-F/s129",
|
|
2300
|
+
"fragment": "clause-F",
|
|
2301
|
+
"clause": "F",
|
|
2302
|
+
"kind": "provision",
|
|
2303
|
+
"fragment_normative": false,
|
|
2304
|
+
"modality": "informative",
|
|
2305
|
+
"text": "L’environnement d’essai est spécifié à l’Article 6."
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"address": "clause-F/s130",
|
|
2309
|
+
"fragment": "clause-F",
|
|
2310
|
+
"clause": "F",
|
|
2311
|
+
"kind": "provision",
|
|
2312
|
+
"fragment_normative": false,
|
|
2313
|
+
"modality": "informative",
|
|
2314
|
+
"text": "NOTE 1 Comme cela est décrit dans le Guide IEC 107, cette publication est une publication fondamentale en CEM destinée à être utilisée par les comités de produits de l’IEC."
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"address": "clause-F/s131",
|
|
2318
|
+
"fragment": "clause-F",
|
|
2319
|
+
"clause": "F",
|
|
2320
|
+
"kind": "provision",
|
|
2321
|
+
"fragment_normative": false,
|
|
2322
|
+
"modality": "informative",
|
|
2323
|
+
"text": "Comme cela est également indiqué dans le Guide 107, les comités de produits de l’IEC sont responsables de déterminer s’il convient d’appliquer ou non la présente norme d’essai d’immunité et, si c’est le cas, ils sont responsables de déterminer les niveaux d’essai et les critères de performance appropriés."
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"address": "clause-F/s132",
|
|
2327
|
+
"fragment": "clause-F",
|
|
2328
|
+
"clause": "F",
|
|
2329
|
+
"kind": "provision",
|
|
2330
|
+
"fragment_normative": false,
|
|
2331
|
+
"modality": "informative",
|
|
2332
|
+
"text": "Le comité d’études 77 et ses sous-comités sont prêts à coopérer avec les comités de produits à l’évaluation de la valeur des essais d’immunité particuliers pour leurs produits."
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"address": "clause-F/s133",
|
|
2336
|
+
"fragment": "clause-F",
|
|
2337
|
+
"clause": "F",
|
|
2338
|
+
"kind": "provision",
|
|
2339
|
+
"fragment_normative": false,
|
|
2340
|
+
"modality": "informative",
|
|
2341
|
+
"text": "NOTE 2 Les essais d’immunité aux sources de rayonnement aux fréquences radioélectriques à proximité de l’EUT sont définis dans l’IEC 61000-4-39."
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"address": "clause-F/s134",
|
|
2345
|
+
"fragment": "clause-F",
|
|
2346
|
+
"clause": "F",
|
|
2347
|
+
"kind": "provision",
|
|
2348
|
+
"fragment_normative": false,
|
|
2349
|
+
"modality": "informative",
|
|
2350
|
+
"text": "Des considérations particulières sont consacrées à la protection contre les émissions aux fréquences radioélectriques des radiotéléphones numériques et d’autres dispositifs d’émission RF."
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"address": "clause-F/s135",
|
|
2354
|
+
"fragment": "clause-F",
|
|
2355
|
+
"clause": "F",
|
|
2356
|
+
"kind": "provision",
|
|
2357
|
+
"fragment_normative": false,
|
|
2358
|
+
"modality": "informative",
|
|
2359
|
+
"text": "NOTE 3 La présente partie définit des méthodes d’essai pour évaluer l’incidence des rayonnements électromagnétiques sur le matériel concerné."
|
|
2360
|
+
},
|
|
2361
|
+
{
|
|
2362
|
+
"address": "clause-F/s136",
|
|
2363
|
+
"fragment": "clause-F",
|
|
2364
|
+
"clause": "F",
|
|
2365
|
+
"kind": "provision",
|
|
2366
|
+
"fragment_normative": false,
|
|
2367
|
+
"modality": "informative",
|
|
2368
|
+
"text": "La simulation et le mesurage des rayonnements électromagnétiques ne sont pas suffisamment exacts pour déterminer quantitativement les effets."
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"address": "clause-F/s137",
|
|
2372
|
+
"fragment": "clause-F",
|
|
2373
|
+
"clause": "F",
|
|
2374
|
+
"kind": "provision",
|
|
2375
|
+
"fragment_normative": false,
|
|
2376
|
+
"modality": "informative",
|
|
2377
|
+
"text": "Les méthodes d’essai définies dans le présent document fondamental ont été principalement mises au point pour obtenir une bonne reproductibilité de la configuration des essais et une bonne répétabilité des résultats d’essai sur différentes installations d’essai."
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"address": "clause-F/s138",
|
|
2381
|
+
"fragment": "clause-F",
|
|
2382
|
+
"clause": "F",
|
|
2383
|
+
"kind": "provision",
|
|
2384
|
+
"fragment_normative": false,
|
|
2385
|
+
"modality": "informative",
|
|
2386
|
+
"text": "Le présent document présente une méthode d’essai indépendante."
|
|
2387
|
+
},
|
|
2388
|
+
{
|
|
2389
|
+
"address": "clause-F/s139",
|
|
2390
|
+
"fragment": "clause-F",
|
|
2391
|
+
"clause": "F",
|
|
2392
|
+
"kind": "provision",
|
|
2393
|
+
"fragment_normative": false,
|
|
2394
|
+
"modality": "informative",
|
|
2395
|
+
"text": "Il n’est pas possible d’utiliser d’autres méthodes d’essai comme variantes pour se conformer au présent document."
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"address": "clause-F/s140",
|
|
2399
|
+
"fragment": "clause-F",
|
|
2400
|
+
"clause": "F",
|
|
2401
|
+
"kind": "provision",
|
|
2402
|
+
"fragment_normative": false,
|
|
2403
|
+
"modality": "informative",
|
|
2404
|
+
"text": "Cette quatrième édition annule et remplace la troisième édition parue en 2006, l’Amendement 1:2007 et l’Amendement 2:2010."
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"address": "clause-F/s141",
|
|
2408
|
+
"fragment": "clause-F",
|
|
2409
|
+
"clause": "F",
|
|
2410
|
+
"kind": "provision",
|
|
2411
|
+
"fragment_normative": false,
|
|
2412
|
+
"modality": "informative",
|
|
2413
|
+
"text": "Cette édition constitue une révision technique."
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"address": "clause-F/s142",
|
|
2417
|
+
"fragment": "clause-F",
|
|
2418
|
+
"clause": "F",
|
|
2419
|
+
"kind": "provision",
|
|
2420
|
+
"fragment_normative": false,
|
|
2421
|
+
"modality": "informative",
|
|
2422
|
+
"text": "Cette édition inclut les modifications techniques majeures suivantes par rapport à l’édition précédente. description des essais qui utilisent des signaux d’essai multiples; ajout d’informations supplémentaires sur l’EUT et la disposition des câbles; la limitation en matière de fréquences supérieures a été supprimée pour tenir compte des nouveaux services; la caractérisation du champ ainsi que la vérification de la linéarité de l’amplificateur de puissance de la chaîne d’immunité sont spécifiées."
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"address": "clause-F/s143",
|
|
2426
|
+
"fragment": "clause-F",
|
|
2427
|
+
"clause": "F",
|
|
2428
|
+
"kind": "provision",
|
|
2429
|
+
"fragment_normative": false,
|
|
2430
|
+
"modality": "informative",
|
|
2431
|
+
"text": "PUBLISHED 2020 International Electrotechnical Commission IEC www.iec.ch Geneva [9]IEC 61000-4-4:2012, Electromagnetic compatibility (EMC) — Part 4-4: Testing and measurement techniques — Electrical fast transient/burst immunity test 2026-05-31 Electromagnetic compatibility (EMC) Part 4-4: Testing and measurement techniques Electrical fast transient/burst immunity test Electromagnetic compatibility (EMC) — Part 4-4: Testing and measurement techniques — Electrical fast transient/burst immunity test Compatibilité électromagnétique (CEM) Partie 4-4: Techniques d’essai et de mesure Essais d’immunité aux transitoires électriques rapides en salves Compatibilité électromagnétique (CEM) — Partie 4-4: Techniques d’essai et de mesure — Essais d’immunité aux transitoires électriques rapides en salves Versión Oficial En español Compatibilidad electromagnética (CEM)."
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"address": "clause-F/s144",
|
|
2435
|
+
"fragment": "clause-F",
|
|
2436
|
+
"clause": "F",
|
|
2437
|
+
"kind": "provision",
|
|
2438
|
+
"fragment_normative": false,
|
|
2439
|
+
"modality": "informative",
|
|
2440
|
+
"text": "Parte 4-4: Técnicas de ensayo y de medida."
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"address": "clause-F/s145",
|
|
2444
|
+
"fragment": "clause-F",
|
|
2445
|
+
"clause": "F",
|
|
2446
|
+
"kind": "provision",
|
|
2447
|
+
"fragment_normative": false,
|
|
2448
|
+
"modality": "informative",
|
|
2449
|
+
"text": "Ensayos de inmunidad a los transitorios eléctricos rápidos en ráfagas."
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"address": "clause-F/s146",
|
|
2453
|
+
"fragment": "clause-F",
|
|
2454
|
+
"clause": "F",
|
|
2455
|
+
"kind": "provision",
|
|
2456
|
+
"fragment_normative": false,
|
|
2457
|
+
"modality": "informative",
|
|
2458
|
+
"text": "Versión Oficial En español — Compatibilidad electromagnética (CEM)."
|
|
2459
|
+
},
|
|
2460
|
+
{
|
|
2461
|
+
"address": "clause-F/s147",
|
|
2462
|
+
"fragment": "clause-F",
|
|
2463
|
+
"clause": "F",
|
|
2464
|
+
"kind": "provision",
|
|
2465
|
+
"fragment_normative": false,
|
|
2466
|
+
"modality": "informative",
|
|
2467
|
+
"text": "Parte 4-4: Técnicas de ensayo y de medida."
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"address": "clause-F/s148",
|
|
2471
|
+
"fragment": "clause-F",
|
|
2472
|
+
"clause": "F",
|
|
2473
|
+
"kind": "provision",
|
|
2474
|
+
"fragment_normative": false,
|
|
2475
|
+
"modality": "informative",
|
|
2476
|
+
"text": "Ensayos de inmunidad a los transitorios eléctricos rápidos en ráfagas. https://webstore.iec.ch/publication/4222 https://webstore.iec.ch/preview/info_iec61000-4-4{ed3.0}b.pdf[9] IEC 61000-4-4:2012 URN urn:iec:std:iec:61000-4-4:2012:::IEC 61000-4-4:2012 2012-04-30 International Electrotechnical Commission IEC www.iec.ch committee International Electrotechnical Commission TC 77/SC 77B 77 IEC 3 en fr es Latn IEC 61000-4-4:2012 relates to the immunity of electrical and electronic equipment to repetitive electrical fast transients."
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"address": "clause-F/s149",
|
|
2480
|
+
"fragment": "clause-F",
|
|
2481
|
+
"clause": "F",
|
|
2482
|
+
"kind": "provision",
|
|
2483
|
+
"fragment_normative": false,
|
|
2484
|
+
"modality": "informative",
|
|
2485
|
+
"text": "It has the status of a basic EMC publication in accordance with IEC Guide 107."
|
|
2486
|
+
},
|
|
2487
|
+
{
|
|
2488
|
+
"address": "clause-F/s150",
|
|
2489
|
+
"fragment": "clause-F",
|
|
2490
|
+
"clause": "F",
|
|
2491
|
+
"kind": "provision",
|
|
2492
|
+
"fragment_normative": false,
|
|
2493
|
+
"modality": "informative",
|
|
2494
|
+
"text": "It gives immunity requirements and test procedures related to electrical fast transients/bursts."
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"address": "clause-F/s151",
|
|
2498
|
+
"fragment": "clause-F",
|
|
2499
|
+
"clause": "F",
|
|
2500
|
+
"kind": "provision",
|
|
2501
|
+
"fragment_normative": false,
|
|
2502
|
+
"modality": "informative",
|
|
2503
|
+
"text": "It additionally defines ranges of test levels and establishes test procedures."
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"address": "clause-F/s152",
|
|
2507
|
+
"fragment": "clause-F",
|
|
2508
|
+
"clause": "F",
|
|
2509
|
+
"kind": "provision",
|
|
2510
|
+
"fragment_normative": false,
|
|
2511
|
+
"modality": "informative",
|
|
2512
|
+
"text": "The object of this standard is to establish a common and reproducible reference in order to evaluate the immunity of electrical and electronic equipment when subjected to electrical fast transient/bursts on supply, signal, control and earth ports."
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"address": "clause-F/s153",
|
|
2516
|
+
"fragment": "clause-F",
|
|
2517
|
+
"clause": "F",
|
|
2518
|
+
"kind": "provision",
|
|
2519
|
+
"fragment_normative": false,
|
|
2520
|
+
"modality": "informative",
|
|
2521
|
+
"text": "The test method documented in this standard describes a consistent method to assess the immunity of an equipment or system against a defined phenomenon."
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"address": "clause-F/s154",
|
|
2525
|
+
"fragment": "clause-F",
|
|
2526
|
+
"clause": "F",
|
|
2527
|
+
"kind": "provision",
|
|
2528
|
+
"fragment_normative": false,
|
|
2529
|
+
"modality": "informative",
|
|
2530
|
+
"text": "This third edition cancels and replaces the second edition published in 2004 and its amendment 1 (2010)."
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"address": "clause-F/s155",
|
|
2534
|
+
"fragment": "clause-F",
|
|
2535
|
+
"clause": "F",
|
|
2536
|
+
"kind": "provision",
|
|
2537
|
+
"fragment_normative": false,
|
|
2538
|
+
"modality": "informative",
|
|
2539
|
+
"text": "It constitutes a technical revision which improves and clarifies simulator specifications, test criteria and test setups."
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"address": "clause-F/s156",
|
|
2543
|
+
"fragment": "clause-F",
|
|
2544
|
+
"clause": "F",
|
|
2545
|
+
"kind": "provision",
|
|
2546
|
+
"fragment_normative": false,
|
|
2547
|
+
"modality": "informative",
|
|
2548
|
+
"text": "IEC 61000-4-4:2012 concerne l’immunité des matériels électriques et électroniques aux transitoires rapides répétitifs."
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"address": "clause-F/s157",
|
|
2552
|
+
"fragment": "clause-F",
|
|
2553
|
+
"clause": "F",
|
|
2554
|
+
"kind": "provision",
|
|
2555
|
+
"fragment_normative": false,
|
|
2556
|
+
"modality": "informative",
|
|
2557
|
+
"text": "Elle a le statut de publication fondamentale en CEM en accord avec le Guide 107 de la CEI."
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"address": "clause-F/s158",
|
|
2561
|
+
"fragment": "clause-F",
|
|
2562
|
+
"clause": "F",
|
|
2563
|
+
"kind": "provision",
|
|
2564
|
+
"fragment_normative": false,
|
|
2565
|
+
"modality": "informative",
|
|
2566
|
+
"text": "Elle donne les exigences d’immunité et les procédures d’essai relatives aux transitoires électriques rapides en salves."
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"address": "clause-F/s159",
|
|
2570
|
+
"fragment": "clause-F",
|
|
2571
|
+
"clause": "F",
|
|
2572
|
+
"kind": "provision",
|
|
2573
|
+
"fragment_normative": false,
|
|
2574
|
+
"modality": "informative",
|
|
2575
|
+
"text": "Elle définit en outre des gammes de niveaux d’essais et établit des procédures d’essai."
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
"address": "clause-F/s160",
|
|
2579
|
+
"fragment": "clause-F",
|
|
2580
|
+
"clause": "F",
|
|
2581
|
+
"kind": "provision",
|
|
2582
|
+
"fragment_normative": false,
|
|
2583
|
+
"modality": "informative",
|
|
2584
|
+
"text": "L’objet de la présente norme est d’établir une référence commune et reproductible dans le but d’évaluer l’immunité des matériels électriques et électroniques quand ils sont soumis aux transitoires électriques rapides en salves sur les accès d’alimentation, de signal, de commande et de terre."
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"address": "clause-F/s161",
|
|
2588
|
+
"fragment": "clause-F",
|
|
2589
|
+
"clause": "F",
|
|
2590
|
+
"kind": "provision",
|
|
2591
|
+
"fragment_normative": false,
|
|
2592
|
+
"modality": "informative",
|
|
2593
|
+
"text": "La méthode d’essai documentée dans la présente norme décrit une méthode cohérente dans le but d’évaluer l’immunité d’un matériel ou système vis-à-vis d’un phénomène défini."
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"address": "clause-F/s162",
|
|
2597
|
+
"fragment": "clause-F",
|
|
2598
|
+
"clause": "F",
|
|
2599
|
+
"kind": "provision",
|
|
2600
|
+
"fragment_normative": false,
|
|
2601
|
+
"modality": "informative",
|
|
2602
|
+
"text": "La présente troisième édition annule et remplace la deuxième édition, parue en 2004, et son amendement 1 (2010)."
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"address": "clause-F/s163",
|
|
2606
|
+
"fragment": "clause-F",
|
|
2607
|
+
"clause": "F",
|
|
2608
|
+
"kind": "provision",
|
|
2609
|
+
"fragment_normative": false,
|
|
2610
|
+
"modality": "informative",
|
|
2611
|
+
"text": "Elle constitue une révision technique qui améliore et clarifie les spécifications du simulateur, les critères et les montages d’essai."
|
|
2612
|
+
},
|
|
2613
|
+
{
|
|
2614
|
+
"address": "clause-F/s164",
|
|
2615
|
+
"fragment": "clause-F",
|
|
2616
|
+
"clause": "F",
|
|
2617
|
+
"kind": "provision",
|
|
2618
|
+
"fragment_normative": false,
|
|
2619
|
+
"modality": "informative",
|
|
2620
|
+
"text": "PUBLISHED 2012 International Electrotechnical Commission IEC www.iec.ch Geneva [10]IEC 61000-4-5:2014, Electromagnetic compatibility (EMC) — Part 4-5: Testing and measurement techniques — Surge immunity test 2026-05-31 Electromagnetic compatibility (EMC) Part 4-5: Testing and measurement techniques Surge immunity test Electromagnetic compatibility (EMC) — Part 4-5: Testing and measurement techniques — Surge immunity test Compatibilité électromagnétique (CEM) Partie 4-5: Techniques d’essai et de mesure Essai d’immunité aux ondes de choc Compatibilité électromagnétique (CEM) — Partie 4-5: Techniques d’essai et de mesure — Essai d’immunité aux ondes de choc Versión Oficial en Español Compatibilidad electromagnética (CEM)."
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"address": "clause-F/s165",
|
|
2624
|
+
"fragment": "clause-F",
|
|
2625
|
+
"clause": "F",
|
|
2626
|
+
"kind": "provision",
|
|
2627
|
+
"fragment_normative": false,
|
|
2628
|
+
"modality": "informative",
|
|
2629
|
+
"text": "Parte 4-5: Técnicas de ensayo y de medida."
|
|
2630
|
+
},
|
|
2631
|
+
{
|
|
2632
|
+
"address": "clause-F/s166",
|
|
2633
|
+
"fragment": "clause-F",
|
|
2634
|
+
"clause": "F",
|
|
2635
|
+
"kind": "provision",
|
|
2636
|
+
"fragment_normative": false,
|
|
2637
|
+
"modality": "informative",
|
|
2638
|
+
"text": "Ensayos de inmunidad a las ondas de choque."
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"address": "clause-F/s167",
|
|
2642
|
+
"fragment": "clause-F",
|
|
2643
|
+
"clause": "F",
|
|
2644
|
+
"kind": "provision",
|
|
2645
|
+
"fragment_normative": false,
|
|
2646
|
+
"modality": "informative",
|
|
2647
|
+
"text": "Versión Oficial en Español — Compatibilidad electromagnética (CEM)."
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
"address": "clause-F/s168",
|
|
2651
|
+
"fragment": "clause-F",
|
|
2652
|
+
"clause": "F",
|
|
2653
|
+
"kind": "provision",
|
|
2654
|
+
"fragment_normative": false,
|
|
2655
|
+
"modality": "informative",
|
|
2656
|
+
"text": "Parte 4-5: Técnicas de ensayo y de medida."
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"address": "clause-F/s169",
|
|
2660
|
+
"fragment": "clause-F",
|
|
2661
|
+
"clause": "F",
|
|
2662
|
+
"kind": "provision",
|
|
2663
|
+
"fragment_normative": false,
|
|
2664
|
+
"modality": "informative",
|
|
2665
|
+
"text": "Ensayos de inmunidad a las ondas de choque. https://webstore.iec.ch/publication/4223 https://webstore.iec.ch/preview/info_iec61000-4-5{ed3.0}b.pdf[10] IEC 61000-4-5:2014 URN urn:iec:std:iec:61000-4-5:2014:::IEC 61000-4-5:2014 2014-05-15 International Electrotechnical Commission IEC www.iec.ch committee International Electrotechnical Commission TC 77/SC 77B 77 IEC 3 en fr es Latn IEC 61000-4-5:2014 relates to the immunity requirements, test methods, and range of recommended test levels for equipment with regard to unidirectional surges caused by over-voltages from switching and lightning transients."
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"address": "clause-F/s170",
|
|
2669
|
+
"fragment": "clause-F",
|
|
2670
|
+
"clause": "F",
|
|
2671
|
+
"kind": "provision",
|
|
2672
|
+
"fragment_normative": false,
|
|
2673
|
+
"modality": "informative",
|
|
2674
|
+
"text": "Several test levels are defined which relate to different environment and installation conditions."
|
|
2675
|
+
},
|
|
2676
|
+
{
|
|
2677
|
+
"address": "clause-F/s171",
|
|
2678
|
+
"fragment": "clause-F",
|
|
2679
|
+
"clause": "F",
|
|
2680
|
+
"kind": "provision",
|
|
2681
|
+
"fragment_normative": false,
|
|
2682
|
+
"modality": "informative",
|
|
2683
|
+
"text": "These requirements are developed for and are applicable to electrical and electronic equipment."
|
|
2684
|
+
},
|
|
2685
|
+
{
|
|
2686
|
+
"address": "clause-F/s172",
|
|
2687
|
+
"fragment": "clause-F",
|
|
2688
|
+
"clause": "F",
|
|
2689
|
+
"kind": "provision",
|
|
2690
|
+
"fragment_normative": false,
|
|
2691
|
+
"modality": "informative",
|
|
2692
|
+
"text": "The object of this standard is to establish a common reference for evaluating the immunity of electrical and electronic equipment when subjected to surges."
|
|
2693
|
+
},
|
|
2694
|
+
{
|
|
2695
|
+
"address": "clause-F/s173",
|
|
2696
|
+
"fragment": "clause-F",
|
|
2697
|
+
"clause": "F",
|
|
2698
|
+
"kind": "provision",
|
|
2699
|
+
"fragment_normative": false,
|
|
2700
|
+
"modality": "informative",
|
|
2701
|
+
"text": "The test method documented describes a consistent method to assess the immunity of an equipment or system against a defined phenomenon."
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
"address": "clause-F/s174",
|
|
2705
|
+
"fragment": "clause-F",
|
|
2706
|
+
"clause": "F",
|
|
2707
|
+
"kind": "provision",
|
|
2708
|
+
"fragment_normative": false,
|
|
2709
|
+
"modality": "informative",
|
|
2710
|
+
"text": "This standard defines a range of: - test levels; - test equipment; - test setups; and - test procedures."
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"address": "clause-F/s175",
|
|
2714
|
+
"fragment": "clause-F",
|
|
2715
|
+
"clause": "F",
|
|
2716
|
+
"kind": "provision",
|
|
2717
|
+
"fragment_normative": false,
|
|
2718
|
+
"modality": "informative",
|
|
2719
|
+
"text": "The task of the described laboratory test is to find the reaction of the equipment under test (EUT) under specified operational conditions to surge voltages caused by switching and lightning effects."
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
"address": "clause-F/s176",
|
|
2723
|
+
"fragment": "clause-F",
|
|
2724
|
+
"clause": "F",
|
|
2725
|
+
"kind": "provision",
|
|
2726
|
+
"fragment_normative": false,
|
|
2727
|
+
"modality": "informative",
|
|
2728
|
+
"text": "It is not intended to test the capability of the EUT’s insulation to withstand high-voltage stress."
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
"address": "clause-F/s177",
|
|
2732
|
+
"fragment": "clause-F",
|
|
2733
|
+
"clause": "F",
|
|
2734
|
+
"kind": "provision",
|
|
2735
|
+
"fragment_normative": false,
|
|
2736
|
+
"modality": "informative",
|
|
2737
|
+
"text": "Direct injections of lightning currents, i.e. direct lightning strikes, are not considered in this standard."
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
"address": "clause-F/s178",
|
|
2741
|
+
"fragment": "clause-F",
|
|
2742
|
+
"clause": "F",
|
|
2743
|
+
"kind": "provision",
|
|
2744
|
+
"fragment_normative": false,
|
|
2745
|
+
"modality": "informative",
|
|
2746
|
+
"text": "This third edition cancels and replaces the second edition published in 2005, and constitutes a technical revision which includes the following significant technical changes with respect to the previous edition: - a new Annex E on mathematical modelling of surge waveforms; - a new Annex F on measurement uncertainty; - a new Annex G on method of calibration of impulse measuring systems; and - a new Annex H on coupling/decoupling surges to lines rated above 200 A."
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"address": "clause-F/s179",
|
|
2750
|
+
"fragment": "clause-F",
|
|
2751
|
+
"clause": "F",
|
|
2752
|
+
"kind": "provision",
|
|
2753
|
+
"fragment_normative": false,
|
|
2754
|
+
"modality": "informative",
|
|
2755
|
+
"text": "Moreover while surge test for ports connected to outside telecommunication lines was addressed in 6.2 of the second edition (IEC 61000-4-5:2005), in this third edition (IEC 61000-4-5:2014) the normative Annex A is fully dedicated to this topic."
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"address": "clause-F/s180",
|
|
2759
|
+
"fragment": "clause-F",
|
|
2760
|
+
"clause": "F",
|
|
2761
|
+
"kind": "provision",
|
|
2762
|
+
"fragment_normative": false,
|
|
2763
|
+
"modality": "informative",
|
|
2764
|
+
"text": "In particular it gives the specifications of the 10/700 µs combined wave generator."
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"address": "clause-F/s181",
|
|
2768
|
+
"fragment": "clause-F",
|
|
2769
|
+
"clause": "F",
|
|
2770
|
+
"kind": "provision",
|
|
2771
|
+
"fragment_normative": false,
|
|
2772
|
+
"modality": "informative",
|
|
2773
|
+
"text": "Keywords: electromagnetic compatibility, EMC, TC77, SC77B L’IEC 61000-4-5:2014 se rapporte aux exigences d’immunité pour les matériels, aux méthodes d’essai et à la gamme des niveaux d’essai recommandés, vis-à-vis des ondes de choc unidirectionnelles provoquées par des surtensions dues aux transitoires de foudre et de man uvre."
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
"address": "clause-F/s182",
|
|
2777
|
+
"fragment": "clause-F",
|
|
2778
|
+
"clause": "F",
|
|
2779
|
+
"kind": "provision",
|
|
2780
|
+
"fragment_normative": false,
|
|
2781
|
+
"modality": "informative",
|
|
2782
|
+
"text": "Elle définit plusieurs niveaux d’essai se rapportant à différentes conditions d’environnement et d’installation."
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
"address": "clause-F/s183",
|
|
2786
|
+
"fragment": "clause-F",
|
|
2787
|
+
"clause": "F",
|
|
2788
|
+
"kind": "provision",
|
|
2789
|
+
"fragment_normative": false,
|
|
2790
|
+
"modality": "informative",
|
|
2791
|
+
"text": "Ces exigences sont développées pour les matériels électriques et électroniques et leur sont applicables."
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"address": "clause-F/s184",
|
|
2795
|
+
"fragment": "clause-F",
|
|
2796
|
+
"clause": "F",
|
|
2797
|
+
"kind": "provision",
|
|
2798
|
+
"fragment_normative": false,
|
|
2799
|
+
"modality": "informative",
|
|
2800
|
+
"text": "Cette norme a pour objet d’établir une référence commune dans le but d’évaluer l’immunité des matériels électriques et électroniques, quand ils sont soumis à des ondes de choc."
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
"address": "clause-F/s185",
|
|
2804
|
+
"fragment": "clause-F",
|
|
2805
|
+
"clause": "F",
|
|
2806
|
+
"kind": "provision",
|
|
2807
|
+
"fragment_normative": false,
|
|
2808
|
+
"modality": "informative",
|
|
2809
|
+
"text": "La méthode d’essai documentée décrit une méthode cohérente en vue d’évaluer l’immunité d’un matériel ou d’un système vis-à-vis d’un phénomène défini."
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
"address": "clause-F/s186",
|
|
2813
|
+
"fragment": "clause-F",
|
|
2814
|
+
"clause": "F",
|
|
2815
|
+
"kind": "provision",
|
|
2816
|
+
"fragment_normative": false,
|
|
2817
|
+
"modality": "informative",
|
|
2818
|
+
"text": "La présente norme définit: - une gamme de niveaux d’essai; - le matériel d’essai; - les montages d’essai; et - les procédures d’essai."
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
"address": "clause-F/s187",
|
|
2822
|
+
"fragment": "clause-F",
|
|
2823
|
+
"clause": "F",
|
|
2824
|
+
"kind": "provision",
|
|
2825
|
+
"fragment_normative": false,
|
|
2826
|
+
"modality": "informative",
|
|
2827
|
+
"text": "L’essai de laboratoire décrit ici a pour but de déterminer la réaction du matériel en essai (EUT), dans des conditions opérationnelles spécifiées, aux surtensions dues à la foudre ou à des manoeuvres."
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"address": "clause-F/s188",
|
|
2831
|
+
"fragment": "clause-F",
|
|
2832
|
+
"clause": "F",
|
|
2833
|
+
"kind": "provision",
|
|
2834
|
+
"fragment_normative": false,
|
|
2835
|
+
"modality": "informative",
|
|
2836
|
+
"text": "Il n’est pas destiné à évaluer la capacité de l’isolation de l’EUT à supporter des tensions élevées."
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"address": "clause-F/s189",
|
|
2840
|
+
"fragment": "clause-F",
|
|
2841
|
+
"clause": "F",
|
|
2842
|
+
"kind": "provision",
|
|
2843
|
+
"fragment_normative": false,
|
|
2844
|
+
"modality": "informative",
|
|
2845
|
+
"text": "Les injections directes de courants de foudre, par exemple les coups de foudre directs, ne sont pas prises en compte par la présente norme."
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"address": "clause-F/s190",
|
|
2849
|
+
"fragment": "clause-F",
|
|
2850
|
+
"clause": "F",
|
|
2851
|
+
"kind": "provision",
|
|
2852
|
+
"fragment_normative": false,
|
|
2853
|
+
"modality": "informative",
|
|
2854
|
+
"text": "Cette troisième édition annule et remplace la deuxième édition publiée 2005, et constitue une révision technique qui inclut les modifications techniques majeures suivantes par rapport à l’édition précédente: - une nouvelle Annexe E sur la modélisation mathématique des formes d’ondes de choc; - une nouvelle Annexe F sur les incertitudes de mesure; - une nouvelle Annexe G sur la méthode d’étalonnage des systèmes de mesure d’impulsion; et - une nouvelle Annexe H sur les ondes de choc de couplage/découplage appliquées à des lignes de valeurs assignées supérieures à 200 A."
|
|
2855
|
+
},
|
|
2856
|
+
{
|
|
2857
|
+
"address": "clause-F/s191",
|
|
2858
|
+
"fragment": "clause-F",
|
|
2859
|
+
"clause": "F",
|
|
2860
|
+
"kind": "provision",
|
|
2861
|
+
"fragment_normative": false,
|
|
2862
|
+
"modality": "informative",
|
|
2863
|
+
"text": "De plus, alors que l’essai à l’onde de choc sur les accès connectés à des lignes de télécommunication extérieures était traité dans le 6.2 de la deuxième édition (IEC 61000-4-5:2005), dans cette troisième édition (IEC 61000-4-5:2014), l’Annexe normative A est complètement dédiée à ce sujet."
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"address": "clause-F/s192",
|
|
2867
|
+
"fragment": "clause-F",
|
|
2868
|
+
"clause": "F",
|
|
2869
|
+
"kind": "provision",
|
|
2870
|
+
"fragment_normative": false,
|
|
2871
|
+
"modality": "informative",
|
|
2872
|
+
"text": "En particulier elle donne les spécifications du générateur d’onde combinée 10/700 µs."
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
"address": "clause-F/s193",
|
|
2876
|
+
"fragment": "clause-F",
|
|
2877
|
+
"clause": "F",
|
|
2878
|
+
"kind": "provision",
|
|
2879
|
+
"fragment_normative": false,
|
|
2880
|
+
"modality": "informative",
|
|
2881
|
+
"text": "Mots clé: Compatibilité électromagnétique, EMC, CEM, TC77, SC77B PUBLISHED 2014 International Electrotechnical Commission IEC www.iec.ch Geneva [11]IEC 61000-4-6:2013, Electromagnetic compatibility (EMC) — Part 4-6: Testing and measurement techniques — Immunity to conducted disturbances, induced by radio-frequency fields 2026-05-31 Electromagnetic compatibility (EMC) Part 4-6: Testing and measurement techniques Immunity to conducted disturbances, induced by radio-frequency fields Electromagnetic compatibility (EMC) — Part 4-6: Testing and measurement techniques — Immunity to conducted disturbances, induced by radio-frequency fields Compatibilité électromagnétique (CEM) Partie 4-6: Techniques d’essai et de mesure Immunité aux perturbations conduites, induites par les champs radioélectriques Compatibilité électromagnétique (CEM) — Partie 4-6: Techniques d’essai et de mesure — Immunité aux perturbations conduites, induites par les champs radioélectriques Versión Oficial en Español Compatibilidad electromagnética (CEM)."
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"address": "clause-F/s194",
|
|
2885
|
+
"fragment": "clause-F",
|
|
2886
|
+
"clause": "F",
|
|
2887
|
+
"kind": "provision",
|
|
2888
|
+
"fragment_normative": false,
|
|
2889
|
+
"modality": "informative",
|
|
2890
|
+
"text": "Parte 4-6: Técnicas de ensayo y de medida."
|
|
2891
|
+
},
|
|
2892
|
+
{
|
|
2893
|
+
"address": "clause-F/s195",
|
|
2894
|
+
"fragment": "clause-F",
|
|
2895
|
+
"clause": "F",
|
|
2896
|
+
"kind": "provision",
|
|
2897
|
+
"fragment_normative": false,
|
|
2898
|
+
"modality": "informative",
|
|
2899
|
+
"text": "Inmunidad a las perturbaciones conducidas, inducidas por los campos de radiofrecuencia."
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"address": "clause-F/s196",
|
|
2903
|
+
"fragment": "clause-F",
|
|
2904
|
+
"clause": "F",
|
|
2905
|
+
"kind": "provision",
|
|
2906
|
+
"fragment_normative": false,
|
|
2907
|
+
"modality": "informative",
|
|
2908
|
+
"text": "Versión Oficial en Español — Compatibilidad electromagnética (CEM)."
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"address": "clause-F/s197",
|
|
2912
|
+
"fragment": "clause-F",
|
|
2913
|
+
"clause": "F",
|
|
2914
|
+
"kind": "provision",
|
|
2915
|
+
"fragment_normative": false,
|
|
2916
|
+
"modality": "informative",
|
|
2917
|
+
"text": "Parte 4-6: Técnicas de ensayo y de medida."
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"address": "clause-F/s198",
|
|
2921
|
+
"fragment": "clause-F",
|
|
2922
|
+
"clause": "F",
|
|
2923
|
+
"kind": "provision",
|
|
2924
|
+
"fragment_normative": false,
|
|
2925
|
+
"modality": "informative",
|
|
2926
|
+
"text": "Inmunidad a las perturbaciones conducidas, inducidas por los campos de radiofrecuencia. https://webstore.iec.ch/publication/4224 https://webstore.iec.ch/preview/info_iec61000-4-6{ed4.0}b.pdf[11] IEC 61000-4-6:2013 URN urn:iec:std:iec:61000-4-6:2013:::IEC 61000-4-6:2013 2013-10-23 International Electrotechnical Commission IEC www.iec.ch committee International Electrotechnical Commission TC 77/SC 77B 77 IEC 4 en fr es Latn IEC 61000-4-6:2013 relates to the conducted immunity requirements of electrical and electronic equipment to electromagnetic disturbances coming from intended radio-frequency (RF) transmitters in the frequency range 150 kHz up to 80 MHz."
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
"address": "clause-F/s199",
|
|
2930
|
+
"fragment": "clause-F",
|
|
2931
|
+
"clause": "F",
|
|
2932
|
+
"kind": "provision",
|
|
2933
|
+
"fragment_normative": false,
|
|
2934
|
+
"modality": "informative",
|
|
2935
|
+
"text": "Equipment not having at least one conducting wire and/or cable (such as mains supply, signal line or earth connection) which can couple the equipment to the disturbing RF fields is excluded from the scope of this publication."
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
"address": "clause-F/s200",
|
|
2939
|
+
"fragment": "clause-F",
|
|
2940
|
+
"clause": "F",
|
|
2941
|
+
"kind": "provision",
|
|
2942
|
+
"fragment_normative": false,
|
|
2943
|
+
"modality": "informative",
|
|
2944
|
+
"text": "The object of this standard is to establish a common reference for evaluating the functional immunity of electrical and electronic equipment when subjected to conducted disturbances induced by RF fields."
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"address": "clause-F/s201",
|
|
2948
|
+
"fragment": "clause-F",
|
|
2949
|
+
"clause": "F",
|
|
2950
|
+
"kind": "provision",
|
|
2951
|
+
"fragment_normative": false,
|
|
2952
|
+
"modality": "informative",
|
|
2953
|
+
"text": "The test method documented in IEC 61000-4-6:2013 describes a consistent method to assess the immunity of an equipment or system against a defined phenomenon."
|
|
2954
|
+
},
|
|
2955
|
+
{
|
|
2956
|
+
"address": "clause-F/s202",
|
|
2957
|
+
"fragment": "clause-F",
|
|
2958
|
+
"clause": "F",
|
|
2959
|
+
"kind": "provision",
|
|
2960
|
+
"fragment_normative": false,
|
|
2961
|
+
"modality": "informative",
|
|
2962
|
+
"text": "This fourth edition cancels and replaces the third edition published in 2008 and constitutes a technical revision."
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"address": "clause-F/s203",
|
|
2966
|
+
"fragment": "clause-F",
|
|
2967
|
+
"clause": "F",
|
|
2968
|
+
"kind": "provision",
|
|
2969
|
+
"fragment_normative": false,
|
|
2970
|
+
"modality": "informative",
|
|
2971
|
+
"text": "It includes the following significant technical changes with respect to the previous edition: - use of the CDNs; - calibration of the clamps; - reorganization of Clause 7 on test setup and injection methods; - Annex A which is now dedicated to EM and decoupling clamps; - Annex G which now addresses the measurement uncertainty of the voltage test level; - and informative Annexes H, I and J which are new."
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
"address": "clause-F/s204",
|
|
2975
|
+
"fragment": "clause-F",
|
|
2976
|
+
"clause": "F",
|
|
2977
|
+
"kind": "provision",
|
|
2978
|
+
"fragment_normative": false,
|
|
2979
|
+
"modality": "informative",
|
|
2980
|
+
"text": "The contents of the corrigendum of June 2015 have been included in this copy."
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"address": "clause-F/s205",
|
|
2984
|
+
"fragment": "clause-F",
|
|
2985
|
+
"clause": "F",
|
|
2986
|
+
"kind": "provision",
|
|
2987
|
+
"fragment_normative": false,
|
|
2988
|
+
"modality": "informative",
|
|
2989
|
+
"text": "La CEI 61000-4-6:2013 se rapporte aux exigences relatives à l’immunité en conduction des matériels électriques et électroniques aux perturbations électromagnétiques provoquées par des émetteurs destinés à des radiofréquences (RF), dans la gamme de fréquences de 150 kHz à 80 MHz."
|
|
2990
|
+
},
|
|
2991
|
+
{
|
|
2992
|
+
"address": "clause-F/s206",
|
|
2993
|
+
"fragment": "clause-F",
|
|
2994
|
+
"clause": "F",
|
|
2995
|
+
"kind": "provision",
|
|
2996
|
+
"fragment_normative": false,
|
|
2997
|
+
"modality": "informative",
|
|
2998
|
+
"text": "Les matériels n’ayant pas au moins un câble conducteur (par exemple, cordons d’alimentation, lignes de transmission de signaux ou connexions de mise à la terre) capable de coupler les matériels aux champs RF perturbateurs ne sont pas concernés par la présente norme."
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"address": "clause-F/s207",
|
|
3002
|
+
"fragment": "clause-F",
|
|
3003
|
+
"clause": "F",
|
|
3004
|
+
"kind": "provision",
|
|
3005
|
+
"fragment_normative": false,
|
|
3006
|
+
"modality": "informative",
|
|
3007
|
+
"text": "Cette norme a pour objet d’établir une référence commune dans le but d’évaluer l’immunité fonctionnelle des matériels électriques et électroniques, quand ils sont soumis aux perturbations conduites induites par les champs radiofréquence."
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
"address": "clause-F/s208",
|
|
3011
|
+
"fragment": "clause-F",
|
|
3012
|
+
"clause": "F",
|
|
3013
|
+
"kind": "provision",
|
|
3014
|
+
"fragment_normative": false,
|
|
3015
|
+
"modality": "informative",
|
|
3016
|
+
"text": "La méthode d’essai documentée dans cette norme décrit une méthode cohérente ayant pour but d’évaluer l’immunité d’un matériel ou d’un système vis-à-vis d’un phénomène défini."
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"address": "clause-F/s209",
|
|
3020
|
+
"fragment": "clause-F",
|
|
3021
|
+
"clause": "F",
|
|
3022
|
+
"kind": "provision",
|
|
3023
|
+
"fragment_normative": false,
|
|
3024
|
+
"modality": "informative",
|
|
3025
|
+
"text": "Cette quatrième édition annule et remplace la troisième édition publiée en 2008 et constitue une révision technique."
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"address": "clause-F/s210",
|
|
3029
|
+
"fragment": "clause-F",
|
|
3030
|
+
"clause": "F",
|
|
3031
|
+
"kind": "provision",
|
|
3032
|
+
"fragment_normative": false,
|
|
3033
|
+
"modality": "informative",
|
|
3034
|
+
"text": "Elle inclut les modifications techniques majeures suivantes par rapport à l’édition précédente: - utilisation des RCD; - étalonnage des pinces; - réorganisation de l’Article 7 sur les montages d’essai et les méthodes d’injection; - l’Annexe A qui est dédiée maintenant aux pinces EM et de découplage; - l’Annexe G qui traite maintenant l’incertitude de mesure relative au niveau de tension d’essai; - et les annexes informatives H, I et J qui sont nouvelles."
|
|
3035
|
+
},
|
|
3036
|
+
{
|
|
3037
|
+
"address": "clause-F/s211",
|
|
3038
|
+
"fragment": "clause-F",
|
|
3039
|
+
"clause": "F",
|
|
3040
|
+
"kind": "provision",
|
|
3041
|
+
"fragment_normative": false,
|
|
3042
|
+
"modality": "informative",
|
|
3043
|
+
"text": "Le contenu du corrigendum de juin 2015 a été pris en considération dans cet exemplaire."
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
"address": "clause-F/s212",
|
|
3047
|
+
"fragment": "clause-F",
|
|
3048
|
+
"clause": "F",
|
|
3049
|
+
"kind": "provision",
|
|
3050
|
+
"fragment_normative": false,
|
|
3051
|
+
"modality": "informative",
|
|
3052
|
+
"text": "REVISED 2013 International Electrotechnical Commission IEC www.iec.ch Geneva [12]IEC 61000-6-1:2016, Electromagnetic compatibility (EMC) — Part 6-1: Generic standards — Immunity standard for residential, commercial and light-industrial environments 2026-05-31 Electromagnetic compatibility (EMC) Part 6-1: Generic standards Immunity standard for residential, commercial and light-industrial environments Electromagnetic compatibility (EMC) — Part 6-1: Generic standards — Immunity standard for residential, commercial and light-industrial environments Compatibilté électromagnétique (CEM) Partie 6-1: Normes génériques Normes d’immunité pour les environnements résidentiels, commerciaux et de l´industrie légère Compatibilté électromagnétique (CEM) — Partie 6-1: Normes génériques — Normes d’immunité pour les environnements résidentiels, commerciaux et de l´industrie légère Compatibilidad electromagnética (CEM)."
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
"address": "clause-F/s213",
|
|
3056
|
+
"fragment": "clause-F",
|
|
3057
|
+
"clause": "F",
|
|
3058
|
+
"kind": "provision",
|
|
3059
|
+
"fragment_normative": false,
|
|
3060
|
+
"modality": "informative",
|
|
3061
|
+
"text": "Parte 6-1: Normas genéricas."
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"address": "clause-F/s214",
|
|
3065
|
+
"fragment": "clause-F",
|
|
3066
|
+
"clause": "F",
|
|
3067
|
+
"kind": "provision",
|
|
3068
|
+
"fragment_normative": false,
|
|
3069
|
+
"modality": "informative",
|
|
3070
|
+
"text": "Inmunidad en entornos residenciales, comerciales y de industria ligera."
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"address": "clause-F/s215",
|
|
3074
|
+
"fragment": "clause-F",
|
|
3075
|
+
"clause": "F",
|
|
3076
|
+
"kind": "provision",
|
|
3077
|
+
"fragment_normative": false,
|
|
3078
|
+
"modality": "informative",
|
|
3079
|
+
"text": "Compatibilidad electromagnética (CEM)."
|
|
3080
|
+
},
|
|
3081
|
+
{
|
|
3082
|
+
"address": "clause-F/s216",
|
|
3083
|
+
"fragment": "clause-F",
|
|
3084
|
+
"clause": "F",
|
|
3085
|
+
"kind": "provision",
|
|
3086
|
+
"fragment_normative": false,
|
|
3087
|
+
"modality": "informative",
|
|
3088
|
+
"text": "Parte 6-1: Normas genéricas."
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"address": "clause-F/s217",
|
|
3092
|
+
"fragment": "clause-F",
|
|
3093
|
+
"clause": "F",
|
|
3094
|
+
"kind": "provision",
|
|
3095
|
+
"fragment_normative": false,
|
|
3096
|
+
"modality": "informative",
|
|
3097
|
+
"text": "Inmunidad en entornos residenciales, comerciales y de industria ligera. https://webstore.iec.ch/publication/25631 https://webstore.iec.ch/preview/info_iec61000-6-1{ed3.0}b.pdf[12] IEC 61000-6-1:2016 URN urn:iec:std:iec:61000-6-1:2016:::IEC 61000-6-1:2016 2016-08-10 International Electrotechnical Commission IEC www.iec.ch committee International Electrotechnical Commission TC 77 77 IEC 3 en fr es Latn IEC 61000-6-1:2016 for EMC immunity requirements applies to electrical and electronic equipment intended for use in residential, commercial, public and light-industrial locations."
|
|
3098
|
+
},
|
|
3099
|
+
{
|
|
3100
|
+
"address": "clause-F/s218",
|
|
3101
|
+
"fragment": "clause-F",
|
|
3102
|
+
"clause": "F",
|
|
3103
|
+
"kind": "provision",
|
|
3104
|
+
"fragment_normative": false,
|
|
3105
|
+
"modality": "informative",
|
|
3106
|
+
"text": "Immunity requirements in the frequency range 0 Hz to 400 GHz are covered."
|
|
3107
|
+
},
|
|
3108
|
+
{
|
|
3109
|
+
"address": "clause-F/s219",
|
|
3110
|
+
"fragment": "clause-F",
|
|
3111
|
+
"clause": "F",
|
|
3112
|
+
"kind": "provision",
|
|
3113
|
+
"fragment_normative": false,
|
|
3114
|
+
"modality": "informative",
|
|
3115
|
+
"text": "No tests need to be performed at frequencies where no requirements are specified."
|
|
3116
|
+
},
|
|
3117
|
+
{
|
|
3118
|
+
"address": "clause-F/s220",
|
|
3119
|
+
"fragment": "clause-F",
|
|
3120
|
+
"clause": "F",
|
|
3121
|
+
"kind": "provision",
|
|
3122
|
+
"fragment_normative": false,
|
|
3123
|
+
"modality": "informative",
|
|
3124
|
+
"text": "This generic EMC immunity standard is applicable if no relevant dedicated product or product-family EMC immunity standard exists."
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"address": "clause-F/s221",
|
|
3128
|
+
"fragment": "clause-F",
|
|
3129
|
+
"clause": "F",
|
|
3130
|
+
"kind": "provision",
|
|
3131
|
+
"fragment_normative": false,
|
|
3132
|
+
"modality": "informative",
|
|
3133
|
+
"text": "This third edition cancels and replaces the second edition published in 2005."
|
|
3134
|
+
},
|
|
3135
|
+
{
|
|
3136
|
+
"address": "clause-F/s222",
|
|
3137
|
+
"fragment": "clause-F",
|
|
3138
|
+
"clause": "F",
|
|
3139
|
+
"kind": "provision",
|
|
3140
|
+
"fragment_normative": false,
|
|
3141
|
+
"modality": "informative",
|
|
3142
|
+
"text": "This edition constitutes a technical revision."
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"address": "clause-F/s223",
|
|
3146
|
+
"fragment": "clause-F",
|
|
3147
|
+
"clause": "F",
|
|
3148
|
+
"kind": "provision",
|
|
3149
|
+
"fragment_normative": false,
|
|
3150
|
+
"modality": "informative",
|
|
3151
|
+
"text": "IEC 61000-6-1:2016 for EMC immunity requirements applies to electrical and electronic equipment intended for use in residential, commercial, public and light-industrial locations."
|
|
3152
|
+
},
|
|
3153
|
+
{
|
|
3154
|
+
"address": "clause-F/s224",
|
|
3155
|
+
"fragment": "clause-F",
|
|
3156
|
+
"clause": "F",
|
|
3157
|
+
"kind": "provision",
|
|
3158
|
+
"fragment_normative": false,
|
|
3159
|
+
"modality": "informative",
|
|
3160
|
+
"text": "Immunity requirements in the frequency range 0 Hz to 400 GHz are covered."
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"address": "clause-F/s225",
|
|
3164
|
+
"fragment": "clause-F",
|
|
3165
|
+
"clause": "F",
|
|
3166
|
+
"kind": "provision",
|
|
3167
|
+
"fragment_normative": false,
|
|
3168
|
+
"modality": "informative",
|
|
3169
|
+
"text": "No tests need to be performed at frequencies where no requirements are specified."
|
|
3170
|
+
},
|
|
3171
|
+
{
|
|
3172
|
+
"address": "clause-F/s226",
|
|
3173
|
+
"fragment": "clause-F",
|
|
3174
|
+
"clause": "F",
|
|
3175
|
+
"kind": "provision",
|
|
3176
|
+
"fragment_normative": false,
|
|
3177
|
+
"modality": "informative",
|
|
3178
|
+
"text": "This generic EMC immunity standard is applicable if no relevant dedicated product or product-family EMC immunity standard exists."
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"address": "clause-F/s227",
|
|
3182
|
+
"fragment": "clause-F",
|
|
3183
|
+
"clause": "F",
|
|
3184
|
+
"kind": "provision",
|
|
3185
|
+
"fragment_normative": false,
|
|
3186
|
+
"modality": "informative",
|
|
3187
|
+
"text": "This third edition cancels and replaces the second edition published in 2005."
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"address": "clause-F/s228",
|
|
3191
|
+
"fragment": "clause-F",
|
|
3192
|
+
"clause": "F",
|
|
3193
|
+
"kind": "provision",
|
|
3194
|
+
"fragment_normative": false,
|
|
3195
|
+
"modality": "informative",
|
|
3196
|
+
"text": "This edition constitutes a technical revision."
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"address": "clause-F/s229",
|
|
3200
|
+
"fragment": "clause-F",
|
|
3201
|
+
"clause": "F",
|
|
3202
|
+
"kind": "provision",
|
|
3203
|
+
"fragment_normative": false,
|
|
3204
|
+
"modality": "informative",
|
|
3205
|
+
"text": "PUBLISHED 2016 International Electrotechnical Commission IEC www.iec.ch Geneva [13]IEC 61000-6-2:2016, Electromagnetic compatibility (EMC) — Part 6-2: Generic standards — Immunity standard for industrial environments 2026-05-31 Electromagnetic compatibility (EMC) Part 6-2: Generic standards Immunity standard for industrial environments Electromagnetic compatibility (EMC) — Part 6-2: Generic standards — Immunity standard for industrial environments Compatibilité électromagnétique (CEM) Partie 6-2: Normes génériques Norme d’immunité pour les environnements industriels Compatibilité électromagnétique (CEM) — Partie 6-2: Normes génériques — Norme d’immunité pour les environnements industriels Compatibilidad electromagnética (CEM)."
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"address": "clause-F/s230",
|
|
3209
|
+
"fragment": "clause-F",
|
|
3210
|
+
"clause": "F",
|
|
3211
|
+
"kind": "provision",
|
|
3212
|
+
"fragment_normative": false,
|
|
3213
|
+
"modality": "informative",
|
|
3214
|
+
"text": "Parte 6-2: Normas genéricas."
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
"address": "clause-F/s231",
|
|
3218
|
+
"fragment": "clause-F",
|
|
3219
|
+
"clause": "F",
|
|
3220
|
+
"kind": "provision",
|
|
3221
|
+
"fragment_normative": false,
|
|
3222
|
+
"modality": "informative",
|
|
3223
|
+
"text": "Inmunidad en entornos industriales."
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"address": "clause-F/s232",
|
|
3227
|
+
"fragment": "clause-F",
|
|
3228
|
+
"clause": "F",
|
|
3229
|
+
"kind": "provision",
|
|
3230
|
+
"fragment_normative": false,
|
|
3231
|
+
"modality": "informative",
|
|
3232
|
+
"text": "Compatibilidad electromagnética (CEM)."
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"address": "clause-F/s233",
|
|
3236
|
+
"fragment": "clause-F",
|
|
3237
|
+
"clause": "F",
|
|
3238
|
+
"kind": "provision",
|
|
3239
|
+
"fragment_normative": false,
|
|
3240
|
+
"modality": "informative",
|
|
3241
|
+
"text": "Parte 6-2: Normas genéricas."
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"address": "clause-F/s234",
|
|
3245
|
+
"fragment": "clause-F",
|
|
3246
|
+
"clause": "F",
|
|
3247
|
+
"kind": "provision",
|
|
3248
|
+
"fragment_normative": false,
|
|
3249
|
+
"modality": "informative",
|
|
3250
|
+
"text": "Inmunidad en entornos industriales. https://webstore.iec.ch/publication/25630 https://webstore.iec.ch/preview/info_iec61000-6-2{ed3.0}b.pdf[13] IEC 61000-6-2:2016 URN urn:iec:std:iec:61000-6-2:2016:::IEC 61000-6-2:2016 2016-08-10 International Electrotechnical Commission IEC www.iec.ch committee International Electrotechnical Commission TC 77 77 IEC 3 en fr es Latn IEC 61000-6-2:2016 for EMC immunity requirements applies to electrical and electronic equipment intended for use in industrial locations, as described below."
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"address": "clause-F/s235",
|
|
3254
|
+
"fragment": "clause-F",
|
|
3255
|
+
"clause": "F",
|
|
3256
|
+
"kind": "provision",
|
|
3257
|
+
"fragment_normative": false,
|
|
3258
|
+
"modality": "informative",
|
|
3259
|
+
"text": "Immunity requirements in the frequency range 0 Hz to 400 GHz are covered."
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
"address": "clause-F/s236",
|
|
3263
|
+
"fragment": "clause-F",
|
|
3264
|
+
"clause": "F",
|
|
3265
|
+
"kind": "provision",
|
|
3266
|
+
"fragment_normative": false,
|
|
3267
|
+
"modality": "informative",
|
|
3268
|
+
"text": "No tests need to be performed at frequencies where no requirements are specified."
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"address": "clause-F/s237",
|
|
3272
|
+
"fragment": "clause-F",
|
|
3273
|
+
"clause": "F",
|
|
3274
|
+
"kind": "provision",
|
|
3275
|
+
"fragment_normative": false,
|
|
3276
|
+
"modality": "informative",
|
|
3277
|
+
"text": "This generic EMC immunity standard is applicable if no relevant dedicated product or product-family EMC immunity standard exists."
|
|
3278
|
+
},
|
|
3279
|
+
{
|
|
3280
|
+
"address": "clause-F/s238",
|
|
3281
|
+
"fragment": "clause-F",
|
|
3282
|
+
"clause": "F",
|
|
3283
|
+
"kind": "provision",
|
|
3284
|
+
"fragment_normative": false,
|
|
3285
|
+
"modality": "informative",
|
|
3286
|
+
"text": "This third edition cancels and replaces the second edition published in 2005."
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
"address": "clause-F/s239",
|
|
3290
|
+
"fragment": "clause-F",
|
|
3291
|
+
"clause": "F",
|
|
3292
|
+
"kind": "provision",
|
|
3293
|
+
"fragment_normative": false,
|
|
3294
|
+
"modality": "informative",
|
|
3295
|
+
"text": "This edition constitutes a technical revision."
|
|
3296
|
+
},
|
|
3297
|
+
{
|
|
3298
|
+
"address": "clause-F/s240",
|
|
3299
|
+
"fragment": "clause-F",
|
|
3300
|
+
"clause": "F",
|
|
3301
|
+
"kind": "provision",
|
|
3302
|
+
"fragment_normative": false,
|
|
3303
|
+
"modality": "informative",
|
|
3304
|
+
"text": "IEC 61000-6-2:2016 for EMC immunity requirements applies to electrical and electronic equipment intended for use in industrial locations, as described below."
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"address": "clause-F/s241",
|
|
3308
|
+
"fragment": "clause-F",
|
|
3309
|
+
"clause": "F",
|
|
3310
|
+
"kind": "provision",
|
|
3311
|
+
"fragment_normative": false,
|
|
3312
|
+
"modality": "informative",
|
|
3313
|
+
"text": "Immunity requirements in the frequency range 0 Hz to 400 GHz are covered."
|
|
3314
|
+
},
|
|
3315
|
+
{
|
|
3316
|
+
"address": "clause-F/s242",
|
|
3317
|
+
"fragment": "clause-F",
|
|
3318
|
+
"clause": "F",
|
|
3319
|
+
"kind": "provision",
|
|
3320
|
+
"fragment_normative": false,
|
|
3321
|
+
"modality": "informative",
|
|
3322
|
+
"text": "No tests need to be performed at frequencies where no requirements are specified."
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
"address": "clause-F/s243",
|
|
3326
|
+
"fragment": "clause-F",
|
|
3327
|
+
"clause": "F",
|
|
3328
|
+
"kind": "provision",
|
|
3329
|
+
"fragment_normative": false,
|
|
3330
|
+
"modality": "informative",
|
|
3331
|
+
"text": "This generic EMC immunity standard is applicable if no relevant dedicated product or product-family EMC immunity standard exists."
|
|
3332
|
+
},
|
|
3333
|
+
{
|
|
3334
|
+
"address": "clause-F/s244",
|
|
3335
|
+
"fragment": "clause-F",
|
|
3336
|
+
"clause": "F",
|
|
3337
|
+
"kind": "provision",
|
|
3338
|
+
"fragment_normative": false,
|
|
3339
|
+
"modality": "informative",
|
|
3340
|
+
"text": "This third edition cancels and replaces the second edition published in 2005."
|
|
3341
|
+
},
|
|
3342
|
+
{
|
|
3343
|
+
"address": "clause-F/s245",
|
|
3344
|
+
"fragment": "clause-F",
|
|
3345
|
+
"clause": "F",
|
|
3346
|
+
"kind": "provision",
|
|
3347
|
+
"fragment_normative": false,
|
|
3348
|
+
"modality": "informative",
|
|
3349
|
+
"text": "This edition constitutes a technical revision."
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"address": "clause-F/s246",
|
|
3353
|
+
"fragment": "clause-F",
|
|
3354
|
+
"clause": "F",
|
|
3355
|
+
"kind": "provision",
|
|
3356
|
+
"fragment_normative": false,
|
|
3357
|
+
"modality": "informative",
|
|
3358
|
+
"text": "PUBLISHED 2016 International Electrotechnical Commission IEC www.iec.ch Geneva [14]IEC 60068-2-30-2005, IEC Publication 60068-2-30:2005 Environmental testing — Part 2-30: Tests — Test Db: Damp heat, cyclic (12 h + 12 h cycle) IEC Publication 60068-2-30:2005 Environmental testing — Part 2-30: Tests — Test Db: Damp heat, cyclic (12 h + 12 h cycle)[14] IEC 60068-2-30-2005IEC 60068-2-30-200560068-2-30-2005 International Electrotechnical Commission IECenLatn[15]IEC 61000-2-1:1990, IEC Publication 61000-2-1:1990 Electromagnetic compatibility (EMC) — Part 2: Environment — Section 1: Description of the environment — Electromagnetic environment for low-frequency conducted disturbances and signalling in public power supply systems IEC Publication 61000-2-1:1990 Electromagnetic compatibility (EMC) — Part 2: Environment — Section 1: Description of the environment — Electromagnetic environment for low-frequency conducted disturbances and signalling in public power supply systems[15] IEC 61000-2-1:1990IEC 61000-2-1:199061000-2-11990 International Electrotechnical Commission IECenLatn[16]OIML-CS, Procedural Document PD-05 (Edition 2) Processing an OIML Type Evaluation Report and OIML Certificate[16] OIML-CSOIML-CS en Latn [17]OIML G 1-100:2008, Guide to the Expression of Uncertainty in Measurement, BIPM, IEC, _IFCC, ISO, IUPAC, IUPAP, OIML [17] OIML G 1-100:2008OIML G 1-100:2008 1-100 2008 en Latn [18]OIML V 2:2013, International Vocabulary of Terms in Legal Metrology (VIML) [18] OIML V 2:2013OIML V 2:2013 2 2013 en Latn [19]OIML V 2-200:2012, International Vocabulary of Metrology — Basic and General Concepts and Associated Terms (VIM) [19] OIML V 2-200:2012OIML V 2-200:2012 2-200 2012 en Latn [20]OIML D 9:2004, Principles of metrological supervision [20] OIML D 9:2004OIML D 9:2004 9 2004 en Latn [21]OIML D 11:2008, General requirements for electronic measuring instruments [21] OIML D 11:2008OIML D 11:2008 11 2008 en Latn [22]OIML B 18:2018, Framework for the OIML Certification System (OIML-CS) [22] OIML B 18:2018OIML B 18:2018 18 2018 en Latn [23]OIML D 31:2008, General requirements for software controlled measuring instruments [23] OIML D 31:2008OIML D 31:2008 31 2008 en Latn [24]OIML R 50:2014, OIML R 50:2014 Continuous totalizing automatic weighing instruments (belt weighers)[24] OIML R 50:2014OIML R 50:2014 50 2014 en Latn [25]OIML R 51:2006, Automatic catchweighing instruments [25] OIML R 51:2006OIML R 51:2006 51 2006 en Latn [26]OIML R 61:2017, Automatic gravimetric filling instruments [26] OIML R 61:2017OIML R 61:2017 61 2017 en Latn [27]OIML R 76:2006, Non-automatic weighing instruments [27] OIML R 76:2006OIML R 76:2006 76 2006 en Latn [28]OIML R 106, Automatic rail-weighbridges [28] OIML R 106OIML R 106 106 en Latn"
|
|
3359
|
+
}
|
|
3360
|
+
]
|
|
3361
|
+
}
|