Cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?AutomationStudio Version=4.0.20.56 SP?>
|
||||
<?AutomationStudio Version=4.0.29.87 SP?>
|
||||
<ProjectSettings xmlns="http://br-automation.co.at/AS/ProjectSettings">
|
||||
<Print Header="%lProject: %n%c%x" Footer="%cPage: %p" />
|
||||
<ConfigurationManager ActiveConfigurationName="Config1" />
|
||||
|
||||
@@ -11,6 +11,6 @@ VAR
|
||||
END_VAR
|
||||
(*//-----------------------------------------------------------------------------------------------------*)
|
||||
VAR RETAIN
|
||||
grAxisABSOffShaft1 : REAL;
|
||||
grAxisABSOffShaft2 : REAL;
|
||||
grAxisABSOffShaft1 : REAL; (*-1.023865e+07*)
|
||||
grAxisABSOffShaft2 : REAL; (*-5.107372e+07*)
|
||||
END_VAR
|
||||
|
||||
@@ -30,7 +30,11 @@ VAR
|
||||
udSteptime : UDINT; (*[ms]*)
|
||||
udSteptime2 : UDINT; (*[ms]*)
|
||||
udCycletime : UDINT;
|
||||
udBrushtime : UDINT := 1500;
|
||||
END_VAR
|
||||
VAR RETAIN
|
||||
udBrushtime : UDINT := 3000; (*1500*)
|
||||
END_VAR
|
||||
VAR
|
||||
udPartsShift : UDINT;
|
||||
udPartsOverall : UDINT;
|
||||
udPartsBelt : UDINT;
|
||||
|
||||
@@ -7,9 +7,9 @@ PROGRAM _CYCLIC
|
||||
|
||||
|
||||
IF EDGEPOS (bBlink0_1) THEN
|
||||
udSteptime := udSteptime + 100;
|
||||
udSteptime2 := udSteptime2 + 100;
|
||||
udCycletime := udCycletime + 100;
|
||||
udSteptime := udSteptime + 200;
|
||||
udSteptime2 := udSteptime2 + 200;
|
||||
udCycletime := udCycletime + 200;
|
||||
END_IF
|
||||
|
||||
|
||||
@@ -355,6 +355,7 @@ PROGRAM _CYCLIC
|
||||
|
||||
IF (bSafetyOkFP OR (bTransitionCondition AND (bEnableNextStep OR gbInStartProcess))) THEN
|
||||
enStepSST := enSSTStep_AX_BACK;
|
||||
bShiftBelt := TRUE;
|
||||
END_IF
|
||||
|
||||
|
||||
@@ -480,8 +481,8 @@ PROGRAM _CYCLIC
|
||||
//---------------------------
|
||||
enSSTStep_WAIT_BRUSHED:
|
||||
bTransitionCondition := (udSteptime >= udBrushtime);
|
||||
IF (udSteptime >= udBrushtime / 2) THEN
|
||||
bShiftBelt := TRUE;
|
||||
IF (udSteptime >= udBrushtime) THEN
|
||||
//bShiftBelt := TRUE;
|
||||
udPartsBelt := 0;
|
||||
END_IF
|
||||
|
||||
@@ -549,7 +550,7 @@ PROGRAM _CYCLIC
|
||||
enBeltStep_SHIFT_BELT:
|
||||
bBeltShiftFw := TRUE;
|
||||
gbOuBeltMotor := TRUE;
|
||||
bTransitionCondition := (udSteptime2 >= 500);
|
||||
bTransitionCondition := (udSteptime2 >= 1000);
|
||||
|
||||
IF bTransitionCondition THEN
|
||||
udSteptime2 := 0;
|
||||
@@ -563,7 +564,7 @@ PROGRAM _CYCLIC
|
||||
bBeltClampOutClose := TRUE;
|
||||
bBeltClampShiftClose := FALSE;
|
||||
|
||||
bTransitionCondition := (udSteptime2 >= 500);
|
||||
bTransitionCondition := (udSteptime2 >= 1000);
|
||||
|
||||
IF bTransitionCondition THEN
|
||||
udSteptime2 := 0;
|
||||
@@ -576,7 +577,7 @@ PROGRAM _CYCLIC
|
||||
enBeltStep_RETURN:
|
||||
bBeltShiftFw := FALSE;
|
||||
|
||||
bTransitionCondition := (udSteptime2 >= 200);
|
||||
bTransitionCondition := (udSteptime2 >= 400);
|
||||
|
||||
IF bTransitionCondition THEN
|
||||
udSteptime2 := 0;
|
||||
@@ -584,7 +585,7 @@ PROGRAM _CYCLIC
|
||||
bShiftBelt := FALSE;
|
||||
END_IF
|
||||
|
||||
//Hold Belt
|
||||
//Hold Belt
|
||||
//---------------------------
|
||||
enBeltStep_HOLD_BELT:
|
||||
gbOuBeltMotor := FALSE;
|
||||
@@ -592,7 +593,7 @@ PROGRAM _CYCLIC
|
||||
bBeltClampOutClose := FALSE;
|
||||
bBeltClampShiftClose := TRUE;
|
||||
|
||||
bTransitionCondition := (udSteptime2 >= 200);
|
||||
bTransitionCondition := (udSteptime2 >= 400);
|
||||
|
||||
IF bTransitionCondition THEN
|
||||
udSteptime2 := 0;
|
||||
@@ -651,6 +652,7 @@ PROGRAM _CYCLIC
|
||||
|
||||
IF EDGEPOS (gVCCommands.bErrorReset) OR (TOF_ResetAxisErrors.Q AND bBlink0_1) OR EDGEPOS (FALSE) THEN
|
||||
lAxisShaft1.Error.bAcknowledge := (lAxisShaft1.Error.uiID > 0);
|
||||
lAxisShaft2.Error.bAcknowledge := (lAxisShaft2.Error.uiID > 0);
|
||||
usErrorReset := 0;
|
||||
END_IF
|
||||
END_PROGRAM
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<AlarmSystem xmlns="http://br-automation.co.at/AS/VC/Project">
|
||||
<Property Name="HistoryLength" Value="1000"/>
|
||||
<Property Name="SnippetBufferSize" Value="150"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<AlarmGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="MachineAlarms">
|
||||
<Property Name="AcknowledgeImage" Value="None"/>
|
||||
<Property Name="ActiveBackColor" Value="4"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<AlarmGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="SystemAlarms">
|
||||
<Property Name="ActiveBackColor" Value="4"/>
|
||||
<Property Name="ActiveForeColor" Value="16"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<ComponentVersions xmlns="http://br-automation.co.at/AS/VC/Project">
|
||||
<ComponentVersion>
|
||||
<Property Name="ClassId" Value="0x00000500"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<DataSource xmlns="http://br-automation.co.at/AS/VC/Project" Name="DataSource">
|
||||
<Property Name="AutoRefresh" Value="False"/>
|
||||
<Property Name="DefaultUpdateTime" Value="200"/>
|
||||
@@ -285,15 +285,6 @@
|
||||
</DataPoint>
|
||||
</Folder>
|
||||
</Folder>
|
||||
<DataPoint Name="bEnableNextStep">
|
||||
<Property Name="ConnectedBySharedResource" Value="False"/>
|
||||
<Property Name="ConnectingVisus" Value="Visualization\Visu"/>
|
||||
<Property Name="Description" Value=""/>
|
||||
<Property Name="PLCType" Value="BOOL"/>
|
||||
<Property Name="UpdateTime" Value="Default"/>
|
||||
<Property Name="UserID" Value="None"/>
|
||||
<Property Name="VCType" Value="BOOL"/>
|
||||
</DataPoint>
|
||||
<Folder Name="lAxisShaft2">
|
||||
<Property Name="Description" Value=""/>
|
||||
<Property Name="FolderType" Value="Struct"/>
|
||||
@@ -314,11 +305,14 @@
|
||||
<DataPoint Name="udBrushtime">
|
||||
<Property Name="ConnectedBySharedResource" Value="False"/>
|
||||
<Property Name="ConnectingVisus" Value="Visualization\Visu"/>
|
||||
<Property Name="DPLimit" Value="Default"/>
|
||||
<Property Name="Description" Value=""/>
|
||||
<Property Name="PLCType" Value="UDINT"/>
|
||||
<Property Name="PLCUnit" Value="Source[relative:UnitGroup].Unit[PLC]"/>
|
||||
<Property Name="UnitGroup" Value="Source[global].UnitGroup[Time]"/>
|
||||
<Property Name="UpdateTime" Value="Default"/>
|
||||
<Property Name="UserID" Value="None"/>
|
||||
<Property Name="VCType" Value="INTEGER"/>
|
||||
<Property Name="VCType" Value="SCALED"/>
|
||||
</DataPoint>
|
||||
<DataPoint Name="bBeltChange">
|
||||
<Property Name="ConnectedBySharedResource" Value="False"/>
|
||||
@@ -403,15 +397,6 @@
|
||||
<Property Name="UserID" Value="None"/>
|
||||
<Property Name="VCType" Value="BOOL"/>
|
||||
</DataPoint>
|
||||
<DataPoint Name="bManualMode">
|
||||
<Property Name="ConnectedBySharedResource" Value="False"/>
|
||||
<Property Name="ConnectingVisus" Value="Visualization\Visu"/>
|
||||
<Property Name="Description" Value=""/>
|
||||
<Property Name="PLCType" Value="BOOL"/>
|
||||
<Property Name="UpdateTime" Value="Default"/>
|
||||
<Property Name="UserID" Value="None"/>
|
||||
<Property Name="VCType" Value="BOOL"/>
|
||||
</DataPoint>
|
||||
<DataPoint Name="bHomeMode">
|
||||
<Property Name="ConnectedBySharedResource" Value="False"/>
|
||||
<Property Name="ConnectingVisus" Value="Visualization\Visu"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<Languages xmlns="http://br-automation.co.at/AS/VC/Project">
|
||||
<Property Name="Default" Value="de"/>
|
||||
<Property Name="FallBackLanguage" Value="None"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<Project xmlns="http://br-automation.co.at/AS/VC/Project">
|
||||
<Property Name="EnableEvents" Value="False"/>
|
||||
<Property Name="SharedTargetResourceRoot" Value=""/>
|
||||
@@ -20,6 +20,7 @@
|
||||
<Source File="UnitGroups\Temperatures.vcug"/>
|
||||
<Source File="UnitGroups\Torque.vcug"/>
|
||||
<Source File="UnitGroups\Force.vcug"/>
|
||||
<Source File="UnitGroups\Time.vcug"/>
|
||||
<Source File="AlarmGroups\AlarmSystem.alcfg"/>
|
||||
<Source File="AlarmGroups\SystemAlarms.algrp"/>
|
||||
<Source File="AlarmGroups\MachineAlarms.algrp"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="AlarmAcknowledgeState">
|
||||
<Property Name="Description" Value="Texts for acknowledge state of an alarm - index 0-1 long, index 10-11 short"/>
|
||||
<Property Name="Index" Value="152"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="AlarmBypassState">
|
||||
<Property Name="Description" Value="Texts for the bypass state of an alarm - index 0-1 long, index 10-11 short"/>
|
||||
<Property Name="Index" Value="153"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="AlarmEvent">
|
||||
<Property Name="Description" Value="Texts for the event of an alarm - index 0-1 long, index 10-11 short"/>
|
||||
<Property Name="Index" Value="151"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="AlarmState">
|
||||
<Property Name="Description" Value="Texts for alarm state - index 0-1 long, index 10-11 short"/>
|
||||
<Property Name="Index" Value="150"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="DateTimeFormats">
|
||||
<Property Name="Description" Value="Formats for Date and Time"/>
|
||||
<Property Name="Index" Value="0"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="httpURL_SDM">
|
||||
<Property Name="Description" Value="URL Texts for SDM"/>
|
||||
<Property Name="Index" Value="1"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<UnitGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Force">
|
||||
<Property Name="DefaultDisplayUnit" Value="Source[embedded].Unit[KiloNewton]"/>
|
||||
<Property Name="DefaultLimit" Value="None"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<UnitGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Length">
|
||||
<Property Name="DefaultDisplayUnit" Value="Source[embedded].Unit[Millimeter]"/>
|
||||
<Property Name="DefaultLimit" Value="None"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<UnitGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Mass">
|
||||
<Property Name="DefaultDisplayUnit" Value="Source[embedded].Unit[Kilogramm]"/>
|
||||
<Property Name="DefaultLimit" Value="None"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<UnitGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Memory">
|
||||
<Property Name="DefaultDisplayUnit" Value="Source[embedded].Unit[Byte]"/>
|
||||
<Property Name="DefaultLimit" Value="None"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<UnitGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Power">
|
||||
<Property Name="DefaultDisplayUnit" Value="Source[embedded].Unit[Watt]"/>
|
||||
<Property Name="DefaultLimit" Value="None"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<UnitGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Pressure">
|
||||
<Property Name="DefaultDisplayUnit" Value="Source[embedded].Unit[Pascal]"/>
|
||||
<Property Name="DefaultLimit" Value="None"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<UnitGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Temperatures">
|
||||
<Property Name="DefaultDisplayUnit" Value="Source[embedded].Unit[Celsius]"/>
|
||||
<Property Name="DefaultLimit" Value="None"/>
|
||||
|
||||
61
Logical/VCShared/UnitGroups/Time.vcug
Normal file
61
Logical/VCShared/UnitGroups/Time.vcug
Normal file
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<UnitGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Time">
|
||||
<Property Name="DefaultDisplayUnit" Value="Source[embedded].Unit[Seconds]"/>
|
||||
<Property Name="DefaultLimit" Value="None"/>
|
||||
<Property Name="DefaultPLCUnit" Value="Source[embedded].Unit[PLC]"/>
|
||||
<Property Name="Description" Value=""/>
|
||||
<Property Name="InternalUnitTextIndex" Value="0"/>
|
||||
<Property Name="RuntimeUnitChange" Value="None"/>
|
||||
<Property Name="RuntimeUnitCurrentDatapoint" Value="None"/>
|
||||
<TextGroup Name="TextGroup_1">
|
||||
<Property Name="Description" Value=""/>
|
||||
<Property Name="Index" Value="65536"/>
|
||||
<TextSnippets/>
|
||||
<TextLayer LanguageId="de">
|
||||
<Text ID="96922" Value=""/>
|
||||
<Text ID="96923" Value="Miliseconds"/>
|
||||
<Text ID="96924" Value="ms"/>
|
||||
<Text ID="96925" Value="Seconds"/>
|
||||
<Text ID="96926" Value="s"/>
|
||||
</TextLayer>
|
||||
<IndexMap>
|
||||
<Index ID="96922" Value="0"/>
|
||||
<Index ID="96923" Value="1"/>
|
||||
<Index ID="96924" Value="2"/>
|
||||
<Index ID="96925" Value="3"/>
|
||||
<Index ID="96926" Value="4"/>
|
||||
</IndexMap>
|
||||
</TextGroup>
|
||||
<Units>
|
||||
<Unit ClassId="0x00000603" Name="PLC">
|
||||
<Property Name="DefaultPrecisionDatapoint" Value="None"/>
|
||||
<Property Name="Description" Value=""/>
|
||||
<Property Name="Index" Value="0"/>
|
||||
<Property Name="Text_Abbreviation_TextGroup" Value="None"/>
|
||||
<Property Name="Text_Abbreviation_TextIndex" Value="2"/>
|
||||
<Property Name="Text_Description_TextGroup" Value="None"/>
|
||||
<Property Name="Text_Description_TextIndex" Value="1"/>
|
||||
<Property Name="UnitFraction" Value="False"/>
|
||||
<Property Name="Unit_DefaultPrecision" Value="0"/>
|
||||
<Property Name="Value[0].Internal" Value="0"/>
|
||||
<Property Name="Value[0].Scaled" Value="0"/>
|
||||
<Property Name="Value[1].Internal" Value="1"/>
|
||||
<Property Name="Value[1].Scaled" Value="1"/>
|
||||
</Unit>
|
||||
<Unit ClassId="0x00000602" Name="Seconds">
|
||||
<Property Name="DefaultPrecisionDatapoint" Value="None"/>
|
||||
<Property Name="Description" Value=""/>
|
||||
<Property Name="Factor" Value="0.001"/>
|
||||
<Property Name="Index" Value="1"/>
|
||||
<Property Name="Offset" Value="0"/>
|
||||
<Property Name="Text_Abbreviation_TextGroup" Value="None"/>
|
||||
<Property Name="Text_Abbreviation_TextIndex" Value="4"/>
|
||||
<Property Name="Text_Description_TextGroup" Value="None"/>
|
||||
<Property Name="Text_Description_TextIndex" Value="3"/>
|
||||
<Property Name="UnitFraction" Value="False"/>
|
||||
<Property Name="Unit_DefaultPrecision" Value="1"/>
|
||||
</Unit>
|
||||
</Units>
|
||||
<Limits/>
|
||||
</UnitGroup>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<UnitGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Torque">
|
||||
<Property Name="DefaultDisplayUnit" Value="Source[embedded].Unit[Newtonmeter]"/>
|
||||
<Property Name="DefaultLimit" Value="None"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<UnitGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Volume">
|
||||
<Property Name="DefaultDisplayUnit" Value="Source[embedded].Unit[Liter]"/>
|
||||
<Property Name="DefaultLimit" Value="None"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<BitmapGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="AlarmAcknowledgeState">
|
||||
<Property Name="Description" Value="Bitmap group for acknowledge state of an alarm"/>
|
||||
<Property Name="Index" Value="151"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<BitmapGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="AlarmBypassState">
|
||||
<Property Name="Description" Value="Bitmap group for bypass state of an alarm"/>
|
||||
<Property Name="Index" Value="152"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<BitmapGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="AlarmEvent">
|
||||
<Property Name="Description" Value="Bitmap group for the event of an alarm"/>
|
||||
<Property Name="Index" Value="153"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<BitmapGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="AlarmState">
|
||||
<Property Name="Description" Value="Bitmap group for alarm state"/>
|
||||
<Property Name="Index" Value="150"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<BitmapGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Borders">
|
||||
<Property Name="Description" Value="Bitmap group for borders"/>
|
||||
<Property Name="Index" Value="3"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<BitmapGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Buttons">
|
||||
<Property Name="Description" Value=""/>
|
||||
<Property Name="Index" Value="5"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<BitmapGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="GlobalArea">
|
||||
<Property Name="Description" Value="Bitmap group for global area elements"/>
|
||||
<Property Name="Index" Value="4"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<BitmapGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Pads">
|
||||
<Property Name="Description" Value="Bitmap group for input pads"/>
|
||||
<Property Name="Index" Value="1"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<BitmapGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Pages">
|
||||
<Property Name="Description" Value="Bitmap group for page design elements"/>
|
||||
<Property Name="Index" Value="2"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<BitmapGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="msgBox">
|
||||
<Property Name="Description" Value="Bitmaps for Message Box"/>
|
||||
<Property Name="Index" Value="0"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<LogicalFont xmlns="http://br-automation.co.at/AS/VC/Project" Name="Button">
|
||||
<Property Name="Description" Value="font for buttons"/>
|
||||
<Property Name="Index" Value="2"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<LogicalFont xmlns="http://br-automation.co.at/AS/VC/Project" Name="Default">
|
||||
<Property Name="Description" Value="font for simple texts"/>
|
||||
<Property Name="Index" Value="0"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<LogicalFont xmlns="http://br-automation.co.at/AS/VC/Project" Name="Header">
|
||||
<Property Name="Description" Value="font for header"/>
|
||||
<Property Name="Index" Value="1"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<LogicalFont xmlns="http://br-automation.co.at/AS/VC/Project" Name="Html_SDM">
|
||||
<Property Name="Description" Value="font for SDM HTML view"/>
|
||||
<Property Name="Index" Value="4"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<LogicalFont xmlns="http://br-automation.co.at/AS/VC/Project" Name="Info">
|
||||
<Property Name="Description" Value="font for informational outputs"/>
|
||||
<Property Name="Index" Value="6"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<LogicalFont xmlns="http://br-automation.co.at/AS/VC/Project" Name="Input">
|
||||
<Property Name="Description" Value="font for inputs"/>
|
||||
<Property Name="Index" Value="3"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<LogicalFont xmlns="http://br-automation.co.at/AS/VC/Project" Name="Status">
|
||||
<Property Name="Description" Value="font for status texts"/>
|
||||
<Property Name="Index" Value="5"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<Layer xmlns="http://br-automation.co.at/AS/VC/Project" Name="globalArea">
|
||||
<Property Name="BackColor" Value="15"/>
|
||||
<Property Name="Description" Value="Header & Navigation"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.16.81 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<Layer xmlns="http://br-automation.co.at/AS/VC/Project" Name="globalAreaSDM">
|
||||
<Property Name="BackColor" Value="15"/>
|
||||
<Property Name="Description" Value="Header & Navigation"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<Layer xmlns="http://br-automation.co.at/AS/VC/Project" Name="msgBox">
|
||||
<Property Name="BackColor" Value="9"/>
|
||||
<Property Name="Description" Value="Message Box"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<Project xmlns="http://br-automation.co.at/AS/VC/Project">
|
||||
<Property Name="Backlight" Value="False"/>
|
||||
<Property Name="BacklightIgnoreFirst" Value="False"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<Page xmlns="http://br-automation.co.at/AS/VC/Project" Name="tmpl10_MainPage">
|
||||
<Property Name="Description" Value="Template main page - basic machine interface"/>
|
||||
<Property Name="Height" Value="240"/>
|
||||
@@ -141,7 +141,7 @@
|
||||
<Property Name="Description" Value=""/>
|
||||
<Property Name="Event_Position" Value="None"/>
|
||||
<Property Name="GroupNumber_Position" Value="None"/>
|
||||
<Property Name="Height" Value="26"/>
|
||||
<Property Name="Height" Value="30"/>
|
||||
<Property Name="Input" Value="False"/>
|
||||
<Property Name="Left" Value="6"/>
|
||||
<Property Name="Node1" Value="User order"/>
|
||||
@@ -150,7 +150,7 @@
|
||||
<Property Name="SortOrder" Value="Descending"/>
|
||||
<Property Name="Source" Value="Current"/>
|
||||
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
|
||||
<Property Name="Top" Value="187"/>
|
||||
<Property Name="Top" Value="184"/>
|
||||
<Property Name="Width" Value="309"/>
|
||||
</Control>
|
||||
<Control ClassId="0x00001002" Name="butJog1">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<Page xmlns="http://br-automation.co.at/AS/VC/Project" Name="tmpl11_Config">
|
||||
<Property Name="Description" Value="Template setup page - system configuration"/>
|
||||
<Property Name="Height" Value="240"/>
|
||||
@@ -37,10 +37,59 @@
|
||||
<Property Name="Width" Value="320"/>
|
||||
<Property Name="Z-Order" Value="1"/>
|
||||
<TextGroup>
|
||||
<TextLayer LanguageId="de"/>
|
||||
<IndexMap/>
|
||||
<TextLayer LanguageId="de">
|
||||
<Text ID="96921" Value="Bürstzeit"/>
|
||||
</TextLayer>
|
||||
<IndexMap>
|
||||
<Index ID="96921" Value="0"/>
|
||||
</IndexMap>
|
||||
</TextGroup>
|
||||
<Controls/>
|
||||
<Controls>
|
||||
<Control ClassId="0x00001004" Name="Text_1">
|
||||
<Property Name="ControlID" Value="0"/>
|
||||
<Property Name="Description" Value=""/>
|
||||
<Property Name="Height" Value="20"/>
|
||||
<Property Name="Left" Value="30"/>
|
||||
<Property Name="SimulationIndex" Value="0"/>
|
||||
<Property Name="SimulationValue" Value=""/>
|
||||
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
|
||||
<Property Name="TextGroup" Value="Source[embedded].TextGroup"/>
|
||||
<Property Name="TextIndexOffset" Value="0"/>
|
||||
<Property Name="TextSource" Value="SingleText"/>
|
||||
<Property Name="Top" Value="50"/>
|
||||
<Property Name="Width" Value="90"/>
|
||||
</Control>
|
||||
<Control ClassId="0x00001007" Name="Numeric_1">
|
||||
<Property Name="ControlID" Value="0"/>
|
||||
<Property Name="Description" Value=""/>
|
||||
<Property Name="Height" Value="30"/>
|
||||
<Property Name="Input" Value="True"/>
|
||||
<Property Name="InputCancel" Value="Lost Focus"/>
|
||||
<Property Name="InputComma" Value="Explicit"/>
|
||||
<Property Name="InputConfirm" Value="Enter"/>
|
||||
<Property Name="InputMinus" Value="Normal"/>
|
||||
<Property Name="InputNext" Value="Enter"/>
|
||||
<Property Name="InputStart" Value="Any Key"/>
|
||||
<Property Name="InputTouchpad" Value="Source[local].TouchPad[NumPad]"/>
|
||||
<Property Name="InputUpDown" Value="Disabled"/>
|
||||
<Property Name="Left" Value="150"/>
|
||||
<Property Name="MaxDatapoint" Value="None"/>
|
||||
<Property Name="MaxValue" Value="None"/>
|
||||
<Property Name="MinDatapoint" Value="None"/>
|
||||
<Property Name="MinValue" Value="None"/>
|
||||
<Property Name="SimulationValue" Value="0"/>
|
||||
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
|
||||
<Property Name="TeachDatapoint" Value="None"/>
|
||||
<Property Name="Top" Value="40"/>
|
||||
<Property Name="UnitText" Value="Abbreviation"/>
|
||||
<Property Name="UnitTextAlignment" Value="Left"/>
|
||||
<Property Name="UnitTextPosition" Value="Right"/>
|
||||
<Property Name="UnitTextWidth" Value="0"/>
|
||||
<Property Name="ValueDatapoint" Value="Source[global].Variable[DataSource.Axises.SSTCtrl.udBrushtime]"/>
|
||||
<Property Name="ValueMode" Value="Standard"/>
|
||||
<Property Name="Width" Value="100"/>
|
||||
</Control>
|
||||
</Controls>
|
||||
<KeyMapping>
|
||||
<VirtualKey Name="pageAlarmHistory">
|
||||
<Property Name="Description" Value=""/>
|
||||
@@ -213,6 +262,15 @@
|
||||
</KeyMapping>
|
||||
</Layer>
|
||||
</Layers>
|
||||
<MovementOrder/>
|
||||
<TabSequence/>
|
||||
<MovementOrder>
|
||||
<MovementEntry Control="Source[embedded].Layer[FrameLayer].Control[Numeric_1]">
|
||||
<Property Name="Down" Value="Source[embedded].Layer[FrameLayer].Control[Numeric_1]"/>
|
||||
<Property Name="Left" Value="Source[embedded].Layer[FrameLayer].Control[Numeric_1]"/>
|
||||
<Property Name="Right" Value="Source[embedded].Layer[FrameLayer].Control[Numeric_1]"/>
|
||||
<Property Name="Up" Value="Source[embedded].Layer[FrameLayer].Control[Numeric_1]"/>
|
||||
</MovementEntry>
|
||||
</MovementOrder>
|
||||
<TabSequence>
|
||||
<TabSeqItem Index="0" Value="Source[embedded].Layer[FrameLayer].Control[Numeric_1]"/>
|
||||
</TabSequence>
|
||||
</Page>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.16.81 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<Page xmlns="http://br-automation.co.at/AS/VC/Project" Name="tmpl30_AlarmPage">
|
||||
<Property Name="Description" Value="Template alarm page - current alarms"/>
|
||||
<Property Name="Height" Value="240"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.16.81 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<Page xmlns="http://br-automation.co.at/AS/VC/Project" Name="tmpl31_AlarmHistoryPage">
|
||||
<Property Name="Description" Value="Template alarm history page - historical alarms"/>
|
||||
<Property Name="Height" Value="240"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.16.81 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<Page xmlns="http://br-automation.co.at/AS/VC/Project" Name="tmpl60_Setup">
|
||||
<Property Name="Description" Value="Template setup page - system configuration"/>
|
||||
<Property Name="Height" Value="240"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<Palette xmlns="http://br-automation.co.at/AS/VC/Project">
|
||||
<PaletteColor Index="0" Value="#000000"/>
|
||||
<PaletteColor Index="1" Value="#0000AA"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Buttons_PageTexts">
|
||||
<Property Name="Description" Value="Texts for elements on pages"/>
|
||||
<Property Name="Index" Value="14"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="HeaderBar">
|
||||
<Property Name="Description" Value="Texts for header bar"/>
|
||||
<Property Name="Index" Value="12"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="Languages">
|
||||
<Property Name="Description" Value="Texts for languages"/>
|
||||
<Property Name="Index" Value="0"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="MachModes">
|
||||
<Property Name="Description" Value=""/>
|
||||
<Property Name="Index" Value="1"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="PageNames">
|
||||
<Property Name="Description" Value="Texts for page names"/>
|
||||
<Property Name="Index" Value="13"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.14.207"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<Trend xmlns="http://br-automation.co.at/AS/VC/Project" Name="TrendForce">
|
||||
<Property Name="BackColor" Value="252"/>
|
||||
<Property Name="Cursor1" Value="False"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.0.20.56 SP"?>
|
||||
<?AutomationStudio Version="4.0.24.45 SP"?>
|
||||
<KeyMapping xmlns="http://br-automation.co.at/AS/VC/Project">
|
||||
<VirtualKey Name="AlarmAcknowledge">
|
||||
<Property Name="Description" Value=""/>
|
||||
|
||||
Binary file not shown.
@@ -1,32 +0,0 @@
|
||||
[config]
|
||||
rule: CYCLICSYSTEM/SystemTick, 400, 10000, 1, 17046
|
||||
rule: CYCLICSYSTEM/IDLETIME/CycleTime, 800, 100000, 1, 17047
|
||||
rule: CYCLICSYSTEM/IDLETIME/IdleTime, 400, 10000, 1, 17048
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#1/CycleTime, 400, 60000000, 1, 17027
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#1/Tolerance, 0, 60000000, 1, 17033
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#1/Stack, 1024, 1048576, 1, 17010
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#2/CycleTime, 400, 60000000, 1, 17027
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#2/Tolerance, 0, 60000000, 1, 17033
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#2/Stack, 1024, 1048576, 1, 17010
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#3/CycleTime, 400, 60000000, 1, 17027
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#3/Tolerance, 0, 60000000, 1, 17033
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#3/Stack, 1024, 1048576, 1, 17010
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#4/CycleTime, 400, 60000000, 1, 17027
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#4/Tolerance, 0, 60000000, 1, 17033
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#4/Stack, 1024, 1048576, 1, 17010
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#5/CycleTime, 400, 60000000, 1, 17027
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#5/Tolerance, 0, 60000000, 1, 17033
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#5/Stack, 1024, 1048576, 1, 17010
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#6/CycleTime, 400, 60000000, 1, 17027
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#6/Tolerance, 0, 60000000, 1, 17033
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#6/Stack, 1024, 1048576, 1, 17010
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#7/CycleTime, 400, 60000000, 1, 17027
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#7/Tolerance, 0, 60000000, 1, 17033
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#7/Stack, 1024, 1048576, 1, 17010
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#8/CycleTime, 400, 60000000, 1, 17027
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#8/Tolerance, 0, 60000000, 1, 17033
|
||||
rule: CYCLICSYSTEM/TASKCLASSES/TC#8/Stack, 1024, 1048576, 1, 17010
|
||||
rule: DEVICES/USERRAM/PhysDeviceName, 0, 0, 0, 0, 1
|
||||
rule: DEVICES/REMMEM/PhysDeviceName, 0, 0, 0, 0, 1
|
||||
rule: DEVICES/USERRAM/LEN, 0,2147483647, 1, 0, 0, 1, 399
|
||||
rule: DEVICES/REMMEM/LEN, 0, 32512, 1, 0
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user