@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,143 @@
|
|
|
1
|
+
form r60-3/sec-4.9.7 {
|
|
2
|
+
name "Model range and load cell family definitions"
|
|
3
|
+
description "Various designs within the model range and definition of load cell families including construction characteristics"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 60-3, 4.9.7–4.9.11"
|
|
6
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.7"
|
|
7
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.8"
|
|
8
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.9"
|
|
9
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.10"
|
|
10
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.11"
|
|
11
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.7/table-1"
|
|
12
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.8/table-1"
|
|
13
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.9/table-1"
|
|
14
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.10/table-1"
|
|
15
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.11/table-1"
|
|
16
|
+
note "Three entity levels: LoadCellModel — a specific capacity variant (stem:[E_max], stem:[E_min], stem:[n_LC], stem:[v_min], stem:[DR]). LoadCellFamily — shared construction characteristics; owns its models. A family can span multiple accuracy classes and technologies; its identity is the construction, not the metrological parameters. ModelRange — the top-level product line; owns its families. R 60-3 presents these as separate printed tables (4.9.7 model variants, 4.9.9 family construction, 4.9.10 dimensions, 4.9.11 load transmissions) but they are one domain hierarchy. The printed report renders multiple tables from this one data structure."
|
|
17
|
+
field families : array {
|
|
18
|
+
label "Load cell families"
|
|
19
|
+
items { object fields {
|
|
20
|
+
field model_designation : string {
|
|
21
|
+
label "Type / Model designation"
|
|
22
|
+
required true
|
|
23
|
+
bind family.family_designation
|
|
24
|
+
}
|
|
25
|
+
field application_of_load : string {
|
|
26
|
+
label "Application of load"
|
|
27
|
+
examples "tension / compression"
|
|
28
|
+
ref cites "urn:oiml:pub:r:60-1:2021#clause-3.2.1"
|
|
29
|
+
}
|
|
30
|
+
field load_cell_construction : string {
|
|
31
|
+
label "Load cell construction"
|
|
32
|
+
examples "bending beam"
|
|
33
|
+
ref cites "urn:oiml:pub:r:60-1:2021#clause-3.3"
|
|
34
|
+
}
|
|
35
|
+
field material : string {
|
|
36
|
+
label "Material or combination of materials"
|
|
37
|
+
bind family.parameters.transducer_material
|
|
38
|
+
ref cites "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
39
|
+
}
|
|
40
|
+
field shape : string {
|
|
41
|
+
label "Shape"
|
|
42
|
+
ref cites "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
43
|
+
}
|
|
44
|
+
field measuring_technique : string {
|
|
45
|
+
label "Design of measuring technique"
|
|
46
|
+
bind family.classification.construction
|
|
47
|
+
examples "strain gauge bonded to metal"
|
|
48
|
+
ref cites "urn:oiml:pub:r:60-1:2021#clause-3.3.1"
|
|
49
|
+
}
|
|
50
|
+
field sealing_of_strain_gauges : string {
|
|
51
|
+
label "Sealing of strain gauges"
|
|
52
|
+
bind family.parameters.atmospheric_protection
|
|
53
|
+
ref cites "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
54
|
+
}
|
|
55
|
+
field mounting_method : string {
|
|
56
|
+
label "Mounting method"
|
|
57
|
+
ref cites "urn:oiml:pub:r:60-3:2021#clause-4.9.11"
|
|
58
|
+
}
|
|
59
|
+
field load_transmission : string {
|
|
60
|
+
label "Load transmission"
|
|
61
|
+
ref cites "urn:oiml:pub:r:60-3:2021#clause-4.9.11"
|
|
62
|
+
}
|
|
63
|
+
field output_rating : string {
|
|
64
|
+
label "Output rating"
|
|
65
|
+
bind family.parameters.rated_output
|
|
66
|
+
ref cites "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
67
|
+
}
|
|
68
|
+
field supply_voltage : string {
|
|
69
|
+
label "Supply voltage"
|
|
70
|
+
bind family.parameters.recommended_excitation
|
|
71
|
+
ref cites "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
72
|
+
}
|
|
73
|
+
field input_impedance : string {
|
|
74
|
+
label "Input impedance"
|
|
75
|
+
bind family.parameters.input_impedance
|
|
76
|
+
ref cites "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
77
|
+
}
|
|
78
|
+
field cable_connection : string {
|
|
79
|
+
label "Cable connection"
|
|
80
|
+
ref cites "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
81
|
+
}
|
|
82
|
+
field cable_length : string {
|
|
83
|
+
label "Cable length"
|
|
84
|
+
ref cites "urn:oiml:pub:r:60-1:2021#clause-3.4.2"
|
|
85
|
+
}
|
|
86
|
+
field dimensions : attachment {
|
|
87
|
+
label "Pictures / Drawings of the load cell dimensions"
|
|
88
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.10"
|
|
89
|
+
}
|
|
90
|
+
field load_transmissions : attachment {
|
|
91
|
+
label "Pictures / Drawings of the recommended load transmissions"
|
|
92
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.11"
|
|
93
|
+
}
|
|
94
|
+
field models : array {
|
|
95
|
+
label "Model variants within this family"
|
|
96
|
+
items { object fields {
|
|
97
|
+
field model_designation : string {
|
|
98
|
+
label "Model designation"
|
|
99
|
+
required true
|
|
100
|
+
bind model.model_designation
|
|
101
|
+
}
|
|
102
|
+
field emax : number {
|
|
103
|
+
label "Maximum capacity, stem:[E_max]"
|
|
104
|
+
unit "unitsml(g),unitsml(kg),unitsml(t)"
|
|
105
|
+
bind model.parameters.e_max
|
|
106
|
+
ref requirement "urn:oiml:pub:r:60-1:2021#clause-3.5.7"
|
|
107
|
+
}
|
|
108
|
+
field emin : number {
|
|
109
|
+
label "Minimum dead load, stem:[E_min]"
|
|
110
|
+
unit "unitsml(g),unitsml(kg),unitsml(t)"
|
|
111
|
+
bind family.parameters.e_min
|
|
112
|
+
ref requirement "urn:oiml:pub:r:60-1:2021#clause-3.5.8"
|
|
113
|
+
}
|
|
114
|
+
field nlc : integer {
|
|
115
|
+
label "Maximum number of load cell intervals, stem:[n_LC]"
|
|
116
|
+
bind group.parameters.n_lc
|
|
117
|
+
ref requirement "urn:oiml:pub:r:60-1:2021#clause-4"
|
|
118
|
+
}
|
|
119
|
+
field vmin : number {
|
|
120
|
+
label "Minimum load cell verification interval, stem:[v_min]"
|
|
121
|
+
unit "unitsml(g),unitsml(kg),unitsml(t)"
|
|
122
|
+
bind group.parameters.v_min
|
|
123
|
+
ref requirement "urn:oiml:pub:r:60-1:2021#clause-4"
|
|
124
|
+
}
|
|
125
|
+
field dr : number {
|
|
126
|
+
label "Minimum dead load output return, stem:[DR]"
|
|
127
|
+
unit "unitsml(g),unitsml(kg),unitsml(t)"
|
|
128
|
+
bind group.parameters.dr
|
|
129
|
+
ref requirement "urn:oiml:pub:r:60-1:2021#clause-3.5.10"
|
|
130
|
+
}
|
|
131
|
+
} }
|
|
132
|
+
}
|
|
133
|
+
} }
|
|
134
|
+
}
|
|
135
|
+
field documentation : attachment {
|
|
136
|
+
label "Relevant photographs / documentation of the model range"
|
|
137
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.8"
|
|
138
|
+
}
|
|
139
|
+
field further_remarks : text {
|
|
140
|
+
label "Further remarks concerning the definition of load cell families / construction"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
form r60-3/sec-4.9.12 {
|
|
2
|
+
name "Results of previous tests that were taken into account"
|
|
3
|
+
description "Results of previous tests that were taken into account"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 60-3, 4.9.12"
|
|
6
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.12"
|
|
7
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.9.12/table-1"
|
|
8
|
+
field previous_tests : array {
|
|
9
|
+
label "Previous tests"
|
|
10
|
+
items { object fields {
|
|
11
|
+
field model_designation : string {
|
|
12
|
+
label "Model designation"
|
|
13
|
+
}
|
|
14
|
+
field serial_number : string {
|
|
15
|
+
label "Serial number"
|
|
16
|
+
}
|
|
17
|
+
field justification_remark : text {
|
|
18
|
+
label "Justification / Remark"
|
|
19
|
+
}
|
|
20
|
+
field test_report_number : string {
|
|
21
|
+
label "Test Report No."
|
|
22
|
+
}
|
|
23
|
+
} }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
form r60-3/sec-4.10.1 {
|
|
2
|
+
name "Force generating system"
|
|
3
|
+
description "Force generating system or force generating machine used for the tests"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 60-3, 4.10.1"
|
|
6
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.1"
|
|
7
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.1/table-1"
|
|
8
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.1/table-2"
|
|
9
|
+
field designation : string {
|
|
10
|
+
label "Designation"
|
|
11
|
+
}
|
|
12
|
+
field designation_remarks : string {
|
|
13
|
+
label "Designation — remark"
|
|
14
|
+
}
|
|
15
|
+
field type : string {
|
|
16
|
+
label "Type"
|
|
17
|
+
}
|
|
18
|
+
field type_remarks : string {
|
|
19
|
+
label "Type — remark"
|
|
20
|
+
}
|
|
21
|
+
field manufacturer : string {
|
|
22
|
+
label "Manufacturer"
|
|
23
|
+
}
|
|
24
|
+
field manufacturer_remarks : string {
|
|
25
|
+
label "Manufacturer — remark"
|
|
26
|
+
}
|
|
27
|
+
field identification_number : string {
|
|
28
|
+
label "Identification number"
|
|
29
|
+
}
|
|
30
|
+
field identification_number_remarks : string {
|
|
31
|
+
label "Identification number — remark"
|
|
32
|
+
}
|
|
33
|
+
field load_range : string {
|
|
34
|
+
label "Load range"
|
|
35
|
+
}
|
|
36
|
+
field load_range_remarks : string {
|
|
37
|
+
label "Load range — remark"
|
|
38
|
+
}
|
|
39
|
+
field load_steps : string {
|
|
40
|
+
label "Load steps"
|
|
41
|
+
}
|
|
42
|
+
field load_steps_remarks : string {
|
|
43
|
+
label "Load steps — remark"
|
|
44
|
+
}
|
|
45
|
+
field unit : string {
|
|
46
|
+
label "Unit"
|
|
47
|
+
}
|
|
48
|
+
field unit_remarks : string {
|
|
49
|
+
label "Unit — remark"
|
|
50
|
+
}
|
|
51
|
+
field preload : string {
|
|
52
|
+
label "Preload"
|
|
53
|
+
}
|
|
54
|
+
field preload_remarks : string {
|
|
55
|
+
label "Preload — remark"
|
|
56
|
+
}
|
|
57
|
+
field relative_uncertainty : string {
|
|
58
|
+
label "Rel. uncertainty (stem:[k = 2])"
|
|
59
|
+
}
|
|
60
|
+
field relative_uncertainty_remarks : string {
|
|
61
|
+
label "Rel. uncertainty (stem:[k = 2]) — remark"
|
|
62
|
+
}
|
|
63
|
+
field last_calibration : date {
|
|
64
|
+
label "Last calibration"
|
|
65
|
+
}
|
|
66
|
+
field last_calibration_remarks : string {
|
|
67
|
+
label "Last calibration — remark"
|
|
68
|
+
}
|
|
69
|
+
field certificate_number : string {
|
|
70
|
+
label "Certificate No. / report No."
|
|
71
|
+
}
|
|
72
|
+
field certificate_number_remarks : string {
|
|
73
|
+
label "Certificate No. / report No. — remark"
|
|
74
|
+
}
|
|
75
|
+
field recalibration_interval : string {
|
|
76
|
+
label "Recalibration interval"
|
|
77
|
+
}
|
|
78
|
+
field recalibration_interval_remarks : string {
|
|
79
|
+
label "Recalibration interval — remark"
|
|
80
|
+
}
|
|
81
|
+
field used_for_procedures {
|
|
82
|
+
label "Used for the following test procedures"
|
|
83
|
+
subform_ref test-procedures { }
|
|
84
|
+
}
|
|
85
|
+
field remarks_picture : attachment {
|
|
86
|
+
label "Remarks / picture of the force generating system"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
form r60-3/sec-4.10.2 {
|
|
2
|
+
name "Weights"
|
|
3
|
+
description "Weights used when the load cell is tested manually"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 60-3, 4.10.2"
|
|
6
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.2"
|
|
7
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.2/table-1"
|
|
8
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.2/table-2"
|
|
9
|
+
field weights : array {
|
|
10
|
+
label "Weights"
|
|
11
|
+
items { object fields {
|
|
12
|
+
field number_identification : string {
|
|
13
|
+
label "Number / identification"
|
|
14
|
+
required true
|
|
15
|
+
}
|
|
16
|
+
field number_identification_remarks : string {
|
|
17
|
+
label "Number / identification — remark"
|
|
18
|
+
}
|
|
19
|
+
field weight : number {
|
|
20
|
+
label "Weight"
|
|
21
|
+
unit "unitsml(g),unitsml(kg),unitsml(t)"
|
|
22
|
+
}
|
|
23
|
+
field weight_remarks : string {
|
|
24
|
+
label "Weight — remark"
|
|
25
|
+
}
|
|
26
|
+
field class_uncertainty : string {
|
|
27
|
+
label "Class (OIML R 111) / rel. uncertainty (stem:[k = 2])"
|
|
28
|
+
ref cites "urn:oiml:pub:r:111:2010"
|
|
29
|
+
}
|
|
30
|
+
field class_uncertainty_remarks : string {
|
|
31
|
+
label "Class (OIML R 111) / rel. uncertainty (stem:[k = 2]) — remark"
|
|
32
|
+
}
|
|
33
|
+
field last_calibration : date {
|
|
34
|
+
label "Last calibration"
|
|
35
|
+
}
|
|
36
|
+
field last_calibration_remarks : string {
|
|
37
|
+
label "Last calibration — remark"
|
|
38
|
+
}
|
|
39
|
+
field recalibration_interval : string {
|
|
40
|
+
label "Recalibration interval"
|
|
41
|
+
}
|
|
42
|
+
field recalibration_interval_remarks : string {
|
|
43
|
+
label "Recalibration interval — remark"
|
|
44
|
+
}
|
|
45
|
+
field certificate_number : string {
|
|
46
|
+
label "Certificate No. / report No."
|
|
47
|
+
}
|
|
48
|
+
field certificate_number_remarks : string {
|
|
49
|
+
label "Certificate No. / report No. — remark"
|
|
50
|
+
}
|
|
51
|
+
} }
|
|
52
|
+
}
|
|
53
|
+
field used_for_procedures {
|
|
54
|
+
label "Used for the following test procedures"
|
|
55
|
+
subform_ref test-procedures { }
|
|
56
|
+
}
|
|
57
|
+
field remarks_picture : attachment {
|
|
58
|
+
label "Remarks / picture of the weights"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
form r60-3/sec-4.10.3 {
|
|
2
|
+
name "Temperature chamber"
|
|
3
|
+
description "Temperature chamber without humidity control used for the tests"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 60-3, 4.10.3"
|
|
6
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.3"
|
|
7
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.3/table-1"
|
|
8
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.3/table-2"
|
|
9
|
+
field designation : string {
|
|
10
|
+
label "Designation"
|
|
11
|
+
}
|
|
12
|
+
field designation_remarks : string {
|
|
13
|
+
label "Designation — remark"
|
|
14
|
+
}
|
|
15
|
+
field type : string {
|
|
16
|
+
label "Type"
|
|
17
|
+
}
|
|
18
|
+
field type_remarks : string {
|
|
19
|
+
label "Type — remark"
|
|
20
|
+
}
|
|
21
|
+
field manufacturer : string {
|
|
22
|
+
label "Manufacturer"
|
|
23
|
+
}
|
|
24
|
+
field manufacturer_remarks : string {
|
|
25
|
+
label "Manufacturer — remark"
|
|
26
|
+
}
|
|
27
|
+
field identification_number : string {
|
|
28
|
+
label "Identification number"
|
|
29
|
+
}
|
|
30
|
+
field identification_number_remarks : string {
|
|
31
|
+
label "Identification number — remark"
|
|
32
|
+
}
|
|
33
|
+
field dimensions : string {
|
|
34
|
+
label "Height × width × length dimension"
|
|
35
|
+
}
|
|
36
|
+
field dimensions_remarks : string {
|
|
37
|
+
label "Height × width × length dimension — remark"
|
|
38
|
+
}
|
|
39
|
+
field temperature_range : string {
|
|
40
|
+
label "Temperature range"
|
|
41
|
+
unit "unitsml(degC)"
|
|
42
|
+
}
|
|
43
|
+
field temperature_range_remarks : string {
|
|
44
|
+
label "Temperature range — remark"
|
|
45
|
+
}
|
|
46
|
+
field temperature_stability : string {
|
|
47
|
+
label "Temperature stability"
|
|
48
|
+
}
|
|
49
|
+
field temperature_stability_remarks : string {
|
|
50
|
+
label "Temperature stability — remark"
|
|
51
|
+
}
|
|
52
|
+
field humidity_range : string {
|
|
53
|
+
label "Humidity range"
|
|
54
|
+
}
|
|
55
|
+
field humidity_range_remarks : string {
|
|
56
|
+
label "Humidity range — remark"
|
|
57
|
+
}
|
|
58
|
+
field humidity_stability : string {
|
|
59
|
+
label "Humidity stability"
|
|
60
|
+
}
|
|
61
|
+
field humidity_stability_remarks : string {
|
|
62
|
+
label "Humidity stability — remark"
|
|
63
|
+
}
|
|
64
|
+
field relative_uncertainty : string {
|
|
65
|
+
label "Rel. uncertainty (stem:[k = 2])"
|
|
66
|
+
}
|
|
67
|
+
field relative_uncertainty_remarks : string {
|
|
68
|
+
label "Rel. uncertainty (stem:[k = 2]) — remark"
|
|
69
|
+
}
|
|
70
|
+
field last_calibration : date {
|
|
71
|
+
label "Last calibration"
|
|
72
|
+
}
|
|
73
|
+
field last_calibration_remarks : string {
|
|
74
|
+
label "Last calibration — remark"
|
|
75
|
+
}
|
|
76
|
+
field certificate_number : string {
|
|
77
|
+
label "Certificate No. / report No."
|
|
78
|
+
}
|
|
79
|
+
field certificate_number_remarks : string {
|
|
80
|
+
label "Certificate No. / report No. — remark"
|
|
81
|
+
}
|
|
82
|
+
field recalibration_interval : string {
|
|
83
|
+
label "Recalibration interval"
|
|
84
|
+
}
|
|
85
|
+
field recalibration_interval_remarks : string {
|
|
86
|
+
label "Recalibration interval — remark"
|
|
87
|
+
}
|
|
88
|
+
field used_for_procedures {
|
|
89
|
+
label "Used for the following test procedures"
|
|
90
|
+
subform_ref test-procedures { }
|
|
91
|
+
}
|
|
92
|
+
field remarks_picture : attachment {
|
|
93
|
+
label "Remarks / picture of the temperature chamber"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
form r60-3/sec-4.10.4 {
|
|
2
|
+
name "Climate chamber"
|
|
3
|
+
description "Climate chamber with temperature and humidity control used for the tests"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 60-3, 4.10.4"
|
|
6
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.4"
|
|
7
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.4/table-1"
|
|
8
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.4/table-2"
|
|
9
|
+
field designation : string {
|
|
10
|
+
label "Designation"
|
|
11
|
+
}
|
|
12
|
+
field designation_remarks : string {
|
|
13
|
+
label "Designation — remark"
|
|
14
|
+
}
|
|
15
|
+
field type : string {
|
|
16
|
+
label "Type"
|
|
17
|
+
}
|
|
18
|
+
field type_remarks : string {
|
|
19
|
+
label "Type — remark"
|
|
20
|
+
}
|
|
21
|
+
field manufacturer : string {
|
|
22
|
+
label "Manufacturer"
|
|
23
|
+
}
|
|
24
|
+
field manufacturer_remarks : string {
|
|
25
|
+
label "Manufacturer — remark"
|
|
26
|
+
}
|
|
27
|
+
field identification_number : string {
|
|
28
|
+
label "Identification number"
|
|
29
|
+
}
|
|
30
|
+
field identification_number_remarks : string {
|
|
31
|
+
label "Identification number — remark"
|
|
32
|
+
}
|
|
33
|
+
field dimensions : string {
|
|
34
|
+
label "Height × width × length dimension"
|
|
35
|
+
}
|
|
36
|
+
field dimensions_remarks : string {
|
|
37
|
+
label "Height × width × length dimension — remark"
|
|
38
|
+
}
|
|
39
|
+
field temperature_range : string {
|
|
40
|
+
label "Temperature range"
|
|
41
|
+
unit "unitsml(degC)"
|
|
42
|
+
}
|
|
43
|
+
field temperature_range_remarks : string {
|
|
44
|
+
label "Temperature range — remark"
|
|
45
|
+
}
|
|
46
|
+
field temperature_stability : string {
|
|
47
|
+
label "Temperature stability"
|
|
48
|
+
}
|
|
49
|
+
field temperature_stability_remarks : string {
|
|
50
|
+
label "Temperature stability — remark"
|
|
51
|
+
}
|
|
52
|
+
field humidity_range : string {
|
|
53
|
+
label "Humidity range"
|
|
54
|
+
}
|
|
55
|
+
field humidity_range_remarks : string {
|
|
56
|
+
label "Humidity range — remark"
|
|
57
|
+
}
|
|
58
|
+
field humidity_stability : string {
|
|
59
|
+
label "Humidity stability"
|
|
60
|
+
}
|
|
61
|
+
field humidity_stability_remarks : string {
|
|
62
|
+
label "Humidity stability — remark"
|
|
63
|
+
}
|
|
64
|
+
field relative_uncertainty : string {
|
|
65
|
+
label "Rel. uncertainty (stem:[k = 2])"
|
|
66
|
+
}
|
|
67
|
+
field relative_uncertainty_remarks : string {
|
|
68
|
+
label "Rel. uncertainty (stem:[k = 2]) — remark"
|
|
69
|
+
}
|
|
70
|
+
field last_calibration : date {
|
|
71
|
+
label "Last calibration"
|
|
72
|
+
}
|
|
73
|
+
field last_calibration_remarks : string {
|
|
74
|
+
label "Last calibration — remark"
|
|
75
|
+
}
|
|
76
|
+
field certificate_number : string {
|
|
77
|
+
label "Certificate No. / report No."
|
|
78
|
+
}
|
|
79
|
+
field certificate_number_remarks : string {
|
|
80
|
+
label "Certificate No. / report No. — remark"
|
|
81
|
+
}
|
|
82
|
+
field recalibration_interval : string {
|
|
83
|
+
label "Recalibration interval"
|
|
84
|
+
}
|
|
85
|
+
field recalibration_interval_remarks : string {
|
|
86
|
+
label "Recalibration interval — remark"
|
|
87
|
+
}
|
|
88
|
+
field used_for_procedures {
|
|
89
|
+
label "Used for the following test procedures"
|
|
90
|
+
subform_ref test-procedures { }
|
|
91
|
+
}
|
|
92
|
+
field remarks_picture : attachment {
|
|
93
|
+
label "Remarks / picture of the climate chamber"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
form r60-3/sec-4.10.5 {
|
|
2
|
+
name "Indicator / Indicating instrument"
|
|
3
|
+
description "Indicator or indicating instrument for testing analogue load cells"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 60-3, 4.10.5"
|
|
6
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.5"
|
|
7
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.5/table-1"
|
|
8
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.5/table-2"
|
|
9
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.5/table-3"
|
|
10
|
+
applicability {
|
|
11
|
+
technology: [analogue-passive, analogue-active]
|
|
12
|
+
}
|
|
13
|
+
field designation : string {
|
|
14
|
+
label "Designation"
|
|
15
|
+
}
|
|
16
|
+
field designation_remarks : string {
|
|
17
|
+
label "Designation — remark"
|
|
18
|
+
}
|
|
19
|
+
field type : string {
|
|
20
|
+
label "Type"
|
|
21
|
+
}
|
|
22
|
+
field type_remarks : string {
|
|
23
|
+
label "Type — remark"
|
|
24
|
+
}
|
|
25
|
+
field manufacturer : string {
|
|
26
|
+
label "Manufacturer"
|
|
27
|
+
}
|
|
28
|
+
field manufacturer_remarks : string {
|
|
29
|
+
label "Manufacturer — remark"
|
|
30
|
+
}
|
|
31
|
+
field identification_number : string {
|
|
32
|
+
label "Identification / Serial number"
|
|
33
|
+
}
|
|
34
|
+
field identification_number_remarks : string {
|
|
35
|
+
label "Identification / Serial number — remark"
|
|
36
|
+
}
|
|
37
|
+
field measurement_range : string {
|
|
38
|
+
label "Measurement range"
|
|
39
|
+
}
|
|
40
|
+
field measurement_range_remarks : string {
|
|
41
|
+
label "Measurement range — remark"
|
|
42
|
+
}
|
|
43
|
+
field relative_uncertainty : string {
|
|
44
|
+
label "Rel. uncertainty (stem:[k = 2])"
|
|
45
|
+
}
|
|
46
|
+
field relative_uncertainty_remarks : string {
|
|
47
|
+
label "Rel. uncertainty (stem:[k = 2]) — remark"
|
|
48
|
+
}
|
|
49
|
+
field last_calibration : date {
|
|
50
|
+
label "Last calibration"
|
|
51
|
+
}
|
|
52
|
+
field last_calibration_remarks : string {
|
|
53
|
+
label "Last calibration — remark"
|
|
54
|
+
}
|
|
55
|
+
field certificate_number : string {
|
|
56
|
+
label "Certificate No. / report No."
|
|
57
|
+
}
|
|
58
|
+
field certificate_number_remarks : string {
|
|
59
|
+
label "Certificate No. / report No. — remark"
|
|
60
|
+
}
|
|
61
|
+
field recalibration_interval : string {
|
|
62
|
+
label "Recalibration interval"
|
|
63
|
+
}
|
|
64
|
+
field recalibration_interval_remarks : string {
|
|
65
|
+
label "Recalibration interval — remark"
|
|
66
|
+
}
|
|
67
|
+
field settings : object {
|
|
68
|
+
label "Settings of the indicator / indicating instrument used for the tests"
|
|
69
|
+
fields {
|
|
70
|
+
field measurement_range : string {
|
|
71
|
+
label "Measurement range"
|
|
72
|
+
}
|
|
73
|
+
field supply_voltage : string {
|
|
74
|
+
label "Supply voltage (AC/DC)"
|
|
75
|
+
}
|
|
76
|
+
field filter_settings : string {
|
|
77
|
+
label "Filter settings"
|
|
78
|
+
}
|
|
79
|
+
field cable_connections : string {
|
|
80
|
+
label "Cable connections"
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
field used_for_procedures {
|
|
85
|
+
label "Used for the following test procedures"
|
|
86
|
+
subform_ref test-procedures { }
|
|
87
|
+
}
|
|
88
|
+
field remarks_picture : attachment {
|
|
89
|
+
label "Remarks / picture of the indicator / indicating instrument"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
form r60-3/sec-4.10.6 {
|
|
2
|
+
name "Terminal / Digital data processing device"
|
|
3
|
+
description "Terminal or digital data processing device for testing digital load cells"
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
section "R 60-3, 4.10.6"
|
|
6
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.6"
|
|
7
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.6/table-1"
|
|
8
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.6/table-2"
|
|
9
|
+
ref report-format "urn:oiml:pub:r:60-3:2021#clause-4.10.6/table-3"
|
|
10
|
+
applicability {
|
|
11
|
+
technology: [digital]
|
|
12
|
+
}
|
|
13
|
+
field designation : string {
|
|
14
|
+
label "Designation"
|
|
15
|
+
}
|
|
16
|
+
field designation_remarks : string {
|
|
17
|
+
label "Designation — remark"
|
|
18
|
+
}
|
|
19
|
+
field type : string {
|
|
20
|
+
label "Type"
|
|
21
|
+
}
|
|
22
|
+
field type_remarks : string {
|
|
23
|
+
label "Type — remark"
|
|
24
|
+
}
|
|
25
|
+
field manufacturer : string {
|
|
26
|
+
label "Manufacturer"
|
|
27
|
+
}
|
|
28
|
+
field manufacturer_remarks : string {
|
|
29
|
+
label "Manufacturer — remark"
|
|
30
|
+
}
|
|
31
|
+
field identification_number : string {
|
|
32
|
+
label "Identification / Serial number"
|
|
33
|
+
}
|
|
34
|
+
field identification_number_remarks : string {
|
|
35
|
+
label "Identification / Serial number — remark"
|
|
36
|
+
}
|
|
37
|
+
field measurement_range : string {
|
|
38
|
+
label "Measurement range"
|
|
39
|
+
}
|
|
40
|
+
field measurement_range_remarks : string {
|
|
41
|
+
label "Measurement range — remark"
|
|
42
|
+
}
|
|
43
|
+
field last_calibration : date {
|
|
44
|
+
label "Last calibration"
|
|
45
|
+
}
|
|
46
|
+
field last_calibration_remarks : string {
|
|
47
|
+
label "Last calibration — remark"
|
|
48
|
+
}
|
|
49
|
+
field certificate_number : string {
|
|
50
|
+
label "Certificate No. / report No."
|
|
51
|
+
}
|
|
52
|
+
field certificate_number_remarks : string {
|
|
53
|
+
label "Certificate No. / report No. — remark"
|
|
54
|
+
}
|
|
55
|
+
field recalibration_interval : string {
|
|
56
|
+
label "Recalibration interval"
|
|
57
|
+
}
|
|
58
|
+
field recalibration_interval_remarks : string {
|
|
59
|
+
label "Recalibration interval — remark"
|
|
60
|
+
}
|
|
61
|
+
field settings : object {
|
|
62
|
+
label "Settings of the terminal / digital data processing device used for the tests"
|
|
63
|
+
fields {
|
|
64
|
+
field measurement_range : string {
|
|
65
|
+
label "Measurement range"
|
|
66
|
+
}
|
|
67
|
+
field supply_voltage : string {
|
|
68
|
+
label "Supply voltage (AC/DC)"
|
|
69
|
+
}
|
|
70
|
+
field filter_settings : string {
|
|
71
|
+
label "Filter settings"
|
|
72
|
+
}
|
|
73
|
+
field cable_connections : string {
|
|
74
|
+
label "Cable connections"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
field used_for_procedures {
|
|
79
|
+
label "Used for the following test procedures"
|
|
80
|
+
subform_ref test-procedures { }
|
|
81
|
+
}
|
|
82
|
+
field remarks_picture : attachment {
|
|
83
|
+
label "Remarks / picture of the terminal / digital data processing device"
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|