@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,483 @@
|
|
|
1
|
+
conformance_class /conf/electronic-tests {
|
|
2
|
+
title "Electronic load cell conformance tests"
|
|
3
|
+
name "Conformance tests for analogue-active and digital load cells"
|
|
4
|
+
target /req/electronic
|
|
5
|
+
subject "electronic load cell testing"
|
|
6
|
+
description "Test procedures for verifying compliance with additional requirements for analogue-active and digital load cells, covering warm-up time, power supply variations, electromagnetic disturbances, and span stability."
|
|
7
|
+
applicability {
|
|
8
|
+
technology: [analogue-active, digital]
|
|
9
|
+
}
|
|
10
|
+
test_subject {
|
|
11
|
+
entity: "MeasuringInstrument"
|
|
12
|
+
classification_dimensions: "{\"accuracy_class\":[\"A\",\"B\",\"C\",\"D\"],\"technology\":[\"analogue-active\",\"digital\"],\"humidity_class\":[\"CH\",\"SH\",\"NH\"]}"
|
|
13
|
+
}
|
|
14
|
+
dependencies { /conf/metrological-tests }
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
conformance_test /conf/electronic-tests/warm-up-time {
|
|
18
|
+
name "Warm-up time test"
|
|
19
|
+
purpose "Verify that no transmission of measurement results occurs during the designed warm-up time."
|
|
20
|
+
method "Switch on the load cell and record indications at initial, 5 min, 15 min, and 30 min intervals. Compare span variation against limits. For class A, observe provisions of the operating manual."
|
|
21
|
+
type Testing
|
|
22
|
+
kind performance
|
|
23
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.3" }
|
|
24
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.3" }
|
|
25
|
+
targets { /req/electronic/warm-up-time }
|
|
26
|
+
binds_to { model.parameters.warm_up_time }
|
|
27
|
+
required_competence {
|
|
28
|
+
competence power_supply_variation {
|
|
29
|
+
description "Controlled power-on and supply observation over the designed warm-up time (R 60-2, 2.10.7.3)"
|
|
30
|
+
}
|
|
31
|
+
competence indication_readout {
|
|
32
|
+
description "Indicating instrument watching for transmission of measurement results during warm-up (R 60-2, 2.7.2)"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
variables {
|
|
36
|
+
variable conversion_factor_f { type number unit "counts/v" source derived }
|
|
37
|
+
variable initial_span { type number unit "v" source measured description "Span at initial reading after switch-on" }
|
|
38
|
+
variable span_variation { type number unit "v" source derived description "Variation of span over warm-up time" }
|
|
39
|
+
variable mpe_limit { type number unit "v" source computed derivation "ocl{lookupMPE(d_max, accuracy_class, 1.0)}" description "MPE limit at D_max with p_LC = 1.0 (R 60-1, Table 5)" }
|
|
40
|
+
}
|
|
41
|
+
conditions_to_enforce { load-cell-reference-conditions }
|
|
42
|
+
procedure {
|
|
43
|
+
1 "Switch on load cell, record initial indication" outputs { initial_span }
|
|
44
|
+
2 "Record indications at 5, 15, and 30 minute intervals" outputs { span_variation mpe_limit }
|
|
45
|
+
}
|
|
46
|
+
procedure_steps { check_test_conditions insert_load_cell preload_load_cell check_indicating_instrument apply_dmin record_initial_indication wait_for_warm_up record_indications_over_time determine_warm_up_drift }
|
|
47
|
+
design {
|
|
48
|
+
specimens {
|
|
49
|
+
count 1
|
|
50
|
+
continuity same_eut
|
|
51
|
+
rules { unit-continuity }
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
acceptance_criteria {
|
|
55
|
+
type composite
|
|
56
|
+
pass_if "ocl{warmup_criterion}"
|
|
57
|
+
criterion warmup_criterion { target /req/electronic/warm-up-time pass_if "ocl{span_variation <= mpe_limit}" description "No transmission during warm-up time" }
|
|
58
|
+
}
|
|
59
|
+
result_forms { warm-up-time }
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
conformance_test /conf/electronic-tests/power-voltage {
|
|
63
|
+
name "Power voltage variation test"
|
|
64
|
+
purpose "Verify that the load cell complies with metrological requirements when the power supply voltage varies within specified limits."
|
|
65
|
+
method "For AC supply: test at nominal, -15%, and +10% of supply voltage. For DC supply: test at nominal and below manufacturer-specified threshold. Apply preload and test loads. Record indications and compare against MPE."
|
|
66
|
+
type Testing
|
|
67
|
+
kind influence
|
|
68
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.4" }
|
|
69
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.4" }
|
|
70
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.4/table-1" }
|
|
71
|
+
targets { /req/electronic/power-voltage-ac /req/electronic/power-voltage-dc /req/electronic/power-voltage-variations }
|
|
72
|
+
binds_to { model.parameters.power_voltage group.parameters.mpe }
|
|
73
|
+
required_competence {
|
|
74
|
+
competence power_supply_variation {
|
|
75
|
+
description "Mains voltage variation within the rated limits, AC (IEC/TR3 61000-2-1, IEC 61000-4-1 set-up) and DC (IEC 61000-4-29) (R 60-2, 2.10.7.4)"
|
|
76
|
+
}
|
|
77
|
+
competence force_measurement {
|
|
78
|
+
range { max "e_max" unit "kg" }
|
|
79
|
+
description "Force-generating system applying the reference load during the voltage steps (R 60-2, 2.7.2)"
|
|
80
|
+
}
|
|
81
|
+
competence indication_readout {
|
|
82
|
+
description "Indicating instrument recording span variation across the voltage steps (R 60-2, 2.7.2)"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
variables {
|
|
86
|
+
variable conversion_factor_f { type number unit "counts/v" source derived }
|
|
87
|
+
variable span_vmin { type number unit "v" source derived derivation "ocl{span_counts / conversion_factor_f}" }
|
|
88
|
+
variable span_variation { type number unit "v" source derived derivation "ocl{span_vmin - initial_run.span_vmin}" }
|
|
89
|
+
variable mpc { type number unit "v" source computed derivation "ocl{lookupMPE(d_max, accuracy_class, p_lc)}" }
|
|
90
|
+
}
|
|
91
|
+
conditions_to_enforce { load-cell-rated-conditions }
|
|
92
|
+
procedure {
|
|
93
|
+
1 "Record indications at nominal voltage (initial run)" outputs { span_vmin }
|
|
94
|
+
2 "Record indications at lower voltage limit (-15% AC or DC threshold)" outputs { span_vmin span_variation }
|
|
95
|
+
3 "Record indications at upper voltage limit (+10% AC)" outputs { span_vmin span_variation }
|
|
96
|
+
}
|
|
97
|
+
procedure_steps { check_test_conditions insert_load_cell preload_load_cell check_indicating_instrument apply_test_load record_reference_indication change_power_voltage_upper record_indication_upper change_power_voltage_lower record_indication_lower determine_power_voltage_error }
|
|
98
|
+
design {
|
|
99
|
+
specimens {
|
|
100
|
+
count 1
|
|
101
|
+
continuity same_eut
|
|
102
|
+
rules { unit-continuity }
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
acceptance_criteria {
|
|
106
|
+
type composite
|
|
107
|
+
pass_if "ocl{voltage_criterion}"
|
|
108
|
+
criterion voltage_criterion { target /req/electronic/power-voltage-variations pass_if "ocl{abs(span_variation) <= abs(mpc)}" description "Span variation within MPE at voltage limits" }
|
|
109
|
+
}
|
|
110
|
+
result_forms { power-voltage }
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
conformance_test /conf/electronic-tests/short-time-power {
|
|
114
|
+
name "Short-time power reductions test"
|
|
115
|
+
purpose "Verify that short-time power reductions do not cause significant faults or that significant faults are detected and acted upon."
|
|
116
|
+
method "Apply short-time power reductions with specified amplitude and duration. Record load cell output with and without disturbance. Compare fault against significance threshold."
|
|
117
|
+
type Testing
|
|
118
|
+
kind disturbance
|
|
119
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.5" }
|
|
120
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.5" }
|
|
121
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.5/table-1" }
|
|
122
|
+
targets { /req/electronic/disturbances /req/electronic/no-significant-faults /req/electronic/acting-on-faults }
|
|
123
|
+
binds_to { group.parameters.v_min family.classification.technology }
|
|
124
|
+
required_competence {
|
|
125
|
+
competence power_supply_variation {
|
|
126
|
+
description "Short-time power reductions and interruptions, AC (IEC 61000-4-11) and DC (IEC 61000-4-29) (R 60-2, 2.10.7.5)"
|
|
127
|
+
}
|
|
128
|
+
competence indication_readout {
|
|
129
|
+
description "Indicating instrument recording the output before, during and after the disturbance (R 60-2, 2.7.2)"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
variables {
|
|
133
|
+
variable conversion_factor_f { type number unit "counts/v" source derived }
|
|
134
|
+
variable indication_without_disturbance { type number unit "counts" source measured }
|
|
135
|
+
variable indication_with_disturbance { type number unit "counts" source measured }
|
|
136
|
+
variable difference { type number unit "v" source derived derivation "ocl{(indication_with_disturbance - indication_without_disturbance) / conversion_factor_f}" }
|
|
137
|
+
variable significant_fault { type boolean source derived derivation "ocl{abs(difference) > 1}" }
|
|
138
|
+
}
|
|
139
|
+
conditions_to_enforce { load-cell-limiting-conditions }
|
|
140
|
+
procedure {
|
|
141
|
+
1 "Record indication without disturbance" outputs { indication_without_disturbance }
|
|
142
|
+
2 "Apply disturbance and record indication" outputs { indication_with_disturbance difference significant_fault }
|
|
143
|
+
}
|
|
144
|
+
procedure_steps { check_test_conditions insert_load_cell preload_load_cell check_indicating_instrument apply_test_load record_reference_indication apply_power_interruption_20ms record_indication_interruption check_for_significant_fault determine_pass_fail }
|
|
145
|
+
design {
|
|
146
|
+
specimens {
|
|
147
|
+
count 1
|
|
148
|
+
max_additional 2
|
|
149
|
+
continuity same_eut_with_additional
|
|
150
|
+
rules { unit-continuity }
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
acceptance_criteria {
|
|
154
|
+
type composite
|
|
155
|
+
pass_if "ocl{disturbance_criterion}"
|
|
156
|
+
criterion disturbance_criterion { target /req/electronic/disturbances pass_if "ocl{not significant_fault}" description "No significant fault (> v_min) from disturbance" }
|
|
157
|
+
}
|
|
158
|
+
result_forms { short-time-power }
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
conformance_test /conf/electronic-tests/bursts {
|
|
162
|
+
name "Bursts (electrical fast transients) test"
|
|
163
|
+
purpose "Verify that electrical fast transients on power supply lines and I/O circuits do not cause significant faults."
|
|
164
|
+
method "Apply burst test signals to power supply lines (L/N/PE to ground) and I/O circuits. Record load cell output with and without disturbance. Test both polarities."
|
|
165
|
+
type Testing
|
|
166
|
+
kind disturbance
|
|
167
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.6" }
|
|
168
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.6" }
|
|
169
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.6/table-1" }
|
|
170
|
+
targets { /req/electronic/disturbances /req/electronic/no-significant-faults /req/electronic/acting-on-faults }
|
|
171
|
+
binds_to { group.parameters.v_min family.classification.technology }
|
|
172
|
+
required_competence {
|
|
173
|
+
competence emc_testing {
|
|
174
|
+
method_standard "iec-61000-4-4"
|
|
175
|
+
description "Electrical fast transient/burst application on power supply and I/O lines at the prescribed severity (R 60-2, 2.10.7.6, applying IEC 61000-4-4)"
|
|
176
|
+
}
|
|
177
|
+
competence indication_readout {
|
|
178
|
+
description "Indicating instrument recording the output before, during and after the disturbance (R 60-2, 2.7.2)"
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
variables {
|
|
182
|
+
variable conversion_factor_f { type number unit "counts/v" source derived }
|
|
183
|
+
variable indication_without_disturbance { type number unit "counts" source measured }
|
|
184
|
+
variable indication_with_disturbance { type number unit "counts" source measured }
|
|
185
|
+
variable difference { type number unit "v" source derived derivation "ocl{(indication_with_disturbance - indication_without_disturbance) / conversion_factor_f}" }
|
|
186
|
+
variable significant_fault { type boolean source derived derivation "ocl{abs(difference) > 1}" }
|
|
187
|
+
}
|
|
188
|
+
conditions_to_enforce { load-cell-limiting-conditions }
|
|
189
|
+
procedure {
|
|
190
|
+
1 "Record indication without disturbance" outputs { indication_without_disturbance }
|
|
191
|
+
2 "Apply disturbance and record indication" outputs { indication_with_disturbance difference significant_fault }
|
|
192
|
+
}
|
|
193
|
+
procedure_steps { check_test_conditions insert_load_cell preload_load_cell check_indicating_instrument apply_test_load record_reference_indication apply_burst_test_positive record_indication_positive apply_burst_test_negative record_indication_negative check_for_significant_fault determine_pass_fail }
|
|
194
|
+
design {
|
|
195
|
+
specimens {
|
|
196
|
+
count 1
|
|
197
|
+
max_additional 2
|
|
198
|
+
continuity same_eut_with_additional
|
|
199
|
+
rules { unit-continuity }
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
acceptance_criteria {
|
|
203
|
+
type composite
|
|
204
|
+
pass_if "ocl{disturbance_criterion}"
|
|
205
|
+
criterion disturbance_criterion { target /req/electronic/disturbances pass_if "ocl{not significant_fault}" description "No significant fault (> v_min) from disturbance" }
|
|
206
|
+
}
|
|
207
|
+
result_forms { bursts }
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
conformance_test /conf/electronic-tests/surge {
|
|
211
|
+
name "Surge test"
|
|
212
|
+
purpose "Verify that surge events do not cause significant faults."
|
|
213
|
+
method "Apply surge test signals on line-to-line and line-to-earth configurations. Record load cell output with and without disturbance."
|
|
214
|
+
type Testing
|
|
215
|
+
kind disturbance
|
|
216
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.7" }
|
|
217
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.7" }
|
|
218
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.7/table-1" }
|
|
219
|
+
targets { /req/electronic/disturbances /req/electronic/no-significant-faults /req/electronic/acting-on-faults }
|
|
220
|
+
binds_to { group.parameters.v_min family.classification.technology }
|
|
221
|
+
guidance "R 60-2, 2.10.7.7: this test shall be conducted UNLESS justification regarding the specific details of the intended use and installation renders it unnecessary (applicable where a significant influence of surges can be expected — outdoor installations and/or long signal lines > 10 m); the justification for not conducting the test shall be noted in the test report (recorded in the surge form's omission_justification field)."
|
|
222
|
+
required_competence {
|
|
223
|
+
competence emc_testing {
|
|
224
|
+
method_standard "iec-61000-4-5"
|
|
225
|
+
description "Surge application on power supply lines at the prescribed severity (R 60-2, 2.10.7.7, applying IEC 61000-4-5)"
|
|
226
|
+
}
|
|
227
|
+
competence indication_readout {
|
|
228
|
+
description "Indicating instrument recording the output before, during and after the disturbance (R 60-2, 2.7.2)"
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
variables {
|
|
232
|
+
variable conversion_factor_f { type number unit "counts/v" source derived }
|
|
233
|
+
variable indication_without_disturbance { type number unit "counts" source measured }
|
|
234
|
+
variable indication_with_disturbance { type number unit "counts" source measured }
|
|
235
|
+
variable difference { type number unit "v" source derived derivation "ocl{(indication_with_disturbance - indication_without_disturbance) / conversion_factor_f}" }
|
|
236
|
+
variable significant_fault { type boolean source derived derivation "ocl{abs(difference) > 1}" }
|
|
237
|
+
}
|
|
238
|
+
conditions_to_enforce { load-cell-limiting-conditions }
|
|
239
|
+
procedure {
|
|
240
|
+
1 "Record indication without disturbance" outputs { indication_without_disturbance }
|
|
241
|
+
2 "Apply disturbance and record indication" outputs { indication_with_disturbance difference significant_fault }
|
|
242
|
+
}
|
|
243
|
+
procedure_steps { check_test_conditions insert_load_cell preload_load_cell check_indicating_instrument apply_test_load record_reference_indication apply_surge_test_positive record_indication_positive apply_surge_test_negative record_indication_negative check_for_significant_fault determine_pass_fail }
|
|
244
|
+
design {
|
|
245
|
+
specimens {
|
|
246
|
+
count 1
|
|
247
|
+
max_additional 2
|
|
248
|
+
continuity same_eut_with_additional
|
|
249
|
+
rules { unit-continuity }
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
acceptance_criteria {
|
|
253
|
+
type composite
|
|
254
|
+
pass_if "ocl{disturbance_criterion}"
|
|
255
|
+
criterion disturbance_criterion { target /req/electronic/disturbances pass_if "ocl{not significant_fault}" description "No significant fault (> v_min) from disturbance" }
|
|
256
|
+
}
|
|
257
|
+
result_forms { surge }
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
conformance_test /conf/electronic-tests/esd {
|
|
261
|
+
name "Electrostatic discharge (ESD) test"
|
|
262
|
+
purpose "Verify that electrostatic discharge does not cause significant faults."
|
|
263
|
+
method "Apply contact and air discharge ESD at specified voltages. Test direct application, horizontal coupling plane, and vertical coupling plane configurations. Specify test points."
|
|
264
|
+
type Testing
|
|
265
|
+
kind disturbance
|
|
266
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.8" }
|
|
267
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.8" }
|
|
268
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.8/table-1" }
|
|
269
|
+
targets { /req/electronic/disturbances /req/electronic/no-significant-faults /req/electronic/acting-on-faults }
|
|
270
|
+
binds_to { group.parameters.v_min family.classification.technology }
|
|
271
|
+
required_competence {
|
|
272
|
+
competence emc_testing {
|
|
273
|
+
method_standard "iec-61000-4-2"
|
|
274
|
+
description "Electrostatic discharge application, contact and air, at the prescribed severity (R 60-2, 2.10.7.8, applying IEC 61000-4-2)"
|
|
275
|
+
}
|
|
276
|
+
competence indication_readout {
|
|
277
|
+
description "Indicating instrument recording the output before, during and after the disturbance (R 60-2, 2.7.2)"
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
variables {
|
|
281
|
+
variable conversion_factor_f { type number unit "counts/v" source derived }
|
|
282
|
+
variable indication_without_disturbance { type number unit "counts" source measured }
|
|
283
|
+
variable indication_with_disturbance { type number unit "counts" source measured }
|
|
284
|
+
variable difference { type number unit "v" source derived derivation "ocl{(indication_with_disturbance - indication_without_disturbance) / conversion_factor_f}" }
|
|
285
|
+
variable significant_fault { type boolean source derived derivation "ocl{abs(difference) > 1}" }
|
|
286
|
+
}
|
|
287
|
+
conditions_to_enforce { load-cell-limiting-conditions }
|
|
288
|
+
procedure {
|
|
289
|
+
1 "Record indication without disturbance" outputs { indication_without_disturbance }
|
|
290
|
+
2 "Apply disturbance and record indication" outputs { indication_with_disturbance difference significant_fault }
|
|
291
|
+
}
|
|
292
|
+
procedure_steps { check_test_conditions insert_load_cell preload_load_cell check_indicating_instrument apply_test_load record_reference_indication apply_esd_contact_discharge record_indication_contact apply_esd_air_discharge record_indication_air check_for_significant_fault determine_pass_fail }
|
|
293
|
+
design {
|
|
294
|
+
specimens {
|
|
295
|
+
count 1
|
|
296
|
+
max_additional 2
|
|
297
|
+
continuity same_eut_with_additional
|
|
298
|
+
rules { unit-continuity }
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
acceptance_criteria {
|
|
302
|
+
type composite
|
|
303
|
+
pass_if "ocl{disturbance_criterion}"
|
|
304
|
+
criterion disturbance_criterion { target /req/electronic/disturbances pass_if "ocl{not significant_fault}" description "No significant fault (> v_min) from disturbance" }
|
|
305
|
+
}
|
|
306
|
+
result_forms { esd }
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
conformance_test /conf/electronic-tests/emc-susceptibility {
|
|
310
|
+
name "Electromagnetic susceptibility test"
|
|
311
|
+
purpose "Verify that radiated RF electromagnetic fields do not cause significant faults."
|
|
312
|
+
method "Expose the load cell to radiated RF fields at specified frequencies and field strengths. Test with different antenna polarizations and facing directions. Record output with and without disturbance."
|
|
313
|
+
type Testing
|
|
314
|
+
kind disturbance
|
|
315
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.9" }
|
|
316
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.9" }
|
|
317
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.9/table-1" }
|
|
318
|
+
targets { /req/electronic/disturbances /req/electronic/no-significant-faults /req/electronic/acting-on-faults }
|
|
319
|
+
binds_to { group.parameters.v_min family.classification.technology }
|
|
320
|
+
required_competence {
|
|
321
|
+
competence emc_testing {
|
|
322
|
+
method_standard "iec-61000-4-3"
|
|
323
|
+
description "Radiated radio-frequency electromagnetic field exposure at the prescribed severity (R 60-2, 2.10.7.9, applying IEC 61000-4-3)"
|
|
324
|
+
}
|
|
325
|
+
competence indication_readout {
|
|
326
|
+
description "Indicating instrument recording the output before, during and after the disturbance (R 60-2, 2.7.2)"
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
variables {
|
|
330
|
+
variable conversion_factor_f { type number unit "counts/v" source derived }
|
|
331
|
+
variable indication_without_disturbance { type number unit "counts" source measured }
|
|
332
|
+
variable indication_with_disturbance { type number unit "counts" source measured }
|
|
333
|
+
variable difference { type number unit "v" source derived derivation "ocl{(indication_with_disturbance - indication_without_disturbance) / conversion_factor_f}" }
|
|
334
|
+
variable significant_fault { type boolean source derived derivation "ocl{abs(difference) > 1}" }
|
|
335
|
+
}
|
|
336
|
+
conditions_to_enforce { load-cell-limiting-conditions }
|
|
337
|
+
procedure {
|
|
338
|
+
1 "Record indication without disturbance" outputs { indication_without_disturbance }
|
|
339
|
+
2 "Apply disturbance and record indication" outputs { indication_with_disturbance difference significant_fault }
|
|
340
|
+
}
|
|
341
|
+
procedure_steps { check_test_conditions insert_load_cell preload_load_cell check_indicating_instrument apply_test_load record_reference_indication apply_radiated_em_field record_indication_em check_for_significant_fault determine_pass_fail }
|
|
342
|
+
design {
|
|
343
|
+
specimens {
|
|
344
|
+
count 1
|
|
345
|
+
max_additional 2
|
|
346
|
+
continuity same_eut_with_additional
|
|
347
|
+
rules { unit-continuity }
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
acceptance_criteria {
|
|
351
|
+
type composite
|
|
352
|
+
pass_if "ocl{disturbance_criterion}"
|
|
353
|
+
criterion disturbance_criterion { target /req/electronic/disturbances pass_if "ocl{not significant_fault}" description "No significant fault (> v_min) from disturbance" }
|
|
354
|
+
}
|
|
355
|
+
result_forms { emc-susceptibility }
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
conformance_test /conf/electronic-tests/conducted-emc {
|
|
359
|
+
name "Conducted electromagnetic fields test"
|
|
360
|
+
purpose "Verify that conducted electromagnetic fields do not cause significant faults."
|
|
361
|
+
method "Inject RF currents at specified frequencies into cables and interfaces. Record load cell output with and without disturbance."
|
|
362
|
+
type Testing
|
|
363
|
+
kind disturbance
|
|
364
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.10" }
|
|
365
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.10" }
|
|
366
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.10/table-1" }
|
|
367
|
+
targets { /req/electronic/disturbances /req/electronic/no-significant-faults /req/electronic/acting-on-faults }
|
|
368
|
+
binds_to { group.parameters.v_min family.classification.technology }
|
|
369
|
+
guidance "R 60-2, 2.10.7.10 (with 2.10.7.9 footnote): this test is not applicable for load cells without mains power supply or other input port — for such cells the radiated test (2.10.7.9) applies from 26 MHz instead; the port configuration is recorded on the conducted-emc form (has_mains_or_io_ports)."
|
|
370
|
+
required_competence {
|
|
371
|
+
competence emc_testing {
|
|
372
|
+
method_standard "iec-61000-4-6"
|
|
373
|
+
description "Conducted radio-frequency disturbance application at the prescribed severity (R 60-2, 2.10.7.10, applying IEC 61000-4-6)"
|
|
374
|
+
}
|
|
375
|
+
competence indication_readout {
|
|
376
|
+
description "Indicating instrument recording the output before, during and after the disturbance (R 60-2, 2.7.2)"
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
variables {
|
|
380
|
+
variable conversion_factor_f { type number unit "counts/v" source derived }
|
|
381
|
+
variable indication_without_disturbance { type number unit "counts" source measured }
|
|
382
|
+
variable indication_with_disturbance { type number unit "counts" source measured }
|
|
383
|
+
variable difference { type number unit "v" source derived derivation "ocl{(indication_with_disturbance - indication_without_disturbance) / conversion_factor_f}" }
|
|
384
|
+
variable significant_fault { type boolean source derived derivation "ocl{abs(difference) > 1}" }
|
|
385
|
+
}
|
|
386
|
+
conditions_to_enforce { load-cell-limiting-conditions }
|
|
387
|
+
procedure {
|
|
388
|
+
1 "Record indication without disturbance" outputs { indication_without_disturbance }
|
|
389
|
+
2 "Apply disturbance and record indication" outputs { indication_with_disturbance difference significant_fault }
|
|
390
|
+
}
|
|
391
|
+
procedure_steps { check_test_conditions insert_load_cell preload_load_cell check_indicating_instrument apply_test_load record_reference_indication apply_conducted_em_field record_indication_conducted check_for_significant_fault determine_pass_fail }
|
|
392
|
+
design {
|
|
393
|
+
specimens {
|
|
394
|
+
count 1
|
|
395
|
+
max_additional 2
|
|
396
|
+
continuity same_eut_with_additional
|
|
397
|
+
rules { unit-continuity }
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
acceptance_criteria {
|
|
401
|
+
type composite
|
|
402
|
+
pass_if "ocl{disturbance_criterion}"
|
|
403
|
+
criterion disturbance_criterion { target /req/electronic/disturbances pass_if "ocl{not significant_fault}" description "No significant fault (> v_min) from disturbance" }
|
|
404
|
+
}
|
|
405
|
+
result_forms { conducted-emc }
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
conformance_test /conf/electronic-tests/span-stability {
|
|
409
|
+
name "Span stability test"
|
|
410
|
+
purpose "Verify that span variation over the test duration does not exceed the greater of 0.5 v or 0.5 times the absolute value of MPE for D_max."
|
|
411
|
+
method "Perform minimum 8 measurement sets over test duration (28 days normally, up to 40 days for CH-marked). Class B: 5 runs per set. Classes C/D: 3 runs per set. Calculate span variation between measurements and compare against limits. Use p_LC = 1.0."
|
|
412
|
+
type Testing
|
|
413
|
+
kind span-stability
|
|
414
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.11" }
|
|
415
|
+
reference { doc "urn:oiml:pub:r:60-2:2021" clause "2.10.7.11" }
|
|
416
|
+
targets { /req/electronic/span-stability }
|
|
417
|
+
binds_to { group.parameters.mpe sample.test_context.d_max group.classification.accuracy_class }
|
|
418
|
+
guidance "Not applicable to Class A load cells."
|
|
419
|
+
applicability {
|
|
420
|
+
accuracy_class: [B, C, D]
|
|
421
|
+
}
|
|
422
|
+
required_competence {
|
|
423
|
+
competence force_measurement {
|
|
424
|
+
range { max "e_max" unit "kg" }
|
|
425
|
+
description "Force-generating system applying the periodic load cycles of the endurance sequence (R 60-2, 2.10.7.11)"
|
|
426
|
+
}
|
|
427
|
+
competence temperature_control {
|
|
428
|
+
range { min "t_min" max "t_max" unit "degC" }
|
|
429
|
+
stability { value 2 unit "degC" }
|
|
430
|
+
description "Climatic chamber conditioning for the temperature exposures of the sequence (R 60-2, 2.10.7.11)"
|
|
431
|
+
}
|
|
432
|
+
competence indication_readout {
|
|
433
|
+
description "Indicating instrument recording span at every measurement set over the 28–40 day sequence (R 60-2, 2.7.2)"
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
variables {
|
|
437
|
+
variable conversion_factor_f { type number unit "counts/v" source derived }
|
|
438
|
+
variable span_vmin { type number unit "v" source derived derivation "ocl{span / conversion_factor_f}" }
|
|
439
|
+
variable variation { type number unit "v" source derived derivation "ocl{abs(span_vmin - measurements[0].span_vmin)}" }
|
|
440
|
+
variable max_allowable_variation { type number unit "v" source computed derivation "ocl{max(0.5, 0.5 * abs(lookupMPE(d_max, accuracy_class, 1.0)))}" }
|
|
441
|
+
}
|
|
442
|
+
conditions_to_enforce { load-cell-reference-conditions }
|
|
443
|
+
procedure {
|
|
444
|
+
1 "Perform measurement set 1 (baseline)" outputs { span_vmin }
|
|
445
|
+
2 "Perform measurement sets 2-8 over test duration (28 days, up to 40 for CH)" outputs { span_vmin variation }
|
|
446
|
+
3 "Compare all variations against max allowable" outputs { max_allowable_variation }
|
|
447
|
+
}
|
|
448
|
+
procedure_steps { check_test_conditions insert_load_cell preload_load_cell check_indicating_instrument record_initial_span apply_periodic_load_cycles record_span_after_cycles determine_span_drift determine_pass_fail }
|
|
449
|
+
instances {
|
|
450
|
+
by accuracy_class
|
|
451
|
+
values {
|
|
452
|
+
B { n_runs: 5 }
|
|
453
|
+
C { n_runs: 3 }
|
|
454
|
+
D { n_runs: 3 }
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
design {
|
|
458
|
+
schedule {
|
|
459
|
+
duration P28D
|
|
460
|
+
cadence PT12H
|
|
461
|
+
constraints {
|
|
462
|
+
"duration 28 days or the period of the performance tests, whichever is shorter; may be increased to 40 days for CH marked load cells (R 60-2, 2.10.7.11)"
|
|
463
|
+
"time between measurements: 12 h to 10 days for SH marked, at most 14 days for CH marked, evenly distributed over the total duration"
|
|
464
|
+
"at least 8 measurements; reasonably constant conditions (± 2 °C)"
|
|
465
|
+
"two disconnections from the power supply of at least 8 hours each during the test period"
|
|
466
|
+
"stabilise at least 5 h after switch-on, at least 16 h after any temperature or humidity test"
|
|
467
|
+
"trend-continuation rule: where differences indicate a trend of more than half the allowable variation, continue the test until the trend comes to rest or reverses itself, or until the error exceeds the maximum allowable variation (R 60-2, 2.10.7.11)"
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
specimens {
|
|
471
|
+
count 1
|
|
472
|
+
continuity same_eut
|
|
473
|
+
rules { unit-continuity }
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
acceptance_criteria {
|
|
477
|
+
type composite
|
|
478
|
+
pass_if "ocl{span_stability_criterion}"
|
|
479
|
+
criterion span_stability_criterion { target /req/electronic/span-stability pass_if "ocl{variation <= max_allowable_variation}" description "Span variation ≤ max(0.5 v, 0.5 × |MPE|) with p_LC = 1.0" }
|
|
480
|
+
}
|
|
481
|
+
result_forms { span-stability }
|
|
482
|
+
}
|
|
483
|
+
|