@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,50 @@
|
|
|
1
|
+
form r129-3/sec-2.1 {
|
|
2
|
+
name "Summary of type evaluation"
|
|
3
|
+
description "Summary table of all type evaluation tests with pass/fail results"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 129-3, 1.1"
|
|
6
|
+
ref report-format "urn:oiml:pub:r:129-3:2020#clause-1.1"
|
|
7
|
+
ref report-format "urn:oiml:pub:r:129-3:2020#table-5"
|
|
8
|
+
ref report-format "urn:oiml:pub:r:129-3:2020#table-6"
|
|
9
|
+
scope administrative
|
|
10
|
+
field report_number : string {
|
|
11
|
+
label "Report no."
|
|
12
|
+
required true
|
|
13
|
+
}
|
|
14
|
+
field application_number : string {
|
|
15
|
+
label "Application no."
|
|
16
|
+
required true
|
|
17
|
+
bind application.application_number
|
|
18
|
+
}
|
|
19
|
+
field manufacturer : string {
|
|
20
|
+
label "Manufacturer"
|
|
21
|
+
required true
|
|
22
|
+
}
|
|
23
|
+
field make_and_model : string {
|
|
24
|
+
label "Make and model"
|
|
25
|
+
required true
|
|
26
|
+
}
|
|
27
|
+
field test_summary : array {
|
|
28
|
+
label "Test summary"
|
|
29
|
+
items { object fields {
|
|
30
|
+
field section : string {
|
|
31
|
+
label "Section"
|
|
32
|
+
}
|
|
33
|
+
field test : string {
|
|
34
|
+
label "Test"
|
|
35
|
+
}
|
|
36
|
+
field report_page : string {
|
|
37
|
+
label "Report page"
|
|
38
|
+
}
|
|
39
|
+
field pass_fail : boolean {
|
|
40
|
+
label "Pass/Fail"
|
|
41
|
+
true_label "Pass"
|
|
42
|
+
false_label "Fail"
|
|
43
|
+
}
|
|
44
|
+
field remarks : string {
|
|
45
|
+
label "Remarks"
|
|
46
|
+
}
|
|
47
|
+
} }
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
form r129-3/sec-2.9 {
|
|
2
|
+
name "Electrical fast transient / burst test"
|
|
3
|
+
description "Electrical fast transient / burst immunity test (R 129-3, 1.9; R 129-2, Annex A per IEC 61000-4-4) — 2 kV on power supply lines, 1 kV on I/O and communication lines; no significant fault, or detected and acted upon (R 129-1, 4.3.1)."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
header r129-3/header-b
|
|
6
|
+
conformance_process /conf/disturbance-tests/bursts
|
|
7
|
+
section "R 129-3, 1.9"
|
|
8
|
+
requirements { /req/electronic/disturbance-resistance /req/electronic/no-significant-faults }
|
|
9
|
+
ref requirement "urn:oiml:pub:r:129-1:2020#clause-4.3.1"
|
|
10
|
+
ref test-procedure "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
11
|
+
applicability {
|
|
12
|
+
power_supply: [ac-mains]
|
|
13
|
+
}
|
|
14
|
+
field severity : object {
|
|
15
|
+
label "Burst parameters (IEC 61000-4-4)"
|
|
16
|
+
description "Fast transient bursts per IEC 61000-4-4 (R 129-2, Annex A): 2 kV on power supply lines, 1 kV on I/O and communication lines; 5 ns rise / 50 ns half-amplitude spikes, 15 ms burst length, 300 ms burst period, repetition 5 kHz ± 20 %; at least 10 positive and 10 negative randomly phased bursts."
|
|
17
|
+
measurement_method direct
|
|
18
|
+
fields {
|
|
19
|
+
field voltage_power_lines_kv : number {
|
|
20
|
+
label "Test level — power supply lines"
|
|
21
|
+
unit "kV"
|
|
22
|
+
measurement_method direct
|
|
23
|
+
default 2
|
|
24
|
+
}
|
|
25
|
+
field voltage_io_lines_kv : number {
|
|
26
|
+
label "Test level — I/O and communication lines"
|
|
27
|
+
unit "kV"
|
|
28
|
+
measurement_method direct
|
|
29
|
+
default 1
|
|
30
|
+
}
|
|
31
|
+
field rise_time_ns : number {
|
|
32
|
+
label "Rise time"
|
|
33
|
+
unit "ns"
|
|
34
|
+
measurement_method direct
|
|
35
|
+
default 5
|
|
36
|
+
}
|
|
37
|
+
field pulse_width_ns : number {
|
|
38
|
+
label "Pulse width (half amplitude)"
|
|
39
|
+
unit "ns"
|
|
40
|
+
measurement_method direct
|
|
41
|
+
default 50
|
|
42
|
+
}
|
|
43
|
+
field burst_length_ms : number {
|
|
44
|
+
label "Burst length"
|
|
45
|
+
unit "ms"
|
|
46
|
+
measurement_method direct
|
|
47
|
+
default 15
|
|
48
|
+
}
|
|
49
|
+
field burst_period_ms : number {
|
|
50
|
+
label "Burst period"
|
|
51
|
+
unit "ms"
|
|
52
|
+
measurement_method direct
|
|
53
|
+
default 300
|
|
54
|
+
}
|
|
55
|
+
field repetition_khz : number {
|
|
56
|
+
label "Repetition frequency"
|
|
57
|
+
unit "kHz"
|
|
58
|
+
measurement_method direct
|
|
59
|
+
default 5
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
field measurements : array {
|
|
64
|
+
label "Measurements (baseline + under bursts)"
|
|
65
|
+
description "Measurements during the disturbance (baseline row + under-disturbance rows)"
|
|
66
|
+
required true
|
|
67
|
+
subform_ref dimension-measurement { }
|
|
68
|
+
}
|
|
69
|
+
field fault_detected : boolean {
|
|
70
|
+
label "Significant fault detected and acted upon"
|
|
71
|
+
description "The checking facility detected the significant fault and acted upon it (R 129-1, 5.6.1)"
|
|
72
|
+
measurement_method direct
|
|
73
|
+
}
|
|
74
|
+
field disturbance_verdict : boolean {
|
|
75
|
+
label "Result"
|
|
76
|
+
required true
|
|
77
|
+
measurement_method evaluated
|
|
78
|
+
targets { /req/electronic/disturbance-resistance }
|
|
79
|
+
true_label "Pass"
|
|
80
|
+
false_label "Fail"
|
|
81
|
+
evaluation { rule "ocl{measurements->forAll(m | m.pass_fail) or fault_detected}" condition "within limits, or no significant fault / fault detected" }
|
|
82
|
+
}
|
|
83
|
+
field remarks : text {
|
|
84
|
+
label "Remarks"
|
|
85
|
+
}
|
|
86
|
+
pass_fail { criteria "The error shall lie within the permissible limits under the disturbance, or no significant fault shall occur / the checking facility shall detect it." pass_if "ocl{disturbance_verdict}" }
|
|
87
|
+
}
|
|
88
|
+
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
form r129-3/sec-2.10 {
|
|
2
|
+
name "Electrostatic discharge test"
|
|
3
|
+
description "Electrostatic discharge immunity test (R 129-3, 1.10; R 129-2, Annex A per IEC 61000-4-2) — direct application (contact and air discharge) and indirect application via coupling planes; no significant fault, or detected and acted upon (R 129-1, 4.3.1)."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
header r129-3/header-b
|
|
6
|
+
conformance_process /conf/disturbance-tests/esd
|
|
7
|
+
section "R 129-3, 1.10"
|
|
8
|
+
requirements { /req/electronic/disturbance-resistance /req/electronic/no-significant-faults }
|
|
9
|
+
ref requirement "urn:oiml:pub:r:129-1:2020#clause-4.3.1"
|
|
10
|
+
ref test-procedure "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
11
|
+
field severity : object {
|
|
12
|
+
label "Discharge parameters (IEC 61000-4-2)"
|
|
13
|
+
description "Electrostatic discharge per IEC 61000-4-2 (R 129-2, Annex A): direct application (contact and air discharge) and indirect application via coupling planes; test levels per IEC 61000-4-2 (OIML D 11: 6 kV contact / 8 kV air, 150 pF via 330 Ω)."
|
|
14
|
+
measurement_method direct
|
|
15
|
+
fields {
|
|
16
|
+
field contact_voltage_kv : number {
|
|
17
|
+
label "Contact discharge voltage"
|
|
18
|
+
unit "kV"
|
|
19
|
+
measurement_method direct
|
|
20
|
+
default 6
|
|
21
|
+
}
|
|
22
|
+
field air_voltage_kv : number {
|
|
23
|
+
label "Air discharge voltage"
|
|
24
|
+
unit "kV"
|
|
25
|
+
measurement_method direct
|
|
26
|
+
default 8
|
|
27
|
+
}
|
|
28
|
+
field discharge_network : string {
|
|
29
|
+
label "Discharge network"
|
|
30
|
+
measurement_method direct
|
|
31
|
+
default "150 pF via 330 Ω"
|
|
32
|
+
}
|
|
33
|
+
field polarity : enum {
|
|
34
|
+
label "Polarity"
|
|
35
|
+
measurement_method direct
|
|
36
|
+
enum_values { positive negative both }
|
|
37
|
+
default "both"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
field measurements : array {
|
|
42
|
+
label "Measurements (baseline + under discharge)"
|
|
43
|
+
description "Measurements during the disturbance (baseline row + under-disturbance rows)"
|
|
44
|
+
required true
|
|
45
|
+
subform_ref dimension-measurement { }
|
|
46
|
+
}
|
|
47
|
+
field fault_detected : boolean {
|
|
48
|
+
label "Significant fault detected and acted upon"
|
|
49
|
+
description "The checking facility detected the significant fault and acted upon it (R 129-1, 5.6.1)"
|
|
50
|
+
measurement_method direct
|
|
51
|
+
}
|
|
52
|
+
field disturbance_verdict : boolean {
|
|
53
|
+
label "Result"
|
|
54
|
+
required true
|
|
55
|
+
measurement_method evaluated
|
|
56
|
+
targets { /req/electronic/disturbance-resistance }
|
|
57
|
+
true_label "Pass"
|
|
58
|
+
false_label "Fail"
|
|
59
|
+
evaluation { rule "ocl{measurements->forAll(m | m.pass_fail) or fault_detected}" condition "within limits, or no significant fault / fault detected" }
|
|
60
|
+
}
|
|
61
|
+
field remarks : text {
|
|
62
|
+
label "Remarks"
|
|
63
|
+
}
|
|
64
|
+
pass_fail { criteria "The error shall lie within the permissible limits under the disturbance, or no significant fault shall occur / the checking facility shall detect it." pass_if "ocl{disturbance_verdict}" }
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
form r129-3/sec-2.7 {
|
|
2
|
+
name "Low voltage of battery test"
|
|
3
|
+
description "Low voltage of battery test (R 129-3, 1.7; R 129-2, Annex A) — measurements at nominal voltage, reduced levels, and 90 % of the manufacturer's stated minimum battery supply voltage; the error shall lie within the maximum permissible error, or the indication is blank at reduced voltages."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
header r129-3/header-b
|
|
6
|
+
conformance_process /conf/metrological-tests/low-voltage-battery
|
|
7
|
+
section "R 129-3, 1.7"
|
|
8
|
+
requirements { /req/electronic/rated-operating-conditions /req/metrological/mpe }
|
|
9
|
+
ref requirement "urn:oiml:pub:r:129-1:2020#clause-4.2.1"
|
|
10
|
+
ref test-procedure "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
11
|
+
applicability {
|
|
12
|
+
power_supply: [battery]
|
|
13
|
+
}
|
|
14
|
+
field severity : object {
|
|
15
|
+
label "Voltage levels (R 129-2, Annex A)"
|
|
16
|
+
description "Reduced battery supply voltage (R 129-2, Annex A): nominal, reduced levels, down to 90 % of the manufacturer's stated minimum battery supply voltage."
|
|
17
|
+
measurement_method direct
|
|
18
|
+
fields {
|
|
19
|
+
field voltage_levels : string {
|
|
20
|
+
label "Test voltage levels"
|
|
21
|
+
measurement_method direct
|
|
22
|
+
default "Nominal; Reduced voltage; 90 % of minimum"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
field measurements : array {
|
|
27
|
+
label "Measurements (per voltage level)"
|
|
28
|
+
description "Measurements during the disturbance (baseline row + under-disturbance rows)"
|
|
29
|
+
required true
|
|
30
|
+
subform_ref dimension-measurement { }
|
|
31
|
+
}
|
|
32
|
+
field fault_detected : boolean {
|
|
33
|
+
label "Significant fault detected and acted upon"
|
|
34
|
+
description "The checking facility detected the significant fault and acted upon it (R 129-1, 5.6.1)"
|
|
35
|
+
measurement_method direct
|
|
36
|
+
}
|
|
37
|
+
field disturbance_verdict : boolean {
|
|
38
|
+
label "Result"
|
|
39
|
+
required true
|
|
40
|
+
measurement_method evaluated
|
|
41
|
+
targets { /req/electronic/rated-operating-conditions }
|
|
42
|
+
true_label "Pass"
|
|
43
|
+
false_label "Fail"
|
|
44
|
+
evaluation { rule "ocl{measurements->forAll(m | m.pass_fail)}" condition "within limits, or no significant fault / fault detected" }
|
|
45
|
+
}
|
|
46
|
+
field remarks : text {
|
|
47
|
+
label "Remarks"
|
|
48
|
+
}
|
|
49
|
+
field battery_voltage_min : number {
|
|
50
|
+
label "Stated minimum battery voltage"
|
|
51
|
+
unit "V"
|
|
52
|
+
required true
|
|
53
|
+
measurement_method declared
|
|
54
|
+
bind model.parameters.battery_voltage_min
|
|
55
|
+
}
|
|
56
|
+
pass_fail { criteria "The error shall lie within the permissible limits under the disturbance, or no significant fault shall occur / the checking facility shall detect it." pass_if "ocl{disturbance_verdict}" }
|
|
57
|
+
}
|
|
58
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
form r129-3/sec-2.12.2 {
|
|
2
|
+
name "Conducted radio-frequency disturbance immunity test"
|
|
3
|
+
description "Conducted RF disturbance immunity test (R 129-3, 1.12.2; R 129-2, Annex A per IEC 61000-4-6) — applied to all relevant cables and ports; no significant fault, or detected and acted upon (R 129-1, 4.3.1)."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
header r129-3/header-b
|
|
6
|
+
conformance_process /conf/disturbance-tests/rf-immunity-conducted
|
|
7
|
+
section "R 129-3, 1.12.2"
|
|
8
|
+
requirements { /req/electronic/disturbance-resistance /req/electronic/no-significant-faults }
|
|
9
|
+
ref requirement "urn:oiml:pub:r:129-1:2020#clause-4.3.1"
|
|
10
|
+
ref test-procedure "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
11
|
+
field severity : object {
|
|
12
|
+
label "Test parameters (IEC 61000-4-6)"
|
|
13
|
+
description "Conducted radio-frequency disturbances per IEC 61000-4-6 (R 129-2, Annex A): test level and frequency range per IEC 61000-4-6 (OIML D 11: 10 V e.m.f., 80 % AM), applied to all relevant cables and ports."
|
|
14
|
+
measurement_method direct
|
|
15
|
+
fields {
|
|
16
|
+
field test_level_v : number {
|
|
17
|
+
label "Test level (e.m.f.)"
|
|
18
|
+
unit "V"
|
|
19
|
+
measurement_method direct
|
|
20
|
+
default 10
|
|
21
|
+
}
|
|
22
|
+
field frequency_range : string {
|
|
23
|
+
label "Frequency range"
|
|
24
|
+
required true
|
|
25
|
+
measurement_method direct
|
|
26
|
+
}
|
|
27
|
+
field modulation : string {
|
|
28
|
+
label "Modulation"
|
|
29
|
+
measurement_method direct
|
|
30
|
+
default "80 % AM, 1 kHz"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
field measurements : array {
|
|
35
|
+
label "Measurements (baseline + under disturbance)"
|
|
36
|
+
description "Measurements during the disturbance (baseline row + under-disturbance rows)"
|
|
37
|
+
required true
|
|
38
|
+
subform_ref dimension-measurement { }
|
|
39
|
+
}
|
|
40
|
+
field fault_detected : boolean {
|
|
41
|
+
label "Significant fault detected and acted upon"
|
|
42
|
+
description "The checking facility detected the significant fault and acted upon it (R 129-1, 5.6.1)"
|
|
43
|
+
measurement_method direct
|
|
44
|
+
}
|
|
45
|
+
field disturbance_verdict : boolean {
|
|
46
|
+
label "Result"
|
|
47
|
+
required true
|
|
48
|
+
measurement_method evaluated
|
|
49
|
+
targets { /req/electronic/disturbance-resistance }
|
|
50
|
+
true_label "Pass"
|
|
51
|
+
false_label "Fail"
|
|
52
|
+
evaluation { rule "ocl{measurements->forAll(m | m.pass_fail) or fault_detected}" condition "within limits, or no significant fault / fault detected" }
|
|
53
|
+
}
|
|
54
|
+
field remarks : text {
|
|
55
|
+
label "Remarks"
|
|
56
|
+
}
|
|
57
|
+
pass_fail { criteria "The error shall lie within the permissible limits under the disturbance, or no significant fault shall occur / the checking facility shall detect it." pass_if "ocl{disturbance_verdict}" }
|
|
58
|
+
}
|
|
59
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
form r129-3/sec-2.12.1 {
|
|
2
|
+
name "Radiated radio-frequency electromagnetic field immunity test"
|
|
3
|
+
description "Radiated RF electromagnetic field immunity test (R 129-3, 1.12.1; R 129-2, Annex A per IEC 61000-4-3) — no significant fault, or detected and acted upon (R 129-1, 4.3.1)."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
header r129-3/header-b
|
|
6
|
+
conformance_process /conf/disturbance-tests/rf-immunity-radiated
|
|
7
|
+
section "R 129-3, 1.12.1"
|
|
8
|
+
requirements { /req/electronic/disturbance-resistance /req/electronic/no-significant-faults }
|
|
9
|
+
ref requirement "urn:oiml:pub:r:129-1:2020#clause-4.3.1"
|
|
10
|
+
ref test-procedure "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
11
|
+
field severity : object {
|
|
12
|
+
label "Field parameters (IEC 61000-4-3)"
|
|
13
|
+
description "Radiated radio-frequency electromagnetic field per IEC 61000-4-3 (R 129-2, Annex A): field strength and frequency range per IEC 61000-4-3 (OIML D 11: 10 V/m, 80 % AM, over the specified frequency range)."
|
|
14
|
+
measurement_method direct
|
|
15
|
+
fields {
|
|
16
|
+
field field_strength_v_m : number {
|
|
17
|
+
label "Field strength"
|
|
18
|
+
unit "V/m"
|
|
19
|
+
measurement_method direct
|
|
20
|
+
default 10
|
|
21
|
+
}
|
|
22
|
+
field frequency_range : string {
|
|
23
|
+
label "Frequency range"
|
|
24
|
+
required true
|
|
25
|
+
measurement_method direct
|
|
26
|
+
}
|
|
27
|
+
field modulation : string {
|
|
28
|
+
label "Modulation"
|
|
29
|
+
measurement_method direct
|
|
30
|
+
default "80 % AM, 1 kHz"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
field measurements : array {
|
|
35
|
+
label "Measurements (baseline + under field)"
|
|
36
|
+
description "Measurements during the disturbance (baseline row + under-disturbance rows)"
|
|
37
|
+
required true
|
|
38
|
+
subform_ref dimension-measurement { }
|
|
39
|
+
}
|
|
40
|
+
field fault_detected : boolean {
|
|
41
|
+
label "Significant fault detected and acted upon"
|
|
42
|
+
description "The checking facility detected the significant fault and acted upon it (R 129-1, 5.6.1)"
|
|
43
|
+
measurement_method direct
|
|
44
|
+
}
|
|
45
|
+
field disturbance_verdict : boolean {
|
|
46
|
+
label "Result"
|
|
47
|
+
required true
|
|
48
|
+
measurement_method evaluated
|
|
49
|
+
targets { /req/electronic/disturbance-resistance }
|
|
50
|
+
true_label "Pass"
|
|
51
|
+
false_label "Fail"
|
|
52
|
+
evaluation { rule "ocl{measurements->forAll(m | m.pass_fail) or fault_detected}" condition "within limits, or no significant fault / fault detected" }
|
|
53
|
+
}
|
|
54
|
+
field remarks : text {
|
|
55
|
+
label "Remarks"
|
|
56
|
+
}
|
|
57
|
+
pass_fail { criteria "The error shall lie within the permissible limits under the disturbance, or no significant fault shall occur / the checking facility shall detect it." pass_if "ocl{disturbance_verdict}" }
|
|
58
|
+
}
|
|
59
|
+
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
form r129-3/sec-2.11 {
|
|
2
|
+
name "Surge immunity test"
|
|
3
|
+
description "Surge immunity test (R 129-3, 1.11; R 129-2, Annex A per IEC 61000-4-5) — surges applied to the AC mains at phase angles 0°, 90°, 180° and 270° and to signal, data and control lines; no significant fault, or detected and acted upon (R 129-1, 4.3.1)."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
header r129-3/header-b
|
|
6
|
+
conformance_process /conf/disturbance-tests/surges
|
|
7
|
+
section "R 129-3, 1.11"
|
|
8
|
+
requirements { /req/electronic/disturbance-resistance /req/electronic/no-significant-faults }
|
|
9
|
+
ref requirement "urn:oiml:pub:r:129-1:2020#clause-4.3.1"
|
|
10
|
+
ref test-procedure "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
11
|
+
applicability {
|
|
12
|
+
power_supply: [ac-mains]
|
|
13
|
+
}
|
|
14
|
+
field severity : object {
|
|
15
|
+
label "Surge parameters (IEC 61000-4-5)"
|
|
16
|
+
description "Surges per IEC 61000-4-5 (R 129-2, Annex A): applied to the AC mains at phase angles 0°, 90°, 180° and 270°, and to signal, data and control lines; test levels per IEC 61000-4-5."
|
|
17
|
+
measurement_method direct
|
|
18
|
+
fields {
|
|
19
|
+
field test_level_kv : number {
|
|
20
|
+
label "Test level"
|
|
21
|
+
unit "kV"
|
|
22
|
+
measurement_method direct
|
|
23
|
+
}
|
|
24
|
+
field phase_angles : string {
|
|
25
|
+
label "Phase angles (AC mains)"
|
|
26
|
+
measurement_method direct
|
|
27
|
+
default "0°, 90°, 180°, 270°"
|
|
28
|
+
}
|
|
29
|
+
field lines_tested : string {
|
|
30
|
+
label "Lines tested"
|
|
31
|
+
measurement_method direct
|
|
32
|
+
default "AC mains; signal, data and control lines"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
field measurements : array {
|
|
37
|
+
label "Measurements (baseline + under surges)"
|
|
38
|
+
description "Measurements during the disturbance (baseline row + under-disturbance rows)"
|
|
39
|
+
required true
|
|
40
|
+
subform_ref dimension-measurement { }
|
|
41
|
+
}
|
|
42
|
+
field fault_detected : boolean {
|
|
43
|
+
label "Significant fault detected and acted upon"
|
|
44
|
+
description "The checking facility detected the significant fault and acted upon it (R 129-1, 5.6.1)"
|
|
45
|
+
measurement_method direct
|
|
46
|
+
}
|
|
47
|
+
field disturbance_verdict : boolean {
|
|
48
|
+
label "Result"
|
|
49
|
+
required true
|
|
50
|
+
measurement_method evaluated
|
|
51
|
+
targets { /req/electronic/disturbance-resistance }
|
|
52
|
+
true_label "Pass"
|
|
53
|
+
false_label "Fail"
|
|
54
|
+
evaluation { rule "ocl{measurements->forAll(m | m.pass_fail) or fault_detected}" condition "within limits, or no significant fault / fault detected" }
|
|
55
|
+
}
|
|
56
|
+
field remarks : text {
|
|
57
|
+
label "Remarks"
|
|
58
|
+
}
|
|
59
|
+
pass_fail { criteria "The error shall lie within the permissible limits under the disturbance, or no significant fault shall occur / the checking facility shall detect it." pass_if "ocl{disturbance_verdict}" }
|
|
60
|
+
}
|
|
61
|
+
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
form r129-3/sec-2.8 {
|
|
2
|
+
name "Voltage dips and short interruptions test"
|
|
3
|
+
description "Short-time voltage reductions test (R 129-3, 1.8; R 129-2, Annex A) — reductions to 0 % for 0.5/1 cycle, 40 % for 10/12 cycles, 70 % for 25/30 cycles, 80 % for 250/300 cycles and 100 % for 250/300 cycles of nominal voltage; no significant fault, or detected and acted upon (R 129-1, 4.3.1)."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
header r129-3/header-b
|
|
6
|
+
conformance_process /conf/disturbance-tests/voltage-dips
|
|
7
|
+
section "R 129-3, 1.8"
|
|
8
|
+
requirements { /req/electronic/disturbance-resistance /req/electronic/no-significant-faults }
|
|
9
|
+
ref requirement "urn:oiml:pub:r:129-1:2020#clause-4.3.1"
|
|
10
|
+
ref test-procedure "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
11
|
+
applicability {
|
|
12
|
+
power_supply: [ac-mains]
|
|
13
|
+
}
|
|
14
|
+
field severity : object {
|
|
15
|
+
label "Reduction parameters (R 129-2, Annex A)"
|
|
16
|
+
description "Short-time voltage reductions (R 129-2, Annex A): reductions to 0 % for 0.5/1 cycle, 40 % for 10/12 cycles, 70 % for 25/30 cycles, 80 % for 250/300 cycles and 100 % for 250/300 cycles of nominal voltage; each reduction repeated 10 times at intervals of at least 10 s."
|
|
17
|
+
measurement_method direct
|
|
18
|
+
fields {
|
|
19
|
+
field reductions : text {
|
|
20
|
+
label "Reductions and durations"
|
|
21
|
+
measurement_method direct
|
|
22
|
+
default "0 % for 0.5/1 cycle; 40 % for 10/12 cycles; 70 % for 25/30 cycles; 80 % for 250/300 cycles; 100 % for 250/300 cycles"
|
|
23
|
+
}
|
|
24
|
+
field repetitions : integer {
|
|
25
|
+
label "Repetitions per reduction"
|
|
26
|
+
measurement_method direct
|
|
27
|
+
default 10
|
|
28
|
+
}
|
|
29
|
+
field interval_s : number {
|
|
30
|
+
label "Interval between reductions"
|
|
31
|
+
unit "s"
|
|
32
|
+
measurement_method direct
|
|
33
|
+
default 10
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
field measurements : array {
|
|
38
|
+
label "Measurements (baseline + per reduction)"
|
|
39
|
+
description "Measurements during the disturbance (baseline row + under-disturbance rows)"
|
|
40
|
+
required true
|
|
41
|
+
subform_ref dimension-measurement { }
|
|
42
|
+
}
|
|
43
|
+
field fault_detected : boolean {
|
|
44
|
+
label "Significant fault detected and acted upon"
|
|
45
|
+
description "The checking facility detected the significant fault and acted upon it (R 129-1, 5.6.1)"
|
|
46
|
+
measurement_method direct
|
|
47
|
+
}
|
|
48
|
+
field disturbance_verdict : boolean {
|
|
49
|
+
label "Result"
|
|
50
|
+
required true
|
|
51
|
+
measurement_method evaluated
|
|
52
|
+
targets { /req/electronic/disturbance-resistance }
|
|
53
|
+
true_label "Pass"
|
|
54
|
+
false_label "Fail"
|
|
55
|
+
evaluation { rule "ocl{measurements->forAll(m | m.pass_fail) or fault_detected}" condition "within limits, or no significant fault / fault detected" }
|
|
56
|
+
}
|
|
57
|
+
field remarks : text {
|
|
58
|
+
label "Remarks"
|
|
59
|
+
}
|
|
60
|
+
pass_fail { criteria "The error shall lie within the permissible limits under the disturbance, or no significant fault shall occur / the checking facility shall detect it." pass_if "ocl{disturbance_verdict}" }
|
|
61
|
+
}
|
|
62
|
+
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
form r129-3/sec-2.6 {
|
|
2
|
+
name "AC mains voltage variation test"
|
|
3
|
+
description "AC mains voltage variation test (R 129-3, 1.6; R 129-2, Annex A) — measurements at nominal voltage, nominal +10 % and nominal −15 % (R 129-1, 4.2.1(a)); the error shall lie within the maximum permissible error at every voltage level."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
header r129-3/header-b
|
|
6
|
+
conformance_process /conf/metrological-tests/ac-voltage-variation
|
|
7
|
+
section "R 129-3, 1.6"
|
|
8
|
+
requirements { /req/electronic/rated-operating-conditions /req/metrological/mpe }
|
|
9
|
+
ref requirement "urn:oiml:pub:r:129-1:2020#clause-4.2.1"
|
|
10
|
+
ref test-procedure "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
11
|
+
applicability {
|
|
12
|
+
power_supply: [ac-mains]
|
|
13
|
+
}
|
|
14
|
+
field severity : object {
|
|
15
|
+
label "Voltage levels (R 129-2, Annex A)"
|
|
16
|
+
description "AC mains voltage variations (R 129-2, Annex A): nominal voltage, nominal +10 % and nominal −15 % (R 129-1, 4.2.1(a): −15 % to +10 % of nominal)."
|
|
17
|
+
measurement_method direct
|
|
18
|
+
fields {
|
|
19
|
+
field voltage_levels : string {
|
|
20
|
+
label "Test voltage levels"
|
|
21
|
+
measurement_method direct
|
|
22
|
+
default "Nominal; Nominal +10 %; Nominal −15 %"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
field measurements : array {
|
|
27
|
+
label "Measurements (per voltage level)"
|
|
28
|
+
description "Measurements during the disturbance (baseline row + under-disturbance rows)"
|
|
29
|
+
required true
|
|
30
|
+
subform_ref dimension-measurement { }
|
|
31
|
+
}
|
|
32
|
+
field fault_detected : boolean {
|
|
33
|
+
label "Significant fault detected and acted upon"
|
|
34
|
+
description "The checking facility detected the significant fault and acted upon it (R 129-1, 5.6.1)"
|
|
35
|
+
measurement_method direct
|
|
36
|
+
}
|
|
37
|
+
field disturbance_verdict : boolean {
|
|
38
|
+
label "Result"
|
|
39
|
+
required true
|
|
40
|
+
measurement_method evaluated
|
|
41
|
+
targets { /req/electronic/rated-operating-conditions }
|
|
42
|
+
true_label "Pass"
|
|
43
|
+
false_label "Fail"
|
|
44
|
+
evaluation { rule "ocl{measurements->forAll(m | m.pass_fail)}" condition "within limits, or no significant fault / fault detected" }
|
|
45
|
+
}
|
|
46
|
+
field remarks : text {
|
|
47
|
+
label "Remarks"
|
|
48
|
+
}
|
|
49
|
+
field nominal_voltage : number {
|
|
50
|
+
label "Nominal voltage"
|
|
51
|
+
unit "V"
|
|
52
|
+
required true
|
|
53
|
+
measurement_method declared
|
|
54
|
+
bind model.parameters.nominal_voltage
|
|
55
|
+
}
|
|
56
|
+
pass_fail { criteria "The error shall lie within the permissible limits under the disturbance, or no significant fault shall occur / the checking facility shall detect it." pass_if "ocl{disturbance_verdict}" }
|
|
57
|
+
}
|
|
58
|
+
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
form r129-3/sec-2.5.2 {
|
|
2
|
+
name "Damp heat, cyclic test"
|
|
3
|
+
description "Damp heat, cyclic test (R 129-3, 1.5.2; R 129-2, Annex A per IEC 60068-2-30) — for instruments subject to condensate water; measurements before and after exposure; the instrument shall recover to within the maximum permissible error (R 129-1, 4.1.2)."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
header r129-3/header-a
|
|
6
|
+
conformance_process /conf/disturbance-tests/damp-heat-cyclic
|
|
7
|
+
section "R 129-3, 1.5.2"
|
|
8
|
+
requirements { /req/metrological/mpe /req/electronic/rated-operating-conditions }
|
|
9
|
+
ref requirement "urn:oiml:pub:r:129-1:2020#clause-4.1.2"
|
|
10
|
+
ref test-procedure "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
11
|
+
field severity : number {
|
|
12
|
+
label "Number of cycles"
|
|
13
|
+
description "Damp heat, cyclic per IEC 60068-2-30 (R 129-2, Annex A), for instruments subject to condensate water."
|
|
14
|
+
unit "cycles"
|
|
15
|
+
required true
|
|
16
|
+
measurement_method direct
|
|
17
|
+
}
|
|
18
|
+
field exposure : string {
|
|
19
|
+
label "Exposure record"
|
|
20
|
+
description "Compare measurements before and after exposure; the instrument recovers to within the maximum permissible error."
|
|
21
|
+
measurement_method direct
|
|
22
|
+
}
|
|
23
|
+
field measurements : array {
|
|
24
|
+
label "Measurements (before and after exposure)"
|
|
25
|
+
description "Measurement rows at the influence severity against the reference"
|
|
26
|
+
required true
|
|
27
|
+
subform_ref dimension-measurement { }
|
|
28
|
+
}
|
|
29
|
+
field influence_verdict : boolean {
|
|
30
|
+
label "Result"
|
|
31
|
+
required true
|
|
32
|
+
measurement_method evaluated
|
|
33
|
+
targets { /req/metrological/mpe }
|
|
34
|
+
true_label "Pass"
|
|
35
|
+
false_label "Fail"
|
|
36
|
+
evaluation { rule "ocl{measurements->forAll(m | m.pass_fail)}" condition "all |error| <= operating limit at severity" }
|
|
37
|
+
}
|
|
38
|
+
field remarks : text {
|
|
39
|
+
label "Remarks"
|
|
40
|
+
}
|
|
41
|
+
pass_fail { criteria "The instrument shall remain within its operating limits at the influence severity for the whole exposure." pass_if "ocl{influence_verdict}" }
|
|
42
|
+
}
|
|
43
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
form r129-3/sec-2.5.1 {
|
|
2
|
+
name "Damp heat, steady state test"
|
|
3
|
+
description "Damp heat, steady state test (R 129-3, 1.5.1; R 129-2, Annex A per IEC 60068-2-78) — 85 % relative humidity at the upper temperature limit or +40 °C, whichever is lower, for 48 h (R 129-1, 4.2.1(c)); the error shall lie within the maximum permissible error before, during and after exposure."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
header r129-3/header-a
|
|
6
|
+
conformance_process /conf/metrological-tests/damp-heat-steady
|
|
7
|
+
section "R 129-3, 1.5.1"
|
|
8
|
+
requirements { /req/electronic/rated-operating-conditions /req/metrological/mpe }
|
|
9
|
+
ref requirement "urn:oiml:pub:r:129-1:2020#clause-4.2.1"
|
|
10
|
+
ref test-procedure "urn:oiml:pub:r:129-2:2020#clause-A"
|
|
11
|
+
field severity : number {
|
|
12
|
+
label "Relative humidity"
|
|
13
|
+
description "Damp heat, steady state per IEC 60068-2-78 (R 129-2, Annex A): 85 % relative humidity at the upper temperature limit or +40 °C, whichever is lower (R 129-1, 4.2.1(c))."
|
|
14
|
+
unit "%"
|
|
15
|
+
required true
|
|
16
|
+
measurement_method direct
|
|
17
|
+
default 85
|
|
18
|
+
}
|
|
19
|
+
field exposure : string {
|
|
20
|
+
label "Exposure record"
|
|
21
|
+
description "48 h exposure after stabilization; reference conditions 20 °C / 50 % RH before and after exposure."
|
|
22
|
+
measurement_method direct
|
|
23
|
+
}
|
|
24
|
+
field measurements : array {
|
|
25
|
+
label "Measurements (reference, after 48 h, recovery)"
|
|
26
|
+
description "Measurement rows at the influence severity against the reference"
|
|
27
|
+
required true
|
|
28
|
+
subform_ref dimension-measurement { }
|
|
29
|
+
}
|
|
30
|
+
field influence_verdict : boolean {
|
|
31
|
+
label "Result"
|
|
32
|
+
required true
|
|
33
|
+
measurement_method evaluated
|
|
34
|
+
targets { /req/electronic/rated-operating-conditions }
|
|
35
|
+
true_label "Pass"
|
|
36
|
+
false_label "Fail"
|
|
37
|
+
evaluation { rule "ocl{measurements->forAll(m | m.pass_fail)}" condition "all |error| <= operating limit at severity" }
|
|
38
|
+
}
|
|
39
|
+
field remarks : text {
|
|
40
|
+
label "Remarks"
|
|
41
|
+
}
|
|
42
|
+
field chamber_temperature : number {
|
|
43
|
+
label "Chamber temperature"
|
|
44
|
+
unit "degC"
|
|
45
|
+
required true
|
|
46
|
+
measurement_method direct
|
|
47
|
+
}
|
|
48
|
+
pass_fail { criteria "The instrument shall remain within its operating limits at the influence severity for the whole exposure." pass_if "ocl{influence_verdict}" }
|
|
49
|
+
}
|
|
50
|
+
|