@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,300 @@
|
|
|
1
|
+
form r60-3/table-6.10.1 {
|
|
2
|
+
name "Humidity CH"
|
|
3
|
+
description "Humidity effects for CH or unmarked load cells"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
header r60-3/header-b
|
|
6
|
+
conformance_process /conf/metrological-tests/humidity-ch
|
|
7
|
+
section "R 60-3, 6.10.1"
|
|
8
|
+
requirements { /req/metrological/humidity-ch }
|
|
9
|
+
ref requirement "urn:oiml:pub:r:60-1:2021#clause-5.6.3"
|
|
10
|
+
ref test-procedure "urn:oiml:pub:r:60-2:2021#clause-2.10.5"
|
|
11
|
+
ref calculation "urn:oiml:pub:r:60-3:2021#clause-2.1.7"
|
|
12
|
+
ref calculation "urn:oiml:pub:r:60-3:2021#clause-2.1.7.1"
|
|
13
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.10"
|
|
14
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.10.1"
|
|
15
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.10.1.1"
|
|
16
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.10.2"
|
|
17
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.10.2.1"
|
|
18
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.10.3"
|
|
19
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.10.4"
|
|
20
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.10.5"
|
|
21
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.10.5.1"
|
|
22
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#table-8"
|
|
23
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#table-9"
|
|
24
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#table-10"
|
|
25
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#table-11"
|
|
26
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#table-12"
|
|
27
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#table-13"
|
|
28
|
+
calculation_context { dimensions true tables { mpe_tiers } }
|
|
29
|
+
field conversion_factor_f : number {
|
|
30
|
+
label "Conversion Factor F"
|
|
31
|
+
definition "Ratio of indication change to load change at 75% of Max. Converts counts to verification units (v)."
|
|
32
|
+
unit "counts/v"
|
|
33
|
+
required true
|
|
34
|
+
measurement_method computed
|
|
35
|
+
bind sample.test_context.conversion_factor_f
|
|
36
|
+
symbol f
|
|
37
|
+
specification_reference "R 60-3, 2.1.2.4"
|
|
38
|
+
calculation conversionFactor
|
|
39
|
+
calculation_bindings { avgIndicationAt75pct: reference_indication_75pct indicationAtDmin: indication_at_dmin n: n_test_intervals }
|
|
40
|
+
}
|
|
41
|
+
field reference_indication_75pct : number {
|
|
42
|
+
label "Reference indication at 75%"
|
|
43
|
+
definition "Average indication at the 75% load point, used to compute f."
|
|
44
|
+
unit "counts"
|
|
45
|
+
required true
|
|
46
|
+
measurement_method direct
|
|
47
|
+
}
|
|
48
|
+
field indication_at_dmin : number {
|
|
49
|
+
label "Indication at D_min"
|
|
50
|
+
definition "Load cell indication at minimum test load (D_min), used to compute f."
|
|
51
|
+
unit "counts"
|
|
52
|
+
required true
|
|
53
|
+
measurement_method direct
|
|
54
|
+
}
|
|
55
|
+
field nlc : integer {
|
|
56
|
+
label "Maximum number of verification intervals (n_LC)"
|
|
57
|
+
definition "The maximum number of load cell verification intervals. Required for computing C_Hmin limit."
|
|
58
|
+
required true
|
|
59
|
+
measurement_method declared
|
|
60
|
+
bind group.parameters.n_lc
|
|
61
|
+
symbol nLC
|
|
62
|
+
specification_reference "R 60-1, 5.1.3"
|
|
63
|
+
}
|
|
64
|
+
field y : integer {
|
|
65
|
+
label "Relative v_min (Y)"
|
|
66
|
+
definition "Ratio of the maximum measuring range to v_min (Y = (E_max - E_min)/v_min)."
|
|
67
|
+
measurement_method declared
|
|
68
|
+
bind group.parameters.y
|
|
69
|
+
symbol Y
|
|
70
|
+
specification_reference "R 60-1, 3.5.15"
|
|
71
|
+
}
|
|
72
|
+
field emax : number {
|
|
73
|
+
label "Maximum capacity (E_max)"
|
|
74
|
+
definition "Maximum capacity of the load cell."
|
|
75
|
+
unit "g, kg, or t"
|
|
76
|
+
required true
|
|
77
|
+
measurement_method declared
|
|
78
|
+
bind model.parameters.e_max
|
|
79
|
+
symbol Emax
|
|
80
|
+
specification_reference "R 60-1, 3.5.5"
|
|
81
|
+
}
|
|
82
|
+
field emin : number {
|
|
83
|
+
label "Minimum dead load (E_min)"
|
|
84
|
+
definition "Minimum dead load of the load cell."
|
|
85
|
+
unit "g, kg, or t"
|
|
86
|
+
measurement_method declared
|
|
87
|
+
bind family.parameters.e_min
|
|
88
|
+
symbol Emin
|
|
89
|
+
specification_reference "R 60-1, 3.5.9"
|
|
90
|
+
}
|
|
91
|
+
field vmin : number {
|
|
92
|
+
label "Minimum verification interval (v_min)"
|
|
93
|
+
definition "Minimum load cell verification interval."
|
|
94
|
+
unit "g, kg, or t"
|
|
95
|
+
required true
|
|
96
|
+
measurement_method declared
|
|
97
|
+
bind group.parameters.v_min
|
|
98
|
+
symbol vmin
|
|
99
|
+
specification_reference "R 60-1, 3.5.11"
|
|
100
|
+
}
|
|
101
|
+
field n_test_intervals : number {
|
|
102
|
+
label "Verification intervals of the tested range (n)"
|
|
103
|
+
definition "Number of verification intervals of the measuring range under test — (E_max − E_min)/v_min when the test spans the classified range (R 60-3, 2.1.2.4). Input n of the conversion-factor calculation."
|
|
104
|
+
measurement_method derived
|
|
105
|
+
symbol n
|
|
106
|
+
specification_reference "R 60-3, 2.1.2.4"
|
|
107
|
+
derivation "ocl{(emax - emin) / vmin}"
|
|
108
|
+
}
|
|
109
|
+
field plc : number {
|
|
110
|
+
label "Apportionment factor (p_LC)"
|
|
111
|
+
definition "Apportionment factor applied to MPE. Default 0.7."
|
|
112
|
+
measurement_method declared
|
|
113
|
+
bind family.parameters.p_lc
|
|
114
|
+
symbol pLC
|
|
115
|
+
specification_reference "R 60-1, 3.7.2"
|
|
116
|
+
default 0.7
|
|
117
|
+
}
|
|
118
|
+
field dmin : number {
|
|
119
|
+
label "Minimum test load (D_min)"
|
|
120
|
+
definition "Minimum test load applied during the humidity test."
|
|
121
|
+
unit "g, kg, or t"
|
|
122
|
+
required true
|
|
123
|
+
measurement_method declared
|
|
124
|
+
bind sample.test_context.d_min
|
|
125
|
+
symbol Dmin
|
|
126
|
+
}
|
|
127
|
+
field dmax : number {
|
|
128
|
+
label "Maximum test load (D_max)"
|
|
129
|
+
definition "Maximum test load applied during the humidity test."
|
|
130
|
+
unit "g, kg, or t"
|
|
131
|
+
required true
|
|
132
|
+
measurement_method declared
|
|
133
|
+
bind sample.test_context.d_max
|
|
134
|
+
symbol Dmax
|
|
135
|
+
}
|
|
136
|
+
field summary : object {
|
|
137
|
+
label "Humidity Effects Summary"
|
|
138
|
+
definition "Table 6.10.1(a): comparison of indications before and after humidity exposure."
|
|
139
|
+
fields {
|
|
140
|
+
field test_loads : array {
|
|
141
|
+
label "Per-load-point readings"
|
|
142
|
+
definition "Indication readings at each test load, before and after humidity exposure."
|
|
143
|
+
items { object fields {
|
|
144
|
+
field test_load : number {
|
|
145
|
+
label "Test Load"
|
|
146
|
+
definition "Applied test load at this measurement point."
|
|
147
|
+
unit "g, kg, or t"
|
|
148
|
+
measurement_method direct
|
|
149
|
+
}
|
|
150
|
+
field indication_before : number {
|
|
151
|
+
label "Indication Before"
|
|
152
|
+
definition "Load cell indication at this load before humidity exposure."
|
|
153
|
+
unit "counts"
|
|
154
|
+
measurement_method direct
|
|
155
|
+
}
|
|
156
|
+
field time_before : string {
|
|
157
|
+
label "Time Before"
|
|
158
|
+
definition "Time of before-humidity reading."
|
|
159
|
+
measurement_method direct
|
|
160
|
+
}
|
|
161
|
+
field indication_after : number {
|
|
162
|
+
label "Indication After"
|
|
163
|
+
definition "Load cell indication at this load after humidity exposure."
|
|
164
|
+
unit "counts"
|
|
165
|
+
measurement_method direct
|
|
166
|
+
}
|
|
167
|
+
field time_after : string {
|
|
168
|
+
label "Time After"
|
|
169
|
+
definition "Time of after-humidity reading."
|
|
170
|
+
measurement_method direct
|
|
171
|
+
}
|
|
172
|
+
field change_v : number {
|
|
173
|
+
label "Change V"
|
|
174
|
+
definition "Change in indication due to humidity exposure, in verification units."
|
|
175
|
+
unit "v"
|
|
176
|
+
measurement_method derived
|
|
177
|
+
specification_reference "R 60-3, 2.1.7"
|
|
178
|
+
derivation "ocl{(indication_after - indication_before) / conversion_factor_f}"
|
|
179
|
+
}
|
|
180
|
+
field mpc_v : number {
|
|
181
|
+
label "MPC V"
|
|
182
|
+
definition "Maximum permissible change at this load point (MPE at the applied load, R 60-1, Table 4)."
|
|
183
|
+
unit "v"
|
|
184
|
+
measurement_method lookup
|
|
185
|
+
calculation mpe
|
|
186
|
+
calculation_bindings { load: test_load accuracy_class: accuracy_class p_lc: plc }
|
|
187
|
+
}
|
|
188
|
+
} }
|
|
189
|
+
}
|
|
190
|
+
field avg_indication_dmin_before : number {
|
|
191
|
+
label "Avg Indication Dmin Before"
|
|
192
|
+
definition "Average indication at D_min before humidity exposure."
|
|
193
|
+
unit "counts"
|
|
194
|
+
measurement_method derived
|
|
195
|
+
derivation "ocl{test_loads->select(r | r.test_load = dmin)->collect(r | r.indication_before)->average()}"
|
|
196
|
+
}
|
|
197
|
+
field avg_indication_dmin_after : number {
|
|
198
|
+
label "Avg Indication Dmin After"
|
|
199
|
+
definition "Average indication at D_min after humidity exposure."
|
|
200
|
+
unit "counts"
|
|
201
|
+
measurement_method derived
|
|
202
|
+
derivation "ocl{test_loads->select(r | r.test_load = dmin)->collect(r | r.indication_after)->average()}"
|
|
203
|
+
}
|
|
204
|
+
field chmin : number {
|
|
205
|
+
label "C_Hmin"
|
|
206
|
+
definition "Humidity effect on minimum test load indication: (avg_after - avg_before) / f, in verification units."
|
|
207
|
+
unit "v"
|
|
208
|
+
measurement_method derived
|
|
209
|
+
symbol CHmin
|
|
210
|
+
specification_reference "R 60-3, 2.1.7.1"
|
|
211
|
+
calculation humidityCHmin
|
|
212
|
+
calculation_bindings { indDminAfter: avg_indication_dmin_after indDminBefore: avg_indication_dmin_before conversion_factor_f: conversion_factor_f }
|
|
213
|
+
}
|
|
214
|
+
field chmin_limit : number {
|
|
215
|
+
label "C_Hmin Limit (4% Y)"
|
|
216
|
+
definition "Maximum permissible humidity effect on minimum test load: 4% of the (E_max - E_min) output, i.e. 0.04·Y in v units (R 60-1, 5.6.3)."
|
|
217
|
+
unit "v"
|
|
218
|
+
measurement_method computed
|
|
219
|
+
specification_reference "R 60-1, 5.6.3"
|
|
220
|
+
derivation "ocl{0.04 * y}"
|
|
221
|
+
}
|
|
222
|
+
field chmin_result : boolean {
|
|
223
|
+
label "C_Hmin Result"
|
|
224
|
+
definition "Evaluation: whether |C_Hmin| is within the 4% n_LC limit."
|
|
225
|
+
measurement_method evaluated
|
|
226
|
+
true_label "Pass"
|
|
227
|
+
false_label "Fail"
|
|
228
|
+
evaluation { rule "ocl{abs(chmin) <= chmin_limit}" condition "|C_Hmin| <= 4% * Y" specification_reference "R 60-1, 5.6.3.1" }
|
|
229
|
+
}
|
|
230
|
+
field avg_indication_dmax_before : number {
|
|
231
|
+
label "Avg Indication Dmax Before"
|
|
232
|
+
definition "Average indication at D_max before humidity exposure."
|
|
233
|
+
unit "counts"
|
|
234
|
+
measurement_method derived
|
|
235
|
+
derivation "ocl{test_loads->select(r | r.test_load = dmax)->collect(r | r.indication_before)->average()}"
|
|
236
|
+
}
|
|
237
|
+
field avg_indication_dmax_after : number {
|
|
238
|
+
label "Avg Indication Dmax After"
|
|
239
|
+
definition "Average indication at D_max after humidity exposure."
|
|
240
|
+
unit "counts"
|
|
241
|
+
measurement_method derived
|
|
242
|
+
derivation "ocl{test_loads->select(r | r.test_load = dmax)->collect(r | r.indication_after)->average()}"
|
|
243
|
+
}
|
|
244
|
+
field chmax : number {
|
|
245
|
+
label "C_Hmax"
|
|
246
|
+
definition "Humidity effect on the span: change in the difference (D_max - D_min) indication due to humidity exposure, in verification units."
|
|
247
|
+
unit "v"
|
|
248
|
+
measurement_method derived
|
|
249
|
+
symbol CHmax
|
|
250
|
+
specification_reference "R 60-3, 2.1.7"
|
|
251
|
+
calculation humidityCHmax
|
|
252
|
+
calculation_bindings { avgDmaxAfter: avg_indication_dmax_after avgDminAfter: avg_indication_dmin_after avgDmaxBefore: avg_indication_dmax_before avgDminBefore: avg_indication_dmin_before conversion_factor_f: conversion_factor_f }
|
|
253
|
+
}
|
|
254
|
+
field chmax_limit : number {
|
|
255
|
+
label "C_Hmax Limit (1 v)"
|
|
256
|
+
definition "Maximum permissible humidity effect on maximum load: one load cell verification interval (R 60-1, 5.6.3)."
|
|
257
|
+
unit "v"
|
|
258
|
+
measurement_method declared
|
|
259
|
+
symbol MPE
|
|
260
|
+
specification_reference "R 60-1, 5.6.3"
|
|
261
|
+
default 1
|
|
262
|
+
source_discrepancy {
|
|
263
|
+
summary "R 60-3, 2.1.7 states the max-load humidity effect limit as ≤ MPE, contradicting R 60-1, 5.6.3.1 (≤ 1 v)"
|
|
264
|
+
sources { "urn:oiml:pub:r:60-1:2021#clause-5.6.3.1" "urn:oiml:pub:r:60-3:2021#clause-2.1.7" }
|
|
265
|
+
resolution follows_clause_x
|
|
266
|
+
rationale "This form follows the normative Part 1 limit of 1 v, which R 60-3's own Table 6.10.1-a mpc column (= 1) confirms; only R 60-3, 2.1.7 prose states ≤ MPE. See analysis/deep-audit-r60.md F5."
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
field chmax_result : boolean {
|
|
270
|
+
label "C_Hmax Result"
|
|
271
|
+
definition "Evaluation: whether |C_Hmax| is within |MPE|."
|
|
272
|
+
measurement_method evaluated
|
|
273
|
+
true_label "Pass"
|
|
274
|
+
false_label "Fail"
|
|
275
|
+
evaluation { rule "ocl{abs(chmax) <= abs(chmax_limit)}" condition "|C_Hmax| <= |MPE|" specification_reference "R 60-1, 5.6.3" }
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
field load_test_before : array {
|
|
280
|
+
label "Load test before humidity exposure"
|
|
281
|
+
definition "R 60-3 table 6.10.1(b) for classes C/D, 6.10.1(d) for classes A/B. Load test data taken before humidity exposure. n_runs resolves at runtime from the active accuracy_class via the conformance test's instances: 3 for C/D, 5 for A/B (static shape: C/D)."
|
|
282
|
+
subform_ref load-test-row { }
|
|
283
|
+
}
|
|
284
|
+
field load_test_after : array {
|
|
285
|
+
label "Load test after humidity exposure"
|
|
286
|
+
definition "R 60-3 table 6.10.1(c) for classes C/D, 6.10.1(e) for classes A/B. Load test data taken after humidity exposure. n_runs resolves at runtime from the active accuracy_class via the conformance test's instances: 3 for C/D, 5 for A/B (static shape: C/D)."
|
|
287
|
+
subform_ref load-test-row { }
|
|
288
|
+
}
|
|
289
|
+
field overall_result : boolean {
|
|
290
|
+
label "Overall Result"
|
|
291
|
+
definition "PASS iff both C_Hmin and C_Hmax evaluations pass."
|
|
292
|
+
required true
|
|
293
|
+
measurement_method evaluated
|
|
294
|
+
true_label "Pass"
|
|
295
|
+
false_label "Fail"
|
|
296
|
+
evaluation { rule "ocl{summary.chmin_result and summary.chmax_result}" condition "C_Hmin <= 4% * Y AND C_Hmax <= 1 v (R 60-1, 5.6.3)" specification_reference "R 60-1, 5.6.3" }
|
|
297
|
+
}
|
|
298
|
+
pass_fail { criteria "C_Hmin <= 4% of (E_max - E_min) output; C_Hmax <= 1 v (R 60-1, 5.6.3)" pass_if "ocl{summary.chmin_result and summary.chmax_result}" }
|
|
299
|
+
}
|
|
300
|
+
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
form r60-3/table-6.10.2 {
|
|
2
|
+
name "Humidity SH"
|
|
3
|
+
description "Humidity effects for SH marked load cells"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
header r60-3/header-a
|
|
6
|
+
conformance_process /conf/metrological-tests/humidity-sh
|
|
7
|
+
section "R 60-3, 6.10.2"
|
|
8
|
+
requirements { /req/metrological/humidity-sh }
|
|
9
|
+
ref requirement "urn:oiml:pub:r:60-1:2021#clause-5.6.3.2"
|
|
10
|
+
ref test-procedure "urn:oiml:pub:r:60-2:2021#clause-2.10.6"
|
|
11
|
+
ref calculation "urn:oiml:pub:r:60-3:2021#clause-2.1.8"
|
|
12
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.10.5"
|
|
13
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.10.5.1"
|
|
14
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#table-13"
|
|
15
|
+
calculation_context { dimensions true tables { mpe_tiers } }
|
|
16
|
+
field conversion_factor_f : number {
|
|
17
|
+
label "Conversion Factor F"
|
|
18
|
+
unit "counts/v"
|
|
19
|
+
required true
|
|
20
|
+
measurement_method computed
|
|
21
|
+
bind sample.test_context.conversion_factor_f
|
|
22
|
+
symbol f
|
|
23
|
+
targets { /req/metrological/humidity-sh }
|
|
24
|
+
calculation conversionFactor
|
|
25
|
+
calculation_bindings { avgIndicationAt75pct: reference_indication_75pct indicationAtDmin: indication_at_dmin n: n_test_intervals }
|
|
26
|
+
}
|
|
27
|
+
field reference_indication_75pct : number {
|
|
28
|
+
label "Reference indication at 75%"
|
|
29
|
+
unit "counts"
|
|
30
|
+
required true
|
|
31
|
+
measurement_method direct
|
|
32
|
+
}
|
|
33
|
+
field indication_at_dmin : number {
|
|
34
|
+
label "Indication at D_min"
|
|
35
|
+
unit "counts"
|
|
36
|
+
required true
|
|
37
|
+
measurement_method direct
|
|
38
|
+
}
|
|
39
|
+
field dmin : number {
|
|
40
|
+
label "Minimum test load (D_min)"
|
|
41
|
+
unit "g, kg, or t"
|
|
42
|
+
required true
|
|
43
|
+
measurement_method declared
|
|
44
|
+
bind sample.test_context.d_min
|
|
45
|
+
symbol Dmin
|
|
46
|
+
}
|
|
47
|
+
field dmax : number {
|
|
48
|
+
label "Maximum test load (D_max)"
|
|
49
|
+
unit "g, kg, or t"
|
|
50
|
+
required true
|
|
51
|
+
measurement_method declared
|
|
52
|
+
bind sample.test_context.d_max
|
|
53
|
+
symbol Dmax
|
|
54
|
+
}
|
|
55
|
+
field nlc : integer {
|
|
56
|
+
label "Number of verification intervals (n_LC)"
|
|
57
|
+
required true
|
|
58
|
+
measurement_method declared
|
|
59
|
+
bind group.parameters.n_lc
|
|
60
|
+
symbol nLC
|
|
61
|
+
}
|
|
62
|
+
field y : integer {
|
|
63
|
+
label "Relative v_min (Y)"
|
|
64
|
+
definition "Ratio of the maximum measuring range to v_min (Y = (E_max - E_min)/v_min)."
|
|
65
|
+
measurement_method declared
|
|
66
|
+
bind group.parameters.y
|
|
67
|
+
symbol Y
|
|
68
|
+
specification_reference "R 60-1, 3.5.15"
|
|
69
|
+
}
|
|
70
|
+
field emax : number {
|
|
71
|
+
label "Maximum capacity (E_max)"
|
|
72
|
+
definition "Maximum capacity of the load cell."
|
|
73
|
+
unit "g, kg, or t"
|
|
74
|
+
required true
|
|
75
|
+
measurement_method declared
|
|
76
|
+
bind model.parameters.e_max
|
|
77
|
+
symbol Emax
|
|
78
|
+
specification_reference "R 60-1, 3.5.5"
|
|
79
|
+
}
|
|
80
|
+
field emin : number {
|
|
81
|
+
label "Minimum dead load (E_min)"
|
|
82
|
+
definition "Minimum dead load of the load cell."
|
|
83
|
+
unit "g, kg, or t"
|
|
84
|
+
measurement_method declared
|
|
85
|
+
bind family.parameters.e_min
|
|
86
|
+
symbol Emin
|
|
87
|
+
specification_reference "R 60-1, 3.5.9"
|
|
88
|
+
}
|
|
89
|
+
field vmin : number {
|
|
90
|
+
label "Minimum verification interval (v_min)"
|
|
91
|
+
definition "Minimum load cell verification interval."
|
|
92
|
+
unit "g, kg, or t"
|
|
93
|
+
required true
|
|
94
|
+
measurement_method declared
|
|
95
|
+
bind group.parameters.v_min
|
|
96
|
+
symbol vmin
|
|
97
|
+
specification_reference "R 60-1, 3.5.11"
|
|
98
|
+
}
|
|
99
|
+
field n_test_intervals : number {
|
|
100
|
+
label "Verification intervals of the tested range (n)"
|
|
101
|
+
definition "Number of verification intervals of the measuring range under test — (E_max − E_min)/v_min when the test spans the classified range (R 60-3, 2.1.2.4). Input n of the conversion-factor calculation."
|
|
102
|
+
measurement_method derived
|
|
103
|
+
symbol n
|
|
104
|
+
specification_reference "R 60-3, 2.1.2.4"
|
|
105
|
+
derivation "ocl{(emax - emin) / vmin}"
|
|
106
|
+
}
|
|
107
|
+
field plc : number {
|
|
108
|
+
label "Apportionment factor (p_LC)"
|
|
109
|
+
measurement_method declared
|
|
110
|
+
bind family.parameters.p_lc
|
|
111
|
+
symbol pLC
|
|
112
|
+
default 0.7
|
|
113
|
+
}
|
|
114
|
+
field page_load_test_before : string {
|
|
115
|
+
label "Page of Load Test Before Humidity"
|
|
116
|
+
}
|
|
117
|
+
field page_load_test_during : string {
|
|
118
|
+
label "Page of Load Test During Humidity"
|
|
119
|
+
}
|
|
120
|
+
field page_load_test_after : string {
|
|
121
|
+
label "Page of Load Test After Humidity"
|
|
122
|
+
}
|
|
123
|
+
field test_loads : array {
|
|
124
|
+
label "Test Loads"
|
|
125
|
+
targets { /req/metrological/humidity-sh }
|
|
126
|
+
items { object fields {
|
|
127
|
+
field test_load : number {
|
|
128
|
+
label "Test Load"
|
|
129
|
+
unit "g, kg, or t"
|
|
130
|
+
required true
|
|
131
|
+
}
|
|
132
|
+
field reference_indication : number {
|
|
133
|
+
label "Reference Indication"
|
|
134
|
+
unit "counts"
|
|
135
|
+
measurement_method computed
|
|
136
|
+
symbol Ri
|
|
137
|
+
calculation referenceIndication
|
|
138
|
+
calculation_bindings { testLoad: test_load d_min: dmin d_max: dmax n: n_test_intervals conversion_factor_f: conversion_factor_f }
|
|
139
|
+
}
|
|
140
|
+
field condition_20c_50rh : object {
|
|
141
|
+
label "Reference (20 degC or range mean) / 50 % RH"
|
|
142
|
+
fields {
|
|
143
|
+
field temperature : number {
|
|
144
|
+
label "Temperature"
|
|
145
|
+
unit "degC"
|
|
146
|
+
}
|
|
147
|
+
field humidity : number {
|
|
148
|
+
label "Humidity"
|
|
149
|
+
unit "%"
|
|
150
|
+
}
|
|
151
|
+
field indication : number {
|
|
152
|
+
label "Indication"
|
|
153
|
+
unit "counts"
|
|
154
|
+
}
|
|
155
|
+
field error_EL : number {
|
|
156
|
+
label "Error (E_L)"
|
|
157
|
+
unit "v"
|
|
158
|
+
measurement_method derived
|
|
159
|
+
symbol EL
|
|
160
|
+
calculation loadCellError
|
|
161
|
+
calculation_bindings { avgIndication: indication referenceIndication: reference_indication conversion_factor_f: conversion_factor_f }
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
field condition_high_85rh : object {
|
|
166
|
+
label "High temp of range / 85 % RH (48 h)"
|
|
167
|
+
fields {
|
|
168
|
+
field temperature : number {
|
|
169
|
+
label "Temperature"
|
|
170
|
+
unit "degC"
|
|
171
|
+
}
|
|
172
|
+
field humidity : number {
|
|
173
|
+
label "Humidity"
|
|
174
|
+
unit "%"
|
|
175
|
+
}
|
|
176
|
+
field indication : number {
|
|
177
|
+
label "Indication"
|
|
178
|
+
unit "counts"
|
|
179
|
+
}
|
|
180
|
+
field error_EL : number {
|
|
181
|
+
label "Error (E_L)"
|
|
182
|
+
unit "v"
|
|
183
|
+
measurement_method derived
|
|
184
|
+
symbol EL
|
|
185
|
+
calculation loadCellError
|
|
186
|
+
calculation_bindings { avgIndication: indication referenceIndication: reference_indication conversion_factor_f: conversion_factor_f }
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
field condition_20c_return : object {
|
|
191
|
+
label "Reference (20 degC or range mean) Return"
|
|
192
|
+
fields {
|
|
193
|
+
field temperature : number {
|
|
194
|
+
label "Temperature"
|
|
195
|
+
unit "degC"
|
|
196
|
+
}
|
|
197
|
+
field humidity : number {
|
|
198
|
+
label "Humidity"
|
|
199
|
+
unit "%"
|
|
200
|
+
}
|
|
201
|
+
field indication : number {
|
|
202
|
+
label "Indication"
|
|
203
|
+
unit "counts"
|
|
204
|
+
}
|
|
205
|
+
field error_EL : number {
|
|
206
|
+
label "Error (E_L)"
|
|
207
|
+
unit "v"
|
|
208
|
+
measurement_method derived
|
|
209
|
+
symbol EL
|
|
210
|
+
calculation loadCellError
|
|
211
|
+
calculation_bindings { avgIndication: indication referenceIndication: reference_indication conversion_factor_f: conversion_factor_f }
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
field mpe : number {
|
|
216
|
+
label "MPE"
|
|
217
|
+
unit "v"
|
|
218
|
+
measurement_method lookup
|
|
219
|
+
symbol MPE
|
|
220
|
+
calculation mpe
|
|
221
|
+
calculation_bindings { load: test_load accuracy_class: accuracy_class p_lc: plc }
|
|
222
|
+
}
|
|
223
|
+
} }
|
|
224
|
+
}
|
|
225
|
+
field overall_result : boolean {
|
|
226
|
+
label "Overall Result"
|
|
227
|
+
required true
|
|
228
|
+
measurement_method evaluated
|
|
229
|
+
true_label "Pass"
|
|
230
|
+
false_label "Fail"
|
|
231
|
+
evaluation { rule "ocl{test_loads->forAll(l | abs(l.condition_20c_50rh.error_EL) <= abs(l.mpe) and abs(l.condition_high_85rh.error_EL) <= abs(l.mpe) and abs(l.condition_20c_return.error_EL) <= abs(l.mpe))}" condition "All |E_L| <= |MPE| at all humidity conditions" specification_reference "R 60-1, 5.6.3" }
|
|
232
|
+
}
|
|
233
|
+
pass_fail { criteria "All |E_L| <= |MPE| at all humidity conditions" pass_if "ocl{test_loads->forAll(l | abs(l.condition_20c_50rh.error_EL) <= abs(l.mpe) and abs(l.condition_high_85rh.error_EL) <= abs(l.mpe) and abs(l.condition_20c_return.error_EL) <= abs(l.mpe))}" }
|
|
234
|
+
}
|
|
235
|
+
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
form r60-3/sec-6.2 {
|
|
2
|
+
name "Initial Tests"
|
|
3
|
+
description "Initial tests and general notes — units, measurement range, conditions, input impedance"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 60-3, 6.2"
|
|
6
|
+
ref requirement "urn:oiml:pub:r:60-1:2021#clause-5.2"
|
|
7
|
+
ref requirement "urn:oiml:pub:r:60-1:2021#clause-5.5.2"
|
|
8
|
+
ref test-procedure "urn:oiml:pub:r:60-2:2021#clause-2.8.1"
|
|
9
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.2"
|
|
10
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.2.1"
|
|
11
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.2.2"
|
|
12
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.2.3"
|
|
13
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.2.4"
|
|
14
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.2.1/table-1"
|
|
15
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.2.2/table-1"
|
|
16
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-6.2.3/table-1"
|
|
17
|
+
field test_units : array {
|
|
18
|
+
label "Units used for measurement results"
|
|
19
|
+
description "Unit (e.g. counts, digits, g, kg, t) in which the measurement result is displayed"
|
|
20
|
+
default "[{\"r60_reference\":\"2.10.1\",\"test_procedure\":\"Measurement error, repeatability error and temperature effect on minimum dead load output\"},{\"r60_reference\":\"2.10.2\",\"test_procedure\":\"Determination of creep error\"},{\"r60_reference\":\"2.10.3\",\"test_procedure\":\"Minimum dead load output return (DR)\"},{\"r60_reference\":\"2.10.4\",\"test_procedure\":\"Barometric pressure effects (Atmospheric pressure)\"},{\"r60_reference\":\"2.10.5\",\"test_procedure\":\"Humidity effects for load cells marked with CH or no mark\"},{\"r60_reference\":\"2.10.6\",\"test_procedure\":\"Humidity effects for load cells marked SH\"},{\"r60_reference\":\"2.10.7\",\"test_procedure\":\"Additional tests for analogue-active cells\"}]"
|
|
21
|
+
items { object fields {
|
|
22
|
+
field r60_reference : string {
|
|
23
|
+
label "R 60-2 reference"
|
|
24
|
+
}
|
|
25
|
+
field test_procedure : string {
|
|
26
|
+
label "Test procedure"
|
|
27
|
+
}
|
|
28
|
+
field unit : string {
|
|
29
|
+
label "Unit"
|
|
30
|
+
}
|
|
31
|
+
} }
|
|
32
|
+
}
|
|
33
|
+
field measurement_range : array {
|
|
34
|
+
label "Measurement range"
|
|
35
|
+
description "D_max, D_min, and conversion factor for each test procedure"
|
|
36
|
+
default "[{\"test_procedure_ref\":\"2.10.1\"},{\"test_procedure_ref\":\"2.10.2\"},{\"test_procedure_ref\":\"2.10.3\"},{\"test_procedure_ref\":\"2.10.4\"},{\"test_procedure_ref\":\"2.10.5\"},{\"test_procedure_ref\":\"2.10.6\"},{\"test_procedure_ref\":\"2.10.7\"}]"
|
|
37
|
+
items { object fields {
|
|
38
|
+
field test_procedure_ref : string {
|
|
39
|
+
label "Test procedure (R 60-2 ref)"
|
|
40
|
+
}
|
|
41
|
+
field dmax : number {
|
|
42
|
+
label "D_max"
|
|
43
|
+
bind sample.test_context.d_max
|
|
44
|
+
}
|
|
45
|
+
field dmin : number {
|
|
46
|
+
label "D_min"
|
|
47
|
+
bind sample.test_context.d_min
|
|
48
|
+
}
|
|
49
|
+
field conversion_factor_f : number {
|
|
50
|
+
label "Conversion factor (f)"
|
|
51
|
+
description "indication / v"
|
|
52
|
+
bind sample.test_context.conversion_factor_f
|
|
53
|
+
}
|
|
54
|
+
field fulfils_requirements : boolean {
|
|
55
|
+
label "Fulfils requirements"
|
|
56
|
+
true_label "Yes"
|
|
57
|
+
false_label "No"
|
|
58
|
+
}
|
|
59
|
+
} }
|
|
60
|
+
}
|
|
61
|
+
field measurement_range_passed : boolean {
|
|
62
|
+
label "Measurement range passed"
|
|
63
|
+
true_label "Yes"
|
|
64
|
+
false_label "No"
|
|
65
|
+
}
|
|
66
|
+
field conditions_check : array {
|
|
67
|
+
label "Conditions"
|
|
68
|
+
description "Verify v_min <= (D_max - D_min) / n with n = n_LC, n_LC - 500, n_LC - 1000"
|
|
69
|
+
default "[{\"test_procedure_ref\":\"2.10.1\"},{\"test_procedure_ref\":\"2.10.2\"},{\"test_procedure_ref\":\"2.10.3\"},{\"test_procedure_ref\":\"2.10.4\"},{\"test_procedure_ref\":\"2.10.5\"},{\"test_procedure_ref\":\"2.10.6\"},{\"test_procedure_ref\":\"2.10.7\"}]"
|
|
70
|
+
items { object fields {
|
|
71
|
+
field test_procedure_ref : string {
|
|
72
|
+
label "Test procedure (R 60-2 ref)"
|
|
73
|
+
}
|
|
74
|
+
field dmin : number {
|
|
75
|
+
label "D_min"
|
|
76
|
+
bind sample.test_context.d_min
|
|
77
|
+
}
|
|
78
|
+
field dmax : number {
|
|
79
|
+
label "D_max"
|
|
80
|
+
bind sample.test_context.d_max
|
|
81
|
+
}
|
|
82
|
+
field nlc : integer {
|
|
83
|
+
label "n_LC"
|
|
84
|
+
bind group.parameters.n_lc
|
|
85
|
+
}
|
|
86
|
+
field check_nlc : boolean {
|
|
87
|
+
label "Fulfilled with n_LC"
|
|
88
|
+
true_label "Yes"
|
|
89
|
+
false_label "No"
|
|
90
|
+
}
|
|
91
|
+
field check_nlc_500 : boolean {
|
|
92
|
+
label "Fulfilled with n_LC - 500"
|
|
93
|
+
true_label "Yes"
|
|
94
|
+
false_label "No"
|
|
95
|
+
}
|
|
96
|
+
field check_nlc_1000 : boolean {
|
|
97
|
+
label "Fulfilled with n_LC - 1000"
|
|
98
|
+
true_label "Yes"
|
|
99
|
+
false_label "No"
|
|
100
|
+
}
|
|
101
|
+
} }
|
|
102
|
+
}
|
|
103
|
+
field conditions_passed : boolean {
|
|
104
|
+
label "Conditions passed"
|
|
105
|
+
true_label "Yes"
|
|
106
|
+
false_label "No"
|
|
107
|
+
}
|
|
108
|
+
field input_impedance : object {
|
|
109
|
+
label "Input impedance"
|
|
110
|
+
description "Measured input impedance compared to specification in R 60-3, 4.5"
|
|
111
|
+
fields {
|
|
112
|
+
field measured_value : number {
|
|
113
|
+
label "Measured value"
|
|
114
|
+
unit "Ohm"
|
|
115
|
+
}
|
|
116
|
+
field specified_value : number {
|
|
117
|
+
label "Specified value"
|
|
118
|
+
unit "Ohm"
|
|
119
|
+
bind family.parameters.input_impedance
|
|
120
|
+
}
|
|
121
|
+
field within_spec : boolean {
|
|
122
|
+
label "Within specification"
|
|
123
|
+
true_label "Yes"
|
|
124
|
+
false_label "No"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|