d2aura 26.0.7 → 26.0.9
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/eda/edaManagerApi.d.ts +26 -0
- package/api/eda/edaManagerApi.js +51 -0
- package/api/eda/edaManagerApi.js.map +1 -0
- package/api/eda/generated/events.d.ts +132 -0
- package/api/eda/generated/events.js +295 -0
- package/api/eda/generated/events.js.map +1 -0
- package/api/eda/generated/structures.d.ts +109 -0
- package/api/eda/generated/structures.js +2 -0
- package/api/eda/generated/structures.js.map +1 -0
- package/core/i18n/d2aura.en.json +40 -1
- package/core/i18n/d2aura.sk.json +87 -1
- package/coreui/components/edaManagerComponent/components/edaBasePanel.d.ts +16 -0
- package/coreui/components/edaManagerComponent/components/edaBasePanel.js +85 -0
- package/coreui/components/edaManagerComponent/components/edaBasePanel.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.d.ts +43 -0
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.js +217 -0
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaDetailPanel.d.ts +16 -0
- package/coreui/components/edaManagerComponent/components/edaDetailPanel.js +25 -0
- package/coreui/components/edaManagerComponent/components/edaDetailPanel.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.d.ts +7 -0
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.js +393 -0
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaGroupDetailPanel.d.ts +18 -0
- package/coreui/components/edaManagerComponent/components/edaGroupDetailPanel.js +72 -0
- package/coreui/components/edaManagerComponent/components/edaGroupDetailPanel.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.d.ts +29 -0
- package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.js +94 -0
- package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaScenarioDetailPanel.d.ts +18 -0
- package/coreui/components/edaManagerComponent/components/edaScenarioDetailPanel.js +86 -0
- package/coreui/components/edaManagerComponent/components/edaScenarioDetailPanel.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaTablePanel.d.ts +4 -0
- package/coreui/components/edaManagerComponent/components/edaTablePanel.js +73 -0
- package/coreui/components/edaManagerComponent/components/edaTablePanel.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.d.ts +34 -0
- package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.js +202 -0
- package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaTreeView.d.ts +61 -0
- package/coreui/components/edaManagerComponent/components/edaTreeView.js +399 -0
- package/coreui/components/edaManagerComponent/components/edaTreeView.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaVectorDetailPanel.d.ts +20 -0
- package/coreui/components/edaManagerComponent/components/edaVectorDetailPanel.js +162 -0
- package/coreui/components/edaManagerComponent/components/edaVectorDetailPanel.js.map +1 -0
- package/coreui/components/edaManagerComponent/constants/edaTypes.d.ts +78 -0
- package/coreui/components/edaManagerComponent/constants/edaTypes.js +71 -0
- package/coreui/components/edaManagerComponent/constants/edaTypes.js.map +1 -0
- package/coreui/components/edaManagerComponent/constants/storageTypes.d.ts +5 -0
- package/coreui/components/edaManagerComponent/constants/storageTypes.js +7 -0
- package/coreui/components/edaManagerComponent/constants/storageTypes.js.map +1 -0
- package/coreui/components/edaManagerComponent/context/sharedSampleRange.d.ts +17 -0
- package/coreui/components/edaManagerComponent/context/sharedSampleRange.js +3 -0
- package/coreui/components/edaManagerComponent/context/sharedSampleRange.js.map +1 -0
- package/coreui/components/edaManagerComponent/context/sharedSampleRangeWrapper.d.ts +6 -0
- package/coreui/components/edaManagerComponent/context/sharedSampleRangeWrapper.js +14 -0
- package/coreui/components/edaManagerComponent/context/sharedSampleRangeWrapper.js.map +1 -0
- package/coreui/components/edaManagerComponent/edaDetail.d.ts +45 -0
- package/coreui/components/edaManagerComponent/edaDetail.js +173 -0
- package/coreui/components/edaManagerComponent/edaDetail.js.map +1 -0
- package/coreui/components/edaManagerComponent/edaManager.d.ts +20 -0
- package/coreui/components/edaManagerComponent/edaManager.js +33 -0
- package/coreui/components/edaManagerComponent/edaManager.js.map +1 -0
- package/coreui/components/edaManagerComponent/edaNavigator.d.ts +19 -0
- package/coreui/components/edaManagerComponent/edaNavigator.js +64 -0
- package/coreui/components/edaManagerComponent/edaNavigator.js.map +1 -0
- package/coreui/components/edaManagerComponent/edaSelect.d.ts +10 -0
- package/coreui/components/edaManagerComponent/edaSelect.js +9 -0
- package/coreui/components/edaManagerComponent/edaSelect.js.map +1 -0
- package/coreui/components/edaManagerComponent/icons/letterCFilled.d.ts +6 -0
- package/coreui/components/edaManagerComponent/icons/letterCFilled.js +6 -0
- package/coreui/components/edaManagerComponent/icons/letterCFilled.js.map +1 -0
- package/coreui/components/edaManagerComponent/icons/letterDFilled.d.ts +6 -0
- package/coreui/components/edaManagerComponent/icons/letterDFilled.js +6 -0
- package/coreui/components/edaManagerComponent/icons/letterDFilled.js.map +1 -0
- package/coreui/components/edaManagerComponent/icons/letterHFilled.d.ts +6 -0
- package/coreui/components/edaManagerComponent/icons/letterHFilled.js +6 -0
- package/coreui/components/edaManagerComponent/icons/letterHFilled.js.map +1 -0
- package/coreui/components/edaManagerComponent/icons/letterIFilled.d.ts +6 -0
- package/coreui/components/edaManagerComponent/icons/letterIFilled.js +6 -0
- package/coreui/components/edaManagerComponent/icons/letterIFilled.js.map +1 -0
- package/coreui/components/edaManagerComponent/icons/letterMFilled.d.ts +6 -0
- package/coreui/components/edaManagerComponent/icons/letterMFilled.js +6 -0
- package/coreui/components/edaManagerComponent/icons/letterMFilled.js.map +1 -0
- package/coreui/components/edaManagerComponent/icons/numberFifteenFilled.d.ts +6 -0
- package/coreui/components/edaManagerComponent/icons/numberFifteenFilled.js +7 -0
- package/coreui/components/edaManagerComponent/icons/numberFifteenFilled.js.map +1 -0
- package/coreui/components/edaManagerComponent/icons/pairOutlined.d.ts +6 -0
- package/coreui/components/edaManagerComponent/icons/pairOutlined.js +6 -0
- package/coreui/components/edaManagerComponent/icons/pairOutlined.js.map +1 -0
- package/coreui/components/edaManagerComponent/icons/periodicOutlined.d.ts +6 -0
- package/coreui/components/edaManagerComponent/icons/periodicOutlined.js +6 -0
- package/coreui/components/edaManagerComponent/icons/periodicOutlined.js.map +1 -0
- package/coreui/components/edaManagerComponent/utils/utils.d.ts +2 -0
- package/coreui/components/edaManagerComponent/utils/utils.js +8 -0
- package/coreui/components/edaManagerComponent/utils/utils.js.map +1 -0
- package/d2configuration/edaManager/DB.EM_EDA_Function.xml +65 -0
- package/d2configuration/edaManager/DB.EM_EDA_GroupVector.xml +65 -0
- package/d2configuration/edaManager/DB.EM_EDA_Scenario.xml +65 -0
- package/d2configuration/edaManager/DB.EM_EDA_Vector.xml +65 -0
- package/d2configuration/edaManager/DB.EM_EDA_VectorEx.xml +65 -0
- package/d2configuration/edaManager/DBC_EM_EDA.xml +51 -0
- package/d2configuration/edaManager/E.EM_DETAIL_IMPL.xml +124 -0
- package/d2configuration/edaManager/E.EM_DETAIL_UNIT.xml +202 -0
- package/d2configuration/edaManager/E.EM_NAVIGATOR_IMPL.xml +160 -0
- package/d2configuration/edaManager/E.EM_NAVIGATOR_SQL.xml +272 -0
- package/d2configuration/edaManager/E.EM_NAVIGATOR_UNIT.xml +346 -0
- package/d2configuration/edaManager/E.EM_VECTOR_IMPL.xml +92 -0
- package/d2configuration/edaManager/E.EM_VECTOR_MANAGER.xml +116 -0
- package/d2configuration/edaManager/E.EM_VECTOR_UNIT.xml +124 -0
- package/d2configuration/edaManager/EDA_CancelSession.xml +54 -0
- package/d2configuration/edaManager/EDA_GetSessionId.xml +54 -0
- package/d2configuration/edaManager/EDA_ReadValuesFromVektorRec.xml +54 -0
- package/d2configuration/edaManager/SD.EM_EDA_Function.xml +135 -0
- package/d2configuration/edaManager/SD.EM_EDA_GroupVector.xml +190 -0
- package/d2configuration/edaManager/SD.EM_EDA_ReadValuesFromVector_V1.xml +168 -0
- package/d2configuration/edaManager/SD.EM_EDA_Scenario.xml +322 -0
- package/d2configuration/edaManager/SD.EM_EDA_Vector.xml +465 -0
- package/d2configuration/edaManager/SD.EM_EDA_VectorEx.xml +80 -0
- package/d2configuration/edaManager/SD.EM_EDA_VectorValues.xml +58 -0
- package/d2configuration/edaManager/SD.EM_Tree_Item.xml +113 -0
- package/package.json +8 -6
|
@@ -0,0 +1,465 @@
|
|
|
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>2578143</Id>
|
|
14
|
+
<Name>SD.EM_EDA_Vector</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>STRUCTDEF</Typ>
|
|
17
|
+
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
+
<Value_Type>NAN</Value_Type>
|
|
19
|
+
<CreateTime>26.03.2026 09:46:11.663</CreateTime>
|
|
20
|
+
<ModifyTime>26.03.2026 09:46:11.663</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>153DB088C0D3BA4AA4CE2A1E44C1FD4E</uuid>
|
|
37
|
+
<memberOfModule/>
|
|
38
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
39
|
+
<memberOfDevice/>
|
|
40
|
+
<version>1</version>
|
|
41
|
+
<metadata/>
|
|
42
|
+
<EXP_SubDir/>
|
|
43
|
+
</TObjItemData>
|
|
44
|
+
<tStructItemData>
|
|
45
|
+
<ItemNr>1</ItemNr>
|
|
46
|
+
<Name>ID_VEKTOR</Name>
|
|
47
|
+
<Descript/>
|
|
48
|
+
<Typ>Int</Typ>
|
|
49
|
+
<UseStartVal>False</UseStartVal>
|
|
50
|
+
<UseLimits>False</UseLimits>
|
|
51
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
52
|
+
<StatusText/>
|
|
53
|
+
<TransPalIdx>0</TransPalIdx>
|
|
54
|
+
</tStructItemData>
|
|
55
|
+
<tStructItemData>
|
|
56
|
+
<ItemNr>2</ItemNr>
|
|
57
|
+
<Name>ID_SKVEKTOR</Name>
|
|
58
|
+
<Descript/>
|
|
59
|
+
<Typ>Int</Typ>
|
|
60
|
+
<UseStartVal>False</UseStartVal>
|
|
61
|
+
<UseLimits>False</UseLimits>
|
|
62
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
63
|
+
<StatusText/>
|
|
64
|
+
<TransPalIdx>0</TransPalIdx>
|
|
65
|
+
</tStructItemData>
|
|
66
|
+
<tStructItemData>
|
|
67
|
+
<ItemNr>3</ItemNr>
|
|
68
|
+
<Name>ID_FUNKCIA</Name>
|
|
69
|
+
<Descript/>
|
|
70
|
+
<Typ>Int</Typ>
|
|
71
|
+
<UseStartVal>False</UseStartVal>
|
|
72
|
+
<UseLimits>False</UseLimits>
|
|
73
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
74
|
+
<StatusText/>
|
|
75
|
+
<TransPalIdx>0</TransPalIdx>
|
|
76
|
+
</tStructItemData>
|
|
77
|
+
<tStructItemData>
|
|
78
|
+
<ItemNr>4</ItemNr>
|
|
79
|
+
<Name>MENO</Name>
|
|
80
|
+
<Descript/>
|
|
81
|
+
<Typ>Text</Typ>
|
|
82
|
+
<UseStartVal>False</UseStartVal>
|
|
83
|
+
<UseLimits>False</UseLimits>
|
|
84
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
85
|
+
<StatusText/>
|
|
86
|
+
<TransPalIdx>0</TransPalIdx>
|
|
87
|
+
</tStructItemData>
|
|
88
|
+
<tStructItemData>
|
|
89
|
+
<ItemNr>5</ItemNr>
|
|
90
|
+
<Name>POPIS</Name>
|
|
91
|
+
<Descript/>
|
|
92
|
+
<Typ>Text</Typ>
|
|
93
|
+
<UseStartVal>False</UseStartVal>
|
|
94
|
+
<UseLimits>False</UseLimits>
|
|
95
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
96
|
+
<StatusText/>
|
|
97
|
+
<TransPalIdx>0</TransPalIdx>
|
|
98
|
+
</tStructItemData>
|
|
99
|
+
<tStructItemData>
|
|
100
|
+
<ItemNr>6</ItemNr>
|
|
101
|
+
<Name>TECH_JEDNOTKY</Name>
|
|
102
|
+
<Descript/>
|
|
103
|
+
<Typ>Text</Typ>
|
|
104
|
+
<UseStartVal>False</UseStartVal>
|
|
105
|
+
<UseLimits>False</UseLimits>
|
|
106
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
107
|
+
<StatusText/>
|
|
108
|
+
<TransPalIdx>0</TransPalIdx>
|
|
109
|
+
</tStructItemData>
|
|
110
|
+
<tStructItemData>
|
|
111
|
+
<ItemNr>7</ItemNr>
|
|
112
|
+
<Name>TYP_HODNOTY</Name>
|
|
113
|
+
<Descript/>
|
|
114
|
+
<Typ>Int</Typ>
|
|
115
|
+
<UseStartVal>False</UseStartVal>
|
|
116
|
+
<UseLimits>False</UseLimits>
|
|
117
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
118
|
+
<StatusText/>
|
|
119
|
+
<TransPalIdx>0</TransPalIdx>
|
|
120
|
+
</tStructItemData>
|
|
121
|
+
<tStructItemData>
|
|
122
|
+
<ItemNr>8</ItemNr>
|
|
123
|
+
<Name>TYP</Name>
|
|
124
|
+
<Descript/>
|
|
125
|
+
<Typ>Int</Typ>
|
|
126
|
+
<UseStartVal>False</UseStartVal>
|
|
127
|
+
<UseLimits>False</UseLimits>
|
|
128
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
129
|
+
<StatusText/>
|
|
130
|
+
<TransPalIdx>0</TransPalIdx>
|
|
131
|
+
</tStructItemData>
|
|
132
|
+
<tStructItemData>
|
|
133
|
+
<ItemNr>9</ItemNr>
|
|
134
|
+
<Name>DATA_OD</Name>
|
|
135
|
+
<Descript/>
|
|
136
|
+
<Typ>TimA</Typ>
|
|
137
|
+
<UseStartVal>False</UseStartVal>
|
|
138
|
+
<UseLimits>False</UseLimits>
|
|
139
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
140
|
+
<StatusText/>
|
|
141
|
+
<TransPalIdx>0</TransPalIdx>
|
|
142
|
+
</tStructItemData>
|
|
143
|
+
<tStructItemData>
|
|
144
|
+
<ItemNr>10</ItemNr>
|
|
145
|
+
<Name>DATA_DO</Name>
|
|
146
|
+
<Descript/>
|
|
147
|
+
<Typ>TimA</Typ>
|
|
148
|
+
<UseStartVal>False</UseStartVal>
|
|
149
|
+
<UseLimits>False</UseLimits>
|
|
150
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
151
|
+
<StatusText/>
|
|
152
|
+
<TransPalIdx>0</TransPalIdx>
|
|
153
|
+
</tStructItemData>
|
|
154
|
+
<tStructItemData>
|
|
155
|
+
<ItemNr>11</ItemNr>
|
|
156
|
+
<Name>AUTOR</Name>
|
|
157
|
+
<Descript/>
|
|
158
|
+
<Typ>Text</Typ>
|
|
159
|
+
<UseStartVal>False</UseStartVal>
|
|
160
|
+
<UseLimits>False</UseLimits>
|
|
161
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
162
|
+
<StatusText/>
|
|
163
|
+
<TransPalIdx>0</TransPalIdx>
|
|
164
|
+
</tStructItemData>
|
|
165
|
+
<tStructItemData>
|
|
166
|
+
<ItemNr>12</ItemNr>
|
|
167
|
+
<Name>PRIVATE</Name>
|
|
168
|
+
<Descript/>
|
|
169
|
+
<Typ>Int</Typ>
|
|
170
|
+
<UseStartVal>False</UseStartVal>
|
|
171
|
+
<UseLimits>False</UseLimits>
|
|
172
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
173
|
+
<StatusText/>
|
|
174
|
+
<TransPalIdx>0</TransPalIdx>
|
|
175
|
+
</tStructItemData>
|
|
176
|
+
<tStructItemData>
|
|
177
|
+
<ItemNr>13</ItemNr>
|
|
178
|
+
<Name>PRIST_PRAVA_R</Name>
|
|
179
|
+
<Descript/>
|
|
180
|
+
<Typ>Real</Typ>
|
|
181
|
+
<UseStartVal>False</UseStartVal>
|
|
182
|
+
<UseLimits>False</UseLimits>
|
|
183
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
184
|
+
<StatusText/>
|
|
185
|
+
<TransPalIdx>0</TransPalIdx>
|
|
186
|
+
</tStructItemData>
|
|
187
|
+
<tStructItemData>
|
|
188
|
+
<ItemNr>14</ItemNr>
|
|
189
|
+
<Name>PRIST_PRAVA_W</Name>
|
|
190
|
+
<Descript/>
|
|
191
|
+
<Typ>Real</Typ>
|
|
192
|
+
<UseStartVal>False</UseStartVal>
|
|
193
|
+
<UseLimits>False</UseLimits>
|
|
194
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
195
|
+
<StatusText/>
|
|
196
|
+
<TransPalIdx>0</TransPalIdx>
|
|
197
|
+
</tStructItemData>
|
|
198
|
+
<tStructItemData>
|
|
199
|
+
<ItemNr>15</ItemNr>
|
|
200
|
+
<Name>INTEGRAL</Name>
|
|
201
|
+
<Descript/>
|
|
202
|
+
<Typ>Int</Typ>
|
|
203
|
+
<UseStartVal>False</UseStartVal>
|
|
204
|
+
<UseLimits>False</UseLimits>
|
|
205
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
206
|
+
<StatusText/>
|
|
207
|
+
<TransPalIdx>0</TransPalIdx>
|
|
208
|
+
</tStructItemData>
|
|
209
|
+
<tStructItemData>
|
|
210
|
+
<ItemNr>16</ItemNr>
|
|
211
|
+
<Name>ZOBRAZ_MENO</Name>
|
|
212
|
+
<Descript/>
|
|
213
|
+
<Typ>Text</Typ>
|
|
214
|
+
<UseStartVal>False</UseStartVal>
|
|
215
|
+
<UseLimits>False</UseLimits>
|
|
216
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
217
|
+
<StatusText/>
|
|
218
|
+
<TransPalIdx>0</TransPalIdx>
|
|
219
|
+
</tStructItemData>
|
|
220
|
+
<tStructItemData>
|
|
221
|
+
<ItemNr>17</ItemNr>
|
|
222
|
+
<Name>ANO_PLATNY</Name>
|
|
223
|
+
<Descript/>
|
|
224
|
+
<Typ>Int</Typ>
|
|
225
|
+
<UseStartVal>False</UseStartVal>
|
|
226
|
+
<UseLimits>False</UseLimits>
|
|
227
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
228
|
+
<StatusText/>
|
|
229
|
+
<TransPalIdx>0</TransPalIdx>
|
|
230
|
+
</tStructItemData>
|
|
231
|
+
<tStructItemData>
|
|
232
|
+
<ItemNr>18</ItemNr>
|
|
233
|
+
<Name>VIEW_ROUND</Name>
|
|
234
|
+
<Descript/>
|
|
235
|
+
<Typ>Int</Typ>
|
|
236
|
+
<UseStartVal>False</UseStartVal>
|
|
237
|
+
<UseLimits>False</UseLimits>
|
|
238
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
239
|
+
<StatusText/>
|
|
240
|
+
<TransPalIdx>0</TransPalIdx>
|
|
241
|
+
</tStructItemData>
|
|
242
|
+
<tStructItemData>
|
|
243
|
+
<ItemNr>19</ItemNr>
|
|
244
|
+
<Name>EXEC_ROUND</Name>
|
|
245
|
+
<Descript/>
|
|
246
|
+
<Typ>Int</Typ>
|
|
247
|
+
<UseStartVal>False</UseStartVal>
|
|
248
|
+
<UseLimits>False</UseLimits>
|
|
249
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
250
|
+
<StatusText/>
|
|
251
|
+
<TransPalIdx>0</TransPalIdx>
|
|
252
|
+
</tStructItemData>
|
|
253
|
+
<tStructItemData>
|
|
254
|
+
<ItemNr>20</ItemNr>
|
|
255
|
+
<Name>VIEW_DEC_PL</Name>
|
|
256
|
+
<Descript/>
|
|
257
|
+
<Typ>Int</Typ>
|
|
258
|
+
<UseStartVal>False</UseStartVal>
|
|
259
|
+
<UseLimits>False</UseLimits>
|
|
260
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
261
|
+
<StatusText/>
|
|
262
|
+
<TransPalIdx>0</TransPalIdx>
|
|
263
|
+
</tStructItemData>
|
|
264
|
+
<tStructItemData>
|
|
265
|
+
<ItemNr>21</ItemNr>
|
|
266
|
+
<Name>EXEC_DEC_PL</Name>
|
|
267
|
+
<Descript/>
|
|
268
|
+
<Typ>Int</Typ>
|
|
269
|
+
<UseStartVal>False</UseStartVal>
|
|
270
|
+
<UseLimits>False</UseLimits>
|
|
271
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
272
|
+
<StatusText/>
|
|
273
|
+
<TransPalIdx>0</TransPalIdx>
|
|
274
|
+
</tStructItemData>
|
|
275
|
+
<tStructItemData>
|
|
276
|
+
<ItemNr>22</ItemNr>
|
|
277
|
+
<Name>USER_CH</Name>
|
|
278
|
+
<Descript/>
|
|
279
|
+
<Typ>Text</Typ>
|
|
280
|
+
<UseStartVal>False</UseStartVal>
|
|
281
|
+
<UseLimits>False</UseLimits>
|
|
282
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
283
|
+
<StatusText/>
|
|
284
|
+
<TransPalIdx>0</TransPalIdx>
|
|
285
|
+
</tStructItemData>
|
|
286
|
+
<tStructItemData>
|
|
287
|
+
<ItemNr>23</ItemNr>
|
|
288
|
+
<Name>MENOEX</Name>
|
|
289
|
+
<Descript/>
|
|
290
|
+
<Typ>Text</Typ>
|
|
291
|
+
<UseStartVal>False</UseStartVal>
|
|
292
|
+
<UseLimits>False</UseLimits>
|
|
293
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
294
|
+
<StatusText/>
|
|
295
|
+
<TransPalIdx>0</TransPalIdx>
|
|
296
|
+
</tStructItemData>
|
|
297
|
+
<tStructItemData>
|
|
298
|
+
<ItemNr>24</ItemNr>
|
|
299
|
+
<Name>ID_TABLESPACE</Name>
|
|
300
|
+
<Descript/>
|
|
301
|
+
<Typ>Int</Typ>
|
|
302
|
+
<UseStartVal>False</UseStartVal>
|
|
303
|
+
<UseLimits>False</UseLimits>
|
|
304
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
305
|
+
<StatusText/>
|
|
306
|
+
<TransPalIdx>0</TransPalIdx>
|
|
307
|
+
</tStructItemData>
|
|
308
|
+
<tStructItemData>
|
|
309
|
+
<ItemNr>25</ItemNr>
|
|
310
|
+
<Name>DATA_OFFSET</Name>
|
|
311
|
+
<Descript/>
|
|
312
|
+
<Typ>Int</Typ>
|
|
313
|
+
<UseStartVal>False</UseStartVal>
|
|
314
|
+
<UseLimits>False</UseLimits>
|
|
315
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
316
|
+
<StatusText/>
|
|
317
|
+
<TransPalIdx>0</TransPalIdx>
|
|
318
|
+
</tStructItemData>
|
|
319
|
+
<tStructItemData>
|
|
320
|
+
<ItemNr>26</ItemNr>
|
|
321
|
+
<Name>TIME_ZONE</Name>
|
|
322
|
+
<Descript/>
|
|
323
|
+
<Typ>Text</Typ>
|
|
324
|
+
<UseStartVal>False</UseStartVal>
|
|
325
|
+
<UseLimits>False</UseLimits>
|
|
326
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
327
|
+
<StatusText/>
|
|
328
|
+
<TransPalIdx>0</TransPalIdx>
|
|
329
|
+
</tStructItemData>
|
|
330
|
+
<tStructItemData>
|
|
331
|
+
<ItemNr>27</ItemNr>
|
|
332
|
+
<Name>VERSIONED_SINCE</Name>
|
|
333
|
+
<Descript/>
|
|
334
|
+
<Typ>TimA</Typ>
|
|
335
|
+
<UseStartVal>False</UseStartVal>
|
|
336
|
+
<UseLimits>False</UseLimits>
|
|
337
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
338
|
+
<StatusText/>
|
|
339
|
+
<TransPalIdx>0</TransPalIdx>
|
|
340
|
+
</tStructItemData>
|
|
341
|
+
<tStructItemData>
|
|
342
|
+
<ItemNr>28</ItemNr>
|
|
343
|
+
<Name>ARCHIVE_NAME</Name>
|
|
344
|
+
<Descript/>
|
|
345
|
+
<Typ>Text</Typ>
|
|
346
|
+
<UseStartVal>False</UseStartVal>
|
|
347
|
+
<UseLimits>False</UseLimits>
|
|
348
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
349
|
+
<StatusText/>
|
|
350
|
+
<TransPalIdx>0</TransPalIdx>
|
|
351
|
+
</tStructItemData>
|
|
352
|
+
<tStructItemData>
|
|
353
|
+
<ItemNr>29</ItemNr>
|
|
354
|
+
<Name>ARCHIVE_ROW</Name>
|
|
355
|
+
<Descript/>
|
|
356
|
+
<Typ>Int</Typ>
|
|
357
|
+
<UseStartVal>False</UseStartVal>
|
|
358
|
+
<UseLimits>False</UseLimits>
|
|
359
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
360
|
+
<StatusText/>
|
|
361
|
+
<TransPalIdx>0</TransPalIdx>
|
|
362
|
+
</tStructItemData>
|
|
363
|
+
<tStructItemData>
|
|
364
|
+
<ItemNr>30</ItemNr>
|
|
365
|
+
<Name>ARCHIVE_COL</Name>
|
|
366
|
+
<Descript/>
|
|
367
|
+
<Typ>Int</Typ>
|
|
368
|
+
<UseStartVal>False</UseStartVal>
|
|
369
|
+
<UseLimits>False</UseLimits>
|
|
370
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
371
|
+
<StatusText/>
|
|
372
|
+
<TransPalIdx>0</TransPalIdx>
|
|
373
|
+
</tStructItemData>
|
|
374
|
+
<tStructItemData>
|
|
375
|
+
<ItemNr>31</ItemNr>
|
|
376
|
+
<Name>LOG_ACCESS</Name>
|
|
377
|
+
<Descript/>
|
|
378
|
+
<Typ>Int</Typ>
|
|
379
|
+
<UseStartVal>False</UseStartVal>
|
|
380
|
+
<UseLimits>False</UseLimits>
|
|
381
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
382
|
+
<StatusText/>
|
|
383
|
+
<TransPalIdx>0</TransPalIdx>
|
|
384
|
+
</tStructItemData>
|
|
385
|
+
<tStructItemData>
|
|
386
|
+
<ItemNr>32</ItemNr>
|
|
387
|
+
<Name>STATUS_TEXT</Name>
|
|
388
|
+
<Descript/>
|
|
389
|
+
<Typ>Text</Typ>
|
|
390
|
+
<UseStartVal>False</UseStartVal>
|
|
391
|
+
<UseLimits>False</UseLimits>
|
|
392
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
393
|
+
<StatusText/>
|
|
394
|
+
<TransPalIdx>0</TransPalIdx>
|
|
395
|
+
</tStructItemData>
|
|
396
|
+
<tStructItemData>
|
|
397
|
+
<ItemNr>33</ItemNr>
|
|
398
|
+
<Name>ID_MASTER_ENTITY</Name>
|
|
399
|
+
<Descript/>
|
|
400
|
+
<Typ>Int</Typ>
|
|
401
|
+
<UseStartVal>False</UseStartVal>
|
|
402
|
+
<UseLimits>False</UseLimits>
|
|
403
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
404
|
+
<StatusText/>
|
|
405
|
+
<TransPalIdx>0</TransPalIdx>
|
|
406
|
+
</tStructItemData>
|
|
407
|
+
<tStructItemData>
|
|
408
|
+
<ItemNr>34</ItemNr>
|
|
409
|
+
<Name>INTERVAL_STABLE</Name>
|
|
410
|
+
<Descript/>
|
|
411
|
+
<Typ>Int</Typ>
|
|
412
|
+
<UseStartVal>False</UseStartVal>
|
|
413
|
+
<UseLimits>False</UseLimits>
|
|
414
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
415
|
+
<StatusText/>
|
|
416
|
+
<TransPalIdx>0</TransPalIdx>
|
|
417
|
+
</tStructItemData>
|
|
418
|
+
<tStructItemData>
|
|
419
|
+
<ItemNr>35</ItemNr>
|
|
420
|
+
<Name>PERIOD_BEGIN_TIME</Name>
|
|
421
|
+
<Descript/>
|
|
422
|
+
<Typ>TimA</Typ>
|
|
423
|
+
<UseStartVal>False</UseStartVal>
|
|
424
|
+
<UseLimits>False</UseLimits>
|
|
425
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
426
|
+
<StatusText/>
|
|
427
|
+
<TransPalIdx>0</TransPalIdx>
|
|
428
|
+
</tStructItemData>
|
|
429
|
+
<tStructItemData>
|
|
430
|
+
<ItemNr>36</ItemNr>
|
|
431
|
+
<Name>PERIOD_STEP_BASE</Name>
|
|
432
|
+
<Descript/>
|
|
433
|
+
<Typ>Int</Typ>
|
|
434
|
+
<UseStartVal>False</UseStartVal>
|
|
435
|
+
<UseLimits>False</UseLimits>
|
|
436
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
437
|
+
<StatusText/>
|
|
438
|
+
<TransPalIdx>0</TransPalIdx>
|
|
439
|
+
</tStructItemData>
|
|
440
|
+
<tStructItemData>
|
|
441
|
+
<ItemNr>37</ItemNr>
|
|
442
|
+
<Name>PERIOD_STEP_COUNT</Name>
|
|
443
|
+
<Descript/>
|
|
444
|
+
<Typ>Int</Typ>
|
|
445
|
+
<UseStartVal>False</UseStartVal>
|
|
446
|
+
<UseLimits>False</UseLimits>
|
|
447
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
448
|
+
<StatusText/>
|
|
449
|
+
<TransPalIdx>0</TransPalIdx>
|
|
450
|
+
</tStructItemData>
|
|
451
|
+
<tStructItemData>
|
|
452
|
+
<ItemNr>38</ItemNr>
|
|
453
|
+
<Name>ID_VALIDATOR</Name>
|
|
454
|
+
<Descript/>
|
|
455
|
+
<Typ>Int</Typ>
|
|
456
|
+
<UseStartVal>False</UseStartVal>
|
|
457
|
+
<UseLimits>False</UseLimits>
|
|
458
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
459
|
+
<StatusText/>
|
|
460
|
+
<TransPalIdx>0</TransPalIdx>
|
|
461
|
+
</tStructItemData>
|
|
462
|
+
</CFGRECORDS>
|
|
463
|
+
<MEMBEROFRESGROUP>
|
|
464
|
+
</MEMBEROFRESGROUP>
|
|
465
|
+
</ROOT>
|
|
@@ -0,0 +1,80 @@
|
|
|
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>2578146</Id>
|
|
14
|
+
<Name>SD.EM_EDA_VectorEx</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>STRUCTDEF</Typ>
|
|
17
|
+
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
+
<Value_Type>NAN</Value_Type>
|
|
19
|
+
<CreateTime>26.03.2026 09:50:37.329</CreateTime>
|
|
20
|
+
<ModifyTime>26.03.2026 09:50:37.329</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>AFDD83C85DDF934086CD1535D22D2911</uuid>
|
|
37
|
+
<memberOfModule/>
|
|
38
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
39
|
+
<memberOfDevice/>
|
|
40
|
+
<version>1</version>
|
|
41
|
+
<metadata/>
|
|
42
|
+
<EXP_SubDir/>
|
|
43
|
+
</TObjItemData>
|
|
44
|
+
<tStructItemData>
|
|
45
|
+
<ItemNr>1</ItemNr>
|
|
46
|
+
<Name>ID_VEKTOR</Name>
|
|
47
|
+
<Descript/>
|
|
48
|
+
<Typ>Real</Typ>
|
|
49
|
+
<UseStartVal>False</UseStartVal>
|
|
50
|
+
<UseLimits>False</UseLimits>
|
|
51
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
52
|
+
<StatusText/>
|
|
53
|
+
<TransPalIdx>0</TransPalIdx>
|
|
54
|
+
</tStructItemData>
|
|
55
|
+
<tStructItemData>
|
|
56
|
+
<ItemNr>2</ItemNr>
|
|
57
|
+
<Name>DATE_IN</Name>
|
|
58
|
+
<Descript/>
|
|
59
|
+
<Typ>TimA</Typ>
|
|
60
|
+
<UseStartVal>False</UseStartVal>
|
|
61
|
+
<UseLimits>False</UseLimits>
|
|
62
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
63
|
+
<StatusText/>
|
|
64
|
+
<TransPalIdx>0</TransPalIdx>
|
|
65
|
+
</tStructItemData>
|
|
66
|
+
<tStructItemData>
|
|
67
|
+
<ItemNr>3</ItemNr>
|
|
68
|
+
<Name>DATE_CH</Name>
|
|
69
|
+
<Descript/>
|
|
70
|
+
<Typ>TimA</Typ>
|
|
71
|
+
<UseStartVal>False</UseStartVal>
|
|
72
|
+
<UseLimits>False</UseLimits>
|
|
73
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
74
|
+
<StatusText/>
|
|
75
|
+
<TransPalIdx>0</TransPalIdx>
|
|
76
|
+
</tStructItemData>
|
|
77
|
+
</CFGRECORDS>
|
|
78
|
+
<MEMBEROFRESGROUP>
|
|
79
|
+
</MEMBEROFRESGROUP>
|
|
80
|
+
</ROOT>
|
|
@@ -0,0 +1,58 @@
|
|
|
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>2578153</Id>
|
|
14
|
+
<Name>SD.EM_EDA_VectorValues</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>STRUCTDEF</Typ>
|
|
17
|
+
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
+
<Value_Type>NAN</Value_Type>
|
|
19
|
+
<CreateTime>07.04.2026 14:00:52.815</CreateTime>
|
|
20
|
+
<ModifyTime>07.04.2026 14:00:52.815</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>0C36D083CCA9034B8DF4A98D4D824202</uuid>
|
|
37
|
+
<memberOfModule/>
|
|
38
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
39
|
+
<memberOfDevice/>
|
|
40
|
+
<version>1</version>
|
|
41
|
+
<metadata/>
|
|
42
|
+
<EXP_SubDir/>
|
|
43
|
+
</TObjItemData>
|
|
44
|
+
<tStructItemData>
|
|
45
|
+
<ItemNr>1</ItemNr>
|
|
46
|
+
<Name>Value</Name>
|
|
47
|
+
<Descript/>
|
|
48
|
+
<Typ>Real</Typ>
|
|
49
|
+
<UseStartVal>False</UseStartVal>
|
|
50
|
+
<UseLimits>False</UseLimits>
|
|
51
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
52
|
+
<StatusText/>
|
|
53
|
+
<TransPalIdx>0</TransPalIdx>
|
|
54
|
+
</tStructItemData>
|
|
55
|
+
</CFGRECORDS>
|
|
56
|
+
<MEMBEROFRESGROUP>
|
|
57
|
+
</MEMBEROFRESGROUP>
|
|
58
|
+
</ROOT>
|