@oimlsmart/primmel-packages 0.15.0 → 0.16.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/oiml-r129/model/application.prl +37 -0
- package/oiml-r144/model/application.prl +78 -0
- package/oiml-r60/model/application.prl +78 -0
- package/oiml-r91/model/application.prl +168 -0
- package/package.json +1 -1
- package/oiml-r129/payload/application.yaml +0 -40
- package/oiml-r144/payload/application.yaml +0 -80
- package/oiml-r60/payload/application.yaml +0 -83
- package/oiml-r91/payload/application.yaml +0 -201
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# OIML R 129 — the application declaration (TODO.application/02): the
|
|
2
|
+
# applicant-facing register — the application-documentation checklist
|
|
3
|
+
# (R 129-2:2020, 1.2: the technical documentation and the measurement
|
|
4
|
+
# data details + calculation methods; the software documentation at
|
|
5
|
+
# 1.2.2). R 129 declares no applicant declaration form today —
|
|
6
|
+
# the wizard renders the derived attribute grid as the honest
|
|
7
|
+
# fallback. The checklist derives from this register, never from
|
|
8
|
+
# literals (browser/src/services/application.service.ts).
|
|
9
|
+
application_declaration application {
|
|
10
|
+
document technical-documentation {
|
|
11
|
+
name "Technical documentation"
|
|
12
|
+
description "The technical documentation of the instrument — drawings, specifications, photographs and descriptions sufficient to understand its construction and method of operation (R 129-2, 1.2)."
|
|
13
|
+
obligation shall
|
|
14
|
+
source {
|
|
15
|
+
doc "urn:oiml:pub:r:129-2:2020"
|
|
16
|
+
clause "1.2"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
document measurement-data {
|
|
20
|
+
name "Measurement data details and calculation methods"
|
|
21
|
+
description "The details of the measurement data and the calculation methods the instrument applies (R 129-2, 1.2)."
|
|
22
|
+
obligation shall
|
|
23
|
+
source {
|
|
24
|
+
doc "urn:oiml:pub:r:129-2:2020"
|
|
25
|
+
clause "1.2"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
document software-documentation {
|
|
29
|
+
name "Software documentation"
|
|
30
|
+
description "Documentation of the legally relevant software, sufficient for a reasonable evaluation (R 129-2, 1.2.2 and 1.1.2)."
|
|
31
|
+
obligation may
|
|
32
|
+
source {
|
|
33
|
+
doc "urn:oiml:pub:r:129-2:2020"
|
|
34
|
+
clause "1.2.2"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# OIML R 144 — the application declaration (TODO.application/02): the
|
|
2
|
+
# applicant-facing register — the application-documentation checklist
|
|
3
|
+
# (R 144-1:2013, 7.1.1 items a–g — the general principle of
|
|
4
|
+
# measurement, the essential components list, the component
|
|
5
|
+
# descriptions + drawings + diagrams, the general software
|
|
6
|
+
# information, the calculation formula description, the operating
|
|
7
|
+
# manual, and the manufacturer testing details and results). R 144
|
|
8
|
+
# declares no applicant declaration form today — the wizard renders
|
|
9
|
+
# the derived attribute grid as the honest fallback. The checklist
|
|
10
|
+
# derives from this register, never from literals
|
|
11
|
+
# (browser/src/services/application.service.ts). Obligations follow
|
|
12
|
+
# the Recommendation's own "shall / if appropriate" modality
|
|
13
|
+
# (parse-enforced: shall | should | may).
|
|
14
|
+
application_declaration application {
|
|
15
|
+
document measurement-principle {
|
|
16
|
+
name "Description of the general principle of measurement"
|
|
17
|
+
description "A description of the gas analytical system's general principle of measurement (R 144-1, 7.1.1 a)."
|
|
18
|
+
obligation shall
|
|
19
|
+
source {
|
|
20
|
+
doc "urn:oiml:pub:r:144-1:2013"
|
|
21
|
+
clause "7.1.1"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
document essential-components-list {
|
|
25
|
+
name "Essential components list"
|
|
26
|
+
description "A list of the system's essential components with their characteristics (R 144-1, 7.1.1 b)."
|
|
27
|
+
obligation shall
|
|
28
|
+
source {
|
|
29
|
+
doc "urn:oiml:pub:r:144-1:2013"
|
|
30
|
+
clause "7.1.1"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
document components-drawings {
|
|
34
|
+
name "Component descriptions, drawings and diagrams"
|
|
35
|
+
description "A description of the essential components with drawings and diagrams (R 144-1, 7.1.1 c)."
|
|
36
|
+
obligation shall
|
|
37
|
+
source {
|
|
38
|
+
doc "urn:oiml:pub:r:144-1:2013"
|
|
39
|
+
clause "7.1.1"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
document software-information {
|
|
43
|
+
name "General software information"
|
|
44
|
+
description "General information on the software used as part of the gas analytical system (R 144-1, 7.1.1 d)."
|
|
45
|
+
obligation shall
|
|
46
|
+
source {
|
|
47
|
+
doc "urn:oiml:pub:r:144-1:2013"
|
|
48
|
+
clause "7.1.1"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
document calculation-formula {
|
|
52
|
+
name "Calculation formula description"
|
|
53
|
+
description "A description of the formula applied for the calculation of mass emission components (R 144-1, 7.1.1 e)."
|
|
54
|
+
obligation shall
|
|
55
|
+
source {
|
|
56
|
+
doc "urn:oiml:pub:r:144-1:2013"
|
|
57
|
+
clause "7.1.1"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
document operating-manual {
|
|
61
|
+
name "Operating manual"
|
|
62
|
+
description "The operating manual to be provided to the user (R 144-1, 7.1.1 f)."
|
|
63
|
+
obligation shall
|
|
64
|
+
source {
|
|
65
|
+
doc "urn:oiml:pub:r:144-1:2013"
|
|
66
|
+
clause "7.1.1"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
document manufacturer-testing {
|
|
70
|
+
name "Manufacturer testing details and results"
|
|
71
|
+
description "Details and results of any testing which may have been carried out by the manufacturer (R 144-1, 7.1.1 g)."
|
|
72
|
+
obligation may
|
|
73
|
+
source {
|
|
74
|
+
doc "urn:oiml:pub:r:144-1:2013"
|
|
75
|
+
clause "7.1.1"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# OIML R 60 — the application declaration (TODO.application/02): the
|
|
2
|
+
# applicant-facing register — the instrument-declaration form the
|
|
3
|
+
# applicant signs (declaration_form → the PRL-authored r60-3/sec-4.5
|
|
4
|
+
# form; C132 resolves it against the form register) and the
|
|
5
|
+
# application-documentation checklist (R 60-2:2021, 2.5 items a–g —
|
|
6
|
+
# measurement principle, mechanical drawings, electric/electronic
|
|
7
|
+
# diagrams, installation requirements, operating instructions,
|
|
8
|
+
# compliance evidence, software documentation). The application wizard
|
|
9
|
+
# derives its checklist + form pointer from this register, never from
|
|
10
|
+
# literals (browser/src/services/application.service.ts). Obligations
|
|
11
|
+
# follow the Recommendation's own "shall / if appropriate" modality
|
|
12
|
+
# (parse-enforced: shall | should | may).
|
|
13
|
+
application_declaration application {
|
|
14
|
+
declaration_form r60-3/sec-4.5
|
|
15
|
+
document measurement-principle {
|
|
16
|
+
name "Description of the general principle of measurement"
|
|
17
|
+
description "A description of the load cell's general principle of measurement (R 60-2, 2.5 a)."
|
|
18
|
+
obligation shall
|
|
19
|
+
source {
|
|
20
|
+
doc "urn:oiml:pub:r:60-2:2021"
|
|
21
|
+
clause "2.5"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
document mechanical-drawings {
|
|
25
|
+
name "Mechanical drawings"
|
|
26
|
+
description "Mechanical drawings, including documents on the load transmission(s) as per R 60-2 Annex E (R 60-2, 2.5 b)."
|
|
27
|
+
obligation shall
|
|
28
|
+
source {
|
|
29
|
+
doc "urn:oiml:pub:r:60-2:2021"
|
|
30
|
+
clause "2.5"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
document electrical-diagrams {
|
|
34
|
+
name "Electric/electronic diagrams"
|
|
35
|
+
description "Electric and electronic diagrams of the load cell (R 60-2, 2.5 c)."
|
|
36
|
+
obligation shall
|
|
37
|
+
source {
|
|
38
|
+
doc "urn:oiml:pub:r:60-2:2021"
|
|
39
|
+
clause "2.5"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
document installation-requirements {
|
|
43
|
+
name "Installation requirements"
|
|
44
|
+
description "Physical and electrical installation requirements, if appropriate (R 60-2, 2.5 d)."
|
|
45
|
+
obligation may
|
|
46
|
+
source {
|
|
47
|
+
doc "urn:oiml:pub:r:60-2:2021"
|
|
48
|
+
clause "2.5"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
document operating-instructions {
|
|
52
|
+
name "Operating instructions"
|
|
53
|
+
description "Operating instructions to be provided to the user, if appropriate (R 60-2, 2.5 e)."
|
|
54
|
+
obligation may
|
|
55
|
+
source {
|
|
56
|
+
doc "urn:oiml:pub:r:60-2:2021"
|
|
57
|
+
clause "2.5"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
document compliance-evidence {
|
|
61
|
+
name "Compliance evidence"
|
|
62
|
+
description "Documents or other evidence supporting and demonstrating the manufacturer's belief that the design and characteristics of the load cell comply with the requirements of the Recommendation (R 60-2, 2.5 f)."
|
|
63
|
+
obligation shall
|
|
64
|
+
source {
|
|
65
|
+
doc "urn:oiml:pub:r:60-2:2021"
|
|
66
|
+
clause "2.5"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
document software-documentation {
|
|
70
|
+
name "Software documentation"
|
|
71
|
+
description "Documentation relative to software, if appropriate (R 60-2, 2.5 g)."
|
|
72
|
+
obligation may
|
|
73
|
+
source {
|
|
74
|
+
doc "urn:oiml:pub:r:60-2:2021"
|
|
75
|
+
clause "2.5"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
# OIML R 91 — the application declaration (TODO.application/02): the
|
|
2
|
+
# applicant-facing register — the application-documentation checklist
|
|
3
|
+
# (R 91-1:2025, 8.1.1 items a–q: the metrological characteristics, the
|
|
4
|
+
# technical/electronic specifications, the functional description, the
|
|
5
|
+
# checking facilities, drawings/diagrams/photos, interfaces,
|
|
6
|
+
# installation requirements, self-checking mechanisms, the security
|
|
7
|
+
# sealing plan, software + data security, the panel layout, software
|
|
8
|
+
# information, the operating manual, compliance evidence, the D 31
|
|
9
|
+
# software documentation, an evidence-file sample, and the measuring
|
|
10
|
+
# principles). R 91 declares no applicant declaration form today —
|
|
11
|
+
# the wizard renders the derived attribute grid as the honest
|
|
12
|
+
# fallback. The checklist derives from this register, never from
|
|
13
|
+
# literals (browser/src/services/application.service.ts).
|
|
14
|
+
application_declaration application {
|
|
15
|
+
document metrological-characteristics {
|
|
16
|
+
name "Metrological characteristics"
|
|
17
|
+
description "The metrological characteristics of the speed meter, including a statement about durability (R 91-1, 8.1.1 a)."
|
|
18
|
+
obligation shall
|
|
19
|
+
source {
|
|
20
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
21
|
+
clause "8.1.1"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
document technical-specifications {
|
|
25
|
+
name "Technical and electronic specifications"
|
|
26
|
+
description "The technical and electronic specifications of the speed meter (R 91-1, 8.1.1 b)."
|
|
27
|
+
obligation shall
|
|
28
|
+
source {
|
|
29
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
30
|
+
clause "8.1.1"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
document functional-description {
|
|
34
|
+
name "Functional description"
|
|
35
|
+
description "Functional description of the speed meter including its subassemblies and components (R 91-1, 8.1.1 c)."
|
|
36
|
+
obligation shall
|
|
37
|
+
source {
|
|
38
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
39
|
+
clause "8.1.1"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
document checking-facilities {
|
|
43
|
+
name "Checking facilities description"
|
|
44
|
+
description "Description of the checking facilities (R 91-1, 8.1.1 d; see 6.9 and 7.5)."
|
|
45
|
+
obligation shall
|
|
46
|
+
source {
|
|
47
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
48
|
+
clause "8.1.1"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
document drawings-diagrams-photos {
|
|
52
|
+
name "Drawings, diagrams and photos"
|
|
53
|
+
description "Drawings, diagrams and photos of the speed meter explaining its construction and operation (R 91-1, 8.1.1 e)."
|
|
54
|
+
obligation shall
|
|
55
|
+
source {
|
|
56
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
57
|
+
clause "8.1.1"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
document interfaces-list {
|
|
61
|
+
name "List of interfaces"
|
|
62
|
+
description "A list of interfaces specifying types, intended use and immunity to external influences (R 91-1, 8.1.1 f)."
|
|
63
|
+
obligation shall
|
|
64
|
+
source {
|
|
65
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
66
|
+
clause "8.1.1"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
document installation-requirements {
|
|
70
|
+
name "Installation requirements and instructions"
|
|
71
|
+
description "The installation requirements and instructions (R 91-1, 8.1.1 g)."
|
|
72
|
+
obligation shall
|
|
73
|
+
source {
|
|
74
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
75
|
+
clause "8.1.1"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
document self-checking-mechanisms {
|
|
79
|
+
name "Self-checking mechanisms"
|
|
80
|
+
description "Description and application of the self-checking mechanisms (R 91-1, 8.1.1 h)."
|
|
81
|
+
obligation shall
|
|
82
|
+
source {
|
|
83
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
84
|
+
clause "8.1.1"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
document sealing-plan {
|
|
88
|
+
name "Security sealing plan"
|
|
89
|
+
description "The security sealing plan, including drawings or photos (R 91-1, 8.1.1 i)."
|
|
90
|
+
obligation shall
|
|
91
|
+
source {
|
|
92
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
93
|
+
clause "8.1.1"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
document software-security {
|
|
97
|
+
name "Security measures for software and data"
|
|
98
|
+
description "Security measures for the protection of software, settings and measurement data (R 91-1, 8.1.1 j)."
|
|
99
|
+
obligation shall
|
|
100
|
+
source {
|
|
101
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
102
|
+
clause "8.1.1"
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
document panel-layout {
|
|
106
|
+
name "Panel layout"
|
|
107
|
+
description "The panel layout (user interface) (R 91-1, 8.1.1 k)."
|
|
108
|
+
obligation shall
|
|
109
|
+
source {
|
|
110
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
111
|
+
clause "8.1.1"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
document software-information {
|
|
115
|
+
name "General software information"
|
|
116
|
+
description "General information on the software, covering in particular the requirements in R 91-1, 7.10 (R 91-1, 8.1.1 l)."
|
|
117
|
+
obligation shall
|
|
118
|
+
source {
|
|
119
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
120
|
+
clause "8.1.1"
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
document operating-manual {
|
|
124
|
+
name "Operating instructions and manual"
|
|
125
|
+
description "The operating instructions and operating manual to be provided to the user (R 91-1, 8.1.1 m)."
|
|
126
|
+
obligation shall
|
|
127
|
+
source {
|
|
128
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
129
|
+
clause "8.1.1"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
document compliance-evidence {
|
|
133
|
+
name "Compliance evidence"
|
|
134
|
+
description "Documents or other evidence supporting the assumption that the design and characteristics of the measuring instrument comply with the requirements of the Recommendation (R 91-1, 8.1.1 n)."
|
|
135
|
+
obligation shall
|
|
136
|
+
source {
|
|
137
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
138
|
+
clause "8.1.1"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
document d31-documentation {
|
|
142
|
+
name "Software documentation (D 31)"
|
|
143
|
+
description "The documentation requested in OIML D 31, 7.1 (R 91-1, 8.1.1 o)."
|
|
144
|
+
obligation shall
|
|
145
|
+
source {
|
|
146
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
147
|
+
clause "8.1.1"
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
document evidence-file-sample {
|
|
151
|
+
name "Sample of a recorded event (evidence file)"
|
|
152
|
+
description "A sample of a recorded event (evidence file) (R 91-1, 8.1.1 p)."
|
|
153
|
+
obligation shall
|
|
154
|
+
source {
|
|
155
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
156
|
+
clause "8.1.1"
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
document measuring-principles {
|
|
160
|
+
name "Description of measuring principles"
|
|
161
|
+
description "Description of the measuring principles or algorithms and how speed values for indication are obtained, including the mathematical operation used to obtain integer speed values from high-resolution values (R 91-1, 8.1.1 q)."
|
|
162
|
+
obligation shall
|
|
163
|
+
source {
|
|
164
|
+
doc "urn:oiml:pub:r:91-1:2025"
|
|
165
|
+
clause "8.1.1"
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oimlsmart/primmel-packages",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.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": {
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# GENERATED package payload (task 31b) — content with no PRL construct; composed back by regenerate-data + build-primmel-cache. Do not edit by hand.
|
|
2
|
-
application:
|
|
3
|
-
documentation:
|
|
4
|
-
- id: technical-documentation
|
|
5
|
-
name:
|
|
6
|
-
- spelling: eng-Latn
|
|
7
|
-
value: Technical documentation
|
|
8
|
-
description:
|
|
9
|
-
- spelling: eng-Latn
|
|
10
|
-
value: >-
|
|
11
|
-
The technical documentation of the instrument — drawings, specifications, photographs and descriptions
|
|
12
|
-
sufficient to understand its construction and method of operation (R 129-2, 1.2).
|
|
13
|
-
obligation: shall
|
|
14
|
-
source:
|
|
15
|
-
doc: urn:oiml:pub:r:129-2:2020
|
|
16
|
-
clause: '1.2'
|
|
17
|
-
- id: measurement-data
|
|
18
|
-
name:
|
|
19
|
-
- spelling: eng-Latn
|
|
20
|
-
value: Measurement data details and calculation methods
|
|
21
|
-
description:
|
|
22
|
-
- spelling: eng-Latn
|
|
23
|
-
value: The details of the measurement data and the calculation methods the instrument applies (R 129-2, 1.2).
|
|
24
|
-
obligation: shall
|
|
25
|
-
source:
|
|
26
|
-
doc: urn:oiml:pub:r:129-2:2020
|
|
27
|
-
clause: '1.2'
|
|
28
|
-
- id: software-documentation
|
|
29
|
-
name:
|
|
30
|
-
- spelling: eng-Latn
|
|
31
|
-
value: Software documentation
|
|
32
|
-
description:
|
|
33
|
-
- spelling: eng-Latn
|
|
34
|
-
value: >-
|
|
35
|
-
Documentation of the legally relevant software, sufficient for a reasonable evaluation (R 129-2, 1.2.2 and
|
|
36
|
-
1.1.2).
|
|
37
|
-
obligation: may
|
|
38
|
-
source:
|
|
39
|
-
doc: urn:oiml:pub:r:129-2:2020
|
|
40
|
-
clause: 1.2.2
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
# GENERATED package payload (task 31b) — content with no PRL construct; composed back by regenerate-data + build-primmel-cache. Do not edit by hand.
|
|
2
|
-
application:
|
|
3
|
-
documentation:
|
|
4
|
-
- id: measurement-principle
|
|
5
|
-
name:
|
|
6
|
-
- spelling: eng-Latn
|
|
7
|
-
value: Description of the general principle of measurement
|
|
8
|
-
description:
|
|
9
|
-
- spelling: eng-Latn
|
|
10
|
-
value: A description of the gas analytical system's general principle of measurement (R 144-1, 7.1.1 a).
|
|
11
|
-
obligation: shall
|
|
12
|
-
source:
|
|
13
|
-
doc: urn:oiml:pub:r:144-1:2013
|
|
14
|
-
clause: 7.1.1
|
|
15
|
-
- id: essential-components-list
|
|
16
|
-
name:
|
|
17
|
-
- spelling: eng-Latn
|
|
18
|
-
value: Essential components list
|
|
19
|
-
description:
|
|
20
|
-
- spelling: eng-Latn
|
|
21
|
-
value: A list of the system's essential components with their characteristics (R 144-1, 7.1.1 b).
|
|
22
|
-
obligation: shall
|
|
23
|
-
source:
|
|
24
|
-
doc: urn:oiml:pub:r:144-1:2013
|
|
25
|
-
clause: 7.1.1
|
|
26
|
-
- id: components-drawings
|
|
27
|
-
name:
|
|
28
|
-
- spelling: eng-Latn
|
|
29
|
-
value: Component descriptions, drawings and diagrams
|
|
30
|
-
description:
|
|
31
|
-
- spelling: eng-Latn
|
|
32
|
-
value: A description of the essential components with drawings and diagrams (R 144-1, 7.1.1 c).
|
|
33
|
-
obligation: shall
|
|
34
|
-
source:
|
|
35
|
-
doc: urn:oiml:pub:r:144-1:2013
|
|
36
|
-
clause: 7.1.1
|
|
37
|
-
- id: software-information
|
|
38
|
-
name:
|
|
39
|
-
- spelling: eng-Latn
|
|
40
|
-
value: General software information
|
|
41
|
-
description:
|
|
42
|
-
- spelling: eng-Latn
|
|
43
|
-
value: General information on the software used as part of the gas analytical system (R 144-1, 7.1.1 d).
|
|
44
|
-
obligation: shall
|
|
45
|
-
source:
|
|
46
|
-
doc: urn:oiml:pub:r:144-1:2013
|
|
47
|
-
clause: 7.1.1
|
|
48
|
-
- id: calculation-formula
|
|
49
|
-
name:
|
|
50
|
-
- spelling: eng-Latn
|
|
51
|
-
value: Calculation formula description
|
|
52
|
-
description:
|
|
53
|
-
- spelling: eng-Latn
|
|
54
|
-
value: A description of the formula applied for the calculation of mass emission components (R 144-1, 7.1.1 e).
|
|
55
|
-
obligation: shall
|
|
56
|
-
source:
|
|
57
|
-
doc: urn:oiml:pub:r:144-1:2013
|
|
58
|
-
clause: 7.1.1
|
|
59
|
-
- id: operating-manual
|
|
60
|
-
name:
|
|
61
|
-
- spelling: eng-Latn
|
|
62
|
-
value: Operating manual
|
|
63
|
-
description:
|
|
64
|
-
- spelling: eng-Latn
|
|
65
|
-
value: The operating manual to be provided to the user (R 144-1, 7.1.1 f).
|
|
66
|
-
obligation: shall
|
|
67
|
-
source:
|
|
68
|
-
doc: urn:oiml:pub:r:144-1:2013
|
|
69
|
-
clause: 7.1.1
|
|
70
|
-
- id: manufacturer-testing
|
|
71
|
-
name:
|
|
72
|
-
- spelling: eng-Latn
|
|
73
|
-
value: Manufacturer testing details and results
|
|
74
|
-
description:
|
|
75
|
-
- spelling: eng-Latn
|
|
76
|
-
value: Details and results of any testing which may have been carried out by the manufacturer (R 144-1, 7.1.1 g).
|
|
77
|
-
obligation: may
|
|
78
|
-
source:
|
|
79
|
-
doc: urn:oiml:pub:r:144-1:2013
|
|
80
|
-
clause: 7.1.1
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
# GENERATED package payload (task 31b) — content with no PRL construct; composed back by regenerate-data + build-primmel-cache. Do not edit by hand.
|
|
2
|
-
application:
|
|
3
|
-
declaration_form: r60-3/sec-4.5
|
|
4
|
-
documentation:
|
|
5
|
-
- id: measurement-principle
|
|
6
|
-
name:
|
|
7
|
-
- spelling: eng-Latn
|
|
8
|
-
value: Description of the general principle of measurement
|
|
9
|
-
description:
|
|
10
|
-
- spelling: eng-Latn
|
|
11
|
-
value: A description of the load cell's general principle of measurement (R 60-2, 2.5 a).
|
|
12
|
-
obligation: shall
|
|
13
|
-
source:
|
|
14
|
-
doc: urn:oiml:pub:r:60-2:2021
|
|
15
|
-
clause: '2.5'
|
|
16
|
-
- id: mechanical-drawings
|
|
17
|
-
name:
|
|
18
|
-
- spelling: eng-Latn
|
|
19
|
-
value: Mechanical drawings
|
|
20
|
-
description:
|
|
21
|
-
- spelling: eng-Latn
|
|
22
|
-
value: Mechanical drawings, including documents on the load transmission(s) as per R 60-2 Annex E (R 60-2, 2.5 b).
|
|
23
|
-
obligation: shall
|
|
24
|
-
source:
|
|
25
|
-
doc: urn:oiml:pub:r:60-2:2021
|
|
26
|
-
clause: '2.5'
|
|
27
|
-
- id: electrical-diagrams
|
|
28
|
-
name:
|
|
29
|
-
- spelling: eng-Latn
|
|
30
|
-
value: Electric/electronic diagrams
|
|
31
|
-
description:
|
|
32
|
-
- spelling: eng-Latn
|
|
33
|
-
value: Electric and electronic diagrams of the load cell (R 60-2, 2.5 c).
|
|
34
|
-
obligation: shall
|
|
35
|
-
source:
|
|
36
|
-
doc: urn:oiml:pub:r:60-2:2021
|
|
37
|
-
clause: '2.5'
|
|
38
|
-
- id: installation-requirements
|
|
39
|
-
name:
|
|
40
|
-
- spelling: eng-Latn
|
|
41
|
-
value: Installation requirements
|
|
42
|
-
description:
|
|
43
|
-
- spelling: eng-Latn
|
|
44
|
-
value: Physical and electrical installation requirements, if appropriate (R 60-2, 2.5 d).
|
|
45
|
-
obligation: may
|
|
46
|
-
source:
|
|
47
|
-
doc: urn:oiml:pub:r:60-2:2021
|
|
48
|
-
clause: '2.5'
|
|
49
|
-
- id: operating-instructions
|
|
50
|
-
name:
|
|
51
|
-
- spelling: eng-Latn
|
|
52
|
-
value: Operating instructions
|
|
53
|
-
description:
|
|
54
|
-
- spelling: eng-Latn
|
|
55
|
-
value: Operating instructions to be provided to the user, if appropriate (R 60-2, 2.5 e).
|
|
56
|
-
obligation: may
|
|
57
|
-
source:
|
|
58
|
-
doc: urn:oiml:pub:r:60-2:2021
|
|
59
|
-
clause: '2.5'
|
|
60
|
-
- id: compliance-evidence
|
|
61
|
-
name:
|
|
62
|
-
- spelling: eng-Latn
|
|
63
|
-
value: Compliance evidence
|
|
64
|
-
description:
|
|
65
|
-
- spelling: eng-Latn
|
|
66
|
-
value: >-
|
|
67
|
-
Documents or other evidence supporting and demonstrating the manufacturer's belief that the design and
|
|
68
|
-
characteristics of the load cell comply with the requirements of the Recommendation (R 60-2, 2.5 f).
|
|
69
|
-
obligation: shall
|
|
70
|
-
source:
|
|
71
|
-
doc: urn:oiml:pub:r:60-2:2021
|
|
72
|
-
clause: '2.5'
|
|
73
|
-
- id: software-documentation
|
|
74
|
-
name:
|
|
75
|
-
- spelling: eng-Latn
|
|
76
|
-
value: Software documentation
|
|
77
|
-
description:
|
|
78
|
-
- spelling: eng-Latn
|
|
79
|
-
value: Documentation relative to software, if appropriate (R 60-2, 2.5 g).
|
|
80
|
-
obligation: may
|
|
81
|
-
source:
|
|
82
|
-
doc: urn:oiml:pub:r:60-2:2021
|
|
83
|
-
clause: '2.5'
|
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
# GENERATED package payload (task 31b) — content with no PRL construct; composed back by regenerate-data + build-primmel-cache. Do not edit by hand.
|
|
2
|
-
application:
|
|
3
|
-
documentation:
|
|
4
|
-
- id: metrological-characteristics
|
|
5
|
-
name:
|
|
6
|
-
- spelling: eng-Latn
|
|
7
|
-
value: Metrological characteristics
|
|
8
|
-
description:
|
|
9
|
-
- spelling: eng-Latn
|
|
10
|
-
value: >-
|
|
11
|
-
The metrological characteristics of the speed meter, including a statement about durability (R 91-1, 8.1.1
|
|
12
|
-
a).
|
|
13
|
-
obligation: shall
|
|
14
|
-
source:
|
|
15
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
16
|
-
clause: 8.1.1
|
|
17
|
-
- id: technical-specifications
|
|
18
|
-
name:
|
|
19
|
-
- spelling: eng-Latn
|
|
20
|
-
value: Technical and electronic specifications
|
|
21
|
-
description:
|
|
22
|
-
- spelling: eng-Latn
|
|
23
|
-
value: The technical and electronic specifications of the speed meter (R 91-1, 8.1.1 b).
|
|
24
|
-
obligation: shall
|
|
25
|
-
source:
|
|
26
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
27
|
-
clause: 8.1.1
|
|
28
|
-
- id: functional-description
|
|
29
|
-
name:
|
|
30
|
-
- spelling: eng-Latn
|
|
31
|
-
value: Functional description
|
|
32
|
-
description:
|
|
33
|
-
- spelling: eng-Latn
|
|
34
|
-
value: Functional description of the speed meter including its subassemblies and components (R 91-1, 8.1.1 c).
|
|
35
|
-
obligation: shall
|
|
36
|
-
source:
|
|
37
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
38
|
-
clause: 8.1.1
|
|
39
|
-
- id: checking-facilities
|
|
40
|
-
name:
|
|
41
|
-
- spelling: eng-Latn
|
|
42
|
-
value: Checking facilities description
|
|
43
|
-
description:
|
|
44
|
-
- spelling: eng-Latn
|
|
45
|
-
value: Description of the checking facilities (R 91-1, 8.1.1 d; see 6.9 and 7.5).
|
|
46
|
-
obligation: shall
|
|
47
|
-
source:
|
|
48
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
49
|
-
clause: 8.1.1
|
|
50
|
-
- id: drawings-diagrams-photos
|
|
51
|
-
name:
|
|
52
|
-
- spelling: eng-Latn
|
|
53
|
-
value: Drawings, diagrams and photos
|
|
54
|
-
description:
|
|
55
|
-
- spelling: eng-Latn
|
|
56
|
-
value: >-
|
|
57
|
-
Drawings, diagrams and photos of the speed meter explaining its construction and operation (R 91-1, 8.1.1
|
|
58
|
-
e).
|
|
59
|
-
obligation: shall
|
|
60
|
-
source:
|
|
61
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
62
|
-
clause: 8.1.1
|
|
63
|
-
- id: interfaces-list
|
|
64
|
-
name:
|
|
65
|
-
- spelling: eng-Latn
|
|
66
|
-
value: List of interfaces
|
|
67
|
-
description:
|
|
68
|
-
- spelling: eng-Latn
|
|
69
|
-
value: A list of interfaces specifying types, intended use and immunity to external influences (R 91-1, 8.1.1 f).
|
|
70
|
-
obligation: shall
|
|
71
|
-
source:
|
|
72
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
73
|
-
clause: 8.1.1
|
|
74
|
-
- id: installation-requirements
|
|
75
|
-
name:
|
|
76
|
-
- spelling: eng-Latn
|
|
77
|
-
value: Installation requirements and instructions
|
|
78
|
-
description:
|
|
79
|
-
- spelling: eng-Latn
|
|
80
|
-
value: The installation requirements and instructions (R 91-1, 8.1.1 g).
|
|
81
|
-
obligation: shall
|
|
82
|
-
source:
|
|
83
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
84
|
-
clause: 8.1.1
|
|
85
|
-
- id: self-checking-mechanisms
|
|
86
|
-
name:
|
|
87
|
-
- spelling: eng-Latn
|
|
88
|
-
value: Self-checking mechanisms
|
|
89
|
-
description:
|
|
90
|
-
- spelling: eng-Latn
|
|
91
|
-
value: Description and application of the self-checking mechanisms (R 91-1, 8.1.1 h).
|
|
92
|
-
obligation: shall
|
|
93
|
-
source:
|
|
94
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
95
|
-
clause: 8.1.1
|
|
96
|
-
- id: sealing-plan
|
|
97
|
-
name:
|
|
98
|
-
- spelling: eng-Latn
|
|
99
|
-
value: Security sealing plan
|
|
100
|
-
description:
|
|
101
|
-
- spelling: eng-Latn
|
|
102
|
-
value: The security sealing plan, including drawings or photos (R 91-1, 8.1.1 i).
|
|
103
|
-
obligation: shall
|
|
104
|
-
source:
|
|
105
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
106
|
-
clause: 8.1.1
|
|
107
|
-
- id: software-security
|
|
108
|
-
name:
|
|
109
|
-
- spelling: eng-Latn
|
|
110
|
-
value: Security measures for software and data
|
|
111
|
-
description:
|
|
112
|
-
- spelling: eng-Latn
|
|
113
|
-
value: Security measures for the protection of software, settings and measurement data (R 91-1, 8.1.1 j).
|
|
114
|
-
obligation: shall
|
|
115
|
-
source:
|
|
116
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
117
|
-
clause: 8.1.1
|
|
118
|
-
- id: panel-layout
|
|
119
|
-
name:
|
|
120
|
-
- spelling: eng-Latn
|
|
121
|
-
value: Panel layout
|
|
122
|
-
description:
|
|
123
|
-
- spelling: eng-Latn
|
|
124
|
-
value: The panel layout (user interface) (R 91-1, 8.1.1 k).
|
|
125
|
-
obligation: shall
|
|
126
|
-
source:
|
|
127
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
128
|
-
clause: 8.1.1
|
|
129
|
-
- id: software-information
|
|
130
|
-
name:
|
|
131
|
-
- spelling: eng-Latn
|
|
132
|
-
value: General software information
|
|
133
|
-
description:
|
|
134
|
-
- spelling: eng-Latn
|
|
135
|
-
value: >-
|
|
136
|
-
General information on the software, covering in particular the requirements in R 91-1, 7.10 (R 91-1, 8.1.1
|
|
137
|
-
l).
|
|
138
|
-
obligation: shall
|
|
139
|
-
source:
|
|
140
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
141
|
-
clause: 8.1.1
|
|
142
|
-
- id: operating-manual
|
|
143
|
-
name:
|
|
144
|
-
- spelling: eng-Latn
|
|
145
|
-
value: Operating instructions and manual
|
|
146
|
-
description:
|
|
147
|
-
- spelling: eng-Latn
|
|
148
|
-
value: The operating instructions and operating manual to be provided to the user (R 91-1, 8.1.1 m).
|
|
149
|
-
obligation: shall
|
|
150
|
-
source:
|
|
151
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
152
|
-
clause: 8.1.1
|
|
153
|
-
- id: compliance-evidence
|
|
154
|
-
name:
|
|
155
|
-
- spelling: eng-Latn
|
|
156
|
-
value: Compliance evidence
|
|
157
|
-
description:
|
|
158
|
-
- spelling: eng-Latn
|
|
159
|
-
value: >-
|
|
160
|
-
Documents or other evidence supporting the assumption that the design and characteristics of the measuring
|
|
161
|
-
instrument comply with the requirements of the Recommendation (R 91-1, 8.1.1 n).
|
|
162
|
-
obligation: shall
|
|
163
|
-
source:
|
|
164
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
165
|
-
clause: 8.1.1
|
|
166
|
-
- id: d31-documentation
|
|
167
|
-
name:
|
|
168
|
-
- spelling: eng-Latn
|
|
169
|
-
value: Software documentation (D 31)
|
|
170
|
-
description:
|
|
171
|
-
- spelling: eng-Latn
|
|
172
|
-
value: The documentation requested in OIML D 31, 7.1 (R 91-1, 8.1.1 o).
|
|
173
|
-
obligation: shall
|
|
174
|
-
source:
|
|
175
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
176
|
-
clause: 8.1.1
|
|
177
|
-
- id: evidence-file-sample
|
|
178
|
-
name:
|
|
179
|
-
- spelling: eng-Latn
|
|
180
|
-
value: Sample of a recorded event (evidence file)
|
|
181
|
-
description:
|
|
182
|
-
- spelling: eng-Latn
|
|
183
|
-
value: A sample of a recorded event (evidence file) (R 91-1, 8.1.1 p).
|
|
184
|
-
obligation: shall
|
|
185
|
-
source:
|
|
186
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
187
|
-
clause: 8.1.1
|
|
188
|
-
- id: measuring-principles
|
|
189
|
-
name:
|
|
190
|
-
- spelling: eng-Latn
|
|
191
|
-
value: Description of measuring principles
|
|
192
|
-
description:
|
|
193
|
-
- spelling: eng-Latn
|
|
194
|
-
value: >-
|
|
195
|
-
Description of the measuring principles or algorithms and how speed values for indication are obtained,
|
|
196
|
-
including the mathematical operation used to obtain integer speed values from high-resolution values (R
|
|
197
|
-
91-1, 8.1.1 q).
|
|
198
|
-
obligation: shall
|
|
199
|
-
source:
|
|
200
|
-
doc: urn:oiml:pub:r:91-1:2025
|
|
201
|
-
clause: 8.1.1
|