@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,99 @@
|
|
|
1
|
+
form twin-1/probe {
|
|
2
|
+
name "Twin-Fidelity Probe Record"
|
|
3
|
+
description "The D2 evidence record of one twin-fidelity probe execution: the served value fetched through the gateway and the reference reading from the declared probe channel, each timestamped, paired within the pairing window — with the channel provenance (channel, register citation, the DECLARED traceability limitation when the channel is observer attestation) and the pairing skew. One record per probe point of the schedule (range, envelope, transitions). Facts only — the fidelity judgment is the verdict chain's (D3), never the form's; the deviation |served − reference| derives ONCE in the twin_deviation_indication characteristic (the one-home doctrine — consumers compute it from the recorded served/reference pair through the characteristic registry, never from a second derivation recorded here)."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
conformance_process { /conf/twin-fidelity/probe-range /conf/twin-fidelity/probe-envelope /conf/twin-fidelity/probe-transitions }
|
|
6
|
+
section "TW-1, 6.2"
|
|
7
|
+
requirements { /req/twin-fidelity/indication-band /req/twin-fidelity/state-fidelity }
|
|
8
|
+
ref requirement "urn:oiml:pub:cs:twin-1:2027#clause-5.2"
|
|
9
|
+
ref requirement "urn:oiml:pub:cs:twin-1:2027#clause-5.5"
|
|
10
|
+
ref test-procedure "urn:oiml:pub:cs:twin-1:2027#clause-6.2"
|
|
11
|
+
ref test-procedure "urn:oiml:pub:cs:twin-1:2027#clause-6.3"
|
|
12
|
+
ref test-procedure "urn:oiml:pub:cs:twin-1:2027#clause-6.4"
|
|
13
|
+
ref report-format "urn:oiml:pub:cs:twin-1:2027#clause-6.2"
|
|
14
|
+
field probe_point : string {
|
|
15
|
+
label "Probe point"
|
|
16
|
+
description "The schedule point this execution probes (e.g. 'range 50% E_max increasing', 'envelope t_max corner', 'transition fault-annunciation')."
|
|
17
|
+
required true
|
|
18
|
+
targets { /req/twin-fidelity/indication-band /req/twin-fidelity/state-fidelity }
|
|
19
|
+
}
|
|
20
|
+
field channel : enum {
|
|
21
|
+
label "Probe channel"
|
|
22
|
+
description "The physical-side channel the reference reading arrived by — the three-source vocabulary (reference_instrument PREFERRED; observer_attestation admitted with the declared traceability limitation; sim_ground_truth in the acceptance environment only, never a production channel)."
|
|
23
|
+
required true
|
|
24
|
+
targets { /req/twin-fidelity/indication-band /req/twin-fidelity/state-fidelity }
|
|
25
|
+
values { reference_instrument { label "Reference instrument" } observer_attestation { label "Observer attestation" } sim_ground_truth { label "Sim ground truth (acceptance only)" } }
|
|
26
|
+
}
|
|
27
|
+
field channel_ref : string {
|
|
28
|
+
label "Channel register citation"
|
|
29
|
+
description "The citation of the channel actually used: the equipment-register id with its calibration trace (reference_instrument), the personnel/participant id of the verification officer (observer_attestation), or the sim deployment id (sim_ground_truth)."
|
|
30
|
+
required true
|
|
31
|
+
targets { /req/twin-fidelity/indication-band /req/twin-fidelity/state-fidelity }
|
|
32
|
+
}
|
|
33
|
+
field traceability_limitation : text {
|
|
34
|
+
label "Declared traceability limitation"
|
|
35
|
+
description "The DECLARED limitation the evidence carries when the channel is observer_attestation — attestation-only evidence proves twin ≡ display, not twin ≡ mass (the reference IS the EUT's own indication, never an independent physical standard; controller decision 3). Declared data, never a comment; empty only on the instrument and sim channels."
|
|
36
|
+
measurement_method declared
|
|
37
|
+
targets { /req/twin-fidelity/indication-band /req/twin-fidelity/state-fidelity }
|
|
38
|
+
}
|
|
39
|
+
field pairing_window : number {
|
|
40
|
+
label "Pairing window"
|
|
41
|
+
description "The declared pairing window for the probed register — at most the register's fresh_within (5 s indication, 1 s state on the certified product's serves; controller decision 5). A pair whose skew exceeds it is INVALID, never a fail."
|
|
42
|
+
unit "s"
|
|
43
|
+
required true
|
|
44
|
+
measurement_method declared
|
|
45
|
+
targets { /req/twin-fidelity/indication-band /req/twin-fidelity/state-fidelity }
|
|
46
|
+
default 5
|
|
47
|
+
}
|
|
48
|
+
field served_indication : number {
|
|
49
|
+
label "Served indication"
|
|
50
|
+
description "The served indication fetched through the gateway at probe time (indication probes)."
|
|
51
|
+
unit "kg"
|
|
52
|
+
bind sample.test_context.indication
|
|
53
|
+
targets { /req/twin-fidelity/indication-band }
|
|
54
|
+
}
|
|
55
|
+
field reference_indication : number {
|
|
56
|
+
label "Reference indication"
|
|
57
|
+
description "The physical-side reference reading paired with the served value (indication probes)."
|
|
58
|
+
unit "kg"
|
|
59
|
+
bind sample.test_context.reference_indication
|
|
60
|
+
targets { /req/twin-fidelity/indication-band }
|
|
61
|
+
}
|
|
62
|
+
field served_op_state : string {
|
|
63
|
+
label "Served operational state"
|
|
64
|
+
description "The served operational state at the transition (state probes — the twin's state channel)."
|
|
65
|
+
bind sample.test_context.op_state
|
|
66
|
+
targets { /req/twin-fidelity/state-fidelity }
|
|
67
|
+
}
|
|
68
|
+
field reference_state : string {
|
|
69
|
+
label "Reference operational state"
|
|
70
|
+
description "The physical operational state observed at the transition (state probes)."
|
|
71
|
+
bind sample.test_context.reference_state
|
|
72
|
+
targets { /req/twin-fidelity/state-fidelity }
|
|
73
|
+
}
|
|
74
|
+
field served_at : number {
|
|
75
|
+
label "Served timestamp"
|
|
76
|
+
description "The twin's OWN served timestamp for the served reading (timestamp_fields — never the platform's receipt clock), epoch seconds."
|
|
77
|
+
unit "s"
|
|
78
|
+
required true
|
|
79
|
+
bind sample.test_context.served_at
|
|
80
|
+
targets { /req/twin-fidelity/indication-band /req/twin-fidelity/state-fidelity }
|
|
81
|
+
}
|
|
82
|
+
field observed_at : number {
|
|
83
|
+
label "Observation timestamp"
|
|
84
|
+
description "The reference observation timestamp captured at evidence-capture time, epoch seconds."
|
|
85
|
+
unit "s"
|
|
86
|
+
required true
|
|
87
|
+
bind sample.test_context.observed_at
|
|
88
|
+
targets { /req/twin-fidelity/indication-band /req/twin-fidelity/state-fidelity }
|
|
89
|
+
}
|
|
90
|
+
field pair_skew : number {
|
|
91
|
+
label "Pairing skew"
|
|
92
|
+
description "The pairing skew |served timestamp − reference observation timestamp| — a skew beyond the pairing window INVALIDATES the execution (the setup was wrong), never a fail."
|
|
93
|
+
unit "s"
|
|
94
|
+
targets { /req/twin-fidelity/indication-band /req/twin-fidelity/state-fidelity }
|
|
95
|
+
calculation "ocl{abs(served_at - observed_at)}"
|
|
96
|
+
}
|
|
97
|
+
pass_fail { criteria "The execution is admissible: the pair was taken within the declared pairing window (a violating pair is INVALID, never a fail) — the fidelity judgment itself is the verdict chain's (the canonical deviation verdict and the state-equality criterion)." pass_if "ocl{pair_skew <= pairing_window}" }
|
|
98
|
+
}
|
|
99
|
+
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
form twin-1/static-conformance {
|
|
2
|
+
name "Static Conformance Admission Record"
|
|
3
|
+
description "The D2 evidence record of the static-conformance admission check: the twin's served interface — endpoint identifier, operations, payload schemas and quantity kinds, access scopes — read and compared against the pinned product package's endpoint declaration before any value-fidelity probing. A twin that mis-serves its declared contract never reaches value probes (the C84-class startup check surfaced as the schedule's admission test)."
|
|
4
|
+
data_class FormInstance#data
|
|
5
|
+
conformance_process /conf/twin-fidelity/static-conformance-admission
|
|
6
|
+
section "TW-1, 6.1"
|
|
7
|
+
requirements { /req/twin-fidelity/static-conformance }
|
|
8
|
+
ref requirement "urn:oiml:pub:cs:twin-1:2027#clause-5.1"
|
|
9
|
+
ref test-procedure "urn:oiml:pub:cs:twin-1:2027#clause-6.1"
|
|
10
|
+
ref report-format "urn:oiml:pub:cs:twin-1:2027#clause-6.1"
|
|
11
|
+
field endpoint_id : string {
|
|
12
|
+
label "Served endpoint identifier"
|
|
13
|
+
description "The endpoint identifier the twin actually serves, read at admission."
|
|
14
|
+
required true
|
|
15
|
+
targets { /req/twin-fidelity/static-conformance }
|
|
16
|
+
}
|
|
17
|
+
field declared_endpoint_id : string {
|
|
18
|
+
label "Declared endpoint identifier"
|
|
19
|
+
description "The endpoint identifier of the pinned product package's endpoint declaration (the abstract import acme-lc500@2021 — C83's edition-pin discipline)."
|
|
20
|
+
required true
|
|
21
|
+
measurement_method declared
|
|
22
|
+
targets { /req/twin-fidelity/static-conformance }
|
|
23
|
+
}
|
|
24
|
+
field operations_match : boolean {
|
|
25
|
+
label "Operations equal the declaration"
|
|
26
|
+
description "The served operations equal the declared operations, names and kinds."
|
|
27
|
+
required true
|
|
28
|
+
targets { /req/twin-fidelity/static-conformance }
|
|
29
|
+
true_label "Equal"
|
|
30
|
+
false_label "Mismatch"
|
|
31
|
+
}
|
|
32
|
+
field payload_schemas_match : boolean {
|
|
33
|
+
label "Payload schemas equal the declaration"
|
|
34
|
+
description "The served payload schemas and quantity kinds equal the declaration."
|
|
35
|
+
required true
|
|
36
|
+
targets { /req/twin-fidelity/static-conformance }
|
|
37
|
+
true_label "Equal"
|
|
38
|
+
false_label "Mismatch"
|
|
39
|
+
}
|
|
40
|
+
field access_scopes_match : boolean {
|
|
41
|
+
label "Access scopes equal the declaration"
|
|
42
|
+
description "The served access scopes equal the declared scopes."
|
|
43
|
+
required true
|
|
44
|
+
targets { /req/twin-fidelity/static-conformance }
|
|
45
|
+
true_label "Equal"
|
|
46
|
+
false_label "Mismatch"
|
|
47
|
+
}
|
|
48
|
+
pass_fail { criteria "The twin serves exactly the interface its certified product package declares — endpoint identifier, operations, payload schemas and quantity kinds, access scopes. Any mismatch is an admission failure: the twin never reaches value probes." pass_if "ocl{endpoint_id = declared_endpoint_id and operations_match and payload_schemas_match and access_scopes_match}" }
|
|
49
|
+
}
|
|
50
|
+
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
attribute_definition indication {
|
|
2
|
+
symbol "I"
|
|
3
|
+
name "Served indication register"
|
|
4
|
+
definition "The twin's SERVED indication — the live output reading in units of mass served by the twin interface and bound at deployment through the program's gateway (the served channel of the two-channel fidelity relation). The metrological definition of the underlying indication lives in the Recommendation the program maps to (maps_to oiml-r60); this register declares only the binding slot the program reads."
|
|
5
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.2"
|
|
6
|
+
quantity_kind mass
|
|
7
|
+
unit "kg"
|
|
8
|
+
value_type QuantityValue
|
|
9
|
+
origin test-dependent
|
|
10
|
+
scope sample
|
|
11
|
+
category metrological
|
|
12
|
+
is_dimension false
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
attribute_definition op_state {
|
|
16
|
+
name "Served operational-state register"
|
|
17
|
+
definition "The twin's SERVED operational state (the instrument's off/warming/ready/measuring/fault state as served by the twin's state channel) and bound at deployment from the twin's state serve. The state model of the underlying instrument lives in the Recommendation the program maps to; this register declares only the binding slot the program reads."
|
|
18
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.2"
|
|
19
|
+
value_type string
|
|
20
|
+
origin test-dependent
|
|
21
|
+
scope sample
|
|
22
|
+
category metrological
|
|
23
|
+
is_dimension false
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
attribute_definition reference_indication {
|
|
27
|
+
symbol "I_ref"
|
|
28
|
+
name "Reference indication register"
|
|
29
|
+
definition "The physical-side reference indication paired with the served indication at a probe point — the reference channel of the two-channel fidelity relation (the NEW reference_* evidence register family): a traceable reference instrument (preferred), an observer attestation (a verification officer reads the physical display into the probe form — admitted with recorded traceability limits), or sim ground truth (the acceptance environment only, never a production channel)."
|
|
30
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.3"
|
|
31
|
+
quantity_kind mass
|
|
32
|
+
unit "kg"
|
|
33
|
+
value_type QuantityValue
|
|
34
|
+
origin test-dependent
|
|
35
|
+
scope sample
|
|
36
|
+
category metrological
|
|
37
|
+
is_dimension false
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
attribute_definition reference_state {
|
|
41
|
+
name "Reference operational-state register"
|
|
42
|
+
definition "The physical instrument's operational state observed at a probe transition and paired with the served op_state — the reference channel for state fidelity (the NEW reference_* evidence register family)."
|
|
43
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.3"
|
|
44
|
+
value_type string
|
|
45
|
+
origin test-dependent
|
|
46
|
+
scope sample
|
|
47
|
+
category metrological
|
|
48
|
+
is_dimension false
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
attribute_definition served_at {
|
|
52
|
+
symbol "t_srv"
|
|
53
|
+
name "Served-timestamp register"
|
|
54
|
+
definition "The twin's OWN served timestamp for the served reading paired at a probe point (TCD-2 — the served side of the pairing skew, resolving the probe schedule's pair_skew derivation input): the served-timestamp source declared per operation (timestamp_fields), never the platform's receipt clock — freshness is judged against the twin's own timestamp. Epoch seconds at evidence capture."
|
|
55
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.3"
|
|
56
|
+
quantity_kind time
|
|
57
|
+
unit "s"
|
|
58
|
+
value_type QuantityValue
|
|
59
|
+
origin test-dependent
|
|
60
|
+
scope sample
|
|
61
|
+
category metrological
|
|
62
|
+
is_dimension false
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
attribute_definition observed_at {
|
|
66
|
+
symbol "t_obs"
|
|
67
|
+
name "Observation-timestamp register"
|
|
68
|
+
definition "The reference observation timestamp captured at D2 evidence-capture time for the reference reading paired at a probe point (TCD-2 — the reference side of the pairing skew, resolving the probe schedule's pair_skew derivation input): the reference channel's provenance facet binds its observed_at facet here. Epoch seconds at evidence capture."
|
|
69
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.3"
|
|
70
|
+
quantity_kind time
|
|
71
|
+
unit "s"
|
|
72
|
+
value_type QuantityValue
|
|
73
|
+
origin test-dependent
|
|
74
|
+
scope sample
|
|
75
|
+
category metrological
|
|
76
|
+
is_dimension false
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
attribute_definition pair_skew {
|
|
80
|
+
symbol "Δt_pair"
|
|
81
|
+
name "Pairing-skew register"
|
|
82
|
+
definition "The pairing skew |served timestamp − reference observation timestamp| of one probe pair (TCD-2): derived once at evidence capture from the served_at/observed_at registers (the probe tests' pair_skew variable derivation) and recorded as D2 evidence — the operand of the pairing-window INVALID precondition (a skew beyond the declared window voids the run, never a fail)."
|
|
83
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.3"
|
|
84
|
+
quantity_kind time
|
|
85
|
+
unit "s"
|
|
86
|
+
value_type QuantityValue
|
|
87
|
+
origin test-dependent
|
|
88
|
+
scope sample
|
|
89
|
+
category metrological
|
|
90
|
+
is_dimension false
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
attribute_definition twin_tolerance_indication {
|
|
94
|
+
symbol "δ_ind"
|
|
95
|
+
name "Twin tolerance — indication"
|
|
96
|
+
definition "The program's declared indication tolerance δ_indication — the maximum permitted absolute deviation between the served and the reference indication at any probe point. The metrologically honest anchor: a declared fraction of the underlying instrument's maximum permissible error per register, declared by the scheme, never a platform constant (controller decision 1: δ = 0.1 kg for the LC-500-class pilot register — 25× the good cell's noise σ, so the faithful twin passes cleanly and a 0.25 kg lie is unmistakable)."
|
|
97
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.4"
|
|
98
|
+
quantity_kind mass
|
|
99
|
+
unit "kg"
|
|
100
|
+
value_type QuantityValue
|
|
101
|
+
origin declared
|
|
102
|
+
scope model
|
|
103
|
+
category metrological
|
|
104
|
+
is_dimension false
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
attribute_definition served_t0 {
|
|
108
|
+
symbol "I_t0"
|
|
109
|
+
name "Served indication at dwell start"
|
|
110
|
+
definition "The twin's SERVED indication at the start of the behavioral probe's creep dwell (TODO.v3/02) — the drift baseline, fetched through the gateway at dwell start (the served channel of the behavioral fidelity relation)."
|
|
111
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.5"
|
|
112
|
+
quantity_kind mass
|
|
113
|
+
unit "kg"
|
|
114
|
+
value_type QuantityValue
|
|
115
|
+
origin test-dependent
|
|
116
|
+
scope sample
|
|
117
|
+
category metrological
|
|
118
|
+
is_dimension false
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
attribute_definition served_end {
|
|
122
|
+
symbol "I_end"
|
|
123
|
+
name "Served indication at dwell end"
|
|
124
|
+
definition "The twin's SERVED indication at the end of the behavioral probe's creep dwell, fetched through the gateway at dwell end."
|
|
125
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.5"
|
|
126
|
+
quantity_kind mass
|
|
127
|
+
unit "kg"
|
|
128
|
+
value_type QuantityValue
|
|
129
|
+
origin test-dependent
|
|
130
|
+
scope sample
|
|
131
|
+
category metrological
|
|
132
|
+
is_dimension false
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
attribute_definition reference_indication_t0 {
|
|
136
|
+
symbol "I_ref,t0"
|
|
137
|
+
name "Reference indication at dwell start"
|
|
138
|
+
definition "The physical-side reference reading at the start of the creep dwell — the constant-load anchor from the declared probe channel (reference_instrument PREFERRED; observer attestation admitted with the declared traceability limitation; sim ground truth in the acceptance environment only)."
|
|
139
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.5"
|
|
140
|
+
quantity_kind mass
|
|
141
|
+
unit "kg"
|
|
142
|
+
value_type QuantityValue
|
|
143
|
+
origin test-dependent
|
|
144
|
+
scope sample
|
|
145
|
+
category metrological
|
|
146
|
+
is_dimension false
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
attribute_definition reference_indication_end {
|
|
150
|
+
symbol "I_ref,end"
|
|
151
|
+
name "Reference indication at dwell end"
|
|
152
|
+
definition "The physical-side reference reading at the end of the creep dwell — the constant-load confirmation. A reference that drifts beyond one third of the class creep allowance voids the setup (INVALID, never a fail — the U:MPE ≤ 1:3 discipline)."
|
|
153
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.5"
|
|
154
|
+
quantity_kind mass
|
|
155
|
+
unit "kg"
|
|
156
|
+
value_type QuantityValue
|
|
157
|
+
origin test-dependent
|
|
158
|
+
scope sample
|
|
159
|
+
category metrological
|
|
160
|
+
is_dimension false
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
attribute_definition max_drift {
|
|
164
|
+
symbol "Δ_max"
|
|
165
|
+
name "Maximum served drift over the dwell"
|
|
166
|
+
definition "The maximum |served sample − served_t0| over the behavioral probe's recorded dwell series — derived ONCE at evidence capture from the recorded series (facts only, auditable against the probe-creep form's series; the same derived-once-at-capture discipline as pair_skew). The operand of the creep-envelope criterion (TODO.v3/02)."
|
|
167
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.5"
|
|
168
|
+
quantity_kind mass
|
|
169
|
+
unit "kg"
|
|
170
|
+
value_type QuantityValue
|
|
171
|
+
origin test-dependent
|
|
172
|
+
scope sample
|
|
173
|
+
category metrological
|
|
174
|
+
is_dimension false
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
attribute_definition dwell_s {
|
|
178
|
+
symbol "T_dw"
|
|
179
|
+
name "Dwell duration"
|
|
180
|
+
definition "The declared dwell duration of the behavioral creep probe — the scheme's declaration per register (the pilot's 900 s; the Recommendation's own type-test program runs 30 min, the scheme declares its practical dwell), never a platform constant."
|
|
181
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.5"
|
|
182
|
+
quantity_kind time
|
|
183
|
+
unit "s"
|
|
184
|
+
value_type QuantityValue
|
|
185
|
+
origin declared
|
|
186
|
+
scope model
|
|
187
|
+
category metrological
|
|
188
|
+
is_dimension false
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
attribute_definition dwell_load {
|
|
192
|
+
symbol "L_dw"
|
|
193
|
+
name "Dwell load"
|
|
194
|
+
definition "The behavioral probe's applied dwell load (≈90 % of E_max — 450 kg for the LC-500-class pilot) — the lookupMPE load input of the creep-allowance computation."
|
|
195
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.5"
|
|
196
|
+
quantity_kind mass
|
|
197
|
+
unit "kg"
|
|
198
|
+
value_type QuantityValue
|
|
199
|
+
origin declared
|
|
200
|
+
scope model
|
|
201
|
+
category metrological
|
|
202
|
+
is_dimension false
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
attribute_definition accuracy_class {
|
|
206
|
+
name "Accuracy class"
|
|
207
|
+
definition "The certified type's accuracy class per the mapped Recommendation (C for the LC-500-class pilot, per R 60) — the lookupMPE class input. The creep allowance is class-parameterized: it resolves from the same class tables the Recommendation's tests use (TODO.v3/02)."
|
|
208
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.5"
|
|
209
|
+
value_type string
|
|
210
|
+
origin declared
|
|
211
|
+
scope model
|
|
212
|
+
category metrological
|
|
213
|
+
is_dimension false
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
attribute_definition p_lc {
|
|
217
|
+
symbol "p_lc"
|
|
218
|
+
name "Apportionment factor"
|
|
219
|
+
definition "The apportionment factor of the creep-allowance computation (0.7 by default for load cells per R 60) — the lookupMPE apportionment input."
|
|
220
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.5"
|
|
221
|
+
quantity_kind dimensionless
|
|
222
|
+
unit "1"
|
|
223
|
+
value_type QuantityValue
|
|
224
|
+
origin declared
|
|
225
|
+
scope model
|
|
226
|
+
category metrological
|
|
227
|
+
is_dimension false
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
attribute_definition creep_allowance {
|
|
231
|
+
symbol "δ_cr"
|
|
232
|
+
name "Creep allowance (class-parameterized)"
|
|
233
|
+
definition "The accuracy-class creep allowance for the behavioral probe — the mapped Recommendation's own apportioned MPE at the dwell load, computed as lookupMPE(dwell_load, accuracy_class, p_lc) from the class tables (never a platform constant). The threshold of the creep-envelope criterion (TODO.v3/02)."
|
|
234
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.5"
|
|
235
|
+
quantity_kind mass
|
|
236
|
+
unit "kg"
|
|
237
|
+
value_type QuantityValue
|
|
238
|
+
origin derived
|
|
239
|
+
scope sample
|
|
240
|
+
category metrological
|
|
241
|
+
is_dimension false
|
|
242
|
+
}
|
|
243
|
+
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
behavior twin-indication-serving {
|
|
2
|
+
kind static
|
|
3
|
+
stimulus force
|
|
4
|
+
response "The twin's served indication in response to the physical instrument's applied load — the two-channel serving behavior whose deviation from the physical-side reference the twin_deviation_indication characteristic quantifies."
|
|
5
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.1"
|
|
6
|
+
verified_by { /conf/twin-fidelity/probe-range /conf/twin-fidelity/probe-envelope }
|
|
7
|
+
}
|
|
8
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
verdict twin_deviation_indication {
|
|
2
|
+
symbol "Δ_ind"
|
|
3
|
+
behavior twin-indication-serving
|
|
4
|
+
quantity { kind mass unit "kg" }
|
|
5
|
+
derive "ocl{abs(indication - reference_indication)}"
|
|
6
|
+
inputs { indication reference_indication }
|
|
7
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.1"
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
verdict twin_creep_drift_indication {
|
|
11
|
+
symbol "Δ_cr"
|
|
12
|
+
behavior twin-indication-serving
|
|
13
|
+
quantity { kind mass unit "kg" }
|
|
14
|
+
derive "ocl{max_drift}"
|
|
15
|
+
inputs { max_drift }
|
|
16
|
+
ref derives-from "urn:oiml:pub:cs:twin-1:2027#clause-4.5"
|
|
17
|
+
}
|
|
18
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# The fault-state service-case rule rides the deployment BINDING, never this declaration — the kernel's escalate grammar admits verdict outcomes only (C69).
|
|
2
|
+
# Pointers: browser/src/monitor/twin-cert-deployment.ts (the binding header), data/oiml-twin-cert/layer.yaml, AGENTS.d/12-twin-integration.md.
|
|
3
|
+
subject CertifiedTwin {
|
|
4
|
+
is {
|
|
5
|
+
metadata { name "Certified digital twin unit" designation "A digital twin unit holding a valid twin certificate — the fleet the program's type-5 surveillance runs over (the certificate register's watch subject)" }
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
monitor twin-fidelity-fleet {
|
|
10
|
+
over { CertifiedTwin }
|
|
11
|
+
triggers { every 1h on signal certificate_registered on change sample.test_context.op_state }
|
|
12
|
+
evaluate { requirements { /req/twin-fidelity/static-conformance /req/twin-fidelity/indication-band /req/twin-fidelity/freshness-declaration /req/twin-fidelity/timestamp-provenance /req/twin-fidelity/state-fidelity } promises all }
|
|
13
|
+
emit { evidence -> workspace verdicts -> verdict_log }
|
|
14
|
+
escalate { on fail { flag_certificate open_service_case notify scheme_operator } on invalid { open_service_case } }
|
|
15
|
+
}
|
|
16
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
package {
|
|
2
|
+
id oiml-twin-cert
|
|
3
|
+
kind certification_program
|
|
4
|
+
maps_to { oiml-r60 }
|
|
5
|
+
scheme_type type_5
|
|
6
|
+
title "OIML SMART oiml-twin-cert certification program package"
|
|
7
|
+
version "2027"
|
|
8
|
+
editions { 2027 }
|
|
9
|
+
baseUrn "urn:oiml:pub:cs:twin-1:2027"
|
|
10
|
+
uses { iso-iec-17000 iso-iec-17065 iso-iec-17025 iso-iec-17067 acme-lc500@2021 }
|
|
11
|
+
requires { iso-iec-17000 iso-iec-17065 iso-iec-17025 iso-iec-17067 }
|
|
12
|
+
validity { from 2027-01-01 }
|
|
13
|
+
status current
|
|
14
|
+
default_spelling eng-Latn
|
|
15
|
+
description "Digital-twin fidelity certification program (TODO.v2/01) — the scheme operator's program confirming that a measuring instrument's digital twin faithfully reflects the physical instrument's status: the served value ≡ the physical state, within declared bounds and freshness, continuously. A first-class publisher of kind certification_program, related to the Recommendations (maps_to oiml-r60), the product twin declarations it certifies (pinned abstract import acme-lc500@2021), and the CASCO foundations (requires iso-iec-17000/17065/17025/17067) by mapping and pinned imports only — composed into nothing. Self-classified scheme type 5 against the ISO/IEC 17067 register (per-unit certification with surveillance). The twin certificate stands alone from type evaluation but prerequisites a valid type certificate of the underlying instrument; the OIML-CS is the long-term home."
|
|
16
|
+
}
|