d2aura 26.0.13 → 26.0.14
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 +50 -15
- package/api/eda/edaManagerApi.js +80 -29
- package/api/eda/edaManagerApi.js.map +1 -1
- package/api/eda/generated/events.d.ts +109 -60
- package/api/eda/generated/events.js +182 -88
- package/api/eda/generated/events.js.map +1 -1
- package/api/eda/generated/structures.d.ts +78 -14
- package/api/eda/generated/structures.js.map +1 -1
- package/core/i18n/d2aura.sk.json +30 -2
- package/coreui/components/edaManager/components/detail/components/edaVectorMassChangeButton.d.ts +1 -1
- package/coreui/components/edaManager/components/detail/components/edaVectorMassChangeButton.js +2 -2
- package/coreui/components/edaManager/components/detail/components/edaVectorMassChangeButton.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaChartViewer.d.ts +14 -0
- package/coreui/components/edaManagerComponent/components/edaChartViewer.js +370 -0
- package/coreui/components/edaManagerComponent/components/edaChartViewer.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.d.ts +4 -8
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.js +18 -75
- package/coreui/components/edaManagerComponent/components/edaDataBasePanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaDetailPanel.d.ts +5 -14
- package/coreui/components/edaManagerComponent/components/edaDetailPanel.js +80 -19
- package/coreui/components/edaManagerComponent/components/edaDetailPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.d.ts +2 -7
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.js +15 -380
- package/coreui/components/edaManagerComponent/components/edaGraphPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaGroupDetailPanel.d.ts +3 -14
- package/coreui/components/edaManagerComponent/components/edaGroupDetailPanel.js +54 -67
- package/coreui/components/edaManagerComponent/components/edaGroupDetailPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaLoadingOverlay.d.ts +7 -0
- package/coreui/components/edaManagerComponent/components/edaLoadingOverlay.js +35 -0
- package/coreui/components/edaManagerComponent/components/edaLoadingOverlay.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.d.ts +2 -16
- package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.js +47 -50
- package/coreui/components/edaManagerComponent/components/edaSampleRangePickerPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaScenarioDetailPanel.d.ts +3 -14
- package/coreui/components/edaManagerComponent/components/edaScenarioDetailPanel.js +67 -81
- package/coreui/components/edaManagerComponent/components/edaScenarioDetailPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaTableEditorDialog.d.ts +12 -0
- package/coreui/components/edaManagerComponent/components/edaTableEditorDialog.js +268 -0
- package/coreui/components/edaManagerComponent/components/edaTableEditorDialog.js.map +1 -0
- package/coreui/components/edaManagerComponent/components/edaTablePanel.d.ts +2 -6
- package/coreui/components/edaManagerComponent/components/edaTablePanel.js +119 -62
- package/coreui/components/edaManagerComponent/components/edaTablePanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.d.ts +2 -13
- package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.js +57 -88
- package/coreui/components/edaManagerComponent/components/edaTimeWindowPickerPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaTreeView.d.ts +4 -51
- package/coreui/components/edaManagerComponent/components/edaTreeView.js +299 -259
- package/coreui/components/edaManagerComponent/components/edaTreeView.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/edaVectorDetailPanel.d.ts +3 -21
- package/coreui/components/edaManagerComponent/components/edaVectorDetailPanel.js +160 -179
- package/coreui/components/edaManagerComponent/components/edaVectorDetailPanel.js.map +1 -1
- package/coreui/components/edaManagerComponent/components/exportDialog.d.ts +18 -0
- package/coreui/components/edaManagerComponent/components/exportDialog.js +157 -0
- package/coreui/components/edaManagerComponent/components/exportDialog.js.map +1 -0
- package/coreui/components/edaManagerComponent/constants/edaTypes.d.ts +10 -11
- package/coreui/components/edaManagerComponent/constants/edaTypes.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/edaConfigContext.d.ts +26 -0
- package/coreui/components/edaManagerComponent/context/edaConfigContext.js +20 -0
- package/coreui/components/edaManagerComponent/context/edaConfigContext.js.map +1 -0
- package/coreui/components/edaManagerComponent/context/edaVectorDataContext.d.ts +9 -16
- package/coreui/components/edaManagerComponent/context/edaVectorDataContext.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.d.ts +0 -1
- package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.js +71 -66
- package/coreui/components/edaManagerComponent/context/edaVectorDataProvider.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/loadingContext.d.ts +1 -1
- package/coreui/components/edaManagerComponent/context/loadingContext.js.map +1 -1
- package/coreui/components/edaManagerComponent/context/{sharedSampleRange.d.ts → sharedSampleRangeContext.d.ts} +6 -3
- package/coreui/components/edaManagerComponent/context/sharedSampleRangeContext.js +3 -0
- package/coreui/components/edaManagerComponent/context/sharedSampleRangeContext.js.map +1 -0
- package/coreui/components/edaManagerComponent/context/useEdaActions.d.ts +7 -0
- package/coreui/components/edaManagerComponent/context/useEdaActions.js +22 -0
- package/coreui/components/edaManagerComponent/context/useEdaActions.js.map +1 -0
- package/coreui/components/edaManagerComponent/edaDetail.d.ts +7 -26
- package/coreui/components/edaManagerComponent/edaDetail.js +124 -106
- package/coreui/components/edaManagerComponent/edaDetail.js.map +1 -1
- package/coreui/components/edaManagerComponent/edaManager.d.ts +4 -11
- package/coreui/components/edaManagerComponent/edaManager.js +29 -22
- package/coreui/components/edaManagerComponent/edaManager.js.map +1 -1
- package/coreui/components/edaManagerComponent/edaNavigator.d.ts +4 -12
- package/coreui/components/edaManagerComponent/edaNavigator.js +36 -41
- package/coreui/components/edaManagerComponent/edaNavigator.js.map +1 -1
- package/coreui/components/edaManagerComponent/edaSelect.d.ts +2 -3
- package/coreui/components/edaManagerComponent/edaSelect.js +22 -44
- package/coreui/components/edaManagerComponent/edaSelect.js.map +1 -1
- package/coreui/components/edaManagerComponent/utils/export.d.ts +9 -0
- package/coreui/components/edaManagerComponent/utils/export.js +573 -0
- package/coreui/components/edaManagerComponent/utils/export.js.map +1 -0
- package/coreui/components/edaManagerComponent/utils/utils.d.ts +6 -12
- package/coreui/components/edaManagerComponent/utils/utils.js +26 -15
- package/coreui/components/edaManagerComponent/utils/utils.js.map +1 -1
- package/d2configuration/edaManager/DB.EM_EDA_DescriptiveVector.xml +65 -0
- package/d2configuration/edaManager/DB.EM_EDA_FunctionPrescription.xml +65 -0
- package/d2configuration/edaManager/E.EM_DETAIL_IMPL.xml +67 -1
- package/d2configuration/edaManager/E.EM_DETAIL_SQL.xml +85 -0
- package/d2configuration/edaManager/E.EM_DETAIL_UNIT.xml +123 -2
- package/d2configuration/edaManager/E.EM_NAVIGATOR_IMPL.xml +1 -1
- package/d2configuration/edaManager/E.EM_NAVIGATOR_UNIT.xml +1 -1
- package/d2configuration/edaManager/E.EM_VECTOR_IMPL.xml +20 -6
- package/d2configuration/edaManager/E.EM_VECTOR_UNIT.xml +95 -17
- package/d2configuration/edaManager/SD.EM_EDA_DescriptiveVector.xml +179 -0
- package/d2configuration/edaManager/SD.EM_EDA_FunctionPrescription.xml +91 -0
- package/d2configuration/edaManager/SD.EM_EDA_InsertValuesToVector_V1.xml +227 -0
- package/d2configuration/edaManager/SD.EM_EDA_PairVector.xml +454 -0
- package/d2configuration/edaManager/SD.EM_EDA_ReadValuesFromVector_V1.xml +13 -3
- package/d2configuration/edaManager/SD.EM_EDA_VectorStats.xml +91 -0
- package/d2configuration/edaManager/SD.EM_Filter_Condition.xml +1 -1
- package/package.json +5 -3
- package/coreui/components/edaManagerComponent/components/edaBasePanel.d.ts +0 -16
- package/coreui/components/edaManagerComponent/components/edaBasePanel.js +0 -85
- package/coreui/components/edaManagerComponent/components/edaBasePanel.js.map +0 -1
- package/coreui/components/edaManagerComponent/context/sharedSampleRange.js +0 -13
- package/coreui/components/edaManagerComponent/context/sharedSampleRange.js.map +0 -1
- package/d2configuration/edaManager/EDA_CancelSession.xml +0 -54
- package/d2configuration/edaManager/EDA_GetSessionId.xml +0 -54
- package/d2configuration/edaManager/EDA_ReadValuesFromVektorRec.xml +0 -54
- package/d2configuration/edaManager/EDA_StatVectorRec.xml +0 -56
|
@@ -0,0 +1,91 @@
|
|
|
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>2579062</Id>
|
|
14
|
+
<Name>SD.EM_EDA_FunctionPrescription</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>STRUCTDEF</Typ>
|
|
17
|
+
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
+
<Value_Type>NAN</Value_Type>
|
|
19
|
+
<CreateTime>22.05.2026 14:14:51.975</CreateTime>
|
|
20
|
+
<ModifyTime>22.05.2026 14:14:51.975</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>F99FEA614AC26F4AAD426BBF0DF61C98</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>POPIS</Name>
|
|
58
|
+
<Descript/>
|
|
59
|
+
<Typ>Text</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>PLATNOST_OD</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
|
+
<tStructItemData>
|
|
78
|
+
<ItemNr>4</ItemNr>
|
|
79
|
+
<Name>PLATNOST_DO</Name>
|
|
80
|
+
<Descript/>
|
|
81
|
+
<Typ>TimA</Typ>
|
|
82
|
+
<UseStartVal>False</UseStartVal>
|
|
83
|
+
<UseLimits>False</UseLimits>
|
|
84
|
+
<UsePrAlarm>False</UsePrAlarm>
|
|
85
|
+
<StatusText/>
|
|
86
|
+
<TransPalIdx>0</TransPalIdx>
|
|
87
|
+
</tStructItemData>
|
|
88
|
+
</CFGRECORDS>
|
|
89
|
+
<MEMBEROFRESGROUP>
|
|
90
|
+
</MEMBEROFRESGROUP>
|
|
91
|
+
</ROOT>
|
|
@@ -0,0 +1,227 @@
|
|
|
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>2578165</Id>
|
|
14
|
+
<Name>SD.EM_EDA_InsertValuesToVector_V1</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>STRUCTDEF</Typ>
|
|
17
|
+
<ParentId>STRUCTSDEF</ParentId>
|
|
18
|
+
<Value_Type>NAN</Value_Type>
|
|
19
|
+
<CreateTime>18.05.2026 11:23:50.218</CreateTime>
|
|
20
|
+
<ModifyTime>18.05.2026 12:10:56.455</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>4376F7E6899B3844B990AE474BDDC018</uuid>
|
|
37
|
+
<memberOfModule/>
|
|
38
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
39
|
+
<memberOfDevice/>
|
|
40
|
+
<version>2</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>True</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>chacheId</Name>
|
|
58
|
+
<Descript/>
|
|
59
|
+
<Typ>Int</Typ>
|
|
60
|
+
<UseStartVal>True</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>fakeTimeZone</Name>
|
|
69
|
+
<Descript/>
|
|
70
|
+
<Typ>Int</Typ>
|
|
71
|
+
<UseStartVal>True</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>userName</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>clearFlags</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>flag</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>version</Name>
|
|
113
|
+
<Descript/>
|
|
114
|
+
<Typ>HOBJ_Type</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>forceVersionTime</Name>
|
|
124
|
+
<Descript/>
|
|
125
|
+
<Typ>Bool</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>invalidIsNoData</Name>
|
|
135
|
+
<Descript/>
|
|
136
|
+
<Typ>Bool</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>archSync</Name>
|
|
157
|
+
<Descript/>
|
|
158
|
+
<Typ>Bool</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>archRecalcStats</Name>
|
|
168
|
+
<Descript/>
|
|
169
|
+
<Typ>Bool</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>batchId</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
|
+
<tStructItemData>
|
|
188
|
+
<ItemNr>14</ItemNr>
|
|
189
|
+
<Name>skipValidation</Name>
|
|
190
|
+
<Descript/>
|
|
191
|
+
<Typ>Bool</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>userLog</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
|
+
<tStartValue>
|
|
210
|
+
<Row>0</Row>
|
|
211
|
+
<Col>1</Col>
|
|
212
|
+
<StartValue>1</StartValue>
|
|
213
|
+
</tStartValue>
|
|
214
|
+
<tStartValue>
|
|
215
|
+
<Row>0</Row>
|
|
216
|
+
<Col>2</Col>
|
|
217
|
+
<StartValue>0</StartValue>
|
|
218
|
+
</tStartValue>
|
|
219
|
+
<tStartValue>
|
|
220
|
+
<Row>0</Row>
|
|
221
|
+
<Col>3</Col>
|
|
222
|
+
<StartValue>-1</StartValue>
|
|
223
|
+
</tStartValue>
|
|
224
|
+
</CFGRECORDS>
|
|
225
|
+
<MEMBEROFRESGROUP>
|
|
226
|
+
</MEMBEROFRESGROUP>
|
|
227
|
+
</ROOT>
|