@oimlsmart/primmel-packages 0.17.0 → 0.18.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.
@@ -0,0 +1,19 @@
1
+ # OIML R 129 — Evaluation Profiles
2
+ # Dimension combinations that select applicable requirements/tests/
3
+ # calculations. One top-level evaluation_profile construct per preset
4
+ # (MECE: each bounded context in its own file).
5
+ evaluation_profile optical-automatic-ac {
6
+ dimensions { measurement_principle optical instrument_category automatic power_supply ac-mains object_capability rectangular-only }
7
+ description "Optical conveyor instrument for rectangular parcels, mains-powered — full program incl. voltage tests, ambient light and speed of movement"
8
+ }
9
+
10
+ evaluation_profile acoustic-semi-automatic-battery {
11
+ dimensions { measurement_principle acoustic instrument_category semi-automatic power_supply battery object_capability irregular-allowed }
12
+ description "Handheld acoustic instrument for irregular objects, battery-powered — low-voltage and acoustics tests; no mains voltage tests"
13
+ }
14
+
15
+ evaluation_profile mechanical-semi-automatic-dc {
16
+ dimensions { measurement_principle mechanical instrument_category semi-automatic power_supply dc object_capability rectangular-only }
17
+ description "Mechanical contact instrument on DC supply — base program with ESD and RF immunity only"
18
+ }
19
+
@@ -0,0 +1,27 @@
1
+ # OIML R 144 — Evaluation Profiles
2
+ # Dimension combinations that select applicable requirements/tests/
3
+ # calculations. One top-level evaluation_profile construct per preset
4
+ # (MECE: each bounded context in its own file). The
5
+ # measurand_components presets are SET-CARDINALITY — the value list
6
+ # form (`measurand_components { co no }`, kernel 1.17.2) selects
7
+ # several channels at once (the per-channel axis, Instrument.perChannel).
8
+ evaluation_profile extractive-co-nox-ndir-cld {
9
+ dimensions { measurand_components { co no } measuring_principle combined sampling_approach extractive adjustment_means automatic power_supply ac-mains }
10
+ description "Extractive CEMS: NDIR for CO + chemiluminescence for NOx, automatic adjustment, mains-powered"
11
+ }
12
+
13
+ evaluation_profile extractive-co-only-ec {
14
+ dimensions { measurand_components { co } measuring_principle electrochemistry sampling_approach extractive adjustment_means semi-automatic power_supply ac-and-battery }
15
+ description "Extractive CO-only electrochemical system with battery backup"
16
+ }
17
+
18
+ evaluation_profile in-situ-nox-uv {
19
+ dimensions { measurand_components { no no2 } measuring_principle uv sampling_approach in-situ adjustment_means automatic power_supply ac-mains }
20
+ description "In-situ NOx UV-absorption system, automatic adjustment"
21
+ }
22
+
23
+ evaluation_profile extractive-co-ir-correlation {
24
+ dimensions { measurand_components { co } measuring_principle ir-correlation sampling_approach extractive adjustment_means manual power_supply ac-mains }
25
+ description "Extractive CO-only gas-filter-correlation IR system, manual adjustment (no drift test)"
26
+ }
27
+
@@ -0,0 +1,34 @@
1
+ # OIML R 60 — Evaluation Profiles
2
+ # Dimension combinations that select applicable requirements/tests/
3
+ # calculations. One top-level evaluation_profile construct per preset
4
+ # (MECE: each bounded context in its own file).
5
+ evaluation_profile class-a-digital-nh {
6
+ dimensions { accuracy_class A technology digital humidity_class NH }
7
+ description "Class A digital, no humidity test"
8
+ }
9
+
10
+ evaluation_profile class-a-digital-sh {
11
+ dimensions { accuracy_class A technology digital humidity_class SH }
12
+ description "Class A digital, static humidity"
13
+ }
14
+
15
+ evaluation_profile class-a-analogue-passive-nh {
16
+ dimensions { accuracy_class A technology analogue-passive humidity_class NH }
17
+ description "Class A analogue passive, no humidity"
18
+ }
19
+
20
+ evaluation_profile class-b-digital-ch {
21
+ dimensions { accuracy_class B technology digital humidity_class CH }
22
+ description "Class B digital with cyclic humidity"
23
+ }
24
+
25
+ evaluation_profile class-c-analogue-passive-ch {
26
+ dimensions { accuracy_class C technology analogue-passive humidity_class CH }
27
+ description "Class C analogue passive with cyclic humidity"
28
+ }
29
+
30
+ evaluation_profile class-d-digital-ch {
31
+ dimensions { accuracy_class D technology digital humidity_class CH }
32
+ description "Class D digital with cyclic humidity"
33
+ }
34
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oimlsmart/primmel-packages",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "The OIML SMART platform's authoritative model content: every Recommendation, the OIML-CS scheme, the CASCO foundations, the shared modules, and the product/program reference packages as Primmel (.prl) packages — the single source of truth the platform's data trees regenerate from. Consumed by the smart monorepo (oimlsmart/smart) at a pinned version (TODO.repos/02).",
5
5
  "type": "module",
6
6
  "repository": {