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,190 @@
|
|
|
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>2578148</Id>
|
|
14
|
+
<Name>SD.EM_EDA_GroupVector</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>STRUCTDEF</Typ>
|
|
17
|
+
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
+
<Value_Type>NAN</Value_Type>
|
|
19
|
+
<CreateTime>26.03.2026 09:53:02.944</CreateTime>
|
|
20
|
+
<ModifyTime>26.03.2026 09:53:07.018</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>368C6EC65CDE5C47942FAFADC8867589</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_SKVEKTOR</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>EDA_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>MENO</Name>
|
|
69
|
+
<Descript/>
|
|
70
|
+
<Typ>Text</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>POPIS</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>AUTOR</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>PRIST_PRAVA_R</Name>
|
|
102
|
+
<Descript/>
|
|
103
|
+
<Typ>Int</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>PRIST_PRAVA_W</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>CESTA</Name>
|
|
124
|
+
<Descript/>
|
|
125
|
+
<Typ>Text</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>ANO_PLATNY</Name>
|
|
135
|
+
<Descript/>
|
|
136
|
+
<Typ>Int</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>ZOBRAZ_MENO</Name>
|
|
146
|
+
<Descript/>
|
|
147
|
+
<Typ>Text</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>PRIVATE</Name>
|
|
157
|
+
<Descript/>
|
|
158
|
+
<Typ>Int</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>USERINPUTFLAG</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>ANO_PAIR</Name>
|
|
179
|
+
<Descript/>
|
|
180
|
+
<Typ>Int</Typ>
|
|
181
|
+
<UseStartVal>False</UseStartVal>
|
|
182
|
+
<UseLimits>False</UseLimits>
|
|
183
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
184
|
+
<StatusText/>
|
|
185
|
+
<TransPalIdx>0</TransPalIdx>
|
|
186
|
+
</tStructItemData>
|
|
187
|
+
</CFGRECORDS>
|
|
188
|
+
<MEMBEROFRESGROUP>
|
|
189
|
+
</MEMBEROFRESGROUP>
|
|
190
|
+
</ROOT>
|
|
@@ -0,0 +1,168 @@
|
|
|
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>2578154</Id>
|
|
14
|
+
<Name>SD.EM_EDA_ReadValuesFromVector_V1</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>STRUCTDEF</Typ>
|
|
17
|
+
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
+
<Value_Type>NAN</Value_Type>
|
|
19
|
+
<CreateTime>07.04.2026 14:14:14.788</CreateTime>
|
|
20
|
+
<ModifyTime>07.04.2026 14:14:14.788</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>5AED2D6EB656994F92DF7CCBB5253E4D</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>structVersion</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>cacheId</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>timeZone</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>fakeTimeZone</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>useRounding</Name>
|
|
91
|
+
<Descript/>
|
|
92
|
+
<Typ>Bool</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>skipFlags</Name>
|
|
102
|
+
<Descript/>
|
|
103
|
+
<Typ>Bool</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>version</Name>
|
|
113
|
+
<Descript/>
|
|
114
|
+
<Typ>Text</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>userName</Name>
|
|
124
|
+
<Descript/>
|
|
125
|
+
<Typ>Text</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>checkFlags</Name>
|
|
135
|
+
<Descript/>
|
|
136
|
+
<Typ>Int</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>envName</Name>
|
|
146
|
+
<Descript/>
|
|
147
|
+
<Typ>Text</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>paramBlockId</Name>
|
|
157
|
+
<Descript/>
|
|
158
|
+
<Typ>Int</Typ>
|
|
159
|
+
<UseStartVal>False</UseStartVal>
|
|
160
|
+
<UseLimits>False</UseLimits>
|
|
161
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
162
|
+
<StatusText/>
|
|
163
|
+
<TransPalIdx>0</TransPalIdx>
|
|
164
|
+
</tStructItemData>
|
|
165
|
+
</CFGRECORDS>
|
|
166
|
+
<MEMBEROFRESGROUP>
|
|
167
|
+
</MEMBEROFRESGROUP>
|
|
168
|
+
</ROOT>
|
|
@@ -0,0 +1,322 @@
|
|
|
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>2578150</Id>
|
|
14
|
+
<Name>SD.EM_EDA_Scenario</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>STRUCTDEF</Typ>
|
|
17
|
+
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
+
<Value_Type>NAN</Value_Type>
|
|
19
|
+
<CreateTime>26.03.2026 09:54:02.735</CreateTime>
|
|
20
|
+
<ModifyTime>26.03.2026 09:54:02.735</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>AFC7C0F3EEC4744288BB210641AB1109</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_SCENAR</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>EDA_ID_SCENAR</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>MENO</Name>
|
|
69
|
+
<Descript/>
|
|
70
|
+
<Typ>Text</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>POPIS</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>IDX</Name>
|
|
91
|
+
<Descript/>
|
|
92
|
+
<Typ>Int</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>CAS_DLZKA</Name>
|
|
102
|
+
<Descript/>
|
|
103
|
+
<Typ>Int</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>CAS_POSUN</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>CAS_JEMNOST</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>AUTOR</Name>
|
|
135
|
+
<Descript/>
|
|
136
|
+
<Typ>Text</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>PRIVATE</Name>
|
|
146
|
+
<Descript/>
|
|
147
|
+
<Typ>Int</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>PRIST_PRAVA_R</Name>
|
|
157
|
+
<Descript/>
|
|
158
|
+
<Typ>Int</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>PRIST_PRAVA_W</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>CESTA</Name>
|
|
179
|
+
<Descript/>
|
|
180
|
+
<Typ>Text</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>FILTER</Name>
|
|
190
|
+
<Descript/>
|
|
191
|
+
<Typ>Text</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>FILTER_USER</Name>
|
|
201
|
+
<Descript/>
|
|
202
|
+
<Typ>Text</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>FILTER_TYP</Name>
|
|
212
|
+
<Descript/>
|
|
213
|
+
<Typ>Int</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>ZOBRAZ_MENO</Name>
|
|
223
|
+
<Descript/>
|
|
224
|
+
<Typ>Text</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>ANO_PLATNY</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>DIAGRAM</Name>
|
|
245
|
+
<Descript/>
|
|
246
|
+
<Typ>Real</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>ANO_DIAGRAM</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>ANO_EDITACIA</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>ANO_ZMENA</Name>
|
|
278
|
+
<Descript/>
|
|
279
|
+
<Typ>Int</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>ANO_GRAFXY</Name>
|
|
289
|
+
<Descript/>
|
|
290
|
+
<Typ>Int</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>ANO_MATICA</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>ANO_PAIR</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
|
+
</CFGRECORDS>
|
|
320
|
+
<MEMBEROFRESGROUP>
|
|
321
|
+
</MEMBEROFRESGROUP>
|
|
322
|
+
</ROOT>
|