FUnktion für OMniflo Pattern Single geschrieben
This commit is contained in:
+228
-84
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PROCESS Id="RDK:0001" Name="MAIN_SSG" ModernUI="True" Options="(GITSAVEMODE)(NOUPDATEINCLUDEFILES)" Expanded="True">
|
||||
<PROCESSPROPERTY CrUser="pmarani [ENGMARANI17R]" CrDate="2022-05-05T18:05:31" ModUser="m.stangl [ENTW-NB08]" ModDate="2025-09-29T18:27:43" LanguageVersion="2014.1.3.712" />
|
||||
<PROCESSPROPERTY CrUser="pmarani [ENGMARANI17R]" CrDate="2022-05-05T18:05:31" ModUser="m.stangl [ENTW-NB08]" ModDate="2025-09-30T17:23:22" LanguageVersion="2014.1.3.712" />
|
||||
<GROUP Id="RDK:0002" Name="Declarations" SubType="Declarations" Expanded="True">
|
||||
<GROUP Id="RDK:0003" Name="Types" SubType="TypeSet" IncludeDate="0">
|
||||
<GROUP Id="RDK:26387" Name="SSG_Group" SubType="TypeSet" IncludeDate="0">
|
||||
@@ -292,7 +292,7 @@
|
||||
<FIELD Id="RDK:23221871" Name="OFWeicheDefinition" Type="OFWeicheType" />
|
||||
<FIELD Id="RDK:21686356" Name="KurveFoerdererDefinition" Type="KurveFoerdererType" />
|
||||
</TYPE>
|
||||
<TYPE Id="RDK:1783792" Name="SSGParameter" SubType="structure" HasArrayType="True">
|
||||
<TYPE Id="RDK:1783792" Name="SSGParameter" Expanded="True" SubType="structure" HasArrayType="True">
|
||||
<TYPE_VALUES />
|
||||
<FIELD Id="RDK:1783794" Name="Key" Type="string" />
|
||||
<FIELD Id="RDK:21032090" Name="StrArr" Type="string[]" />
|
||||
@@ -1400,6 +1400,8 @@
|
||||
<VAR Id="RDK:23222557" Name="OFBogenData" Type="OFBogenType[]" DesignTimeRemark="Dropdown Liste aller Bögen im Interface" />
|
||||
<VAR Id="RDK:23222658" Name="OFWeichenData" Type="OFWeicheType[]" DesignTimeRemark="Dropdown Liste aller Weichen im Interface" />
|
||||
<VAR Id="RDK:23747696" Name="TEFBogenData" Type="TEFBogenType[]" DesignTimeRemark="Liste aller TEF Bögen" />
|
||||
<VAR Id="RDK:25908217" Name="x" Type="string" DesignTimeRemark="Generated by RD" />
|
||||
<VAR Id="RDK:25908220" Name="y" Type="double" DesignTimeRemark="Generated by RD" />
|
||||
</GROUP>
|
||||
<GROUP Id="RDK:0006" Name="Profiles" SubType="ProfileSet">
|
||||
<PROFILE Id="RDK:383" Name="ImportBackgroundProfile" TypeName="ImportBackgroundType" />
|
||||
@@ -41341,12 +41343,12 @@ me.x
|
||||
</FOREACHLOOP>
|
||||
</FOREACHLOOP>
|
||||
</FUNCTION>
|
||||
<FUNCTION Id="RDK:25886771" Name="doPatternOmniflo" DesignTimeRemark="erzeugt ein Muster der selektierten Omniflo Elemente" InputTypeName="SSGParameter[]">
|
||||
<FUNCTION Id="RDK:25886771" Name="doPatternOmnifloGroup" DesignTimeRemark="erzeugt ein Muster der Gruppe selektierten Omniflo Elemente" InputTypeName="SSGParameter[]">
|
||||
<COMMENTS Id="RDK:25886682" DesignTimeRemark="Erzeuge ein Muster der selektierten Omniflo Elemente" />
|
||||
<GROUP Id="RDK:25886686" Name="Local Variables" SubType="VarSet" IncludeDate="0">
|
||||
<VAR Id="RDK:25886684" Name="selectedIds" Type="string[]">
|
||||
<SET Id="RDK:25886683" VarRef="me">
|
||||
<EXP><![CDATA[$=$Param.Input["key=selectedIs"].StrArr]]></EXP>
|
||||
<EXP><![CDATA[$=$Param.Input["key=selectedIds"].StrArr]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
@@ -41357,73 +41359,40 @@ me.x
|
||||
<EXP><![CDATA[$C$NOTHING]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<IFTHENELSE Id="RDK:25886935" Suppressed="True">
|
||||
<VALUECONDITION Value="true" Oper="OR">
|
||||
<EXP><![CDATA[$=$orientierung = 0]]></EXP>
|
||||
</VALUECONDITION>
|
||||
<VALUECONDITION Value="true">
|
||||
<EXP><![CDATA[$=$orientierung = 180]]></EXP>
|
||||
</VALUECONDITION>
|
||||
<GROUP Id="RDK:25886931" SubType="Then">
|
||||
<SET_STRUCT Id="RDK:25886929" VarRef="SSGParameter" ClearAll="True" ListRef="Offsets">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$x_offset]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$pair.coord * pair.direction_x]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<SET_STRUCT Id="RDK:25886930" VarRef="SSGParameter" ClearAll="True" ListRef="Offsets">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$y_offset]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$pair.coord * pair.direction_y]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int">
|
||||
<EXP><![CDATA[$=$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
</GROUP>
|
||||
<GROUP Id="RDK:25886934" SubType="Else">
|
||||
<SET_STRUCT Id="RDK:25886932" VarRef="SSGParameter" ClearAll="True" ListRef="Offsets">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$x_offset]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$pair.coord * pair.direction_x]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<SET_STRUCT Id="RDK:25886933" VarRef="SSGParameter" ClearAll="True" ListRef="Offsets">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$y_offset]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$pair.coord * pair.direction_y]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
</GROUP>
|
||||
</IFTHENELSE>
|
||||
<SET_STRUCT Id="RDK:25886929" VarRef="SSGParameter" ClearAll="True" ListRef="Offsets">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$x_offset]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$pair.coord * pair.direction_x]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<SET_STRUCT Id="RDK:25886930" VarRef="SSGParameter" ClearAll="True" ListRef="Offsets">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$y_offset]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$pair.coord * pair.direction_y]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int">
|
||||
<EXP><![CDATA[$=$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Boo" />
|
||||
<PAR Name="StrArr" />
|
||||
</SET_STRUCT>
|
||||
<SET Id="RDK:25886940" VarRef="Shape_Prototype">
|
||||
<EXP><![CDATA[$=$ShapeList["id="+shapeId]]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<SELECTCASE Id="RDK:25886988" Suppressed="True">
|
||||
<SELECTCASE Id="RDK:25886988">
|
||||
<EXP><![CDATA[$=$Shape_Prototype.family]]></EXP>
|
||||
<CASEGROUP Id="RDK:25886974" CaseType="0">
|
||||
<EXP><![CDATA[$C$Gefaellestrecke]]></EXP>
|
||||
<EXP><![CDATA[$C$OFGerade]]></EXP>
|
||||
<CALLFUNCTION Id="RDK:25886965">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$CreateCopyShapePrototype]]></EXP>
|
||||
@@ -41436,7 +41405,7 @@ me.x
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</CALLFUNCTION>
|
||||
<SET Id="RDK:25886966" VarRef="ShapeList["id="+newId].GefaelleDefinition.Beschreibung" Bookmarked="True">
|
||||
<SET Id="RDK:25886966" VarRef="ShapeList["id="+newId].OFGeradeType.Beschreibung" Bookmarked="True">
|
||||
<EXP><![CDATA[$=$Shape_Prototype.name]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
@@ -41503,7 +41472,7 @@ me.x
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<CALLFUNCTION Id="RDK:25886973">
|
||||
<CALLFUNCTION Id="RDK:25886973" Suppressed="True">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$LinkToKreisel]]></EXP>
|
||||
</PAR>
|
||||
@@ -41517,7 +41486,7 @@ me.x
|
||||
</CALLFUNCTION>
|
||||
</CASEGROUP>
|
||||
<CASEGROUP Id="RDK:25886979" CaseType="0">
|
||||
<EXP><![CDATA[$C$Foerderer]]></EXP>
|
||||
<EXP><![CDATA[$C$OFBogen]]></EXP>
|
||||
<CALLFUNCTION Id="RDK:25886975">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$CreateCopyShapePrototype]]></EXP>
|
||||
@@ -41530,7 +41499,7 @@ me.x
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</CALLFUNCTION>
|
||||
<SET Id="RDK:25886976" VarRef="ShapeList["id="+newId].FoerdererDefinition.Beschreibung" Bookmarked="True">
|
||||
<SET Id="RDK:25886976" VarRef="ShapeList["id="+newId].OFBogenType.Beschreibung" Bookmarked="True">
|
||||
<EXP><![CDATA[$=$Shape_Prototype.name]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
@@ -41546,7 +41515,7 @@ me.x
|
||||
<PAR Name="Boo" />
|
||||
<PAR Name="StrArr" />
|
||||
</SET_STRUCT>
|
||||
<CALLFUNCTION Id="RDK:25886978">
|
||||
<CALLFUNCTION Id="RDK:25886978" Suppressed="True">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$LinkToKreisel]]></EXP>
|
||||
</PAR>
|
||||
@@ -41560,7 +41529,7 @@ me.x
|
||||
</CALLFUNCTION>
|
||||
</CASEGROUP>
|
||||
<CASEGROUP Id="RDK:25886984" CaseType="0">
|
||||
<EXP><![CDATA[$C$VarioFoerderer]]></EXP>
|
||||
<EXP><![CDATA[$C$OFWeiche]]></EXP>
|
||||
<CALLFUNCTION Id="RDK:25886980">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$CreateCopyShapePrototype]]></EXP>
|
||||
@@ -41573,7 +41542,7 @@ me.x
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</CALLFUNCTION>
|
||||
<SET Id="RDK:25886981" VarRef="ShapeList["id="+newId].VarioFoerdererDefinition.Beschreibung" Bookmarked="True">
|
||||
<SET Id="RDK:25886981" VarRef="ShapeList["id="+newId].OFWeicheType.Beschreibung" Bookmarked="True">
|
||||
<EXP><![CDATA[$=$Shape_Prototype.name]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
@@ -41589,7 +41558,7 @@ me.x
|
||||
<PAR Name="Boo" />
|
||||
<PAR Name="StrArr" />
|
||||
</SET_STRUCT>
|
||||
<CALLFUNCTION Id="RDK:25886983">
|
||||
<CALLFUNCTION Id="RDK:25886983" Suppressed="True">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$LinkToKreisel]]></EXP>
|
||||
</PAR>
|
||||
@@ -41609,7 +41578,7 @@ me.x
|
||||
<EXP><![CDATA[$C$RDEngineering_UI]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="MsgText">
|
||||
<EXP><![CDATA[$C$Mustern nur möglich für Förder und Gefällestrecke]]></EXP>
|
||||
<EXP><![CDATA[$C$Mustern nur möglich für OFGerade, OFBogen und OFWeiche]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="MsgStyle">
|
||||
<EXP><![CDATA[$C$-1]]></EXP>
|
||||
@@ -41627,6 +41596,179 @@ me.x
|
||||
</CASEGROUP>
|
||||
</SELECTCASE>
|
||||
</FUNCTION>
|
||||
<FUNCTION Id="RDK:25908194" Name="doPatternOmnifloSingle" DesignTimeRemark="erzeugt ein Muster jedes der unzusammenhängenden selektierten Omniflo Elemente" InputTypeName="SSGParameter[]">
|
||||
<COMMENTS Id="RDK:25908160" DesignTimeRemark="Erzeuge ein Muster der selektierten Omniflo Elemente" />
|
||||
<GROUP Id="RDK:25908165" Name="Local Variables" SubType="VarSet" IncludeDate="0">
|
||||
<VAR Id="RDK:25908162" Name="selectedIds" Type="string[]">
|
||||
<SET Id="RDK:25908161" VarRef="me">
|
||||
<EXP><![CDATA[$=$Param.Input["key=selectedIds"].StrArr]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
<VAR Id="RDK:25908163" Name="shapeId" Type="string" />
|
||||
<VAR Id="RDK:25913193" Name="newId" Type="string" />
|
||||
<VAR Id="RDK:25908200" Name="direction_x" Type="double">
|
||||
<SET Id="RDK:25908207" VarRef="me">
|
||||
<EXP><![CDATA[$=$Param.Input["key=x"].Dbl]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
<VAR Id="RDK:25908202" Name="direction_y" Type="double">
|
||||
<SET Id="RDK:25908209" VarRef="me">
|
||||
<EXP><![CDATA[$=$Param.Input["key=y"].Dbl]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
<VAR Id="RDK:25908211" Name="coord_x" Type="double" />
|
||||
<VAR Id="RDK:25908213" Name="coord_y" Type="double" />
|
||||
<VAR Id="RDK:25908164" Name="Offsets" Type="SSGParameter[]" />
|
||||
</GROUP>
|
||||
<SET Id="RDK:25908166" VarRef="Offsets">
|
||||
<EXP><![CDATA[$C$NOTHING]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<FOREACHLOOP Id="RDK:25909215" ItemVarRef="shapeId">
|
||||
<PAR Name="ArrayValueExp">
|
||||
<EXP><![CDATA[$=$selectedIds]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ExitCondExp">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<SET Id="RDK:25908169" VarRef="Shape_Prototype">
|
||||
<EXP><![CDATA[$=$ShapeList["id="+shapeId]]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<SET Id="RDK:25908219" VarRef="coord_y">
|
||||
<EXP><![CDATA[$=$Shape_Prototype.y]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<SET Id="RDK:25908216" VarRef="coord_x">
|
||||
<EXP><![CDATA[$=$Shape_Prototype.x]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<SET_STRUCT Id="RDK:25908168" VarRef="SSGParameter" ClearAll="True" ListRef="Offsets">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$y_offset]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$coord_y + direction_y]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int">
|
||||
<EXP><![CDATA[$=$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<SET_STRUCT Id="RDK:25908167" VarRef="SSGParameter" ClearAll="True" ListRef="Offsets">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$x_offset]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$coord_x+ direction_x]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<SELECTCASE Id="RDK:25908193">
|
||||
<EXP><![CDATA[$=$Shape_Prototype.family]]></EXP>
|
||||
<CASEGROUP Id="RDK:25908179" CaseType="0">
|
||||
<EXP><![CDATA[$C$OFGerade]]></EXP>
|
||||
<CALLFUNCTION Id="RDK:25908170">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$CreateCopyShapePrototype]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="InputExp">
|
||||
<EXP><![CDATA[$=$Offsets]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ResultRef">
|
||||
<EXP><![CDATA[$V$newId]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</CALLFUNCTION>
|
||||
<SET Id="RDK:25908171" VarRef="ShapeList["id="+newId].OFGeradeType.name" Bookmarked="True">
|
||||
<EXP><![CDATA[$=$Shape_Prototype.name]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</CASEGROUP>
|
||||
<CASEGROUP Id="RDK:25908184" CaseType="0">
|
||||
<EXP><![CDATA[$C$OFBogen]]></EXP>
|
||||
<CALLFUNCTION Id="RDK:25908180">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$CreateCopyShapePrototype]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="InputExp">
|
||||
<EXP><![CDATA[$=$Offsets]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ResultRef">
|
||||
<EXP><![CDATA[$V$newId]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</CALLFUNCTION>
|
||||
<SET Id="RDK:25908181" VarRef="ShapeList["id="+newId].OFBogenType.name" Bookmarked="True">
|
||||
<EXP><![CDATA[$=$Shape_Prototype.name]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<SET_STRUCT Id="RDK:25908182" VarRef="SSGParameter" ClearAll="True" ListRef="UebergabeListe">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$newId]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Str">
|
||||
<EXP><![CDATA[$=$newId]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Dbl" />
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
<PAR Name="StrArr" />
|
||||
</SET_STRUCT>
|
||||
</CASEGROUP>
|
||||
<CASEGROUP Id="RDK:25908189" CaseType="0">
|
||||
<EXP><![CDATA[$C$OFWeiche]]></EXP>
|
||||
<CALLFUNCTION Id="RDK:25908185">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$CreateCopyShapePrototype]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="InputExp">
|
||||
<EXP><![CDATA[$=$Offsets]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ResultRef">
|
||||
<EXP><![CDATA[$V$newId]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</CALLFUNCTION>
|
||||
<SET Id="RDK:25908186" VarRef="ShapeList["id="+newId].OFWeicheType.name" Bookmarked="True">
|
||||
<EXP><![CDATA[$=$Shape_Prototype.name]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</CASEGROUP>
|
||||
<CASEGROUP Id="RDK:25908192" CaseType="1">
|
||||
<EXP />
|
||||
<ACTION_CALL Id="RDK:25908198" Name="RDEngineering_MsgBox" DesignTimeRemark="{Text}">
|
||||
<PAR Name="RDLibraryName">
|
||||
<EXP><![CDATA[$C$RDEngineering_UI]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="MsgText">
|
||||
<EXP><![CDATA[$C$Mustern nur möglich für OFGerade, OFBogen und OFWeiche]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="MsgStyle">
|
||||
<EXP><![CDATA[$C$-1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="BtnLayout">
|
||||
<EXP><![CDATA[$C$-1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="MsgCaption" />
|
||||
<PAR Name="BaloonType" />
|
||||
<PAR Name="BtnPressed">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
</ACTION_CALL>
|
||||
<EXIT_PROCESS Id="RDK:25908191" BreakType="4" ExitStatus="0" />
|
||||
</CASEGROUP>
|
||||
</SELECTCASE>
|
||||
</FOREACHLOOP>
|
||||
</FUNCTION>
|
||||
<FUNCTION Id="RDK:25886783" Name="createPatternOfSelected" DesignTimeRemark="erzeugt ein Muster der selektierten Elemente">
|
||||
<COMMENTS Id="RDK:25886778" DesignTimeRemark="Erzeuge ein Muster der selektierten Elemente" />
|
||||
<GROUP Id="RDK:25886782" Name="Local Variables" SubType="VarSet" IncludeDate="0">
|
||||
@@ -41641,7 +41783,7 @@ me.x
|
||||
<EXP><![CDATA[$=$NewListStr()]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<COMMENTS Id="RDK:25886838" DesignTimeRemark="ILS: Items of GF and Foerderer" DesignTimeTip="param" DesignTimeNotes="Process Name:
MAIN_SSG.rdx

Process Requires:


Author:


Creation Date:


Functionality:

Changes:
20231005 -1- \DVR
ERK-47
Höhenänderung Gefällestrecke (Pufferstrecke)


20230928 -1- \DVR
ERK-47
Höhenänderung Kreisel" />
|
||||
<COMMENTS Id="RDK:25886838" DesignTimeRemark="ILS: Items of GF and Foerderer" DesignTimeTip="param" />
|
||||
<LIST_ADD Id="RDK:25886840" ListRef="searchedTypesILS">
|
||||
<PAR Name="VALUE_TO_ADD">
|
||||
<EXP><![CDATA[$C$Gefaellestrecke]]></EXP>
|
||||
@@ -41671,7 +41813,7 @@ me.x
|
||||
<EXP><![CDATA[$=$IsEmpty(selectedIds)]]></EXP>
|
||||
</VALUECONDITION>
|
||||
<GROUP Id="RDK:25886846" SubType="Then">
|
||||
<COMMENTS Id="RDK:25886843" DesignTimeRemark="do the pattern of the selected elements" DesignTimeTip="param" DesignTimeNotes="Process Name:
MAIN_SSG.rdx

Process Requires:


Author:


Creation Date:


Functionality:

Changes:
20231005 -1- \DVR
ERK-47
Höhenänderung Gefällestrecke (Pufferstrecke)


20230928 -1- \DVR
ERK-47
Höhenänderung Kreisel" />
|
||||
<COMMENTS Id="RDK:25886843" DesignTimeRemark="do the pattern of the selected elements" DesignTimeTip="param" />
|
||||
<CALLFUNCTION Id="RDK:25886844">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$doPatternILS]]></EXP>
|
||||
@@ -41694,7 +41836,7 @@ me.x
|
||||
<EXP><![CDATA[$=$NewListStr()]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<COMMENTS Id="RDK:25886995" DesignTimeRemark="Omniflo" DesignTimeTip="param" DesignTimeNotes="Process Name:
MAIN_SSG.rdx

Process Requires:


Author:


Creation Date:


Functionality:

Changes:
20231005 -1- \DVR
ERK-47
Höhenänderung Gefällestrecke (Pufferstrecke)


20230928 -1- \DVR
ERK-47
Höhenänderung Kreisel" />
|
||||
<COMMENTS Id="RDK:25886995" DesignTimeRemark="Omniflo" DesignTimeTip="param" />
|
||||
<LIST_ADD Id="RDK:25886849" ListRef="searchedTypesOmniflo">
|
||||
<PAR Name="VALUE_TO_ADD">
|
||||
<EXP><![CDATA[$C$OFGerade]]></EXP>
|
||||
@@ -41744,7 +41886,7 @@ me.x
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$8]]></EXP>
|
||||
<EXP><![CDATA[$=$100]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
@@ -41756,7 +41898,7 @@ me.x
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$21]]></EXP>
|
||||
<EXP><![CDATA[$=$200]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
@@ -41804,7 +41946,7 @@ me.x
|
||||
<COMMENTS Id="RDK:25886853" DesignTimeRemark="do the pattern of the selected elements" DesignTimeTip="param" DesignTimeNotes="Process Name:
MAIN_SSG.rdx

Process Requires:


Author:


Creation Date:


Functionality:

Changes:
20231005 -1- \DVR
ERK-47
Höhenänderung Gefällestrecke (Pufferstrecke)


20230928 -1- \DVR
ERK-47
Höhenänderung Kreisel" />
|
||||
<SET_STRUCT Id="RDK:25906987" VarRef="SSGParameter" ClearAll="True" ListRef="MoveData">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$=$connected]]></EXP>
|
||||
<EXP><![CDATA[$C$connected]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="Str" />
|
||||
@@ -41816,7 +41958,7 @@ me.x
|
||||
</SET_STRUCT>
|
||||
<CALLFUNCTION Id="RDK:25886854">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$doPatternOmniflo]]></EXP>
|
||||
<EXP><![CDATA[$C$doPatternOmnifloGroup]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="InputExp">
|
||||
<EXP><![CDATA[$=$MoveData]]></EXP>
|
||||
@@ -41853,7 +41995,7 @@ me.x
|
||||
<GROUP Id="RDK:25906951" SubType="Else">
|
||||
<SET_STRUCT Id="RDK:25906985" VarRef="SSGParameter" ClearAll="True" ListRef="MoveData">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$=$connected]]></EXP>
|
||||
<EXP><![CDATA[$C$connected]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="Str" />
|
||||
@@ -41865,10 +42007,10 @@ me.x
|
||||
</SET_STRUCT>
|
||||
<CALLFUNCTION Id="RDK:25906953">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$doPatternOmniflo]]></EXP>
|
||||
<EXP><![CDATA[$C$doPatternOmnifloSingle]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="InputExp">
|
||||
<EXP><![CDATA[$=$selectedIds]]></EXP>
|
||||
<EXP><![CDATA[$=$MoveData]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ResultRef">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
@@ -48627,6 +48769,7 @@ me.x
|
||||
<PAR Name="Dbl" />
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
<PAR Name="StrArr" />
|
||||
</SET_STRUCT>
|
||||
<SET_STRUCT Id="RDK:19762295" VarRef="SSGParameter" ClearAll="True" ListRef="UebergabeListe">
|
||||
<PAR Name="Key">
|
||||
@@ -57644,6 +57787,7 @@ me.x
|
||||
<PAR Name="Options">
|
||||
<EXP><![CDATA[$C$(SINGLESELECT)]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="WebviewSubType" />
|
||||
</ACTION_CALL>
|
||||
<ACTION_CALL Id="RDK:24613395" Name="RDEngineering_ModernUIControl" DesignTimeRemark="{ActionType} {PanelName} <-- {UIType}:{Field} {Id} {ParentID}">
|
||||
<PAR Name="RDLibraryName">
|
||||
|
||||
Reference in New Issue
Block a user