AS Upgrade - New Safedesigner - Changed Behaviour when Machine Disabled

This commit is contained in:
2022-02-15 09:15:17 +01:00
parent faed78f8ec
commit aec9b49d70
10 changed files with 37 additions and 27 deletions

View File

@@ -74,12 +74,12 @@ PROGRAM _CYCLIC
FUBs.TOF_VaccumCleaner.PT := Parameter.tVaccuumCleaner;
FUBs.TOF_VaccumCleaner ();
gbOuVaccuumCleaner := gbSPLCInDoorzoneOkRob1 AND gMachine1.bMachineON AND FUBs.TOF_VaccumCleaner.Q;
gbOuVaccuumCleaner := gbSPLCInDoorzoneOkRob1 AND gMachine1.bMachineON AND NOT gMachine1.bDisableMachine AND FUBs.TOF_VaccumCleaner.Q;
gbOuMotorConveyor := gbSPLCInDoorzoneOkRob1 AND gMachine1.bMachineON AND NOT bStopConv AND
gbOuMotorConveyor := gbSPLCInDoorzoneOkRob1 AND gMachine1.bMachineON AND NOT gMachine1.bDisableMachine AND NOT bStopConv AND
((FUBs.TON_PosFillBunker1.Q AND States.bFillBunker1) OR
(FUBs.TON_PosFillBunker2.Q AND States.bFillBunker2));
(FUBs.TON_PosFillBunker2.Q AND States.bFillBunker2));
FUBs.TON_Runtime.IN := gbOuMotorConveyor;
FUBs.TON_Runtime.PT := Parameter.tRuntime;

View File

@@ -720,13 +720,13 @@ END_IF;
//Gurtb<EFBFBD>nder
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gbOuMotorBelt1 := NOT (TON_Pickup1Bearing1Full.Q AND TON_Pickup1Bearing2Full.Q AND TON_Pickup1Bearing3Full.Q AND TON_Pickup1Bearing4Full.Q AND TON_Pickup1Loaded.Q)
AND bSafetyOk;
AND bSafetyOk AND NOT lMachine.bDisableMachine;
IF gbOuMotorBelt1 AND bBlinkEdge_01 THEN
udSteptimeBelt1 := udSteptimeBelt1 + 100;
END_IF
gbOuMotorBelt2 := NOT (TON_Pickup2Bearing1Full.Q AND TON_Pickup2Bearing2Full.Q AND TON_Pickup2Bearing3Full.Q AND TON_Pickup2Bearing4Full.Q AND TON_Pickup2Loaded.Q)
AND bSafetyOk;
AND bSafetyOk AND NOT lMachine.bDisableMachine;
IF gbOuMotorBelt2 AND bBlinkEdge_01 THEN
udSteptimeBelt2 := udSteptimeBelt2 + 100;
END_IF
@@ -763,7 +763,15 @@ END_IF;
gbOuPusherBelt2Fw := FALSE;
END_IF
//Zelle deaktiviert - Motoren aus
IF lMachine.bDisableMachine THEN
gbOuMotorBunker1 := FALSE;
gbOuMotorBelt1 := FALSE;
gbOuMotorBunker2 := FALSE;
gbOuMotorBelt2 := FALSE;
gbOuPusherBelt1Fw := FALSE;
gbOuPusherBelt2Fw := FALSE;
END_IF
//Wiederstart verhindern

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?AutomationStudio Version=4.2.6.110 SP?>
<?AutomationStudio Version=4.2.11.97 SP?>
<Cpu xmlns="http://br-automation.co.at/AS/Cpu">
<Objects>
<Object Type="File" Description="Software configuration">Cpu.sw</Object>
@@ -18,7 +18,7 @@
<Build GccVersion="4.1.2" />
<DefaultTargetMemory Tasks="UserROM" />
<Opc WindowsServer="false" />
<Transfer AdditionalUserDir="E:\src42\KD_Pliessnig\" AddToUserPart="false" DownloadMode="Overload" ExecuteInitExitProgram="false" ForceInitialTransfer="false" KeepNonVolatileMemory="false" PreserveVariableValues="true" ProjectConsistent="true" PromptBeforeProject="true" RebootDuringTransfer="false" UserFilesIgnoreDifference="false" />
<Transfer AdditionalUserDir="E:\src42\KD_Pliessnig\" AddToUserPart="false" DownloadMode="Overload" ExecuteInitExitProgram="true" ForceInitialTransfer="false" KeepNonVolatileMemory="false" PreserveVariableValues="true" ProjectConsistent="true" PromptBeforeProject="true" RebootDuringTransfer="false" UserFilesIgnoreDifference="false" />
<Vc FirmwareVersion="V4.26.1" />
<Io Supervision="false" />
<Safety SafetyRelease="1.9" />

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?AutomationStudio Version=4.2.11.97 SP?>
<BusConfiguration Version="4.0" ARVersion="42510" SafetyRelease="1.9" Communication="/IF=tcpip /LOPO=11159 /SA=33 /RT=1000 /AM=* /SDT=5 /DAIP=192.168.100.75 /REPO=11159 /ANSL=1 /PT=11169 /PORT=50000">
<Module ID="IF1.ST1.IF1.ST2" Name="X20SLX410" Hardware="X20SLX410" SafeLogicID="1" SafeModuleID="1" HWC_Revision="1.10.0.0" FrontFoto="X20SLX410.front.png" Icon="hw_x20si.ico" HWTypeCode="31" HWC_LastEdit="12.05.2016 08:28:32" ProjectSL="1" Description-de="X20 SafeLOGIC Compact, 4xE, 24V, 2xKAT4" Description-en="X20 SafeLOGIC Compact, 4xI, 24V, 2xCAT4" AdditionalSADR="10" MaxSL2SLChannels="2" CommissioningLocal="1" RevisionNumber="1" PasswordSupport="true" FunctionMode="3" SDPayLoad="8" TypicalSafeInputSize="8" TypicalSafeOutputSize="2" TypicalInputSize="20" TypicalOutputSize="20" CRC-de="2857870134" CRC-en="3305021915" CRC-fr="4163570485" CRC-data="3109151615" CRC-default="3046346682" FromSafetyRelease="1.8" ToSafetyRelease="1.9">
<BusConfiguration Version="4.0" ARVersion="42510" SafetyRelease="1.9" Communication="/IF=tcpip /LOPO=11159 /SA=1 /RT=5000 /AM=* /SDT=5 /DAIP=192.168.6.133 /REPO=11159 /ANSL=1 /PT=11169 /PORT=50000">
<Module ID="IF1.ST1.IF1.ST2" Name="X20SLX410" Hardware="X20SLX410" SafeLogicID="1" SafeModuleID="1" HWC_Revision="1.10.9.0" FrontFoto="X20SLX410.front.png" Icon="hw_x20si.ico" HWTypeCode="31" HWC_LastEdit="18.10.2018 08:45:52" ProjectSL="1" Description-de="X20 SafeLOGIC Compact, 4xE, 24V, 2xKAT4" Description-en="X20 SafeLOGIC Compact, 4xI, 24V, 2xCAT4" AdditionalSADR="10" MaxSL2SLChannels="2" CommissioningLocal="1" RevisionNumber="1" PasswordSupport="true" FunctionMode="3" SDPayLoad="8" TypicalSafeInputSize="8" TypicalSafeOutputSize="2" TypicalInputSize="20" TypicalOutputSize="20" CRC-de="2857870134" CRC-en="3305021915" CRC-fr="4163570485" CRC-data="3109151615" CRC-default="3046346682" FromSafetyRelease="1.8" ToSafetyRelease="1.9">
<Template ID="ExternalMOs" Type="UDINT">
<Parameter ID="0" Name-en="No" Name-de="Nein" Name-fr="DE" />
<Parameter ID="64" Name-en="Yes-ATTENTION" Name-de="Ja-ACHTUNG" Name-fr="SUR" />
@@ -393,7 +393,7 @@
<Channel ID="UDINT0" Repeat="2" Direction="OUT" Type="UDINT" Group="CPU_SafeLOGIC" Digits="2" CrossLink="true" Active="0" />
<ExternalMachineOption ID="ExternalMachineOption" Repeat="64" Direction="IN" Active="64" Safe="true" Type="BOOL" Group="ExternalMachineOptionsBIT" Digits="3" />
</Module>
<Module ID="IF1.ST1.IF1.ST3" Name="X20SC2212" Hardware="X20SC2212" SafeLogicID="1" SafeModuleID="2" HWC_Revision="1.10.0.1" FrontFoto="X20SC2212.front.png" Icon="hw_x20sdm.ico" HWTypeCode="59" HWC_LastEdit="04.05.2016 08:37:02" Description-de="X20 Safe Mischmodul, 6xI 24V, 2xO 24V 0.5A" Description-en="X20 Safe Combined Module, 6xI 24V, 2xO 24V 0.5A" AdditionalSADR="0" RevisionNumber="1" SDPayLoad="8" TypicalSafeInputSize="5" TypicalSafeOutputSize="2" TypicalInputSize="1" TypicalOutputSize="1" CRC-de="2561921528" CRC-en="2847970589" CRC-fr="529648165" CRC-data="2674270847" CRC-default="686478479" SafeIN="21" SafeOUT="15" FromSafetyRelease="1.9" ToSafetyRelease="1.9">
<Module ID="IF1.ST1.IF1.ST3" Name="X20SC2212" Hardware="X20SC2212" SafeLogicID="1" SafeModuleID="2" HWC_Revision="1.10.9.1" FrontFoto="X20SC2212.front.png" Icon="hw_x20sdm.ico" HWTypeCode="59" HWC_LastEdit="26.04.2019 13:13:56" Description-de="X20 Safe Mischmodul, 6xI 24V, 2xO 24V 0.5A" Description-en="X20 Safe Combined Module, 6xI 24V, 2xO 24V 0.5A" AdditionalSADR="0" RevisionNumber="1" SDPayLoad="8" TypicalSafeInputSize="5" TypicalSafeOutputSize="2" TypicalInputSize="1" TypicalOutputSize="1" CRC-de="2561921528" CRC-en="2847970589" CRC-fr="529648165" CRC-data="2674270847" CRC-default="686478479" SafeIN="21" SafeOUT="15" FromSafetyRelease="1.9" ToSafetyRelease="1.9">
<Template ID="OptChoice" Type="USINT">
<Parameter ID="0" Name-en="No" Name-de="Nein" Name-fr="DE" />
<Parameter ID="1" Name-en="Yes" Name-de="Ja" Name-fr="SUR" />
@@ -832,7 +832,7 @@
<Channel ID="PhysicalStateOutput1" Description-de="Rücklesewert des Kanals" Description-en="Read back value of channel" Address="0" BitOffset="0" Direction="IN" Type="BOOL" CrossLink="true" />
<Channel ID="PhysicalStateOutput2" Description-de="Rücklesewert des Kanals" Description-en="Read back value of channel" Address="0" BitOffset="1" Direction="IN" Type="BOOL" CrossLink="true" />
</Module>
<Module ID="IF1.ST1.IF1.ST4" Name="X20SC2212a" Hardware="X20SC2212" SafeLogicID="1" SafeModuleID="3" HWC_Revision="1.10.0.1" FrontFoto="X20SC2212.front.png" Icon="hw_x20sdm.ico" HWTypeCode="59" HWC_LastEdit="04.05.2016 08:37:02" Description-de="X20 Safe Mischmodul, 6xI 24V, 2xO 24V 0.5A" Description-en="X20 Safe Combined Module, 6xI 24V, 2xO 24V 0.5A" AdditionalSADR="0" RevisionNumber="1" SDPayLoad="8" TypicalSafeInputSize="5" TypicalSafeOutputSize="2" TypicalInputSize="1" TypicalOutputSize="1" CRC-de="2561921528" CRC-en="2847970589" CRC-fr="529648165" CRC-data="2674270847" CRC-default="686478479" SafeIN="21" SafeOUT="15" FromSafetyRelease="1.9" ToSafetyRelease="1.9">
<Module ID="IF1.ST1.IF1.ST4" Name="X20SC2212a" Hardware="X20SC2212" SafeLogicID="1" SafeModuleID="3" HWC_Revision="1.10.9.1" FrontFoto="X20SC2212.front.png" Icon="hw_x20sdm.ico" HWTypeCode="59" HWC_LastEdit="26.04.2019 13:13:56" Description-de="X20 Safe Mischmodul, 6xI 24V, 2xO 24V 0.5A" Description-en="X20 Safe Combined Module, 6xI 24V, 2xO 24V 0.5A" AdditionalSADR="0" RevisionNumber="1" SDPayLoad="8" TypicalSafeInputSize="5" TypicalSafeOutputSize="2" TypicalInputSize="1" TypicalOutputSize="1" CRC-de="2561921528" CRC-en="2847970589" CRC-fr="529648165" CRC-data="2674270847" CRC-default="686478479" SafeIN="21" SafeOUT="15" FromSafetyRelease="1.9" ToSafetyRelease="1.9">
<Template ID="OptChoice" Type="USINT">
<Parameter ID="0" Name-en="No" Name-de="Nein" Name-fr="DE" />
<Parameter ID="1" Name-en="Yes" Name-de="Ja" Name-fr="SUR" />
@@ -1271,7 +1271,7 @@
<Channel ID="PhysicalStateOutput1" Description-de="Rücklesewert des Kanals" Description-en="Read back value of channel" Address="0" BitOffset="0" Direction="IN" Type="BOOL" CrossLink="true" />
<Channel ID="PhysicalStateOutput2" Description-de="Rücklesewert des Kanals" Description-en="Read back value of channel" Address="0" BitOffset="1" Direction="IN" Type="BOOL" CrossLink="true" />
</Module>
<Module ID="IF1.ST1.IF1.ST5" Name="X20SO4110" Hardware="X20SO4110" SafeLogicID="1" SafeModuleID="4" HWC_Revision="1.10.0.2" FrontFoto="X20SO4110.front.png" Icon="hw_x20so.ico" HWTypeCode="43" HWC_LastEdit="11.11.2016 12:05:38" Description-de="X20 Safe Digital Out, 4xA, 24 V, 0.5 A" Description-en="X20 Safe Digital Out, 4xO, 24 V, 0.5 A" AdditionalSADR="0" RevisionNumber="1" SDPayLoad="8" TypicalSafeInputSize="1" TypicalSafeOutputSize="1" TypicalInputSize="1" TypicalOutputSize="1" CRC-de="3536468778" CRC-en="1151539155" CRC-fr="618947380" CRC-data="775668064" CRC-default="3965264789" SafeIN="13" SafeOUT="15" FromSafetyRelease="1.9" ToSafetyRelease="1.9">
<Module ID="IF1.ST1.IF1.ST5" Name="X20SO4110" Hardware="X20SO4110" SafeLogicID="1" SafeModuleID="4" HWC_Revision="1.10.0.1" FrontFoto="X20SO4110.front.png" Icon="hw_x20so.ico" HWTypeCode="43" HWC_LastEdit="11.04.2016 09:56:26" Description-de="X20 Safe Digital Out, 4xA, 24 V, 0.5 A" Description-en="X20 Safe Digital Out, 4xO, 24 V, 0.5 A" AdditionalSADR="0" RevisionNumber="1" SDPayLoad="8" TypicalSafeInputSize="1" TypicalSafeOutputSize="1" TypicalInputSize="1" TypicalOutputSize="1" CRC-de="3536468778" CRC-en="1151539155" CRC-fr="618947380" CRC-data="775668064" CRC-default="3965264789" SafeIN="13" SafeOUT="15" FromSafetyRelease="1.9" ToSafetyRelease="1.9">
<Template ID="OptChoice" Type="USINT">
<Parameter ID="0" Name-en="No" Name-de="Nein" Name-fr="DE" />
<Parameter ID="1" Name-en="Yes" Name-de="Ja" Name-fr="SUR" />

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?AutomationStudio Version=4.2.7.54 SP?>
<?AutomationStudio Version=4.2.11.97 SP?>
<BusConfiguration Version="4.0" ARVersion="42510" SafetyRelease="1.9" Communication="/IF=tcpip /LOPO=11159 /SA=1 /RT=1000 /AM=* /SDT=5 /DAIP=192.168.1.170 /REPO=11159 /ANSL=1 /PT=11169 /PORT=50000">
<Module ID="IF1.ST1.IF1.ST2" Name="X20SLX410" Hardware="X20SLX410" SafeLogicID="1" SafeModuleID="1" HWC_Revision="1.10.0.0" FrontFoto="X20SLX410.front.png" Icon="hw_x20si.ico" HWTypeCode="31" HWC_LastEdit="12.05.2016 08:28:32" ProjectSL="1" Description-de="X20 SafeLOGIC Compact, 4xE, 24V, 2xKAT4" Description-en="X20 SafeLOGIC Compact, 4xI, 24V, 2xCAT4" AdditionalSADR="10" MaxSL2SLChannels="2" CommissioningLocal="1" RevisionNumber="1" PasswordSupport="true" FunctionMode="3" SDPayLoad="8" TypicalSafeInputSize="8" TypicalSafeOutputSize="2" TypicalInputSize="20" TypicalOutputSize="20" CRC-de="2857870134" CRC-en="3305021915" CRC-fr="4163570485" CRC-data="3109151615" CRC-default="3046346682" FromSafetyRelease="1.8" ToSafetyRelease="1.9">
<Module ID="IF1.ST1.IF1.ST2" Name="X20SLX410" Hardware="X20SLX410" SafeLogicID="1" SafeModuleID="1" HWC_Revision="1.10.9.0" FrontFoto="X20SLX410.front.png" Icon="hw_x20si.ico" HWTypeCode="31" HWC_LastEdit="18.10.2018 08:45:52" ProjectSL="1" Description-de="X20 SafeLOGIC Compact, 4xE, 24V, 2xKAT4" Description-en="X20 SafeLOGIC Compact, 4xI, 24V, 2xCAT4" AdditionalSADR="10" MaxSL2SLChannels="2" CommissioningLocal="1" RevisionNumber="1" PasswordSupport="true" FunctionMode="3" SDPayLoad="8" TypicalSafeInputSize="8" TypicalSafeOutputSize="2" TypicalInputSize="20" TypicalOutputSize="20" CRC-de="2857870134" CRC-en="3305021915" CRC-fr="4163570485" CRC-data="3109151615" CRC-default="3046346682" FromSafetyRelease="1.8" ToSafetyRelease="1.9">
<Template ID="ExternalMOs" Type="UDINT">
<Parameter ID="0" Name-en="No" Name-de="Nein" Name-fr="DE" />
<Parameter ID="64" Name-en="Yes-ATTENTION" Name-de="Ja-ACHTUNG" Name-fr="SUR" />
@@ -393,7 +393,7 @@
<Channel ID="UDINT0" Repeat="2" Direction="OUT" Type="UDINT" Group="CPU_SafeLOGIC" Digits="2" CrossLink="true" Active="0" />
<ExternalMachineOption ID="ExternalMachineOption" Repeat="64" Direction="IN" Active="64" Safe="true" Type="BOOL" Group="ExternalMachineOptionsBIT" Digits="3" />
</Module>
<Module ID="IF1.ST1.IF1.ST3" Name="X20SC2212" Hardware="X20SC2212" SafeLogicID="1" SafeModuleID="2" HWC_Revision="1.10.0.1" FrontFoto="X20SC2212.front.png" Icon="hw_x20sdm.ico" HWTypeCode="59" HWC_LastEdit="04.05.2016 08:37:02" Description-de="X20 Safe Mischmodul, 6xI 24V, 2xO 24V 0.5A" Description-en="X20 Safe Combined Module, 6xI 24V, 2xO 24V 0.5A" AdditionalSADR="0" RevisionNumber="1" SDPayLoad="8" TypicalSafeInputSize="5" TypicalSafeOutputSize="2" TypicalInputSize="1" TypicalOutputSize="1" CRC-de="2561921528" CRC-en="2847970589" CRC-fr="529648165" CRC-data="2674270847" CRC-default="686478479" SafeIN="21" SafeOUT="15" FromSafetyRelease="1.9" ToSafetyRelease="1.9">
<Module ID="IF1.ST1.IF1.ST3" Name="X20SC2212" Hardware="X20SC2212" SafeLogicID="1" SafeModuleID="2" HWC_Revision="1.10.9.1" FrontFoto="X20SC2212.front.png" Icon="hw_x20sdm.ico" HWTypeCode="59" HWC_LastEdit="26.04.2019 13:13:56" Description-de="X20 Safe Mischmodul, 6xI 24V, 2xO 24V 0.5A" Description-en="X20 Safe Combined Module, 6xI 24V, 2xO 24V 0.5A" AdditionalSADR="0" RevisionNumber="1" SDPayLoad="8" TypicalSafeInputSize="5" TypicalSafeOutputSize="2" TypicalInputSize="1" TypicalOutputSize="1" CRC-de="2561921528" CRC-en="2847970589" CRC-fr="529648165" CRC-data="2674270847" CRC-default="686478479" SafeIN="21" SafeOUT="15" FromSafetyRelease="1.9" ToSafetyRelease="1.9">
<Template ID="OptChoice" Type="USINT">
<Parameter ID="0" Name-en="No" Name-de="Nein" Name-fr="DE" />
<Parameter ID="1" Name-en="Yes" Name-de="Ja" Name-fr="SUR" />
@@ -832,7 +832,7 @@
<Channel ID="PhysicalStateOutput1" Description-de="Rücklesewert des Kanals" Description-en="Read back value of channel" Address="0" BitOffset="0" Direction="IN" Type="BOOL" CrossLink="true" />
<Channel ID="PhysicalStateOutput2" Description-de="Rücklesewert des Kanals" Description-en="Read back value of channel" Address="0" BitOffset="1" Direction="IN" Type="BOOL" CrossLink="true" />
</Module>
<Module ID="IF1.ST1.IF1.ST4" Name="X20SC2212a" Hardware="X20SC2212" SafeLogicID="1" SafeModuleID="3" HWC_Revision="1.10.0.1" FrontFoto="X20SC2212.front.png" Icon="hw_x20sdm.ico" HWTypeCode="59" HWC_LastEdit="04.05.2016 08:37:02" Description-de="X20 Safe Mischmodul, 6xI 24V, 2xO 24V 0.5A" Description-en="X20 Safe Combined Module, 6xI 24V, 2xO 24V 0.5A" AdditionalSADR="0" RevisionNumber="1" SDPayLoad="8" TypicalSafeInputSize="5" TypicalSafeOutputSize="2" TypicalInputSize="1" TypicalOutputSize="1" CRC-de="2561921528" CRC-en="2847970589" CRC-fr="529648165" CRC-data="2674270847" CRC-default="686478479" SafeIN="21" SafeOUT="15" FromSafetyRelease="1.9" ToSafetyRelease="1.9">
<Module ID="IF1.ST1.IF1.ST4" Name="X20SC2212a" Hardware="X20SC2212" SafeLogicID="1" SafeModuleID="3" HWC_Revision="1.10.9.1" FrontFoto="X20SC2212.front.png" Icon="hw_x20sdm.ico" HWTypeCode="59" HWC_LastEdit="26.04.2019 13:13:56" Description-de="X20 Safe Mischmodul, 6xI 24V, 2xO 24V 0.5A" Description-en="X20 Safe Combined Module, 6xI 24V, 2xO 24V 0.5A" AdditionalSADR="0" RevisionNumber="1" SDPayLoad="8" TypicalSafeInputSize="5" TypicalSafeOutputSize="2" TypicalInputSize="1" TypicalOutputSize="1" CRC-de="2561921528" CRC-en="2847970589" CRC-fr="529648165" CRC-data="2674270847" CRC-default="686478479" SafeIN="21" SafeOUT="15" FromSafetyRelease="1.9" ToSafetyRelease="1.9">
<Template ID="OptChoice" Type="USINT">
<Parameter ID="0" Name-en="No" Name-de="Nein" Name-fr="DE" />
<Parameter ID="1" Name-en="Yes" Name-de="Ja" Name-fr="SUR" />

View File

@@ -5,17 +5,17 @@ HostName=SL12.xy.org
Destination=192.168.3.1
CommunicationMode=1
[GUI]
NameWidth=183
SortOrder=0
NameWidth=183
ASVarWidth=215
ViewMode=0
SortColumn=0
SADRWidth=100
SortColumn=0
DescriptionWidth=100
ChannelWidth=261
SplitterPosition=1051
StateWidth=100
SplitterPosition=511
SDVarWidth=204
StateWidth=100
[Manual]
Timeout=1000
Port=50000

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?AutomationStudio Version=4.2.6.110 SP?>
<?AutomationStudio Version=4.2.11.97 SP?>
<Hardware xmlns="http://br-automation.co.at/AS/Hardware">
<Module Name="4PPC70_101G_20B" Type="4PPC70.101G-20B" Version="1.4.0.0">
<Connector Name="IF2">
@@ -45,6 +45,8 @@
<Parameter ID="FTPAccessRight1" Value="0" />
<Parameter ID="VcObjectName" Value="Visu" />
<Parameter ID="KeyMappingFile" Value="VC\4PPC70_101G_20B.dis" />
<Parameter ID="Temp.ProjectDirectory" Value="D:\src42\KD_Pliessnig\" />
<Parameter ID="Temp.ConfigurationName" Value="Config1" />
</Module>
<Module Name="4XP0057.00-00B" Type="4XP0057.00-00B" Version="1.0.0.1">
<Connection Connector="X2X1" TargetModule="4PPC70_101G_20B" TargetConnector="IF5" />
@@ -55,7 +57,7 @@
<Parameter ID="Supervision" Value="off" />
</Module>
<Module Name="X20BB81" Type="X20BB81" Version="1.0.0.2" />
<Module Name="X20BC1083" Type="X20BC1083" Version="2.5.2.0">
<Module Name="X20BC1083" Type="X20BC1083" Version="2.7.0.0">
<Connection Connector="PLK1" TargetModule="4PPC70_101G_20B" TargetConnector="IF1" NodeNumber="1" />
<Connection Connector="SL" TargetModule="X20BB81" TargetConnector="SL1" />
<Parameter ID="Supervision" Value="off" />
@@ -176,25 +178,25 @@
<Connection Connector="PS" TargetModule="X20BB81" TargetConnector="PS1" />
<Parameter ID="Supervision" Value="off" />
</Module>
<Module Name="X20SC2212" Type="X20SC2212" Version="1.10.0.1">
<Module Name="X20SC2212" Type="X20SC2212" Version="1.10.9.1">
<Connection Connector="SS1" TargetModule="X20TB5F" TargetConnector="SS" />
<Connection Connector="SL" TargetModule="X20BM33a" TargetConnector="SL1" />
<Parameter ID="Supervision" Value="off" />
<Parameter ID="PLCopenInfo2" Value="on" />
</Module>
<Module Name="X20SC2212a" Type="X20SC2212" Version="1.10.0.1">
<Module Name="X20SC2212a" Type="X20SC2212" Version="1.10.9.1">
<Connection Connector="SS1" TargetModule="X20TB5F1" TargetConnector="SS" />
<Connection Connector="SL" TargetModule="X20BM33b" TargetConnector="SL1" />
<Parameter ID="Supervision" Value="off" />
<Parameter ID="PLCopenInfo2" Value="on" />
<Parameter ID="SafeModuleID" Value="3" />
</Module>
<Module Name="X20SLX410" Type="X20SLX410" Version="1.10.0.0">
<Module Name="X20SLX410" Type="X20SLX410" Version="1.10.9.0">
<Connection Connector="SS1" TargetModule="X20TB52" TargetConnector="SS" />
<Connection Connector="SL" TargetModule="X20BM33" TargetConnector="SL1" />
<Parameter ID="Supervision" Value="off" />
<Parameter ID="SafeProject" Value="SafeLOGIC-1" />
<Parameter ID="SafeDesigner" Value="4.1.0.3202125" />
<Parameter ID="SafeDesigner" Value="4.1.3.3202125" />
<Parameter ID="UnsafeInputUINTs" Value="4" />
</Module>
<Module Name="X20SO4110" Type="X20SO4110" Version="1.10.0.1">