d2aura 26.0.18 → 26.0.19
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/api/abstractApi.d.ts +1 -1
- package/api/abstractApi.js +2 -2
- package/api/abstractApi.js.map +1 -1
- package/api/eda/edaManagerApi.d.ts +13 -10
- package/api/eda/edaManagerApi.js +45 -12
- package/api/eda/edaManagerApi.js.map +1 -1
- package/api/eda/generated/events.d.ts +47 -14
- package/api/eda/generated/events.js +74 -14
- package/api/eda/generated/events.js.map +1 -1
- package/api/eda/generated/structures.d.ts +121 -121
- package/api/eda/generated/structures.js.map +1 -1
- package/core/i18n/d2aura.sk.json +2 -0
- package/coreui/components/edaManagerComponent/components/edaChartViewer.js +11 -11
- package/coreui/components/edaManagerComponent/components/edaChartViewer.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.js +2 -2
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaDetailPanel.js +1 -1
- package/coreui/components/edaManagerComponent/components/edaDetailPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.js +1 -1
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.js +3 -2
- package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaTablePanel.js +5 -5
- package/coreui/components/edaManagerComponent/components/edaTablePanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.js +3 -0
- package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaTreeView.d.ts +1 -0
- package/coreui/components/edaManagerComponent/components/edaTreeView.js +82 -33
- package/coreui/components/edaManagerComponent/components/edaTreeView.js.map +1 -1
- package/coreui/components/edaManagerComponent/constants/edaTypes.d.ts +11 -2
- package/coreui/components/edaManagerComponent/constants/edaTypes.js +6 -0
- package/coreui/components/edaManagerComponent/constants/edaTypes.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/edaConfigContext.d.ts +5 -4
- package/coreui/components/edaManagerComponent/context/edaConfigContext.js +4 -1
- package/coreui/components/edaManagerComponent/context/edaConfigContext.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.js +36 -23
- package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.js.map +1 -1
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/graphPanel.js +1 -1
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/graphPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/tablePanel.js +5 -5
- package/coreui/components/edaManagerComponent/dialogs/descriptiveVectorDialog/tablePanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/dialogs/edaTableEditorDialog.js +4 -2
- package/coreui/components/edaManagerComponent/dialogs/edaTableEditorDialog.js.map +1 -1
- package/coreui/components/edaManagerComponent/dialogs/importDialog.js +56 -8
- package/coreui/components/edaManagerComponent/dialogs/importDialog.js.map +1 -1
- package/coreui/components/edaManagerComponent/dialogs/importExport/export.js +48 -28
- package/coreui/components/edaManagerComponent/dialogs/importExport/export.js.map +1 -1
- package/coreui/components/edaManagerComponent/dialogs/importExport/import.d.ts +4 -2
- package/coreui/components/edaManagerComponent/dialogs/importExport/import.js +26 -2
- package/coreui/components/edaManagerComponent/dialogs/importExport/import.js.map +1 -1
- package/coreui/components/edaManagerComponent/dialogs/importExport/vectorTypeSelection.js +0 -1
- package/coreui/components/edaManagerComponent/dialogs/importExport/vectorTypeSelection.js.map +1 -1
- package/coreui/components/edaManagerComponent/dialogs/vectorSelectionDialog.js +4 -5
- package/coreui/components/edaManagerComponent/dialogs/vectorSelectionDialog.js.map +1 -1
- package/coreui/components/edaManagerComponent/edaDetail.js +3 -1
- package/coreui/components/edaManagerComponent/edaDetail.js.map +1 -1
- package/coreui/components/edaManagerComponent/edaManager.d.ts +1 -1
- package/coreui/components/edaManagerComponent/edaManager.js +1 -1
- package/coreui/components/edaManagerComponent/edaManager.js.map +1 -1
- package/coreui/components/edaManagerComponent/edaNavigator.d.ts +1 -0
- package/coreui/components/edaManagerComponent/edaNavigator.js +4 -4
- package/coreui/components/edaManagerComponent/edaNavigator.js.map +1 -1
- package/coreui/components/edaManagerComponent/utils/utils.d.ts +1 -1
- package/coreui/components/edaManagerComponent/utils/utils.js +4 -5
- package/coreui/components/edaManagerComponent/utils/utils.js.map +1 -1
- package/d2configuration/edaManager/E.EM_DETAIL_IMPL.xml +18 -0
- package/d2configuration/edaManager/E.EM_NAVIGATOR_IMPL.xml +8 -8
- package/d2configuration/edaManager/E.EM_NAVIGATOR_SQL.xml +4 -38
- package/d2configuration/edaManager/E.EM_NAVIGATOR_UNIT.xml +224 -79
- package/d2configuration/edaManager/E.EM_VECTOR_IMPL.xml +12 -12
- package/d2configuration/edaManager/E.EM_VECTOR_UNIT.xml +116 -116
- package/d2configuration/edaManager/SD.EM_EDA_CalcFunction_Params_V2.xml +245 -0
- package/d2configuration/edaManager/SD.EM_EDA_ReadValuesFromVector_Params_V2.xml +159 -0
- package/package.json +3 -3
|
@@ -61,82 +61,6 @@
|
|
|
61
61
|
<objType>EXT_FNCT</objType>
|
|
62
62
|
<valType>Int</valType>
|
|
63
63
|
</HOBJ_REF>
|
|
64
|
-
<HOBJ_REF>
|
|
65
|
-
<uid>E92291268519484FBF88946B2BE13785</uid>
|
|
66
|
-
<name>SD.EDA_CalcFunction_Params_V2</name>
|
|
67
|
-
<objType>STRUCTDEF</objType>
|
|
68
|
-
<valType>NAN</valType>
|
|
69
|
-
</HOBJ_REF>
|
|
70
|
-
<COL_REF>
|
|
71
|
-
<col_idx>6</col_idx>
|
|
72
|
-
<col_name>cacheId</col_name>
|
|
73
|
-
<col_valType>Int</col_valType>
|
|
74
|
-
</COL_REF>
|
|
75
|
-
<COL_REF>
|
|
76
|
-
<col_idx>10</col_idx>
|
|
77
|
-
<col_name>decimalPlaces</col_name>
|
|
78
|
-
<col_valType>Int</col_valType>
|
|
79
|
-
</COL_REF>
|
|
80
|
-
<COL_REF>
|
|
81
|
-
<col_idx>14</col_idx>
|
|
82
|
-
<col_name>envName</col_name>
|
|
83
|
-
<col_valType>Text</col_valType>
|
|
84
|
-
</COL_REF>
|
|
85
|
-
<COL_REF>
|
|
86
|
-
<col_idx>8</col_idx>
|
|
87
|
-
<col_name>isIntegral</col_name>
|
|
88
|
-
<col_valType>Bool</col_valType>
|
|
89
|
-
</COL_REF>
|
|
90
|
-
<COL_REF>
|
|
91
|
-
<col_idx>15</col_idx>
|
|
92
|
-
<col_name>paramBlockId</col_name>
|
|
93
|
-
<col_valType>Int</col_valType>
|
|
94
|
-
</COL_REF>
|
|
95
|
-
<COL_REF>
|
|
96
|
-
<col_idx>2</col_idx>
|
|
97
|
-
<col_name>periodBeginTime</col_name>
|
|
98
|
-
<col_valType>TimA</col_valType>
|
|
99
|
-
</COL_REF>
|
|
100
|
-
<COL_REF>
|
|
101
|
-
<col_idx>3</col_idx>
|
|
102
|
-
<col_name>periodStepBase</col_name>
|
|
103
|
-
<col_valType>Int</col_valType>
|
|
104
|
-
</COL_REF>
|
|
105
|
-
<COL_REF>
|
|
106
|
-
<col_idx>4</col_idx>
|
|
107
|
-
<col_name>periodStepCount</col_name>
|
|
108
|
-
<col_valType>Int</col_valType>
|
|
109
|
-
</COL_REF>
|
|
110
|
-
<COL_REF>
|
|
111
|
-
<col_idx>5</col_idx>
|
|
112
|
-
<col_name>periodTimeZone</col_name>
|
|
113
|
-
<col_valType>Text</col_valType>
|
|
114
|
-
</COL_REF>
|
|
115
|
-
<COL_REF>
|
|
116
|
-
<col_idx>9</col_idx>
|
|
117
|
-
<col_name>roundType</col_name>
|
|
118
|
-
<col_valType>Int</col_valType>
|
|
119
|
-
</COL_REF>
|
|
120
|
-
<COL_REF>
|
|
121
|
-
<col_idx>1</col_idx>
|
|
122
|
-
<col_name>structVersion</col_name>
|
|
123
|
-
<col_valType>Int</col_valType>
|
|
124
|
-
</COL_REF>
|
|
125
|
-
<COL_REF>
|
|
126
|
-
<col_idx>12</col_idx>
|
|
127
|
-
<col_name>userName</col_name>
|
|
128
|
-
<col_valType>Text</col_valType>
|
|
129
|
-
</COL_REF>
|
|
130
|
-
<COL_REF>
|
|
131
|
-
<col_idx>7</col_idx>
|
|
132
|
-
<col_name>valueType</col_name>
|
|
133
|
-
<col_valType>Int</col_valType>
|
|
134
|
-
</COL_REF>
|
|
135
|
-
<COL_REF>
|
|
136
|
-
<col_idx>11</col_idx>
|
|
137
|
-
<col_name>version</col_name>
|
|
138
|
-
<col_valType>HOBJ_Type</col_valType>
|
|
139
|
-
</COL_REF>
|
|
140
64
|
<HOBJ_REF>
|
|
141
65
|
<uid>91DD0BE1B0C0064090D659B017B9C72E</uid>
|
|
142
66
|
<name>SD.EDA_CloseCache_Params_V1</name>
|
|
@@ -187,42 +111,6 @@
|
|
|
187
111
|
<col_name>structVersion</col_name>
|
|
188
112
|
<col_valType>Int</col_valType>
|
|
189
113
|
</COL_REF>
|
|
190
|
-
<HOBJ_REF>
|
|
191
|
-
<uid>8C22CCF60968D947BF9BCF139AF28C81</uid>
|
|
192
|
-
<name>SD.EDA_ReadValuesFromVector_Params_V2</name>
|
|
193
|
-
<objType>STRUCTDEF</objType>
|
|
194
|
-
<valType>NAN</valType>
|
|
195
|
-
</HOBJ_REF>
|
|
196
|
-
<COL_REF>
|
|
197
|
-
<col_idx>2</col_idx>
|
|
198
|
-
<col_name>cacheId</col_name>
|
|
199
|
-
<col_valType>Int</col_valType>
|
|
200
|
-
</COL_REF>
|
|
201
|
-
<COL_REF>
|
|
202
|
-
<col_idx>8</col_idx>
|
|
203
|
-
<col_name>envName</col_name>
|
|
204
|
-
<col_valType>Text</col_valType>
|
|
205
|
-
</COL_REF>
|
|
206
|
-
<COL_REF>
|
|
207
|
-
<col_idx>9</col_idx>
|
|
208
|
-
<col_name>paramBlockId</col_name>
|
|
209
|
-
<col_valType>Int</col_valType>
|
|
210
|
-
</COL_REF>
|
|
211
|
-
<COL_REF>
|
|
212
|
-
<col_idx>1</col_idx>
|
|
213
|
-
<col_name>structVersion</col_name>
|
|
214
|
-
<col_valType>Int</col_valType>
|
|
215
|
-
</COL_REF>
|
|
216
|
-
<COL_REF>
|
|
217
|
-
<col_idx>3</col_idx>
|
|
218
|
-
<col_name>useRounding</col_name>
|
|
219
|
-
<col_valType>Bool</col_valType>
|
|
220
|
-
</COL_REF>
|
|
221
|
-
<COL_REF>
|
|
222
|
-
<col_idx>5</col_idx>
|
|
223
|
-
<col_name>version</col_name>
|
|
224
|
-
<col_valType>HOBJ_Type</col_valType>
|
|
225
|
-
</COL_REF>
|
|
226
114
|
<HOBJ_REF>
|
|
227
115
|
<uid>CA231E5BB77EAD4399C8FDF526A5ABFA</uid>
|
|
228
116
|
<name>SD.EDA_StatCalcFunction_Params_V1</name>
|
|
@@ -341,6 +229,118 @@
|
|
|
341
229
|
<objType>STRUCTDEF</objType>
|
|
342
230
|
<valType>NAN</valType>
|
|
343
231
|
</HOBJ_REF>
|
|
232
|
+
<HOBJ_REF>
|
|
233
|
+
<uid>86C261600314754490468DDFB6FDF800</uid>
|
|
234
|
+
<name>SD.EM_EDA_CalcFunction_Params_V2</name>
|
|
235
|
+
<objType>STRUCTDEF</objType>
|
|
236
|
+
<valType>NAN</valType>
|
|
237
|
+
</HOBJ_REF>
|
|
238
|
+
<COL_REF>
|
|
239
|
+
<col_idx>6</col_idx>
|
|
240
|
+
<col_name>cacheId</col_name>
|
|
241
|
+
<col_valType>Int</col_valType>
|
|
242
|
+
</COL_REF>
|
|
243
|
+
<COL_REF>
|
|
244
|
+
<col_idx>10</col_idx>
|
|
245
|
+
<col_name>decimalPlaces</col_name>
|
|
246
|
+
<col_valType>Int</col_valType>
|
|
247
|
+
</COL_REF>
|
|
248
|
+
<COL_REF>
|
|
249
|
+
<col_idx>14</col_idx>
|
|
250
|
+
<col_name>envName</col_name>
|
|
251
|
+
<col_valType>Text</col_valType>
|
|
252
|
+
</COL_REF>
|
|
253
|
+
<COL_REF>
|
|
254
|
+
<col_idx>8</col_idx>
|
|
255
|
+
<col_name>isIntegral</col_name>
|
|
256
|
+
<col_valType>Bool</col_valType>
|
|
257
|
+
</COL_REF>
|
|
258
|
+
<COL_REF>
|
|
259
|
+
<col_idx>15</col_idx>
|
|
260
|
+
<col_name>paramBlockId</col_name>
|
|
261
|
+
<col_valType>Int</col_valType>
|
|
262
|
+
</COL_REF>
|
|
263
|
+
<COL_REF>
|
|
264
|
+
<col_idx>2</col_idx>
|
|
265
|
+
<col_name>periodBeginTime</col_name>
|
|
266
|
+
<col_valType>TimA</col_valType>
|
|
267
|
+
</COL_REF>
|
|
268
|
+
<COL_REF>
|
|
269
|
+
<col_idx>3</col_idx>
|
|
270
|
+
<col_name>periodStepBase</col_name>
|
|
271
|
+
<col_valType>Int</col_valType>
|
|
272
|
+
</COL_REF>
|
|
273
|
+
<COL_REF>
|
|
274
|
+
<col_idx>4</col_idx>
|
|
275
|
+
<col_name>periodStepCount</col_name>
|
|
276
|
+
<col_valType>Int</col_valType>
|
|
277
|
+
</COL_REF>
|
|
278
|
+
<COL_REF>
|
|
279
|
+
<col_idx>5</col_idx>
|
|
280
|
+
<col_name>periodTimeZone</col_name>
|
|
281
|
+
<col_valType>Text</col_valType>
|
|
282
|
+
</COL_REF>
|
|
283
|
+
<COL_REF>
|
|
284
|
+
<col_idx>9</col_idx>
|
|
285
|
+
<col_name>roundType</col_name>
|
|
286
|
+
<col_valType>Int</col_valType>
|
|
287
|
+
</COL_REF>
|
|
288
|
+
<COL_REF>
|
|
289
|
+
<col_idx>1</col_idx>
|
|
290
|
+
<col_name>structVersion</col_name>
|
|
291
|
+
<col_valType>Int</col_valType>
|
|
292
|
+
</COL_REF>
|
|
293
|
+
<COL_REF>
|
|
294
|
+
<col_idx>12</col_idx>
|
|
295
|
+
<col_name>userName</col_name>
|
|
296
|
+
<col_valType>Text</col_valType>
|
|
297
|
+
</COL_REF>
|
|
298
|
+
<COL_REF>
|
|
299
|
+
<col_idx>7</col_idx>
|
|
300
|
+
<col_name>valueType</col_name>
|
|
301
|
+
<col_valType>Int</col_valType>
|
|
302
|
+
</COL_REF>
|
|
303
|
+
<COL_REF>
|
|
304
|
+
<col_idx>11</col_idx>
|
|
305
|
+
<col_name>version</col_name>
|
|
306
|
+
<col_valType>Text</col_valType>
|
|
307
|
+
</COL_REF>
|
|
308
|
+
<HOBJ_REF>
|
|
309
|
+
<uid>D07C5D523E2EE947AA8C503BC5ECBB3B</uid>
|
|
310
|
+
<name>SD.EM_EDA_ReadValuesFromVector_Params_V2</name>
|
|
311
|
+
<objType>STRUCTDEF</objType>
|
|
312
|
+
<valType>NAN</valType>
|
|
313
|
+
</HOBJ_REF>
|
|
314
|
+
<COL_REF>
|
|
315
|
+
<col_idx>2</col_idx>
|
|
316
|
+
<col_name>cacheId</col_name>
|
|
317
|
+
<col_valType>Int</col_valType>
|
|
318
|
+
</COL_REF>
|
|
319
|
+
<COL_REF>
|
|
320
|
+
<col_idx>8</col_idx>
|
|
321
|
+
<col_name>envName</col_name>
|
|
322
|
+
<col_valType>Text</col_valType>
|
|
323
|
+
</COL_REF>
|
|
324
|
+
<COL_REF>
|
|
325
|
+
<col_idx>9</col_idx>
|
|
326
|
+
<col_name>paramBlockId</col_name>
|
|
327
|
+
<col_valType>Int</col_valType>
|
|
328
|
+
</COL_REF>
|
|
329
|
+
<COL_REF>
|
|
330
|
+
<col_idx>1</col_idx>
|
|
331
|
+
<col_name>structVersion</col_name>
|
|
332
|
+
<col_valType>Int</col_valType>
|
|
333
|
+
</COL_REF>
|
|
334
|
+
<COL_REF>
|
|
335
|
+
<col_idx>3</col_idx>
|
|
336
|
+
<col_name>useRounding</col_name>
|
|
337
|
+
<col_valType>Bool</col_valType>
|
|
338
|
+
</COL_REF>
|
|
339
|
+
<COL_REF>
|
|
340
|
+
<col_idx>5</col_idx>
|
|
341
|
+
<col_name>version</col_name>
|
|
342
|
+
<col_valType>Text</col_valType>
|
|
343
|
+
</COL_REF>
|
|
344
344
|
<HOBJ_REF>
|
|
345
345
|
<uid>88D757FB3AD367478EDD36D2EC77BC26</uid>
|
|
346
346
|
<name>SD.EM_EDA_VectorStats</name>
|
|
@@ -427,8 +427,8 @@
|
|
|
427
427
|
; LAST CHANGE:
|
|
428
428
|
;*********************************************************
|
|
429
429
|
|
|
430
|
-
PUBLIC PROCEDURE ReadValuesFromVector(IN INT _id, IN TIME _from, IN TIME _to, IN INT _step, IN RECORD NOALIAS (SD.
|
|
431
|
-
RECORD NOALIAS (SD.
|
|
430
|
+
PUBLIC PROCEDURE ReadValuesFromVector(IN INT _id, IN TIME _from, IN TIME _to, IN INT _step, IN RECORD NOALIAS (SD.EM_EDA_ReadValuesFromVector_Params_V2) _readParams, RECORD NOALIAS(SD.EDA_VectorData) _data, RECORD NOALIAS(SD.EM_EDA_VectorStats) _stats, BOOL _isOk, TEXT _errorMsg)
|
|
431
|
+
RECORD NOALIAS (SD.EM_EDA_ReadValuesFromVector_Params_V2) _params
|
|
432
432
|
RECORD NOALIAS (SD.EDA_StatVector_Params_V1) _statParams
|
|
433
433
|
RECORD NOALIAS (SD.EDA_CloseCache_Params_V1) _cacheParams
|
|
434
434
|
INT _errorCode
|
|
@@ -565,8 +565,8 @@ PUBLIC PROCEDURE GetValuesForDescriptiveVector(IN RECORD NOALIAS(SD.EDA_Descript
|
|
|
565
565
|
ENDIF
|
|
566
566
|
END GetValuesForDescriptiveVector
|
|
567
567
|
|
|
568
|
-
PUBLIC PROCEDURE CalcValuesForUnsavedVector(IN INT _type, IN TEXT _prescription, IN TIME _from, IN TIME _to, IN INT _step, RECORD NOALIAS (SD.
|
|
569
|
-
RECORD NOALIAS (SD.
|
|
568
|
+
PUBLIC PROCEDURE CalcValuesForUnsavedVector(IN INT _type, IN TEXT _prescription, IN TIME _from, IN TIME _to, IN INT _step, RECORD NOALIAS (SD.EM_EDA_CalcFunction_Params_V2) _calcParams, RECORD NOALIAS(SD.EDA_VectorData) _data, RECORD NOALIAS(SD.EM_EDA_VectorStats) _stats, BOOL _isOk, TEXT _errorMsg)
|
|
569
|
+
RECORD NOALIAS (SD.EM_EDA_CalcFunction_Params_V2) _params
|
|
570
570
|
RECORD NOALIAS (SD.EDA_StatCalcFunction_Params_V1) _statParams
|
|
571
571
|
RECORD NOALIAS (SD.EDA_CloseCache_Params_V1) _cacheParams
|
|
572
572
|
INT _errorCode
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<ROOT>
|
|
3
|
+
<REFERENCES>
|
|
4
|
+
<HOBJ_REF>
|
|
5
|
+
<uid>STRUCTSDEF</uid>
|
|
6
|
+
<name>STRUCTSDEF</name>
|
|
7
|
+
<objType>SYSTEM</objType>
|
|
8
|
+
<valType>NAN</valType>
|
|
9
|
+
</HOBJ_REF>
|
|
10
|
+
</REFERENCES>
|
|
11
|
+
<CFGRECORDS>
|
|
12
|
+
<TObjItemData>
|
|
13
|
+
<Id>2579067</Id>
|
|
14
|
+
<Name>SD.EM_EDA_CalcFunction_Params_V2</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>STRUCTDEF</Typ>
|
|
17
|
+
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
+
<Value_Type>NAN</Value_Type>
|
|
19
|
+
<CreateTime>30.06.2026 12:15:51.537</CreateTime>
|
|
20
|
+
<ModifyTime>30.06.2026 12:16:33.550</ModifyTime>
|
|
21
|
+
<Text_Palette/>
|
|
22
|
+
<Read_Only>False</Read_Only>
|
|
23
|
+
<TECH_UNIT/>
|
|
24
|
+
<UseLimits>False</UseLimits>
|
|
25
|
+
<VHL>1.00000000000000E+38</VHL>
|
|
26
|
+
<HL>1.00000000000000E+38</HL>
|
|
27
|
+
<LL>-1.00000000000000E+38</LL>
|
|
28
|
+
<VLL>-1.00000000000000E+38</VLL>
|
|
29
|
+
<VHL_ID/>
|
|
30
|
+
<HL_ID/>
|
|
31
|
+
<LL_ID/>
|
|
32
|
+
<VLL_ID/>
|
|
33
|
+
<Hysterezia>0.00000000000000E+00</Hysterezia>
|
|
34
|
+
<TransPalIdx>0</TransPalIdx>
|
|
35
|
+
<Hidden>False</Hidden>
|
|
36
|
+
<uuid>86C261600314754490468DDFB6FDF800</uuid>
|
|
37
|
+
<memberOfModule/>
|
|
38
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
39
|
+
<memberOfDevice/>
|
|
40
|
+
<modifiedBy>msolansky</modifiedBy>
|
|
41
|
+
<version>3</version>
|
|
42
|
+
<metadata/>
|
|
43
|
+
<EXP_SubDir>EDA_CVS\D2000_OBJ\EDA\SD</EXP_SubDir>
|
|
44
|
+
</TObjItemData>
|
|
45
|
+
<tStructItemData>
|
|
46
|
+
<ItemNr>1</ItemNr>
|
|
47
|
+
<Name>structVersion</Name>
|
|
48
|
+
<Descript/>
|
|
49
|
+
<Typ>Int</Typ>
|
|
50
|
+
<UseStartVal>True</UseStartVal>
|
|
51
|
+
<UseLimits>False</UseLimits>
|
|
52
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
53
|
+
<StatusText/>
|
|
54
|
+
<TransPalIdx>0</TransPalIdx>
|
|
55
|
+
</tStructItemData>
|
|
56
|
+
<tStructItemData>
|
|
57
|
+
<ItemNr>2</ItemNr>
|
|
58
|
+
<Name>periodBeginTime</Name>
|
|
59
|
+
<Descript/>
|
|
60
|
+
<Typ>TimA</Typ>
|
|
61
|
+
<UseStartVal>False</UseStartVal>
|
|
62
|
+
<UseLimits>False</UseLimits>
|
|
63
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
64
|
+
<StatusText/>
|
|
65
|
+
<TransPalIdx>0</TransPalIdx>
|
|
66
|
+
</tStructItemData>
|
|
67
|
+
<tStructItemData>
|
|
68
|
+
<ItemNr>3</ItemNr>
|
|
69
|
+
<Name>periodStepBase</Name>
|
|
70
|
+
<Descript/>
|
|
71
|
+
<Typ>Int</Typ>
|
|
72
|
+
<UseStartVal>False</UseStartVal>
|
|
73
|
+
<UseLimits>False</UseLimits>
|
|
74
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
75
|
+
<StatusText/>
|
|
76
|
+
<TransPalIdx>0</TransPalIdx>
|
|
77
|
+
</tStructItemData>
|
|
78
|
+
<tStructItemData>
|
|
79
|
+
<ItemNr>4</ItemNr>
|
|
80
|
+
<Name>periodStepCount</Name>
|
|
81
|
+
<Descript/>
|
|
82
|
+
<Typ>Int</Typ>
|
|
83
|
+
<UseStartVal>False</UseStartVal>
|
|
84
|
+
<UseLimits>False</UseLimits>
|
|
85
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
86
|
+
<StatusText/>
|
|
87
|
+
<TransPalIdx>0</TransPalIdx>
|
|
88
|
+
</tStructItemData>
|
|
89
|
+
<tStructItemData>
|
|
90
|
+
<ItemNr>5</ItemNr>
|
|
91
|
+
<Name>periodTimeZone</Name>
|
|
92
|
+
<Descript/>
|
|
93
|
+
<Typ>Text</Typ>
|
|
94
|
+
<UseStartVal>False</UseStartVal>
|
|
95
|
+
<UseLimits>False</UseLimits>
|
|
96
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
97
|
+
<StatusText/>
|
|
98
|
+
<TransPalIdx>0</TransPalIdx>
|
|
99
|
+
</tStructItemData>
|
|
100
|
+
<tStructItemData>
|
|
101
|
+
<ItemNr>6</ItemNr>
|
|
102
|
+
<Name>cacheId</Name>
|
|
103
|
+
<Descript/>
|
|
104
|
+
<Typ>Int</Typ>
|
|
105
|
+
<UseStartVal>True</UseStartVal>
|
|
106
|
+
<UseLimits>False</UseLimits>
|
|
107
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
108
|
+
<StatusText/>
|
|
109
|
+
<TransPalIdx>0</TransPalIdx>
|
|
110
|
+
</tStructItemData>
|
|
111
|
+
<tStructItemData>
|
|
112
|
+
<ItemNr>7</ItemNr>
|
|
113
|
+
<Name>valueType</Name>
|
|
114
|
+
<Descript/>
|
|
115
|
+
<Typ>Int</Typ>
|
|
116
|
+
<UseStartVal>True</UseStartVal>
|
|
117
|
+
<UseLimits>False</UseLimits>
|
|
118
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
119
|
+
<StatusText/>
|
|
120
|
+
<TransPalIdx>0</TransPalIdx>
|
|
121
|
+
</tStructItemData>
|
|
122
|
+
<tStructItemData>
|
|
123
|
+
<ItemNr>8</ItemNr>
|
|
124
|
+
<Name>isIntegral</Name>
|
|
125
|
+
<Descript/>
|
|
126
|
+
<Typ>Bool</Typ>
|
|
127
|
+
<UseStartVal>False</UseStartVal>
|
|
128
|
+
<UseLimits>False</UseLimits>
|
|
129
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
130
|
+
<StatusText/>
|
|
131
|
+
<TransPalIdx>0</TransPalIdx>
|
|
132
|
+
</tStructItemData>
|
|
133
|
+
<tStructItemData>
|
|
134
|
+
<ItemNr>9</ItemNr>
|
|
135
|
+
<Name>roundType</Name>
|
|
136
|
+
<Descript/>
|
|
137
|
+
<Typ>Int</Typ>
|
|
138
|
+
<UseStartVal>True</UseStartVal>
|
|
139
|
+
<UseLimits>False</UseLimits>
|
|
140
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
141
|
+
<StatusText/>
|
|
142
|
+
<TransPalIdx>0</TransPalIdx>
|
|
143
|
+
</tStructItemData>
|
|
144
|
+
<tStructItemData>
|
|
145
|
+
<ItemNr>10</ItemNr>
|
|
146
|
+
<Name>decimalPlaces</Name>
|
|
147
|
+
<Descript/>
|
|
148
|
+
<Typ>Int</Typ>
|
|
149
|
+
<UseStartVal>True</UseStartVal>
|
|
150
|
+
<UseLimits>False</UseLimits>
|
|
151
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
152
|
+
<StatusText/>
|
|
153
|
+
<TransPalIdx>0</TransPalIdx>
|
|
154
|
+
</tStructItemData>
|
|
155
|
+
<tStructItemData>
|
|
156
|
+
<ItemNr>11</ItemNr>
|
|
157
|
+
<Name>version</Name>
|
|
158
|
+
<Descript/>
|
|
159
|
+
<Typ>Text</Typ>
|
|
160
|
+
<UseStartVal>False</UseStartVal>
|
|
161
|
+
<UseLimits>False</UseLimits>
|
|
162
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
163
|
+
<StatusText/>
|
|
164
|
+
<TransPalIdx>0</TransPalIdx>
|
|
165
|
+
</tStructItemData>
|
|
166
|
+
<tStructItemData>
|
|
167
|
+
<ItemNr>12</ItemNr>
|
|
168
|
+
<Name>userName</Name>
|
|
169
|
+
<Descript/>
|
|
170
|
+
<Typ>Text</Typ>
|
|
171
|
+
<UseStartVal>False</UseStartVal>
|
|
172
|
+
<UseLimits>False</UseLimits>
|
|
173
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
174
|
+
<StatusText/>
|
|
175
|
+
<TransPalIdx>0</TransPalIdx>
|
|
176
|
+
</tStructItemData>
|
|
177
|
+
<tStructItemData>
|
|
178
|
+
<ItemNr>13</ItemNr>
|
|
179
|
+
<Name>checkFlags</Name>
|
|
180
|
+
<Descript/>
|
|
181
|
+
<Typ>Int</Typ>
|
|
182
|
+
<UseStartVal>True</UseStartVal>
|
|
183
|
+
<UseLimits>False</UseLimits>
|
|
184
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
185
|
+
<StatusText/>
|
|
186
|
+
<TransPalIdx>0</TransPalIdx>
|
|
187
|
+
</tStructItemData>
|
|
188
|
+
<tStructItemData>
|
|
189
|
+
<ItemNr>14</ItemNr>
|
|
190
|
+
<Name>envName</Name>
|
|
191
|
+
<Descript/>
|
|
192
|
+
<Typ>Text</Typ>
|
|
193
|
+
<UseStartVal>False</UseStartVal>
|
|
194
|
+
<UseLimits>False</UseLimits>
|
|
195
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
196
|
+
<StatusText/>
|
|
197
|
+
<TransPalIdx>0</TransPalIdx>
|
|
198
|
+
</tStructItemData>
|
|
199
|
+
<tStructItemData>
|
|
200
|
+
<ItemNr>15</ItemNr>
|
|
201
|
+
<Name>paramBlockId</Name>
|
|
202
|
+
<Descript/>
|
|
203
|
+
<Typ>Int</Typ>
|
|
204
|
+
<UseStartVal>False</UseStartVal>
|
|
205
|
+
<UseLimits>False</UseLimits>
|
|
206
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
207
|
+
<StatusText/>
|
|
208
|
+
<TransPalIdx>0</TransPalIdx>
|
|
209
|
+
</tStructItemData>
|
|
210
|
+
<tStartValue>
|
|
211
|
+
<Row>0</Row>
|
|
212
|
+
<Col>1</Col>
|
|
213
|
+
<StartValue>2</StartValue>
|
|
214
|
+
</tStartValue>
|
|
215
|
+
<tStartValue>
|
|
216
|
+
<Row>0</Row>
|
|
217
|
+
<Col>6</Col>
|
|
218
|
+
<StartValue>0</StartValue>
|
|
219
|
+
</tStartValue>
|
|
220
|
+
<tStartValue>
|
|
221
|
+
<Row>0</Row>
|
|
222
|
+
<Col>7</Col>
|
|
223
|
+
<StartValue>3</StartValue>
|
|
224
|
+
</tStartValue>
|
|
225
|
+
<tStartValue>
|
|
226
|
+
<Row>0</Row>
|
|
227
|
+
<Col>9</Col>
|
|
228
|
+
<StartValue>1</StartValue>
|
|
229
|
+
</tStartValue>
|
|
230
|
+
<tStartValue>
|
|
231
|
+
<Row>0</Row>
|
|
232
|
+
<Col>10</Col>
|
|
233
|
+
<StartValue>0</StartValue>
|
|
234
|
+
</tStartValue>
|
|
235
|
+
<tStartValue>
|
|
236
|
+
<Row>0</Row>
|
|
237
|
+
<Col>13</Col>
|
|
238
|
+
<StartValue>0</StartValue>
|
|
239
|
+
</tStartValue>
|
|
240
|
+
</CFGRECORDS>
|
|
241
|
+
<MEMBEROFRESGROUP>
|
|
242
|
+
<member>Home_msolansky\B6FFB25CF61A86448B994FFFFAF89703</member>
|
|
243
|
+
</MEMBEROFRESGROUP>
|
|
244
|
+
<CRC>8924f5004cca7b245978857f274645a8</CRC>
|
|
245
|
+
</ROOT>
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<ROOT>
|
|
3
|
+
<REFERENCES>
|
|
4
|
+
<HOBJ_REF>
|
|
5
|
+
<uid>STRUCTSDEF</uid>
|
|
6
|
+
<name>STRUCTSDEF</name>
|
|
7
|
+
<objType>SYSTEM</objType>
|
|
8
|
+
<valType>NAN</valType>
|
|
9
|
+
</HOBJ_REF>
|
|
10
|
+
</REFERENCES>
|
|
11
|
+
<CFGRECORDS>
|
|
12
|
+
<TObjItemData>
|
|
13
|
+
<Id>2579066</Id>
|
|
14
|
+
<Name>SD.EM_EDA_ReadValuesFromVector_Params_V2</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>STRUCTDEF</Typ>
|
|
17
|
+
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
+
<Value_Type>NAN</Value_Type>
|
|
19
|
+
<CreateTime>30.06.2026 11:51:36.319</CreateTime>
|
|
20
|
+
<ModifyTime>30.06.2026 11:51:36.319</ModifyTime>
|
|
21
|
+
<Text_Palette/>
|
|
22
|
+
<Read_Only>False</Read_Only>
|
|
23
|
+
<TECH_UNIT/>
|
|
24
|
+
<UseLimits>False</UseLimits>
|
|
25
|
+
<VHL>1.00000000000000E+38</VHL>
|
|
26
|
+
<HL>1.00000000000000E+38</HL>
|
|
27
|
+
<LL>-1.00000000000000E+38</LL>
|
|
28
|
+
<VLL>-1.00000000000000E+38</VLL>
|
|
29
|
+
<VHL_ID/>
|
|
30
|
+
<HL_ID/>
|
|
31
|
+
<LL_ID/>
|
|
32
|
+
<VLL_ID/>
|
|
33
|
+
<Hysterezia>0.00000000000000E+00</Hysterezia>
|
|
34
|
+
<TransPalIdx>0</TransPalIdx>
|
|
35
|
+
<Hidden>False</Hidden>
|
|
36
|
+
<uuid>D07C5D523E2EE947AA8C503BC5ECBB3B</uuid>
|
|
37
|
+
<memberOfModule/>
|
|
38
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
39
|
+
<memberOfDevice/>
|
|
40
|
+
<modifiedBy>msolansky</modifiedBy>
|
|
41
|
+
<version>2</version>
|
|
42
|
+
<metadata/>
|
|
43
|
+
<EXP_SubDir>EDA_CVS\D2000_OBJ\EDA\SD</EXP_SubDir>
|
|
44
|
+
</TObjItemData>
|
|
45
|
+
<tStructItemData>
|
|
46
|
+
<ItemNr>1</ItemNr>
|
|
47
|
+
<Name>structVersion</Name>
|
|
48
|
+
<Descript/>
|
|
49
|
+
<Typ>Int</Typ>
|
|
50
|
+
<UseStartVal>True</UseStartVal>
|
|
51
|
+
<UseLimits>False</UseLimits>
|
|
52
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
53
|
+
<StatusText/>
|
|
54
|
+
<TransPalIdx>0</TransPalIdx>
|
|
55
|
+
</tStructItemData>
|
|
56
|
+
<tStructItemData>
|
|
57
|
+
<ItemNr>2</ItemNr>
|
|
58
|
+
<Name>cacheId</Name>
|
|
59
|
+
<Descript/>
|
|
60
|
+
<Typ>Int</Typ>
|
|
61
|
+
<UseStartVal>True</UseStartVal>
|
|
62
|
+
<UseLimits>False</UseLimits>
|
|
63
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
64
|
+
<StatusText/>
|
|
65
|
+
<TransPalIdx>0</TransPalIdx>
|
|
66
|
+
</tStructItemData>
|
|
67
|
+
<tStructItemData>
|
|
68
|
+
<ItemNr>3</ItemNr>
|
|
69
|
+
<Name>useRounding</Name>
|
|
70
|
+
<Descript/>
|
|
71
|
+
<Typ>Bool</Typ>
|
|
72
|
+
<UseStartVal>False</UseStartVal>
|
|
73
|
+
<UseLimits>False</UseLimits>
|
|
74
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
75
|
+
<StatusText/>
|
|
76
|
+
<TransPalIdx>0</TransPalIdx>
|
|
77
|
+
</tStructItemData>
|
|
78
|
+
<tStructItemData>
|
|
79
|
+
<ItemNr>4</ItemNr>
|
|
80
|
+
<Name>skipFlags</Name>
|
|
81
|
+
<Descript/>
|
|
82
|
+
<Typ>Bool</Typ>
|
|
83
|
+
<UseStartVal>False</UseStartVal>
|
|
84
|
+
<UseLimits>False</UseLimits>
|
|
85
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
86
|
+
<StatusText/>
|
|
87
|
+
<TransPalIdx>0</TransPalIdx>
|
|
88
|
+
</tStructItemData>
|
|
89
|
+
<tStructItemData>
|
|
90
|
+
<ItemNr>5</ItemNr>
|
|
91
|
+
<Name>version</Name>
|
|
92
|
+
<Descript/>
|
|
93
|
+
<Typ>Text</Typ>
|
|
94
|
+
<UseStartVal>False</UseStartVal>
|
|
95
|
+
<UseLimits>False</UseLimits>
|
|
96
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
97
|
+
<StatusText/>
|
|
98
|
+
<TransPalIdx>0</TransPalIdx>
|
|
99
|
+
</tStructItemData>
|
|
100
|
+
<tStructItemData>
|
|
101
|
+
<ItemNr>6</ItemNr>
|
|
102
|
+
<Name>userName</Name>
|
|
103
|
+
<Descript/>
|
|
104
|
+
<Typ>Text</Typ>
|
|
105
|
+
<UseStartVal>False</UseStartVal>
|
|
106
|
+
<UseLimits>False</UseLimits>
|
|
107
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
108
|
+
<StatusText/>
|
|
109
|
+
<TransPalIdx>0</TransPalIdx>
|
|
110
|
+
</tStructItemData>
|
|
111
|
+
<tStructItemData>
|
|
112
|
+
<ItemNr>7</ItemNr>
|
|
113
|
+
<Name>checkFlags</Name>
|
|
114
|
+
<Descript/>
|
|
115
|
+
<Typ>Int</Typ>
|
|
116
|
+
<UseStartVal>False</UseStartVal>
|
|
117
|
+
<UseLimits>False</UseLimits>
|
|
118
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
119
|
+
<StatusText/>
|
|
120
|
+
<TransPalIdx>0</TransPalIdx>
|
|
121
|
+
</tStructItemData>
|
|
122
|
+
<tStructItemData>
|
|
123
|
+
<ItemNr>8</ItemNr>
|
|
124
|
+
<Name>envName</Name>
|
|
125
|
+
<Descript/>
|
|
126
|
+
<Typ>Text</Typ>
|
|
127
|
+
<UseStartVal>False</UseStartVal>
|
|
128
|
+
<UseLimits>False</UseLimits>
|
|
129
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
130
|
+
<StatusText/>
|
|
131
|
+
<TransPalIdx>0</TransPalIdx>
|
|
132
|
+
</tStructItemData>
|
|
133
|
+
<tStructItemData>
|
|
134
|
+
<ItemNr>9</ItemNr>
|
|
135
|
+
<Name>paramBlockId</Name>
|
|
136
|
+
<Descript/>
|
|
137
|
+
<Typ>Int</Typ>
|
|
138
|
+
<UseStartVal>False</UseStartVal>
|
|
139
|
+
<UseLimits>False</UseLimits>
|
|
140
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
141
|
+
<StatusText/>
|
|
142
|
+
<TransPalIdx>0</TransPalIdx>
|
|
143
|
+
</tStructItemData>
|
|
144
|
+
<tStartValue>
|
|
145
|
+
<Row>0</Row>
|
|
146
|
+
<Col>1</Col>
|
|
147
|
+
<StartValue>2</StartValue>
|
|
148
|
+
</tStartValue>
|
|
149
|
+
<tStartValue>
|
|
150
|
+
<Row>0</Row>
|
|
151
|
+
<Col>2</Col>
|
|
152
|
+
<StartValue>0</StartValue>
|
|
153
|
+
</tStartValue>
|
|
154
|
+
</CFGRECORDS>
|
|
155
|
+
<MEMBEROFRESGROUP>
|
|
156
|
+
<member>Home_msolansky\B6FFB25CF61A86448B994FFFFAF89703</member>
|
|
157
|
+
</MEMBEROFRESGROUP>
|
|
158
|
+
<CRC>10cb3bf901951565d9d866cb09d43c9d</CRC>
|
|
159
|
+
</ROOT>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "d2aura",
|
|
3
|
-
"version": "26.0.
|
|
3
|
+
"version": "26.0.19",
|
|
4
4
|
"description": "D2 AURA - Advanced User Interface Resource Architecture",
|
|
5
5
|
"author": "Ipesoft s.r.o.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@types/urijs": "1.19.16",
|
|
45
45
|
"@types/xml2js": "0.4.14",
|
|
46
46
|
"antd": "5.29.3",
|
|
47
|
-
"d2core": "23.0.
|
|
48
|
-
"d2coreui": "23.0.
|
|
47
|
+
"d2core": "23.0.17",
|
|
48
|
+
"d2coreui": "23.0.42",
|
|
49
49
|
"d2jsapi": "26.0.10",
|
|
50
50
|
"echarts": "5.5.1",
|
|
51
51
|
"echarts-for-react": "3.0.2",
|