@uns-kit/core 2.0.16 → 2.0.17
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/README.md +28 -0
- package/dist/tools/file-utils.d.ts +3 -0
- package/dist/tools/file-utils.d.ts.map +1 -0
- package/dist/tools/file-utils.js +25 -0
- package/dist/tools/file-utils.js.map +1 -0
- package/dist/tools/generate-uns-dictionary.d.ts +15 -0
- package/dist/tools/generate-uns-dictionary.d.ts.map +1 -1
- package/dist/tools/generate-uns-dictionary.js +35 -17
- package/dist/tools/generate-uns-dictionary.js.map +1 -1
- package/dist/tools/generate-uns-measurements.d.ts +15 -0
- package/dist/tools/generate-uns-measurements.d.ts.map +1 -1
- package/dist/tools/generate-uns-measurements.js +28 -11
- package/dist/tools/generate-uns-measurements.js.map +1 -1
- package/dist/tools/generate-uns-reference.js +10 -4
- package/dist/tools/generate-uns-reference.js.map +1 -1
- package/dist/tools/sync-uns-schema.d.ts +3 -0
- package/dist/tools/sync-uns-schema.d.ts.map +1 -0
- package/dist/tools/sync-uns-schema.js +360 -0
- package/dist/tools/sync-uns-schema.js.map +1 -0
- package/dist/uns/uns-attributes.d.ts +2 -2
- package/dist/uns/uns-attributes.d.ts.map +1 -1
- package/dist/uns/uns-dictionary.generated.d.ts +636 -129
- package/dist/uns/uns-dictionary.generated.d.ts.map +1 -1
- package/dist/uns/uns-dictionary.generated.js +696 -183
- package/dist/uns/uns-dictionary.generated.js.map +1 -1
- package/dist/uns/uns-measurements.d.ts +65 -65
- package/dist/uns/uns-measurements.generated.d.ts +329 -65
- package/dist/uns/uns-measurements.generated.d.ts.map +1 -1
- package/dist/uns/uns-measurements.generated.js +330 -66
- package/dist/uns/uns-measurements.generated.js.map +1 -1
- package/dist/uns/uns-object.d.ts +5 -4
- package/dist/uns/uns-object.d.ts.map +1 -1
- package/package.json +2 -1
|
@@ -1,157 +1,664 @@
|
|
|
1
1
|
export declare const GeneratedObjectTypes: {
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* Maziva, olja, čistila, ki se porabijo in niso del izdelka.
|
|
4
|
+
*/
|
|
5
|
+
readonly "consumable-resource": "consumable-resource";
|
|
6
|
+
/**
|
|
7
|
+
* Merilno mesto za aktivno/jalovo energijo in moč.
|
|
8
|
+
*/
|
|
9
|
+
readonly "energy-meter": "energy-meter";
|
|
10
|
+
/**
|
|
11
|
+
* Energija (elektrika, para, plin).
|
|
12
|
+
*/
|
|
13
|
+
readonly "energy-resource": "energy-resource";
|
|
14
|
+
/**
|
|
15
|
+
* Fizična oprema (stroji, peči, senzorji). Uporablja se za spremljanje stanja, meritev in dogodkov.
|
|
16
|
+
*/
|
|
3
17
|
readonly equipment: "equipment";
|
|
4
|
-
/**
|
|
18
|
+
/**
|
|
19
|
+
* Tekočine in plini, ki niso energenti.
|
|
20
|
+
*/
|
|
21
|
+
readonly "fluid-resource": "fluid-resource";
|
|
22
|
+
/**
|
|
23
|
+
* Materialne enote (loti, serije, surovine, polizdelki). Za sledljivost, količine in premike.
|
|
24
|
+
*/
|
|
5
25
|
readonly material: "material";
|
|
6
|
-
/**
|
|
26
|
+
/**
|
|
27
|
+
* Osebje (operaterji, nadzorniki, tehnologi). Za prisotnost, naloge in status.
|
|
28
|
+
*/
|
|
7
29
|
readonly personnel: "personnel";
|
|
8
|
-
/**
|
|
30
|
+
/**
|
|
31
|
+
* Posamezen korak v procesu (npr. valjanje, hlajenje, analiza). Za faze ali aktivnosti procesa.
|
|
32
|
+
*/
|
|
9
33
|
readonly "process-segment": "process-segment";
|
|
10
|
-
/**
|
|
34
|
+
/**
|
|
35
|
+
* Definicija izdelka, recepture, tehnični opisi. Za metapodatke izdelka in revizije.
|
|
36
|
+
*/
|
|
11
37
|
readonly "product-definition": "product-definition";
|
|
12
|
-
/**
|
|
38
|
+
/**
|
|
39
|
+
* Kazalniki kakovosti izdelka (odstopanja, ocene, rezultati meritev).
|
|
40
|
+
*/
|
|
13
41
|
readonly "product-quality": "product-quality";
|
|
14
|
-
/**
|
|
15
|
-
|
|
16
|
-
|
|
42
|
+
/**
|
|
43
|
+
* Status kateregakoli vira (material, osebje, oprema). Za razpoložljivost, okvare, izrabo.
|
|
44
|
+
*/
|
|
17
45
|
readonly "resource-status": "resource-status";
|
|
18
|
-
/**
|
|
19
|
-
|
|
20
|
-
|
|
46
|
+
/**
|
|
47
|
+
* Utility viri (voda, zrak, dušik, stisnjeni plini).
|
|
48
|
+
*/
|
|
21
49
|
readonly "utility-resource": "utility-resource";
|
|
22
|
-
/**
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
readonly "
|
|
50
|
+
/**
|
|
51
|
+
* Definicija nalog ali delovnih tokov. Za planirane operacije in navodila.
|
|
52
|
+
*/
|
|
53
|
+
readonly "work-definition": "work-definition";
|
|
26
54
|
};
|
|
27
55
|
export declare const GeneratedObjectTypeDescriptions: Record<keyof typeof GeneratedObjectTypes, string>;
|
|
56
|
+
export type GeneratedObjectTypeName = keyof typeof GeneratedObjectTypes;
|
|
57
|
+
export declare function getGeneratedObjectTypeDescription(name: string): string | undefined;
|
|
28
58
|
export declare const GeneratedAttributes: {
|
|
29
|
-
/**
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
readonly
|
|
33
|
-
/**
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
readonly "
|
|
37
|
-
/**
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
readonly
|
|
41
|
-
/**
|
|
59
|
+
/**
|
|
60
|
+
* Oddana delovna energija (izvoz).
|
|
61
|
+
*/
|
|
62
|
+
readonly "active-energy-delivered": "active-energy-delivered";
|
|
63
|
+
/**
|
|
64
|
+
* Prejeta delovna energija (uvoz).
|
|
65
|
+
*/
|
|
66
|
+
readonly "active-energy-received": "active-energy-received";
|
|
67
|
+
/**
|
|
68
|
+
* Alarmni signal.
|
|
69
|
+
*/
|
|
70
|
+
readonly alarm: "alarm";
|
|
71
|
+
/**
|
|
72
|
+
* Dodeljeno osebi ali ekipi.
|
|
73
|
+
*/
|
|
74
|
+
readonly "assigned-to": "assigned-to";
|
|
75
|
+
/**
|
|
76
|
+
* Nivo pooblastil.
|
|
77
|
+
*/
|
|
78
|
+
readonly "authorization-level": "authorization-level";
|
|
79
|
+
/**
|
|
80
|
+
* Razpoložljivost vira.
|
|
81
|
+
*/
|
|
82
|
+
readonly availability: "availability";
|
|
83
|
+
/**
|
|
84
|
+
* Številka serije (batch).
|
|
85
|
+
*/
|
|
86
|
+
readonly "batch-number": "batch-number";
|
|
87
|
+
/**
|
|
88
|
+
* Prevodnost.
|
|
89
|
+
*/
|
|
90
|
+
readonly conductivity: "conductivity";
|
|
91
|
+
/**
|
|
92
|
+
* Poraba.
|
|
93
|
+
*/
|
|
94
|
+
readonly consumption: "consumption";
|
|
95
|
+
/**
|
|
96
|
+
* Hitrost porabe.
|
|
97
|
+
*/
|
|
98
|
+
readonly "consumption-rate": "consumption-rate";
|
|
99
|
+
/**
|
|
100
|
+
* Strošek.
|
|
101
|
+
*/
|
|
102
|
+
readonly cost: "cost";
|
|
103
|
+
/**
|
|
104
|
+
* Tok.
|
|
105
|
+
*/
|
|
106
|
+
readonly current: "current";
|
|
107
|
+
/**
|
|
108
|
+
* Odstopanje od specifikacije.
|
|
109
|
+
*/
|
|
110
|
+
readonly deviation: "deviation";
|
|
111
|
+
/**
|
|
112
|
+
* Zastoj/izpad.
|
|
113
|
+
*/
|
|
114
|
+
readonly downtime: "downtime";
|
|
115
|
+
/**
|
|
116
|
+
* Trajanje faze ali naloge.
|
|
117
|
+
*/
|
|
118
|
+
readonly duration: "duration";
|
|
119
|
+
/**
|
|
120
|
+
* Čas zaključka.
|
|
121
|
+
*/
|
|
122
|
+
readonly "end-time": "end-time";
|
|
123
|
+
/**
|
|
124
|
+
* Energija.
|
|
125
|
+
*/
|
|
126
|
+
readonly energy: "energy";
|
|
127
|
+
/**
|
|
128
|
+
* Poraba energije.
|
|
129
|
+
*/
|
|
42
130
|
readonly "energy-consumption": "energy-consumption";
|
|
43
|
-
/**
|
|
131
|
+
/**
|
|
132
|
+
* Koda napake.
|
|
133
|
+
*/
|
|
134
|
+
readonly "fault-code": "fault-code";
|
|
135
|
+
/**
|
|
136
|
+
* Pretok.
|
|
137
|
+
*/
|
|
138
|
+
readonly flow: "flow";
|
|
139
|
+
/**
|
|
140
|
+
* Frekvenca.
|
|
141
|
+
*/
|
|
142
|
+
readonly frequency: "frequency";
|
|
143
|
+
/**
|
|
144
|
+
* Trdota materiala.
|
|
145
|
+
*/
|
|
146
|
+
readonly hardness: "hardness";
|
|
147
|
+
/**
|
|
148
|
+
* Rezultat pregleda.
|
|
149
|
+
*/
|
|
150
|
+
readonly "inspection-result": "inspection-result";
|
|
151
|
+
/**
|
|
152
|
+
* Povezava do navodil.
|
|
153
|
+
*/
|
|
154
|
+
readonly "instruction-url": "instruction-url";
|
|
155
|
+
/**
|
|
156
|
+
* Zadnje polnjenje.
|
|
157
|
+
*/
|
|
158
|
+
readonly "last-refill": "last-refill";
|
|
159
|
+
/**
|
|
160
|
+
* Nivo zaloge ali rezervoarja.
|
|
161
|
+
*/
|
|
162
|
+
readonly level: "level";
|
|
163
|
+
/**
|
|
164
|
+
* Lokacija materiala ali opreme.
|
|
165
|
+
*/
|
|
166
|
+
readonly location: "location";
|
|
167
|
+
/**
|
|
168
|
+
* Identifikator lota.
|
|
169
|
+
*/
|
|
44
170
|
readonly "lot-id": "lot-id";
|
|
45
|
-
/**
|
|
46
|
-
|
|
47
|
-
|
|
171
|
+
/**
|
|
172
|
+
* Stanje vzdrževanja.
|
|
173
|
+
*/
|
|
174
|
+
readonly "maintenance-status": "maintenance-status";
|
|
175
|
+
/**
|
|
176
|
+
* Sestava materiala.
|
|
177
|
+
*/
|
|
178
|
+
readonly "material-composition": "material-composition";
|
|
179
|
+
/**
|
|
180
|
+
* Tip materiala.
|
|
181
|
+
*/
|
|
48
182
|
readonly "material-type": "material-type";
|
|
49
|
-
/**
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
readonly
|
|
53
|
-
/**
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
readonly "task-id": "task-id";
|
|
57
|
-
/** Vloga osebja. */
|
|
58
|
-
readonly role: "role";
|
|
59
|
-
/** Nivo pooblastil. */
|
|
60
|
-
readonly "authorization-level": "authorization-level";
|
|
61
|
-
/** Čas začetka. */
|
|
62
|
-
readonly "start-time": "start-time";
|
|
63
|
-
/** Čas zaključka. */
|
|
64
|
-
readonly "end-time": "end-time";
|
|
65
|
-
/** Trajanje faze ali naloge. */
|
|
66
|
-
readonly duration: "duration";
|
|
67
|
-
/** Izhodna količina. */
|
|
68
|
-
readonly "output-quantity": "output-quantity";
|
|
69
|
-
/** Identifikator operaterja. */
|
|
183
|
+
/**
|
|
184
|
+
* Število obratovalnih ur.
|
|
185
|
+
*/
|
|
186
|
+
readonly "operating-hours": "operating-hours";
|
|
187
|
+
/**
|
|
188
|
+
* Identifikator operaterja.
|
|
189
|
+
*/
|
|
70
190
|
readonly "operator-id": "operator-id";
|
|
71
|
-
/**
|
|
191
|
+
/**
|
|
192
|
+
* Izhodna količina.
|
|
193
|
+
*/
|
|
194
|
+
readonly "output-quantity": "output-quantity";
|
|
195
|
+
/**
|
|
196
|
+
* Uspešno/neuspešno (pass/fail).
|
|
197
|
+
*/
|
|
198
|
+
readonly "pass-fail": "pass-fail";
|
|
199
|
+
/**
|
|
200
|
+
* pH vrednost.
|
|
201
|
+
*/
|
|
202
|
+
readonly ph: "ph";
|
|
203
|
+
/**
|
|
204
|
+
* Planirani zaključek.
|
|
205
|
+
*/
|
|
206
|
+
readonly "planned-end": "planned-end";
|
|
207
|
+
/**
|
|
208
|
+
* Planirani začetek.
|
|
209
|
+
*/
|
|
210
|
+
readonly "planned-start": "planned-start";
|
|
211
|
+
/**
|
|
212
|
+
* Moč.
|
|
213
|
+
*/
|
|
214
|
+
readonly power: "power";
|
|
215
|
+
/**
|
|
216
|
+
* Prisotnost osebja.
|
|
217
|
+
*/
|
|
218
|
+
readonly presence: "presence";
|
|
219
|
+
/**
|
|
220
|
+
* Tlak.
|
|
221
|
+
*/
|
|
222
|
+
readonly pressure: "pressure";
|
|
223
|
+
/**
|
|
224
|
+
* Koda izdelka.
|
|
225
|
+
*/
|
|
72
226
|
readonly "product-code": "product-code";
|
|
73
|
-
/**
|
|
227
|
+
/**
|
|
228
|
+
* Količina materiala.
|
|
229
|
+
*/
|
|
230
|
+
readonly quantity: "quantity";
|
|
231
|
+
/**
|
|
232
|
+
* Oddana jalova energija (izvoz).
|
|
233
|
+
*/
|
|
234
|
+
readonly "reactive-energy-delivered": "reactive-energy-delivered";
|
|
235
|
+
/**
|
|
236
|
+
* Prejeta jalova energija (uvoz).
|
|
237
|
+
*/
|
|
238
|
+
readonly "reactive-energy-received": "reactive-energy-received";
|
|
239
|
+
/**
|
|
240
|
+
* Potrebno dolivanje/dopolnitev.
|
|
241
|
+
*/
|
|
242
|
+
readonly "refill-required": "refill-required";
|
|
243
|
+
/**
|
|
244
|
+
* Revizija izdelka.
|
|
245
|
+
*/
|
|
74
246
|
readonly revision: "revision";
|
|
75
|
-
/**
|
|
247
|
+
/**
|
|
248
|
+
* Vloga osebja.
|
|
249
|
+
*/
|
|
250
|
+
readonly role: "role";
|
|
251
|
+
/**
|
|
252
|
+
* Tehnične specifikacije.
|
|
253
|
+
*/
|
|
76
254
|
readonly specification: "specification";
|
|
77
|
-
/**
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
readonly
|
|
81
|
-
/**
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
readonly "
|
|
85
|
-
/**
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
readonly
|
|
89
|
-
/**
|
|
255
|
+
/**
|
|
256
|
+
* Hitrost delovanja.
|
|
257
|
+
*/
|
|
258
|
+
readonly speed: "speed";
|
|
259
|
+
/**
|
|
260
|
+
* Čas začetka.
|
|
261
|
+
*/
|
|
262
|
+
readonly "start-time": "start-time";
|
|
263
|
+
/**
|
|
264
|
+
* Trenutno stanje vira ali opreme.
|
|
265
|
+
*/
|
|
266
|
+
readonly status: "status";
|
|
267
|
+
/**
|
|
268
|
+
* Površinska napaka.
|
|
269
|
+
*/
|
|
90
270
|
readonly "surface-defect": "surface-defect";
|
|
91
|
-
/**
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
readonly "
|
|
95
|
-
/**
|
|
96
|
-
|
|
97
|
-
|
|
271
|
+
/**
|
|
272
|
+
* Ciljni parametri izdelka ali procesa.
|
|
273
|
+
*/
|
|
274
|
+
readonly "target-parameters": "target-parameters";
|
|
275
|
+
/**
|
|
276
|
+
* Identifikator naloge.
|
|
277
|
+
*/
|
|
278
|
+
readonly "task-id": "task-id";
|
|
279
|
+
/**
|
|
280
|
+
* Seznam nalog.
|
|
281
|
+
*/
|
|
98
282
|
readonly "task-list": "task-list";
|
|
99
|
-
/**
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
readonly
|
|
103
|
-
/**
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
readonly "
|
|
107
|
-
/**
|
|
108
|
-
|
|
109
|
-
|
|
283
|
+
/**
|
|
284
|
+
* Temperatura vira/opreme.
|
|
285
|
+
*/
|
|
286
|
+
readonly temperature: "temperature";
|
|
287
|
+
/**
|
|
288
|
+
* Natezna trdnost.
|
|
289
|
+
*/
|
|
290
|
+
readonly "tensile-strength": "tensile-strength";
|
|
291
|
+
/**
|
|
292
|
+
* Skupni pretok.
|
|
293
|
+
*/
|
|
294
|
+
readonly "total-flow": "total-flow";
|
|
295
|
+
/**
|
|
296
|
+
* Izraba vira.
|
|
297
|
+
*/
|
|
110
298
|
readonly utilization: "utilization";
|
|
111
|
-
/**
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
readonly "
|
|
115
|
-
/**
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
readonly
|
|
119
|
-
/**
|
|
299
|
+
/**
|
|
300
|
+
* Zgodovina verzij.
|
|
301
|
+
*/
|
|
302
|
+
readonly "version-history": "version-history";
|
|
303
|
+
/**
|
|
304
|
+
* Merjena vibracija.
|
|
305
|
+
*/
|
|
306
|
+
readonly vibration: "vibration";
|
|
307
|
+
/**
|
|
308
|
+
* Napetost.
|
|
309
|
+
*/
|
|
120
310
|
readonly voltage: "voltage";
|
|
121
|
-
/**
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
readonly
|
|
125
|
-
/** Strošek. */
|
|
126
|
-
readonly cost: "cost";
|
|
127
|
-
/** Tlak. */
|
|
128
|
-
readonly pressure: "pressure";
|
|
129
|
-
/** Pretok. */
|
|
130
|
-
readonly flow: "flow";
|
|
131
|
-
/** Poraba. */
|
|
132
|
-
readonly consumption: "consumption";
|
|
133
|
-
/** Alarmni signal. */
|
|
134
|
-
readonly alarm: "alarm";
|
|
135
|
-
/** Skupni pretok. */
|
|
136
|
-
readonly "total-flow": "total-flow";
|
|
137
|
-
/** Prevodnost. */
|
|
138
|
-
readonly conductivity: "conductivity";
|
|
139
|
-
/** pH vrednost. */
|
|
140
|
-
readonly ph: "ph";
|
|
141
|
-
/** Nivo zaloge ali rezervoarja. */
|
|
142
|
-
readonly level: "level";
|
|
143
|
-
/** Hitrost porabe. */
|
|
144
|
-
readonly "consumption-rate": "consumption-rate";
|
|
145
|
-
/** Potrebno dolivanje/dopolnitev. */
|
|
146
|
-
readonly "refill-required": "refill-required";
|
|
147
|
-
/** Zadnje polnjenje. */
|
|
148
|
-
readonly "last-refill": "last-refill";
|
|
311
|
+
/**
|
|
312
|
+
* Identifikator delovnega naloga.
|
|
313
|
+
*/
|
|
314
|
+
readonly "work-order-id": "work-order-id";
|
|
149
315
|
};
|
|
150
316
|
export declare const GeneratedAttributeDescriptions: Record<keyof typeof GeneratedAttributes, string>;
|
|
151
|
-
export
|
|
152
|
-
|
|
153
|
-
|
|
317
|
+
export declare const GeneratedAttributesByType: {
|
|
318
|
+
readonly "consumable-resource": {
|
|
319
|
+
/**
|
|
320
|
+
* Nivo zaloge ali rezervoarja.
|
|
321
|
+
*/
|
|
322
|
+
readonly level: "level";
|
|
323
|
+
/**
|
|
324
|
+
* Hitrost porabe.
|
|
325
|
+
*/
|
|
326
|
+
readonly "consumption-rate": "consumption-rate";
|
|
327
|
+
/**
|
|
328
|
+
* Potrebno dolivanje/dopolnitev.
|
|
329
|
+
*/
|
|
330
|
+
readonly "refill-required": "refill-required";
|
|
331
|
+
/**
|
|
332
|
+
* Zadnje polnjenje.
|
|
333
|
+
*/
|
|
334
|
+
readonly "last-refill": "last-refill";
|
|
335
|
+
/**
|
|
336
|
+
* Trenutno stanje vira ali opreme.
|
|
337
|
+
*/
|
|
338
|
+
readonly status: "status";
|
|
339
|
+
};
|
|
340
|
+
readonly "energy-meter": {
|
|
341
|
+
/**
|
|
342
|
+
* Moč.
|
|
343
|
+
*/
|
|
344
|
+
readonly power: "power";
|
|
345
|
+
/**
|
|
346
|
+
* Oddana delovna energija (izvoz).
|
|
347
|
+
*/
|
|
348
|
+
readonly "active-energy-delivered": "active-energy-delivered";
|
|
349
|
+
/**
|
|
350
|
+
* Prejeta delovna energija (uvoz).
|
|
351
|
+
*/
|
|
352
|
+
readonly "active-energy-received": "active-energy-received";
|
|
353
|
+
/**
|
|
354
|
+
* Oddana jalova energija (izvoz).
|
|
355
|
+
*/
|
|
356
|
+
readonly "reactive-energy-delivered": "reactive-energy-delivered";
|
|
357
|
+
/**
|
|
358
|
+
* Prejeta jalova energija (uvoz).
|
|
359
|
+
*/
|
|
360
|
+
readonly "reactive-energy-received": "reactive-energy-received";
|
|
361
|
+
/**
|
|
362
|
+
* Napetost.
|
|
363
|
+
*/
|
|
364
|
+
readonly voltage: "voltage";
|
|
365
|
+
/**
|
|
366
|
+
* Tok.
|
|
367
|
+
*/
|
|
368
|
+
readonly current: "current";
|
|
369
|
+
/**
|
|
370
|
+
* Frekvenca.
|
|
371
|
+
*/
|
|
372
|
+
readonly frequency: "frequency";
|
|
373
|
+
};
|
|
374
|
+
readonly "energy-resource": {
|
|
375
|
+
/**
|
|
376
|
+
* Moč.
|
|
377
|
+
*/
|
|
378
|
+
readonly power: "power";
|
|
379
|
+
/**
|
|
380
|
+
* Energija.
|
|
381
|
+
*/
|
|
382
|
+
readonly energy: "energy";
|
|
383
|
+
/**
|
|
384
|
+
* Oddana delovna energija (izvoz).
|
|
385
|
+
*/
|
|
386
|
+
readonly "active-energy-delivered": "active-energy-delivered";
|
|
387
|
+
/**
|
|
388
|
+
* Prejeta delovna energija (uvoz).
|
|
389
|
+
*/
|
|
390
|
+
readonly "active-energy-received": "active-energy-received";
|
|
391
|
+
/**
|
|
392
|
+
* Oddana jalova energija (izvoz).
|
|
393
|
+
*/
|
|
394
|
+
readonly "reactive-energy-delivered": "reactive-energy-delivered";
|
|
395
|
+
/**
|
|
396
|
+
* Prejeta jalova energija (uvoz).
|
|
397
|
+
*/
|
|
398
|
+
readonly "reactive-energy-received": "reactive-energy-received";
|
|
399
|
+
/**
|
|
400
|
+
* Napetost.
|
|
401
|
+
*/
|
|
402
|
+
readonly voltage: "voltage";
|
|
403
|
+
/**
|
|
404
|
+
* Tok.
|
|
405
|
+
*/
|
|
406
|
+
readonly current: "current";
|
|
407
|
+
/**
|
|
408
|
+
* Frekvenca.
|
|
409
|
+
*/
|
|
410
|
+
readonly frequency: "frequency";
|
|
411
|
+
/**
|
|
412
|
+
* Strošek.
|
|
413
|
+
*/
|
|
414
|
+
readonly cost: "cost";
|
|
415
|
+
};
|
|
416
|
+
readonly equipment: {
|
|
417
|
+
/**
|
|
418
|
+
* Trenutno stanje vira ali opreme.
|
|
419
|
+
*/
|
|
420
|
+
readonly status: "status";
|
|
421
|
+
/**
|
|
422
|
+
* Temperatura vira/opreme.
|
|
423
|
+
*/
|
|
424
|
+
readonly temperature: "temperature";
|
|
425
|
+
/**
|
|
426
|
+
* Merjena vibracija.
|
|
427
|
+
*/
|
|
428
|
+
readonly vibration: "vibration";
|
|
429
|
+
/**
|
|
430
|
+
* Število obratovalnih ur.
|
|
431
|
+
*/
|
|
432
|
+
readonly "operating-hours": "operating-hours";
|
|
433
|
+
/**
|
|
434
|
+
* Koda napake.
|
|
435
|
+
*/
|
|
436
|
+
readonly "fault-code": "fault-code";
|
|
437
|
+
/**
|
|
438
|
+
* Hitrost delovanja.
|
|
439
|
+
*/
|
|
440
|
+
readonly speed: "speed";
|
|
441
|
+
/**
|
|
442
|
+
* Poraba energije.
|
|
443
|
+
*/
|
|
444
|
+
readonly "energy-consumption": "energy-consumption";
|
|
445
|
+
};
|
|
446
|
+
readonly "fluid-resource": {
|
|
447
|
+
/**
|
|
448
|
+
* Pretok.
|
|
449
|
+
*/
|
|
450
|
+
readonly flow: "flow";
|
|
451
|
+
/**
|
|
452
|
+
* Tlak.
|
|
453
|
+
*/
|
|
454
|
+
readonly pressure: "pressure";
|
|
455
|
+
/**
|
|
456
|
+
* Temperatura vira/opreme.
|
|
457
|
+
*/
|
|
458
|
+
readonly temperature: "temperature";
|
|
459
|
+
/**
|
|
460
|
+
* Skupni pretok.
|
|
461
|
+
*/
|
|
462
|
+
readonly "total-flow": "total-flow";
|
|
463
|
+
/**
|
|
464
|
+
* Prevodnost.
|
|
465
|
+
*/
|
|
466
|
+
readonly conductivity: "conductivity";
|
|
467
|
+
/**
|
|
468
|
+
* pH vrednost.
|
|
469
|
+
*/
|
|
470
|
+
readonly ph: "ph";
|
|
471
|
+
};
|
|
472
|
+
readonly material: {
|
|
473
|
+
/**
|
|
474
|
+
* Identifikator lota.
|
|
475
|
+
*/
|
|
476
|
+
readonly "lot-id": "lot-id";
|
|
477
|
+
/**
|
|
478
|
+
* Številka serije (batch).
|
|
479
|
+
*/
|
|
480
|
+
readonly "batch-number": "batch-number";
|
|
481
|
+
/**
|
|
482
|
+
* Tip materiala.
|
|
483
|
+
*/
|
|
484
|
+
readonly "material-type": "material-type";
|
|
485
|
+
/**
|
|
486
|
+
* Količina materiala.
|
|
487
|
+
*/
|
|
488
|
+
readonly quantity: "quantity";
|
|
489
|
+
/**
|
|
490
|
+
* Lokacija materiala ali opreme.
|
|
491
|
+
*/
|
|
492
|
+
readonly location: "location";
|
|
493
|
+
/**
|
|
494
|
+
* Trenutno stanje vira ali opreme.
|
|
495
|
+
*/
|
|
496
|
+
readonly status: "status";
|
|
497
|
+
};
|
|
498
|
+
readonly personnel: {
|
|
499
|
+
/**
|
|
500
|
+
* Prisotnost osebja.
|
|
501
|
+
*/
|
|
502
|
+
readonly presence: "presence";
|
|
503
|
+
/**
|
|
504
|
+
* Identifikator naloge.
|
|
505
|
+
*/
|
|
506
|
+
readonly "task-id": "task-id";
|
|
507
|
+
/**
|
|
508
|
+
* Vloga osebja.
|
|
509
|
+
*/
|
|
510
|
+
readonly role: "role";
|
|
511
|
+
/**
|
|
512
|
+
* Trenutno stanje vira ali opreme.
|
|
513
|
+
*/
|
|
514
|
+
readonly status: "status";
|
|
515
|
+
};
|
|
516
|
+
readonly "process-segment": {
|
|
517
|
+
/**
|
|
518
|
+
* Čas začetka.
|
|
519
|
+
*/
|
|
520
|
+
readonly "start-time": "start-time";
|
|
521
|
+
/**
|
|
522
|
+
* Čas zaključka.
|
|
523
|
+
*/
|
|
524
|
+
readonly "end-time": "end-time";
|
|
525
|
+
/**
|
|
526
|
+
* Trajanje faze ali naloge.
|
|
527
|
+
*/
|
|
528
|
+
readonly duration: "duration";
|
|
529
|
+
/**
|
|
530
|
+
* Trenutno stanje vira ali opreme.
|
|
531
|
+
*/
|
|
532
|
+
readonly status: "status";
|
|
533
|
+
/**
|
|
534
|
+
* Izhodna količina.
|
|
535
|
+
*/
|
|
536
|
+
readonly "output-quantity": "output-quantity";
|
|
537
|
+
};
|
|
538
|
+
readonly "product-definition": {
|
|
539
|
+
/**
|
|
540
|
+
* Koda izdelka.
|
|
541
|
+
*/
|
|
542
|
+
readonly "product-code": "product-code";
|
|
543
|
+
/**
|
|
544
|
+
* Revizija izdelka.
|
|
545
|
+
*/
|
|
546
|
+
readonly revision: "revision";
|
|
547
|
+
/**
|
|
548
|
+
* Tehnične specifikacije.
|
|
549
|
+
*/
|
|
550
|
+
readonly specification: "specification";
|
|
551
|
+
/**
|
|
552
|
+
* Ciljni parametri izdelka ali procesa.
|
|
553
|
+
*/
|
|
554
|
+
readonly "target-parameters": "target-parameters";
|
|
555
|
+
/**
|
|
556
|
+
* Sestava materiala.
|
|
557
|
+
*/
|
|
558
|
+
readonly "material-composition": "material-composition";
|
|
559
|
+
/**
|
|
560
|
+
* Zgodovina verzij.
|
|
561
|
+
*/
|
|
562
|
+
readonly "version-history": "version-history";
|
|
563
|
+
};
|
|
564
|
+
readonly "product-quality": {
|
|
565
|
+
/**
|
|
566
|
+
* Rezultat pregleda.
|
|
567
|
+
*/
|
|
568
|
+
readonly "inspection-result": "inspection-result";
|
|
569
|
+
/**
|
|
570
|
+
* Odstopanje od specifikacije.
|
|
571
|
+
*/
|
|
572
|
+
readonly deviation: "deviation";
|
|
573
|
+
/**
|
|
574
|
+
* Uspešno/neuspešno (pass/fail).
|
|
575
|
+
*/
|
|
576
|
+
readonly "pass-fail": "pass-fail";
|
|
577
|
+
/**
|
|
578
|
+
* Površinska napaka.
|
|
579
|
+
*/
|
|
580
|
+
readonly "surface-defect": "surface-defect";
|
|
581
|
+
/**
|
|
582
|
+
* Trdota materiala.
|
|
583
|
+
*/
|
|
584
|
+
readonly hardness: "hardness";
|
|
585
|
+
/**
|
|
586
|
+
* Natezna trdnost.
|
|
587
|
+
*/
|
|
588
|
+
readonly "tensile-strength": "tensile-strength";
|
|
589
|
+
};
|
|
590
|
+
readonly "resource-status": {
|
|
591
|
+
/**
|
|
592
|
+
* Razpoložljivost vira.
|
|
593
|
+
*/
|
|
594
|
+
readonly availability: "availability";
|
|
595
|
+
/**
|
|
596
|
+
* Izraba vira.
|
|
597
|
+
*/
|
|
598
|
+
readonly utilization: "utilization";
|
|
599
|
+
/**
|
|
600
|
+
* Zastoj/izpad.
|
|
601
|
+
*/
|
|
602
|
+
readonly downtime: "downtime";
|
|
603
|
+
/**
|
|
604
|
+
* Trenutno stanje vira ali opreme.
|
|
605
|
+
*/
|
|
606
|
+
readonly status: "status";
|
|
607
|
+
/**
|
|
608
|
+
* Stanje vzdrževanja.
|
|
609
|
+
*/
|
|
610
|
+
readonly "maintenance-status": "maintenance-status";
|
|
611
|
+
};
|
|
612
|
+
readonly "utility-resource": {
|
|
613
|
+
/**
|
|
614
|
+
* Tlak.
|
|
615
|
+
*/
|
|
616
|
+
readonly pressure: "pressure";
|
|
617
|
+
/**
|
|
618
|
+
* Pretok.
|
|
619
|
+
*/
|
|
620
|
+
readonly flow: "flow";
|
|
621
|
+
/**
|
|
622
|
+
* Poraba.
|
|
623
|
+
*/
|
|
624
|
+
readonly consumption: "consumption";
|
|
625
|
+
/**
|
|
626
|
+
* Trenutno stanje vira ali opreme.
|
|
627
|
+
*/
|
|
628
|
+
readonly status: "status";
|
|
629
|
+
/**
|
|
630
|
+
* Alarmni signal.
|
|
631
|
+
*/
|
|
632
|
+
readonly alarm: "alarm";
|
|
633
|
+
};
|
|
634
|
+
readonly "work-definition": {
|
|
635
|
+
/**
|
|
636
|
+
* Identifikator delovnega naloga.
|
|
637
|
+
*/
|
|
638
|
+
readonly "work-order-id": "work-order-id";
|
|
639
|
+
/**
|
|
640
|
+
* Seznam nalog.
|
|
641
|
+
*/
|
|
642
|
+
readonly "task-list": "task-list";
|
|
643
|
+
/**
|
|
644
|
+
* Planirani začetek.
|
|
645
|
+
*/
|
|
646
|
+
readonly "planned-start": "planned-start";
|
|
647
|
+
/**
|
|
648
|
+
* Planirani zaključek.
|
|
649
|
+
*/
|
|
650
|
+
readonly "planned-end": "planned-end";
|
|
651
|
+
/**
|
|
652
|
+
* Dodeljeno osebi ali ekipi.
|
|
653
|
+
*/
|
|
654
|
+
readonly "assigned-to": "assigned-to";
|
|
655
|
+
/**
|
|
656
|
+
* Povezava do navodil.
|
|
657
|
+
*/
|
|
658
|
+
readonly "instruction-url": "instruction-url";
|
|
659
|
+
};
|
|
660
|
+
};
|
|
154
661
|
export type GeneratedAttributeName = keyof typeof GeneratedAttributes;
|
|
155
|
-
export declare function getGeneratedAttributeDescription(name: string): string | undefined;
|
|
156
662
|
export type GeneratedAttributesFor<T extends keyof typeof GeneratedAttributesByType> = keyof typeof GeneratedAttributesByType[T];
|
|
663
|
+
export declare function getGeneratedAttributeDescription(name: string): string | undefined;
|
|
157
664
|
//# sourceMappingURL=uns-dictionary.generated.d.ts.map
|