d2aura 26.0.8 → 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 +7 -5
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<ROOT>
|
|
3
|
+
<REFERENCES>
|
|
4
|
+
<HOBJ_REF>
|
|
5
|
+
<uid>AE08787EB75A384D9C91C542BEDFBB8F</uid>
|
|
6
|
+
<name>DBC_EM_EDA</name>
|
|
7
|
+
<objType>DB_CONNECT</objType>
|
|
8
|
+
<valType>Int</valType>
|
|
9
|
+
</HOBJ_REF>
|
|
10
|
+
<HOBJ_REF>
|
|
11
|
+
<uid>AFDD83C85DDF934086CD1535D22D2911</uid>
|
|
12
|
+
<name>SD.EM_EDA_VectorEx</name>
|
|
13
|
+
<objType>STRUCTDEF</objType>
|
|
14
|
+
<valType>NAN</valType>
|
|
15
|
+
</HOBJ_REF>
|
|
16
|
+
</REFERENCES>
|
|
17
|
+
<CFGRECORDS>
|
|
18
|
+
<TObjItemData>
|
|
19
|
+
<Id>2578145</Id>
|
|
20
|
+
<Name>DB.EM_EDA_VectorEx</Name>
|
|
21
|
+
<Descript>EDA Vector Ex</Descript>
|
|
22
|
+
<Typ>DB_TABLE</Typ>
|
|
23
|
+
<ParentId>DBC_EM_EDA</ParentId>
|
|
24
|
+
<Value_Type>NAN</Value_Type>
|
|
25
|
+
<CreateTime>26.03.2026 09:50:53.553</CreateTime>
|
|
26
|
+
<ModifyTime>23.04.2026 12:51:27.498</ModifyTime>
|
|
27
|
+
<Text_Palette/>
|
|
28
|
+
<Read_Only>False</Read_Only>
|
|
29
|
+
<TECH_UNIT/>
|
|
30
|
+
<UseLimits>False</UseLimits>
|
|
31
|
+
<VHL>1.00000000000000E+38</VHL>
|
|
32
|
+
<HL>1.00000000000000E+38</HL>
|
|
33
|
+
<LL>-1.00000000000000E+38</LL>
|
|
34
|
+
<VLL>-1.00000000000000E+38</VLL>
|
|
35
|
+
<VHL_ID/>
|
|
36
|
+
<HL_ID/>
|
|
37
|
+
<LL_ID/>
|
|
38
|
+
<VLL_ID/>
|
|
39
|
+
<Hysterezia>0.00000000000000E+00</Hysterezia>
|
|
40
|
+
<TransPalIdx>0</TransPalIdx>
|
|
41
|
+
<Hidden>False</Hidden>
|
|
42
|
+
<uuid>5EE3C5C02DB9B54FA453690E22D9E0B7</uuid>
|
|
43
|
+
<memberOfModule/>
|
|
44
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
45
|
+
<memberOfDevice/>
|
|
46
|
+
<version>1</version>
|
|
47
|
+
<metadata/>
|
|
48
|
+
<EXP_SubDir/>
|
|
49
|
+
</TObjItemData>
|
|
50
|
+
<tDBTableInterface>
|
|
51
|
+
<StructTypId>SD.EM_EDA_VectorEx</StructTypId>
|
|
52
|
+
<DB_Access>DBModify</DB_Access>
|
|
53
|
+
<DB_Table>EDA_VEKTOREX</DB_Table>
|
|
54
|
+
<DB_Key>1</DB_Key>
|
|
55
|
+
<DB_DeepCol>0</DB_DeepCol>
|
|
56
|
+
<DB_DeepTime>0</DB_DeepTime>
|
|
57
|
+
<DB_PurposeId/>
|
|
58
|
+
<DB_Optional/>
|
|
59
|
+
<DB_Not_Null/>
|
|
60
|
+
<DB_Export_Monitored>False</DB_Export_Monitored>
|
|
61
|
+
</tDBTableInterface>
|
|
62
|
+
</CFGRECORDS>
|
|
63
|
+
<MEMBEROFRESGROUP>
|
|
64
|
+
</MEMBEROFRESGROUP>
|
|
65
|
+
</ROOT>
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<ROOT>
|
|
3
|
+
<REFERENCES>
|
|
4
|
+
<HOBJ_REF>
|
|
5
|
+
<uid>6323F090BC734845BF97DF92F2981AE7</uid>
|
|
6
|
+
<name>SELF.DBM</name>
|
|
7
|
+
<objType>PROCES</objType>
|
|
8
|
+
<valType>Pr</valType>
|
|
9
|
+
</HOBJ_REF>
|
|
10
|
+
</REFERENCES>
|
|
11
|
+
<CFGRECORDS>
|
|
12
|
+
<TObjItemData>
|
|
13
|
+
<Id>2578135</Id>
|
|
14
|
+
<Name>DBC_EM_EDA</Name>
|
|
15
|
+
<Descript/>
|
|
16
|
+
<Typ>DB_CONNECT</Typ>
|
|
17
|
+
<ParentId>SELF.DBM</ParentId>
|
|
18
|
+
<Value_Type>Int</Value_Type>
|
|
19
|
+
<CreateTime>26.03.2026 08:50:15.112</CreateTime>
|
|
20
|
+
<ModifyTime>26.03.2026 08:50:15.112</ModifyTime>
|
|
21
|
+
<Text_Palette/>
|
|
22
|
+
<Read_Only>False</Read_Only>
|
|
23
|
+
<TECH_UNIT/>
|
|
24
|
+
<UseLimits>False</UseLimits>
|
|
25
|
+
<VHL>1.00000000000000E+02</VHL>
|
|
26
|
+
<HL>1.00000000000000E+02</HL>
|
|
27
|
+
<LL>0.00000000000000E+00</LL>
|
|
28
|
+
<VLL>0.00000000000000E+00</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>AE08787EB75A384D9C91C542BEDFBB8F</uuid>
|
|
37
|
+
<memberOfModule/>
|
|
38
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
39
|
+
<memberOfDevice/>
|
|
40
|
+
<version>5</version>
|
|
41
|
+
<metadata/>
|
|
42
|
+
<EXP_SubDir/>
|
|
43
|
+
</TObjItemData>
|
|
44
|
+
<tDBConnect>
|
|
45
|
+
<MonotonicTime>False</MonotonicTime>
|
|
46
|
+
<UTC_Offset>1</UTC_Offset>
|
|
47
|
+
</tDBConnect>
|
|
48
|
+
</CFGRECORDS>
|
|
49
|
+
<MEMBEROFRESGROUP>
|
|
50
|
+
</MEMBEROFRESGROUP>
|
|
51
|
+
</ROOT>
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<ROOT>
|
|
3
|
+
<REFERENCES>
|
|
4
|
+
<HOBJ_REF>
|
|
5
|
+
<uid>C8F07DE0B5389845899769847B2B437A</uid>
|
|
6
|
+
<name>E.EM_DETAIL_UNIT</name>
|
|
7
|
+
<objType>EVENT</objType>
|
|
8
|
+
<valType>Int</valType>
|
|
9
|
+
</HOBJ_REF>
|
|
10
|
+
<HOBJ_REF>
|
|
11
|
+
<uid>42C6605F250C9D439C33565F834F13AF</uid>
|
|
12
|
+
<name>SD.EM_EDA_Function</name>
|
|
13
|
+
<objType>STRUCTDEF</objType>
|
|
14
|
+
<valType>NAN</valType>
|
|
15
|
+
</HOBJ_REF>
|
|
16
|
+
<HOBJ_REF>
|
|
17
|
+
<uid>368C6EC65CDE5C47942FAFADC8867589</uid>
|
|
18
|
+
<name>SD.EM_EDA_GroupVector</name>
|
|
19
|
+
<objType>STRUCTDEF</objType>
|
|
20
|
+
<valType>NAN</valType>
|
|
21
|
+
</HOBJ_REF>
|
|
22
|
+
<HOBJ_REF>
|
|
23
|
+
<uid>AFC7C0F3EEC4744288BB210641AB1109</uid>
|
|
24
|
+
<name>SD.EM_EDA_Scenario</name>
|
|
25
|
+
<objType>STRUCTDEF</objType>
|
|
26
|
+
<valType>NAN</valType>
|
|
27
|
+
</HOBJ_REF>
|
|
28
|
+
<HOBJ_REF>
|
|
29
|
+
<uid>153DB088C0D3BA4AA4CE2A1E44C1FD4E</uid>
|
|
30
|
+
<name>SD.EM_EDA_Vector</name>
|
|
31
|
+
<objType>STRUCTDEF</objType>
|
|
32
|
+
<valType>NAN</valType>
|
|
33
|
+
</HOBJ_REF>
|
|
34
|
+
<HOBJ_REF>
|
|
35
|
+
<uid>AFDD83C85DDF934086CD1535D22D2911</uid>
|
|
36
|
+
<name>SD.EM_EDA_VectorEx</name>
|
|
37
|
+
<objType>STRUCTDEF</objType>
|
|
38
|
+
<valType>NAN</valType>
|
|
39
|
+
</HOBJ_REF>
|
|
40
|
+
<HOBJ_REF>
|
|
41
|
+
<uid>1AAA46C113C8E147889E3266B626D911</uid>
|
|
42
|
+
<name>SELF.EVH</name>
|
|
43
|
+
<objType>PROCES</objType>
|
|
44
|
+
<valType>Pr</valType>
|
|
45
|
+
</HOBJ_REF>
|
|
46
|
+
</REFERENCES>
|
|
47
|
+
<CFGRECORDS>
|
|
48
|
+
<TObjItemData>
|
|
49
|
+
<Id>2578132</Id>
|
|
50
|
+
<Name>E.EM_DETAIL_IMPL</Name>
|
|
51
|
+
<Descript/>
|
|
52
|
+
<Typ>EVENT</Typ>
|
|
53
|
+
<ParentId>SELF.EVH</ParentId>
|
|
54
|
+
<Value_Type>Int</Value_Type>
|
|
55
|
+
<CreateTime>19.03.2026 09:30:50.607</CreateTime>
|
|
56
|
+
<ModifyTime>08.04.2026 07:44:27.626</ModifyTime>
|
|
57
|
+
<Text_Palette/>
|
|
58
|
+
<Read_Only>False</Read_Only>
|
|
59
|
+
<TECH_UNIT/>
|
|
60
|
+
<UseLimits>False</UseLimits>
|
|
61
|
+
<VHL>1.00000000000000E+38</VHL>
|
|
62
|
+
<HL>1.00000000000000E+38</HL>
|
|
63
|
+
<LL>-1.00000000000000E+38</LL>
|
|
64
|
+
<VLL>-1.00000000000000E+38</VLL>
|
|
65
|
+
<VHL_ID/>
|
|
66
|
+
<HL_ID/>
|
|
67
|
+
<LL_ID/>
|
|
68
|
+
<VLL_ID/>
|
|
69
|
+
<Hysterezia>0.00000000000000E+00</Hysterezia>
|
|
70
|
+
<TransPalIdx>0</TransPalIdx>
|
|
71
|
+
<Hidden>False</Hidden>
|
|
72
|
+
<uuid>35019FBFA77CAE4F87577C610D0F7461</uuid>
|
|
73
|
+
<memberOfModule/>
|
|
74
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
75
|
+
<memberOfDevice/>
|
|
76
|
+
<version>8</version>
|
|
77
|
+
<metadata/>
|
|
78
|
+
<EXP_SubDir/>
|
|
79
|
+
</TObjItemData>
|
|
80
|
+
<tEventData_Full>
|
|
81
|
+
<tEventData>
|
|
82
|
+
<TRIGGER/>
|
|
83
|
+
<PRIORITY>3</PRIORITY>
|
|
84
|
+
<ERROR_ID>0</ERROR_ID>
|
|
85
|
+
<TRIG_COND>TValue</TRIG_COND>
|
|
86
|
+
<Invert_Trig>False</Invert_Trig>
|
|
87
|
+
<bQueueStartRq>False</bQueueStartRq>
|
|
88
|
+
<bEventHaveValue>True</bEventHaveValue>
|
|
89
|
+
<bCrumbleChange>False</bCrumbleChange>
|
|
90
|
+
<EventType>ServerEvent</EventType>
|
|
91
|
+
</tEventData>
|
|
92
|
+
<script><![CDATA[;*********************************************************
|
|
93
|
+
; DESCRIPTION:
|
|
94
|
+
;
|
|
95
|
+
;
|
|
96
|
+
; AUTHOR:
|
|
97
|
+
; LAST CHANGE:
|
|
98
|
+
;*********************************************************
|
|
99
|
+
|
|
100
|
+
UNIT (E.EM_DETAIL_UNIT) _unit
|
|
101
|
+
|
|
102
|
+
RPC PROCEDURE LoadVectorData(IN INT _id, RECORD NOALIAS(SD.EM_EDA_Vector) _data, RECORD NOALIAS(SD.EM_EDA_VectorEx) _dataEx, RECORD NOALIAS(SD.EM_EDA_Function) _dataFunction, BOOL _isOk, TEXT _errorMsg)
|
|
103
|
+
CALL [_unit] LoadVectorData(_id, _data, _dataEx, _dataFunction, _isOk, _errorMsg)
|
|
104
|
+
END LoadVectorData
|
|
105
|
+
|
|
106
|
+
RPC PROCEDURE LoadGroupData(IN INT _id, RECORD NOALIAS(SD.EM_EDA_GroupVector) _data, BOOL _isOk, TEXT _errorMsg)
|
|
107
|
+
CALL [_unit] LoadGroupData(_id, _data, _isOk, _errorMsg)
|
|
108
|
+
END LoadGroupData
|
|
109
|
+
|
|
110
|
+
RPC PROCEDURE LoadScenarioData(IN INT _id, RECORD NOALIAS(SD.EM_EDA_Scenario) _data, BOOL _isOk, TEXT _errorMsg)
|
|
111
|
+
CALL [_unit] LoadScenarioData(_id, _data, _isOk, _errorMsg)
|
|
112
|
+
END LoadScenarioData
|
|
113
|
+
|
|
114
|
+
BEGIN
|
|
115
|
+
PRAGMA "ENABLE_INOUT_BY_REF"
|
|
116
|
+
END
|
|
117
|
+
|
|
118
|
+
]]></script>
|
|
119
|
+
<scriptRemote/>
|
|
120
|
+
</tEventData_Full>
|
|
121
|
+
</CFGRECORDS>
|
|
122
|
+
<MEMBEROFRESGROUP>
|
|
123
|
+
</MEMBEROFRESGROUP>
|
|
124
|
+
</ROOT>
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<ROOT>
|
|
3
|
+
<REFERENCES>
|
|
4
|
+
<HOBJ_REF>
|
|
5
|
+
<uid>96E0FECCB01CE343A36451E252D80CC3</uid>
|
|
6
|
+
<name>DB.EM_EDA_Function</name>
|
|
7
|
+
<objType>DB_TABLE</objType>
|
|
8
|
+
<valType>NAN</valType>
|
|
9
|
+
</HOBJ_REF>
|
|
10
|
+
<HOBJ_REF>
|
|
11
|
+
<uid>A41C1FB7C51DE740901A48CE6AB1835D</uid>
|
|
12
|
+
<name>DB.EM_EDA_GroupVector</name>
|
|
13
|
+
<objType>DB_TABLE</objType>
|
|
14
|
+
<valType>NAN</valType>
|
|
15
|
+
</HOBJ_REF>
|
|
16
|
+
<HOBJ_REF>
|
|
17
|
+
<uid>DC4771AFABE21F479810F277A878CC95</uid>
|
|
18
|
+
<name>DB.EM_EDA_Scenario</name>
|
|
19
|
+
<objType>DB_TABLE</objType>
|
|
20
|
+
<valType>NAN</valType>
|
|
21
|
+
</HOBJ_REF>
|
|
22
|
+
<HOBJ_REF>
|
|
23
|
+
<uid>5D1EC332EA805F4BAC65D2D0888B1C0E</uid>
|
|
24
|
+
<name>DB.EM_EDA_Vector</name>
|
|
25
|
+
<objType>DB_TABLE</objType>
|
|
26
|
+
<valType>NAN</valType>
|
|
27
|
+
</HOBJ_REF>
|
|
28
|
+
<HOBJ_REF>
|
|
29
|
+
<uid>5EE3C5C02DB9B54FA453690E22D9E0B7</uid>
|
|
30
|
+
<name>DB.EM_EDA_VectorEx</name>
|
|
31
|
+
<objType>DB_TABLE</objType>
|
|
32
|
+
<valType>NAN</valType>
|
|
33
|
+
</HOBJ_REF>
|
|
34
|
+
<HOBJ_REF>
|
|
35
|
+
<uid>42C6605F250C9D439C33565F834F13AF</uid>
|
|
36
|
+
<name>SD.EM_EDA_Function</name>
|
|
37
|
+
<objType>STRUCTDEF</objType>
|
|
38
|
+
<valType>NAN</valType>
|
|
39
|
+
</HOBJ_REF>
|
|
40
|
+
<HOBJ_REF>
|
|
41
|
+
<uid>368C6EC65CDE5C47942FAFADC8867589</uid>
|
|
42
|
+
<name>SD.EM_EDA_GroupVector</name>
|
|
43
|
+
<objType>STRUCTDEF</objType>
|
|
44
|
+
<valType>NAN</valType>
|
|
45
|
+
</HOBJ_REF>
|
|
46
|
+
<HOBJ_REF>
|
|
47
|
+
<uid>AFC7C0F3EEC4744288BB210641AB1109</uid>
|
|
48
|
+
<name>SD.EM_EDA_Scenario</name>
|
|
49
|
+
<objType>STRUCTDEF</objType>
|
|
50
|
+
<valType>NAN</valType>
|
|
51
|
+
</HOBJ_REF>
|
|
52
|
+
<HOBJ_REF>
|
|
53
|
+
<uid>153DB088C0D3BA4AA4CE2A1E44C1FD4E</uid>
|
|
54
|
+
<name>SD.EM_EDA_Vector</name>
|
|
55
|
+
<objType>STRUCTDEF</objType>
|
|
56
|
+
<valType>NAN</valType>
|
|
57
|
+
</HOBJ_REF>
|
|
58
|
+
<COL_REF>
|
|
59
|
+
<col_idx>8</col_idx>
|
|
60
|
+
<col_name>TYP</col_name>
|
|
61
|
+
<col_valType>Int</col_valType>
|
|
62
|
+
</COL_REF>
|
|
63
|
+
<HOBJ_REF>
|
|
64
|
+
<uid>AFDD83C85DDF934086CD1535D22D2911</uid>
|
|
65
|
+
<name>SD.EM_EDA_VectorEx</name>
|
|
66
|
+
<objType>STRUCTDEF</objType>
|
|
67
|
+
<valType>NAN</valType>
|
|
68
|
+
</HOBJ_REF>
|
|
69
|
+
<HOBJ_REF>
|
|
70
|
+
<uid>1AAA46C113C8E147889E3266B626D911</uid>
|
|
71
|
+
<name>SELF.EVH</name>
|
|
72
|
+
<objType>PROCES</objType>
|
|
73
|
+
<valType>Pr</valType>
|
|
74
|
+
</HOBJ_REF>
|
|
75
|
+
</REFERENCES>
|
|
76
|
+
<CFGRECORDS>
|
|
77
|
+
<TObjItemData>
|
|
78
|
+
<Id>2578133</Id>
|
|
79
|
+
<Name>E.EM_DETAIL_UNIT</Name>
|
|
80
|
+
<Descript/>
|
|
81
|
+
<Typ>EVENT</Typ>
|
|
82
|
+
<ParentId>SELF.EVH</ParentId>
|
|
83
|
+
<Value_Type>Int</Value_Type>
|
|
84
|
+
<CreateTime>19.03.2026 09:39:01.705</CreateTime>
|
|
85
|
+
<ModifyTime>08.04.2026 07:44:26.323</ModifyTime>
|
|
86
|
+
<Text_Palette/>
|
|
87
|
+
<Read_Only>False</Read_Only>
|
|
88
|
+
<TECH_UNIT/>
|
|
89
|
+
<UseLimits>False</UseLimits>
|
|
90
|
+
<VHL>1.00000000000000E+38</VHL>
|
|
91
|
+
<HL>1.00000000000000E+38</HL>
|
|
92
|
+
<LL>-1.00000000000000E+38</LL>
|
|
93
|
+
<VLL>-1.00000000000000E+38</VLL>
|
|
94
|
+
<VHL_ID/>
|
|
95
|
+
<HL_ID/>
|
|
96
|
+
<LL_ID/>
|
|
97
|
+
<VLL_ID/>
|
|
98
|
+
<Hysterezia>0.00000000000000E+00</Hysterezia>
|
|
99
|
+
<TransPalIdx>0</TransPalIdx>
|
|
100
|
+
<Hidden>False</Hidden>
|
|
101
|
+
<uuid>C8F07DE0B5389845899769847B2B437A</uuid>
|
|
102
|
+
<memberOfModule/>
|
|
103
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
104
|
+
<memberOfDevice/>
|
|
105
|
+
<version>8</version>
|
|
106
|
+
<metadata/>
|
|
107
|
+
<EXP_SubDir/>
|
|
108
|
+
</TObjItemData>
|
|
109
|
+
<tEventData_Full>
|
|
110
|
+
<tEventData>
|
|
111
|
+
<TRIGGER/>
|
|
112
|
+
<PRIORITY>3</PRIORITY>
|
|
113
|
+
<ERROR_ID>0</ERROR_ID>
|
|
114
|
+
<TRIG_COND>TValue</TRIG_COND>
|
|
115
|
+
<Invert_Trig>False</Invert_Trig>
|
|
116
|
+
<bQueueStartRq>False</bQueueStartRq>
|
|
117
|
+
<bEventHaveValue>True</bEventHaveValue>
|
|
118
|
+
<bCrumbleChange>False</bCrumbleChange>
|
|
119
|
+
<EventType>UnitEvent</EventType>
|
|
120
|
+
</tEventData>
|
|
121
|
+
<script><![CDATA[;*********************************************************
|
|
122
|
+
; DESCRIPTION:
|
|
123
|
+
;
|
|
124
|
+
;
|
|
125
|
+
; AUTHOR:
|
|
126
|
+
; LAST CHANGE:
|
|
127
|
+
;*********************************************************
|
|
128
|
+
|
|
129
|
+
PUBLIC PROCEDURE LoadVectorData(IN INT _id, RECORD NOALIAS(SD.EM_EDA_Vector) _data, RECORD NOALIAS(SD.EM_EDA_VectorEx) _dataEx, RECORD NOALIAS(SD.EM_EDA_Function) _dataFunction, BOOL _isOk, TEXT _errorMsg)
|
|
130
|
+
INT _retCode
|
|
131
|
+
DBS_READ DB.EM_EDA_Vector, _data, _retCode, 1 WHERE "ID_Vektor = " + %IToStr(_id)
|
|
132
|
+
|
|
133
|
+
IF _retCode # _ERR_NO_ERROR THEN
|
|
134
|
+
_retCode := %GetLastExtErrorCode()
|
|
135
|
+
_errorMsg := "Error DBS_READ [" + %IToStr(_retCode) + "]"
|
|
136
|
+
_isOk := @FALSE
|
|
137
|
+
ENDIF
|
|
138
|
+
|
|
139
|
+
DBS_READ DB.EM_EDA_VectorEx, _dataEx, _retCode, 1 WHERE "ID_Vektor = " + %IToStr(_id)
|
|
140
|
+
|
|
141
|
+
IF _retCode # _ERR_NO_ERROR THEN
|
|
142
|
+
_retCode := %GetLastExtErrorCode()
|
|
143
|
+
_errorMsg := "Error DBS_READ [" + %IToStr(_retCode) + "]"
|
|
144
|
+
_isOk := @FALSE
|
|
145
|
+
ELSIF _dataEx\DIM = 0 THEN
|
|
146
|
+
REDIM _dataEx[1]
|
|
147
|
+
ENDIF
|
|
148
|
+
|
|
149
|
+
IF _data\VLD & ((_data[1]^TYP >= 6 & _data[1]^TYP <= 8) | _data[1]^TYP = 10) THEN
|
|
150
|
+
DBS_READ DB.EM_EDA_Function, _dataFunction, _retCode, 1 WHERE "ID_Vektor = " + %IToStr(_id)
|
|
151
|
+
|
|
152
|
+
IF _retCode # _ERR_NO_ERROR THEN
|
|
153
|
+
_retCode := %GetLastExtErrorCode()
|
|
154
|
+
_errorMsg := "Error DBS_READ [" + %IToStr(_retCode) + "]"
|
|
155
|
+
_isOk := @FALSE
|
|
156
|
+
ELSIF _dataFunction\DIM = 0 THEN
|
|
157
|
+
REDIM _dataFunction[1]
|
|
158
|
+
ENDIF
|
|
159
|
+
ELSE
|
|
160
|
+
REDIM _dataFunction[1]
|
|
161
|
+
ENDIF
|
|
162
|
+
|
|
163
|
+
_isOk := @TRUE
|
|
164
|
+
END LoadVectorData
|
|
165
|
+
|
|
166
|
+
PUBLIC PROCEDURE LoadGroupData(IN INT _id, RECORD NOALIAS(SD.EM_EDA_GroupVector) _data, BOOL _isOk, TEXT _errorMsg)
|
|
167
|
+
INT _retCode
|
|
168
|
+
DBS_READ DB.EM_EDA_GroupVector, _data, _retCode, 1 WHERE "ID_SkVektor = " + %IToStr(_id)
|
|
169
|
+
|
|
170
|
+
IF _retCode # _ERR_NO_ERROR THEN
|
|
171
|
+
_retCode := %GetLastExtErrorCode()
|
|
172
|
+
_errorMsg := "Error DBS_READ [" + %IToStr(_retCode) + "]"
|
|
173
|
+
_isOk := @FALSE
|
|
174
|
+
ENDIF
|
|
175
|
+
|
|
176
|
+
_isOk := @TRUE
|
|
177
|
+
END LoadGroupData
|
|
178
|
+
|
|
179
|
+
PUBLIC PROCEDURE LoadScenarioData(IN INT _id, RECORD NOALIAS(SD.EM_EDA_Scenario) _data, BOOL _isOk, TEXT _errorMsg)
|
|
180
|
+
INT _retCode
|
|
181
|
+
DBS_READ DB.EM_EDA_Scenario, _data, _retCode, 1 WHERE "ID_Scenar = " + %IToStr(_id)
|
|
182
|
+
|
|
183
|
+
IF _retCode # _ERR_NO_ERROR THEN
|
|
184
|
+
_retCode := %GetLastExtErrorCode()
|
|
185
|
+
_errorMsg := "Error DBS_READ [" + %IToStr(_retCode) + "]"
|
|
186
|
+
_isOk := @FALSE
|
|
187
|
+
ENDIF
|
|
188
|
+
|
|
189
|
+
_isOk := @TRUE
|
|
190
|
+
END LoadScenarioData
|
|
191
|
+
|
|
192
|
+
BEGIN
|
|
193
|
+
PRAGMA "ENABLE_INOUT_BY_REF"
|
|
194
|
+
END
|
|
195
|
+
|
|
196
|
+
]]></script>
|
|
197
|
+
<scriptRemote/>
|
|
198
|
+
</tEventData_Full>
|
|
199
|
+
</CFGRECORDS>
|
|
200
|
+
<MEMBEROFRESGROUP>
|
|
201
|
+
</MEMBEROFRESGROUP>
|
|
202
|
+
</ROOT>
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<ROOT>
|
|
3
|
+
<REFERENCES>
|
|
4
|
+
<HOBJ_REF>
|
|
5
|
+
<uid>AE08787EB75A384D9C91C542BEDFBB8F</uid>
|
|
6
|
+
<name>DBC_EM_EDA</name>
|
|
7
|
+
<objType>DB_CONNECT</objType>
|
|
8
|
+
<valType>Int</valType>
|
|
9
|
+
</HOBJ_REF>
|
|
10
|
+
<HOBJ_REF>
|
|
11
|
+
<uid>0742E37DB9546C44BE6C398C22292C61</uid>
|
|
12
|
+
<name>E.EM_NAVIGATOR_UNIT</name>
|
|
13
|
+
<objType>EVENT</objType>
|
|
14
|
+
<valType>Int</valType>
|
|
15
|
+
</HOBJ_REF>
|
|
16
|
+
<HOBJ_REF>
|
|
17
|
+
<uid>3E9CFD9A52DF1A43913EBCD3FFE3871E</uid>
|
|
18
|
+
<name>SD.EM_Tree_Item</name>
|
|
19
|
+
<objType>STRUCTDEF</objType>
|
|
20
|
+
<valType>NAN</valType>
|
|
21
|
+
</HOBJ_REF>
|
|
22
|
+
<HOBJ_REF>
|
|
23
|
+
<uid>1AAA46C113C8E147889E3266B626D911</uid>
|
|
24
|
+
<name>SELF.EVH</name>
|
|
25
|
+
<objType>PROCES</objType>
|
|
26
|
+
<valType>Pr</valType>
|
|
27
|
+
</HOBJ_REF>
|
|
28
|
+
</REFERENCES>
|
|
29
|
+
<CFGRECORDS>
|
|
30
|
+
<TObjItemData>
|
|
31
|
+
<Id>2578115</Id>
|
|
32
|
+
<Name>E.EM_NAVIGATOR_IMPL</Name>
|
|
33
|
+
<Descript/>
|
|
34
|
+
<Typ>EVENT</Typ>
|
|
35
|
+
<ParentId>SELF.EVH</ParentId>
|
|
36
|
+
<Value_Type>Int</Value_Type>
|
|
37
|
+
<CreateTime>11.03.2026 12:21:02.586</CreateTime>
|
|
38
|
+
<ModifyTime>26.03.2026 09:57:00.446</ModifyTime>
|
|
39
|
+
<Text_Palette/>
|
|
40
|
+
<Read_Only>False</Read_Only>
|
|
41
|
+
<TECH_UNIT/>
|
|
42
|
+
<UseLimits>False</UseLimits>
|
|
43
|
+
<VHL>1.00000000000000E+38</VHL>
|
|
44
|
+
<HL>1.00000000000000E+38</HL>
|
|
45
|
+
<LL>-1.00000000000000E+38</LL>
|
|
46
|
+
<VLL>-1.00000000000000E+38</VLL>
|
|
47
|
+
<VHL_ID/>
|
|
48
|
+
<HL_ID/>
|
|
49
|
+
<LL_ID/>
|
|
50
|
+
<VLL_ID/>
|
|
51
|
+
<Hysterezia>0.00000000000000E+00</Hysterezia>
|
|
52
|
+
<TransPalIdx>0</TransPalIdx>
|
|
53
|
+
<Hidden>False</Hidden>
|
|
54
|
+
<uuid>65E828F9E34D8E43A548957D48F203BB</uuid>
|
|
55
|
+
<memberOfModule/>
|
|
56
|
+
<moduleRelation>AM_None</moduleRelation>
|
|
57
|
+
<memberOfDevice/>
|
|
58
|
+
<version>10</version>
|
|
59
|
+
<metadata/>
|
|
60
|
+
<EXP_SubDir/>
|
|
61
|
+
</TObjItemData>
|
|
62
|
+
<tEventData_Full>
|
|
63
|
+
<tEventData>
|
|
64
|
+
<TRIGGER/>
|
|
65
|
+
<PRIORITY>3</PRIORITY>
|
|
66
|
+
<ERROR_ID>0</ERROR_ID>
|
|
67
|
+
<TRIG_COND>TValue</TRIG_COND>
|
|
68
|
+
<Invert_Trig>False</Invert_Trig>
|
|
69
|
+
<bQueueStartRq>False</bQueueStartRq>
|
|
70
|
+
<bEventHaveValue>True</bEventHaveValue>
|
|
71
|
+
<bCrumbleChange>False</bCrumbleChange>
|
|
72
|
+
<EventType>ServerEvent</EventType>
|
|
73
|
+
</tEventData>
|
|
74
|
+
<script><![CDATA[;*********************************************************
|
|
75
|
+
; DESCRIPTION:
|
|
76
|
+
;
|
|
77
|
+
;
|
|
78
|
+
; AUTHOR: JLAL
|
|
79
|
+
; LAST CHANGE:
|
|
80
|
+
;*********************************************************
|
|
81
|
+
|
|
82
|
+
UNIT (E.EM_NAVIGATOR_UNIT) _unit
|
|
83
|
+
|
|
84
|
+
INT _handle
|
|
85
|
+
|
|
86
|
+
;*********************************************************
|
|
87
|
+
; Connect
|
|
88
|
+
;*********************************************************
|
|
89
|
+
|
|
90
|
+
PROCEDURE Connect
|
|
91
|
+
INT _retCode
|
|
92
|
+
TEXT _errorMsg
|
|
93
|
+
|
|
94
|
+
SQL_CONNECT DBC_EM_EDA, _handle, _retCode
|
|
95
|
+
|
|
96
|
+
IF _retCode # _ERR_NO_ERROR THEN
|
|
97
|
+
_errorMsg := %LNG_Translate("Failed to connect to database with error ") + %IToStr(_retCode)
|
|
98
|
+
LOG _errorMsg PRIORITY _LOG_PRTY_ERROR
|
|
99
|
+
ELSE
|
|
100
|
+
LOG "Connected to DB successfully" PRIORITY _LOG_PRTY_INFO
|
|
101
|
+
ENDIF
|
|
102
|
+
END Connect
|
|
103
|
+
|
|
104
|
+
;*********************************************************
|
|
105
|
+
; Disconnect
|
|
106
|
+
;*********************************************************
|
|
107
|
+
|
|
108
|
+
PROCEDURE Disconnect
|
|
109
|
+
SQL_DISCONNECT _handle
|
|
110
|
+
END Disconnect
|
|
111
|
+
|
|
112
|
+
;*********************************************************
|
|
113
|
+
; GetGroupChildren
|
|
114
|
+
;*********************************************************
|
|
115
|
+
|
|
116
|
+
RPC PROCEDURE GetGroupChildren(IN INT _id, IN BOOL _showOmitted, IN INT _count, IN INT _offset, RECORD NOALIAS (SD.EM_Tree_Item) _items, INT _leftCount, BOOL _isOk, TEXT _errorMsg)
|
|
117
|
+
CALL [_unit] GetGroupChildren(_handle, _id, _showOmitted, _count, _offset, _items, _leftCount, _isOk, _errorMsg)
|
|
118
|
+
END GetGroupChildren
|
|
119
|
+
|
|
120
|
+
;*********************************************************
|
|
121
|
+
; GetGroupVectors
|
|
122
|
+
;*********************************************************
|
|
123
|
+
|
|
124
|
+
RPC PROCEDURE GetGroupVectors(IN INT _id, IN BOOL _showOmitted, IN INT _count, IN INT _offset, RECORD NOALIAS (SD.EM_Tree_Item) _items, INT _leftCount, BOOL _isOk, TEXT _errorMsg)
|
|
125
|
+
CALL [_unit] GetGroupVectors(_handle, _id, _showOmitted, _count, _offset, _items, _leftCount, _isOk, _errorMsg)
|
|
126
|
+
END GetGroupVectors
|
|
127
|
+
|
|
128
|
+
;*********************************************************
|
|
129
|
+
; GetScenarioChildren
|
|
130
|
+
;*********************************************************
|
|
131
|
+
|
|
132
|
+
RPC PROCEDURE GetScenarioChildren(IN INT _id, IN BOOL _showOmitted, IN INT _count, IN INT _offset, RECORD NOALIAS (SD.EM_Tree_Item) _items, INT _leftCount, BOOL _isOk, TEXT _errorMsg)
|
|
133
|
+
CALL [_unit] GetScenarioChildren(_handle, _id, _showOmitted, _count, _offset, _items, _leftCount, _isOk, _errorMsg)
|
|
134
|
+
END GetScenarioChildren
|
|
135
|
+
|
|
136
|
+
;*********************************************************
|
|
137
|
+
; GetScenarioChildren
|
|
138
|
+
;*********************************************************
|
|
139
|
+
|
|
140
|
+
RPC PROCEDURE GetScenarioVectors(IN INT _id, IN BOOL _showOmitted, IN BOOL _showDynamic, IN INT _count, IN INT _offset, RECORD NOALIAS (SD.EM_Tree_Item) _items, INT _leftCount, BOOL _isOk, TEXT _errorMsg)
|
|
141
|
+
CALL [_unit] GetScenarioVectors(_handle, _id, _showOmitted, _showDynamic, _count, _offset, _items, _leftCount, _isOk, _errorMsg)
|
|
142
|
+
END GetScenarioVectors
|
|
143
|
+
|
|
144
|
+
;*********************************************************
|
|
145
|
+
;*********************************************************
|
|
146
|
+
;*********************************************************
|
|
147
|
+
|
|
148
|
+
BEGIN
|
|
149
|
+
PRAGMA "ENABLE_INOUT_BY_REF"
|
|
150
|
+
|
|
151
|
+
CALL Connect
|
|
152
|
+
END
|
|
153
|
+
|
|
154
|
+
]]></script>
|
|
155
|
+
<scriptRemote/>
|
|
156
|
+
</tEventData_Full>
|
|
157
|
+
</CFGRECORDS>
|
|
158
|
+
<MEMBEROFRESGROUP>
|
|
159
|
+
</MEMBEROFRESGROUP>
|
|
160
|
+
</ROOT>
|