Workbackup after MTC

This commit is contained in:
2020-04-01 09:10:53 +02:00
parent db2f550344
commit 18ced2db1e
127 changed files with 2121 additions and 2538 deletions

View File

@@ -14,7 +14,13 @@ PROGRAM _CYCLIC
DoInitMachparameter;
END_IF
VCButtons.ResetCommunications.usStatus.0 := (enStepTCP = enTCP_Step_Close);
//Verbindung wiederherstellen
IF EDGEPOS (VCButtons.ResetCommunications.bCommand) THEN
enStepTCP := enTCP_Step_Close;
END_IF
//Zeiten berechnen
DoTimes;
@@ -167,8 +173,9 @@ PROGRAM _CYCLIC
FUBs.TCP_CLose.enable := TRUE;
IF FUBs.TCP_CLose.status = ERR_OK THEN
Status.bDisableConnReq := TRUE; //FixMe erst mal warten
Status.bDisableConnReq := FALSE;
enStepTCP := enTCP_Step_Open;
enStepFlexfeeder := enFF_Step_Offline;
END_IF
END_CASE

View File

@@ -89,5 +89,6 @@ END_TYPE
TYPE
typ_VCButtons : STRUCT (*Visual Controls Buttons*)
DefaultParameter : gtyp_VCButton; (*Default Parameter Laden*)
ResetCommunications : gtyp_VCButton; (*Verbindung abbrechen*)
END_STRUCT;
END_TYPE

View File

@@ -88,7 +88,7 @@ PROGRAM _CYCLIC
usComOut[0].7 := FALSE;
//Ausgangs Byte 1
usComOut[1].0 := gToolsDetected.Screwdiver[1];; //FixMe Schrauber 1 als Werkzeug erkannt
usComOut[1].0 := gToolsDetected.Screwdiver[1]; // Schrauber 1 als Werkzeug erkannt
IF usActScrewdriver >= 1 THEN
usComOut[2].0 := gCmd1.ScrewdriverRob[usActScrewdriver].ScrToRob.bAxisRefereced;
usComOut[2].1 := gCmd1.ScrewdriverRob[usActScrewdriver].ScrToRob.bHCOnMandrel;

View File

@@ -66,7 +66,7 @@ PROGRAM _CYCLIC
//Geber aktivieren
MpData.usParValue := 4; //ENDAT
MpFUB.ProcessParID.Execute := TRUE;
ELSIF States.bEncoderEnabled AND (NOT States.bToolActive OR lCmdInterfaceScrdrvRob.RobToScr.bPowerOff) THEN
ELSIF (States.bEncoderEnabled AND (NOT States.bToolActive OR lCmdInterfaceScrdrvRob.RobToScr.bPowerOff)) OR (bInit AND NOT States.bToolActive) THEN
MpData.usParValue := 255; //ncFF
MpFUB.ProcessParID.Execute := TRUE;
END_IF
@@ -77,6 +77,7 @@ PROGRAM _CYCLIC
States.bEncoderEnabled := FALSE;
END_IF
MpFUB.ProcessParID.Execute := FALSE;
MpFUB.AxBasic_Spindle.Home := FALSE;
ELSIF MpFUB.ProcessParID.Error THEN
MpFUB.ProcessParID.Execute := FALSE;
//FixMe
@@ -129,6 +130,10 @@ PROGRAM _CYCLIC
MpFUB.AxBasic_Spindle.Home := TRUE;
END_IF
IF NOT States.bToolActive THEN
MpFUB.AxBasic_Spindle.Home := FALSE;
END_IF
//Befehle zur<EFBFBD>cksetzen
IF NOT lMachine.bMachineON OR MpFUB.AxBasic_Spindle.Error THEN

View File

@@ -4,4 +4,7 @@ PLC: gloiffe
Auditrail: fmc
Panel: helles
Panel: helles
ABB: KD 08154711
Service b03llh0ff

View File

@@ -302,7 +302,7 @@
</Folder>
<DataPoint Name="uiInBunkerFilled">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\Visu"/>
<Property Name="ConnectingVisus" Value=""/>
<Property Name="DPLimit" Value="Default"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="UINT"/>
@@ -312,18 +312,9 @@
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="SCALED"/>
</DataPoint>
<DataPoint Name="bInHCAfterStopper">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\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="uiInStageFeederFilled">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\Visu"/>
<Property Name="ConnectingVisus" Value=""/>
<Property Name="DPLimit" Value="Default"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="UINT"/>
@@ -345,42 +336,6 @@
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="BOOL"/>
</DataPoint>
<DataPoint Name="usHCAtSeperation">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\Visu"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="USINT"/>
<Property Name="UpdateTime" Value="Default"/>
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="INTEGER"/>
</DataPoint>
<DataPoint Name="bHCFwPosInSeperation">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\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="bNewHCInSeperation">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\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="bHCBwPosInSeperation">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\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="lrPosTang">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\Visu"/>
@@ -442,24 +397,6 @@
<Property Name="VCType" Value="SCALED"/>
</DataPoint>
</Folder>
<DataPoint Name="bInTubeFilled">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\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="bInHCInStopper">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\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="VCButtons">
<Property Name="Description" Value=""/>
<Property Name="FolderType" Value="Struct"/>
@@ -596,18 +533,9 @@
</DataPoint>
</Folder>
</Folder>
<DataPoint Name="bInHCHeightControl">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\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="uiInLinearFeederFilled">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\Visu"/>
<Property Name="ConnectingVisus" Value=""/>
<Property Name="DPLimit" Value="Default"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="UINT"/>
@@ -12251,6 +12179,58 @@
</Folder>
</Folder>
</Folder>
<Folder Name="Flexfeeder">
<Property Name="Description" Value=""/>
<Property Name="FolderType" Value="Package"/>
<Folder Name="Flexfeed">
<Property Name="Description" Value=""/>
<Property Name="FolderType" Value="Program"/>
<Folder Name="VCButtons">
<Property Name="Description" Value=""/>
<Property Name="FolderType" Value="Struct"/>
<Folder Name="ResetCommunications">
<Property Name="Description" Value=""/>
<Property Name="FolderType" Value="Struct"/>
<DataPoint Name="usStatus">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\Visu"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="USINT"/>
<Property Name="UpdateTime" Value="Default"/>
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="INTEGER"/>
</DataPoint>
<DataPoint Name="bCommand">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\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>
</Folder>
<DataPoint Name="enStepFlexfeeder">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\Visu"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="typ_enFlexFeeder"/>
<Property Name="UpdateTime" Value="Default"/>
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="INTEGER"/>
</DataPoint>
<DataPoint Name="enStepTCP">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\Visu"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="typ_enTCP"/>
<Property Name="UpdateTime" Value="Default"/>
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="INTEGER"/>
</DataPoint>
</Folder>
</Folder>
</Folder>
</DataPoints>
</DataSource>

View File

@@ -3,7 +3,7 @@
<Project xmlns="http://br-automation.co.at/AS/VC/Project">
<Property Name="EnableEvents" Value="True"/>
<Property Name="SharedTargetResourceRoot" Value=""/>
<Property Name="TextIDMax" Value="204573"/>
<Property Name="TextIDMax" Value="206657"/>
<SourceFiles>
<Source File="Languages.vcr"/>
<Source File="TextGroups\DateTimeFormats.txtgrp"/>

View File

@@ -57,6 +57,8 @@
<Source File="TextGroups\ProfileMode.txtgrp"/>
<Source File="TextGroups\Axises.txtgrp"/>
<Source File="TextGroups\txtColumns.txtgrp"/>
<Source File="TextGroups\FlexTCPStep.txtgrp"/>
<Source File="TextGroups\TextGroup_1.txtgrp"/>
<Source File="Fonts\Info.fninfo"/>
<Source File="Fonts\Html_SDM.fninfo"/>
<Source File="Fonts\Default.fninfo"/>

View File

@@ -64,83 +64,22 @@
<Property Name="Z-Order" Value="3"/>
<TextGroup>
<TextLayer LanguageId="en-GB">
<Text ID="167706" Value="Bunker Filled"/>
<Text ID="167707" Value="StageFeeder Filled"/>
<Text ID="167708" Value="LineFeeder Filled"/>
<Text ID="173790" Value="New Coil in Seperation"/>
<Text ID="173791" Value="Coil Tang Up Ready"/>
<Text ID="173792" Value="Coil Tang Down Ready"/>
<Text ID="173793" Value="Coils At Seperation"/>
<Text ID="173794" Value="HC Height Ctrl"/>
<Text ID="173795" Value="HC In Stopper"/>
<Text ID="173796" Value="HC after Stopper"/>
<Text ID="173797" Value="HC at Suckunit"/>
<Text ID="173798" Value="LineFeeder Sensoren"/>
<Text ID="173799" Value="Seperation Sensoren"/>
<Text ID="173802" Value="Seperation Sensors"/>
<Text ID="173803" Value="Coil in Curve"/>
<Text ID="167706" Value="State Flexfeed TCP"/>
<Text ID="205591" Value="Reset Com Flexfeeder"/>
<Text ID="206657" Value="State Flexfeed Communication"/>
</TextLayer>
<TextLayer LanguageId="de-DE">
<Text ID="167706" Value="Bunker Füllstand"/>
<Text ID="167707" Value="Stufenförderer Füllstand"/>
<Text ID="167708" Value="Linearförderer Füllstand"/>
<Text ID="173790" Value="Neuer HC in Vereinzelung"/>
<Text ID="173791" Value="HC (Zapfen Oben) bereit"/>
<Text ID="173792" Value="HC (Zapfen Oben) bereit"/>
<Text ID="173793" Value="Helicols an Trennzylinder"/>
<Text ID="173794" Value="HC Höhenüberwachung"/>
<Text ID="173795" Value="HC in Stopper"/>
<Text ID="173796" Value="HC nach Stopper"/>
<Text ID="173797" Value="HC an Saugeinheit"/>
<Text ID="173798" Value="Linearförderer Sensoren"/>
<Text ID="173799" Value="Vereinzelung Stati"/>
<Text ID="173802" Value="Vereinzelung Sensoren"/>
<Text ID="173803" Value="LS HC in Kurve / Vereinzelung"/>
<Text ID="167706" Value="State Flexfeed TCP"/>
<Text ID="205591" Value="Reset Flexfeeder Komm"/>
<Text ID="206657" Value="State Flexfeed Communication"/>
</TextLayer>
<IndexMap>
<Index ID="167706" Value="0"/>
<Index ID="167707" Value="1"/>
<Index ID="167708" Value="2"/>
<Index ID="173790" Value="3"/>
<Index ID="173791" Value="4"/>
<Index ID="173792" Value="5"/>
<Index ID="173793" Value="6"/>
<Index ID="173794" Value="7"/>
<Index ID="173795" Value="8"/>
<Index ID="173796" Value="9"/>
<Index ID="173797" Value="10"/>
<Index ID="173798" Value="11"/>
<Index ID="173799" Value="12"/>
<Index ID="173802" Value="13"/>
<Index ID="173803" Value="14"/>
<Index ID="205591" Value="15"/>
<Index ID="206657" Value="18"/>
</IndexMap>
</TextGroup>
<Controls>
<Control ClassId="0x00001007" Name="numBunkerValue">
<Property Name="AddFractionDigits" Value="-1"/>
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[Flat_grey]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Input]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="734"/>
<Property Name="MaxDatapoint" Value="None"/>
<Property Name="MaxValue" Value="0.3"/>
<Property Name="MinDatapoint" Value="None"/>
<Property Name="MinValue" Value="None"/>
<Property Name="SimulationValue" Value="0.0999"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="TeachDatapoint" Value="None"/>
<Property Name="Top" Value="170"/>
<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.MachCtrl.Feeder.Feed_Ctrl.uiInBunkerFilled]"/>
<Property Name="ValueMode" Value="Standard"/>
<Property Name="Width" Value="111"/>
</Control>
<Control ClassId="0x00001004" Name="lblBunkerFilled">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
@@ -148,7 +87,7 @@
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="Height" Value="40"/>
<Property Name="Left" Value="285"/>
<Property Name="Multiline" Value="Automatic"/>
<Property Name="SimulationIndex" Value="0"/>
@@ -157,479 +96,114 @@
<Property Name="TextGroup" Value="Source[embedded].TextGroup"/>
<Property Name="TextIndexOffset" Value="0"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="170"/>
<Property Name="Top" Value="336"/>
<Property Name="Width" Value="450"/>
</Control>
<Control ClassId="0x00001007" Name="numStageFeederFilled">
<Property Name="AddFractionDigits" Value="-1"/>
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[Flat_grey]"/>
<Control ClassId="0x00001002" Name="BtResetCom">
<Property Name="BitmapIndexDatapoint" Value="None"/>
<Property Name="BitmapSource" Value="None"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Input]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="734"/>
<Property Name="MaxDatapoint" Value="None"/>
<Property Name="MaxValue" Value="0.3"/>
<Property Name="MinDatapoint" Value="None"/>
<Property Name="MinValue" Value="None"/>
<Property Name="SimulationValue" Value="0.0999"/>
<Property Name="EmbVirtualKey" Value="Source[local].VirtualKey[%embVirtualKey_177]"/>
<Property Name="Height" Value="40"/>
<Property Name="KeyMatrixOffset" Value="None"/>
<Property Name="Left" Value="901"/>
<Property Name="PressedBitmapSource" Value="Source[embedded].Property[BitmapSource]"/>
<Property Name="PressedTextGroup" Value="None"/>
<Property Name="PressedTextSource" Value="MultipleTexts"/>
<Property Name="StatusDatapoint" Value="Source[global].Variable[DataSource.Communication.Flexfeeder.Flexfeed.VCButtons.ResetCommunications.usStatus]"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="TeachDatapoint" Value="None"/>
<Property Name="Top" Value="220"/>
<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.MachCtrl.Feeder.Feed_Ctrl.uiInStageFeederFilled]"/>
<Property Name="ValueMode" Value="Standard"/>
<Property Name="Width" Value="111"/>
<Property Name="TextGroup" Value="Source[embedded].TextGroup"/>
<Property Name="TextIndex" Value="15"/>
<Property Name="TextIndexDatapoint" Value="None"/>
<Property Name="TextSimulationValue" Value="0"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="202"/>
<Property Name="VirtualKey" Value="Source[local].VirtualKey[%embVirtualKey_177]"/>
<Property Name="Width" Value="264"/>
</Control>
<Control ClassId="0x00001004" Name="lblStageFeederFilled">
<Control ClassId="0x00001004" Name="txtStepScrewdriver">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="ForeColor" Value="255"/>
<Property Name="Height" Value="40"/>
<Property Name="IndexDatapoint" Value="Source[global].Variable[DataSource.Communication.Flexfeeder.Flexfeed.enStepTCP]"/>
<Property Name="Left" Value="737"/>
<Property Name="Multiline" Value="Automatic"/>
<Property Name="SimulationIndex" Value="0"/>
<Property Name="SimulationValue" Value="Programm"/>
<Property Name="StatusDatapoint" Value="Source[global].Variable[DataSource.Machine.gStatusVCControls.usInfosAutomatic]"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="TextGroup" Value="Source[local].TextGroup[FlexTCPStep]"/>
<Property Name="TextIndexOffset" Value="0"/>
<Property Name="TextSource" Value="MultipleTexts"/>
<Property Name="Top" Value="336"/>
<Property Name="Width" Value="420"/>
</Control>
<Control ClassId="0x00001004" Name="lblBunkerFilled1">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="40"/>
<Property Name="Left" Value="285"/>
<Property Name="Multiline" Value="Automatic"/>
<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="1"/>
<Property Name="TextIndexOffset" Value="18"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="220"/>
<Property Name="Top" Value="396"/>
<Property Name="Width" Value="450"/>
</Control>
<Control ClassId="0x00001007" Name="numLinearFeederFilled">
<Property Name="AddFractionDigits" Value="-1"/>
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[Flat_grey]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Input]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="734"/>
<Property Name="MaxDatapoint" Value="None"/>
<Property Name="MaxValue" Value="0.3"/>
<Property Name="MinDatapoint" Value="None"/>
<Property Name="MinValue" Value="None"/>
<Property Name="SimulationValue" Value="0.0999"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="TeachDatapoint" Value="None"/>
<Property Name="Top" Value="270"/>
<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.MachCtrl.Feeder.Feed_Ctrl.uiInLinearFeederFilled]"/>
<Property Name="ValueMode" Value="Standard"/>
<Property Name="Width" Value="111"/>
</Control>
<Control ClassId="0x00001004" Name="lblLinearfeederFilled">
<Control ClassId="0x00001004" Name="txtStepScrewdriver1">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="285"/>
<Property Name="ForeColor" Value="255"/>
<Property Name="Height" Value="40"/>
<Property Name="IndexDatapoint" Value="Source[global].Variable[DataSource.Communication.Flexfeeder.Flexfeed.enStepFlexfeeder]"/>
<Property Name="Left" Value="737"/>
<Property Name="Multiline" Value="Automatic"/>
<Property Name="SimulationIndex" Value="0"/>
<Property Name="SimulationValue" Value=""/>
<Property Name="SimulationValue" Value="Programm"/>
<Property Name="StatusDatapoint" Value="Source[global].Variable[DataSource.Machine.gStatusVCControls.usInfosAutomatic]"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="TextGroup" Value="Source[embedded].TextGroup"/>
<Property Name="TextIndexOffset" Value="2"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="270"/>
<Property Name="Width" Value="450"/>
</Control>
<Control ClassId="0x00001005" Name="BmpNewHCInSep">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="BitmapGroup" Value="Source[local].BitmapGroup[LED_32]"/>
<Property Name="BitmapIndex" Value="0"/>
<Property Name="BitmapSource" Value="MultipleBitmaps"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="FillStyle" Value="Transparent"/>
<Property Name="Height" Value="37"/>
<Property Name="IndexDatapoint" Value="Source[global].Variable[DataSource.MachCtrl.Feeder.Feed_Ctrl.States.bNewHCInSeperation]"/>
<Property Name="Left" Value="532"/>
<Property Name="SimulationValue" Value="0"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="Top" Value="530"/>
<Property Name="Width" Value="36"/>
</Control>
<Control ClassId="0x00001004" Name="lblNewHCinSep">
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="285"/>
<Property Name="Multiline" Value="Automatic"/>
<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="3"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="530"/>
<Property Name="Width" Value="285"/>
</Control>
<Control ClassId="0x00001005" Name="BmpHCFwInSep">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="BitmapGroup" Value="Source[local].BitmapGroup[LED_32]"/>
<Property Name="BitmapIndex" Value="0"/>
<Property Name="BitmapSource" Value="MultipleBitmaps"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="FillStyle" Value="Transparent"/>
<Property Name="Height" Value="37"/>
<Property Name="IndexDatapoint" Value="Source[global].Variable[DataSource.MachCtrl.Feeder.Feed_Ctrl.States.bHCFwPosInSeperation]"/>
<Property Name="Left" Value="532"/>
<Property Name="SimulationValue" Value="0"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="Top" Value="565"/>
<Property Name="Width" Value="36"/>
</Control>
<Control ClassId="0x00001004" Name="lblHCFwInSep">
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="285"/>
<Property Name="Multiline" Value="Automatic"/>
<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="4"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="565"/>
<Property Name="Width" Value="285"/>
</Control>
<Control ClassId="0x00001005" Name="BmpHCBwInSep">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="BitmapGroup" Value="Source[local].BitmapGroup[LED_32]"/>
<Property Name="BitmapIndex" Value="0"/>
<Property Name="BitmapSource" Value="MultipleBitmaps"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="FillStyle" Value="Transparent"/>
<Property Name="Height" Value="37"/>
<Property Name="IndexDatapoint" Value="Source[global].Variable[DataSource.MachCtrl.Feeder.Feed_Ctrl.States.bHCBwPosInSeperation]"/>
<Property Name="Left" Value="532"/>
<Property Name="SimulationValue" Value="0"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="Top" Value="600"/>
<Property Name="Width" Value="36"/>
</Control>
<Control ClassId="0x00001004" Name="lblHCBwInSep">
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="285"/>
<Property Name="Multiline" Value="Automatic"/>
<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="5"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="600"/>
<Property Name="Width" Value="285"/>
</Control>
<Control ClassId="0x00001007" Name="numCoilsAtSep">
<Property Name="AddFractionDigits" Value="-1"/>
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[Flat_grey]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Input]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="510"/>
<Property Name="MaxDatapoint" Value="None"/>
<Property Name="MaxValue" Value="0.3"/>
<Property Name="MinDatapoint" Value="None"/>
<Property Name="MinValue" Value="None"/>
<Property Name="SimulationValue" Value="0.0999"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="TeachDatapoint" Value="None"/>
<Property Name="Top" Value="635"/>
<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.MachCtrl.Feeder.Feed_Ctrl.States.usHCAtSeperation]"/>
<Property Name="ValueMode" Value="Standard"/>
<Property Name="Width" Value="60"/>
</Control>
<Control ClassId="0x00001004" Name="lblHCoilsAtSep">
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="285"/>
<Property Name="Multiline" Value="Automatic"/>
<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="6"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="635"/>
<Property Name="Width" Value="225"/>
</Control>
<Control ClassId="0x00001005" Name="BmpHCHeightCtrl">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="BitmapGroup" Value="Source[local].BitmapGroup[LED_32]"/>
<Property Name="BitmapIndex" Value="0"/>
<Property Name="BitmapSource" Value="MultipleBitmaps"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="FillStyle" Value="Transparent"/>
<Property Name="Height" Value="37"/>
<Property Name="IndexDatapoint" Value="Source[global].Variable[DataSource.MachCtrl.Feeder.Feed_Ctrl.bInHCHeightControl]"/>
<Property Name="Left" Value="532"/>
<Property Name="SimulationValue" Value="0"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="Top" Value="350"/>
<Property Name="Width" Value="36"/>
</Control>
<Control ClassId="0x00001004" Name="lblHCHeightCtrl">
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="285"/>
<Property Name="Multiline" Value="Automatic"/>
<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="7"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="350"/>
<Property Name="Width" Value="285"/>
</Control>
<Control ClassId="0x00001005" Name="BmpHCInStopper">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="BitmapGroup" Value="Source[local].BitmapGroup[LED_32]"/>
<Property Name="BitmapIndex" Value="0"/>
<Property Name="BitmapSource" Value="MultipleBitmaps"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="FillStyle" Value="Transparent"/>
<Property Name="Height" Value="37"/>
<Property Name="IndexDatapoint" Value="Source[global].Variable[DataSource.MachCtrl.Feeder.Feed_Ctrl.bInHCInStopper]"/>
<Property Name="Left" Value="532"/>
<Property Name="SimulationValue" Value="0"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="Top" Value="385"/>
<Property Name="Width" Value="36"/>
</Control>
<Control ClassId="0x00001004" Name="lblHCInStopper">
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="285"/>
<Property Name="Multiline" Value="Automatic"/>
<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="8"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="385"/>
<Property Name="Width" Value="285"/>
</Control>
<Control ClassId="0x00001005" Name="BmpHCAfterStopper">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="BitmapGroup" Value="Source[local].BitmapGroup[LED_32]"/>
<Property Name="BitmapIndex" Value="0"/>
<Property Name="BitmapSource" Value="MultipleBitmaps"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="FillStyle" Value="Transparent"/>
<Property Name="Height" Value="37"/>
<Property Name="IndexDatapoint" Value="Source[global].Variable[DataSource.MachCtrl.Feeder.Feed_Ctrl.bInHCAfterStopper]"/>
<Property Name="Left" Value="532"/>
<Property Name="SimulationValue" Value="0"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="Top" Value="420"/>
<Property Name="Width" Value="36"/>
</Control>
<Control ClassId="0x00001004" Name="lblHCAfterStopper">
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="285"/>
<Property Name="Multiline" Value="Automatic"/>
<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="9"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="420"/>
<Property Name="Width" Value="285"/>
</Control>
<Control ClassId="0x00001005" Name="BmpHCAtSuckunit">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="BitmapGroup" Value="Source[local].BitmapGroup[LED_32]"/>
<Property Name="BitmapIndex" Value="0"/>
<Property Name="BitmapSource" Value="MultipleBitmaps"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="FillStyle" Value="Transparent"/>
<Property Name="Height" Value="37"/>
<Property Name="IndexDatapoint" Value="Source[global].Variable[DataSource.MachCtrl.Feeder.Feed_Ctrl.bInHCAfterStopper]"/>
<Property Name="Left" Value="532"/>
<Property Name="SimulationValue" Value="0"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="Top" Value="455"/>
<Property Name="Width" Value="36"/>
</Control>
<Control ClassId="0x00001004" Name="lblHCatSuckunit">
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="285"/>
<Property Name="Multiline" Value="Automatic"/>
<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="10"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="455"/>
<Property Name="Width" Value="285"/>
</Control>
<Control ClassId="0x00001004" Name="lblLinearfeederSensors">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="285"/>
<Property Name="Multiline" Value="Automatic"/>
<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="11"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="315"/>
<Property Name="Width" Value="561"/>
</Control>
<Control ClassId="0x00001004" Name="lblSeperationStates">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="285"/>
<Property Name="Multiline" Value="Automatic"/>
<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="12"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="495"/>
<Property Name="Width" Value="561"/>
</Control>
<Control ClassId="0x00001004" Name="lblSeperationSensores">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="286"/>
<Property Name="Multiline" Value="Automatic"/>
<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="13"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="670"/>
<Property Name="Width" Value="561"/>
</Control>
<Control ClassId="0x00001004" Name="lblHCInCurve">
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="Border" Value="Source[local].Border[OutputBorder]"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Font" Value="Source[local].Font[Label]"/>
<Property Name="Height" Value="36"/>
<Property Name="Left" Value="286"/>
<Property Name="Multiline" Value="Automatic"/>
<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="14"/>
<Property Name="TextSource" Value="SingleText"/>
<Property Name="Top" Value="705"/>
<Property Name="Width" Value="285"/>
</Control>
<Control ClassId="0x00001005" Name="BmpHCInCurve">
<Property Name="AlignmentHorizontal" Value="Center"/>
<Property Name="AlignmentVertical" Value="Center"/>
<Property Name="BitmapGroup" Value="Source[local].BitmapGroup[LED_32]"/>
<Property Name="BitmapIndex" Value="0"/>
<Property Name="BitmapSource" Value="MultipleBitmaps"/>
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="FillStyle" Value="Transparent"/>
<Property Name="Height" Value="37"/>
<Property Name="IndexDatapoint" Value="Source[global].Variable[DataSource.MachCtrl.Feeder.Feed_Ctrl.bInTubeFilled]"/>
<Property Name="Left" Value="533"/>
<Property Name="SimulationValue" Value="0"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="Top" Value="705"/>
<Property Name="Width" Value="36"/>
<Property Name="TextGroup" Value="Source[local].TextGroup[TextGroup_1]"/>
<Property Name="TextIndexOffset" Value="0"/>
<Property Name="TextSource" Value="MultipleTexts"/>
<Property Name="Top" Value="396"/>
<Property Name="Width" Value="420"/>
</Control>
</Controls>
<KeyMapping/>
<KeyMapping>
<VirtualKey Name="%embVirtualKey_177">
<Property Name="Description" Value=""/>
<Property Name="VirtualKey_LED" Value="False"/>
<KeyActions>
<KeyAction ClassId="0x0000016B">
<Property Name="CompletionDatapoint" Value="None"/>
<Property Name="CompletionValue" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Locking" Value="Never"/>
<Property Name="Name" Value="Action_0"/>
<Property Name="ResetValue" Value="0"/>
<Property Name="SetValue" Value="1"/>
<Property Name="ValueDatapoint" Value="Source[global].Variable[DataSource.Communication.Flexfeeder.Flexfeed.VCButtons.ResetCommunications.bCommand]"/>
</KeyAction>
</KeyActions>
</VirtualKey>
</KeyMapping>
</Layer>
<Layer Name="z10_SDM">
<Property Name="BackColor" Value="9"/>
@@ -908,10 +482,6 @@
<TabSeqItem Index="0" Value="Source[local].Layer[gz97_LoginMsgBox].Control[strNetworkAddress]"/>
<TabSeqItem Index="1" Value="Source[local].Layer[gz97_LoginMsgBox].Control[strPassword]"/>
<TabSeqItem Index="2" Value="Source[embedded].Layer[z10_SDM].Control[htmlSDM]"/>
<TabSeqItem Index="3" Value="Source[embedded].Layer[L1_Seperation].Control[numLinearFeederFilled]"/>
<TabSeqItem Index="4" Value="Source[embedded].Layer[L1_Seperation].Control[numStageFeederFilled]"/>
<TabSeqItem Index="5" Value="Source[embedded].Layer[L1_Seperation].Control[numBunkerValue]"/>
<TabSeqItem Index="6" Value="Source[local].Layer[gz1_Nav].Control[numAlarms]"/>
<TabSeqItem Index="7" Value="Source[embedded].Layer[L1_Seperation].Control[numCoilsAtSep]"/>
<TabSeqItem Index="3" Value="Source[local].Layer[gz1_Nav].Control[numAlarms]"/>
</TabSequence>
</Page>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<?AutomationStudio Version="4.4.8.122 SP"?>
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="FlexTCPStep">
<Property Name="Description" Value=""/>
<Property Name="Index" Value="7"/>
<TextSnippets/>
<TextLayer LanguageId="en-GB">
<Text ID="205593" Value="Open TCP Connection"/>
<Text ID="205594" Value="Connect"/>
<Text ID="205595" Value="Coneected"/>
<Text ID="205596" Value="Close"/>
</TextLayer>
<TextLayer LanguageId="de-DE">
<Text ID="205593" Value="Verbindung aufbauen"/>
<Text ID="205594" Value="Verbinden"/>
<Text ID="205595" Value="Verbunden"/>
<Text ID="205596" Value="Schließen"/>
</TextLayer>
<IndexMap>
<Index ID="205593" Value="0"/>
<Index ID="205594" Value="1"/>
<Index ID="205595" Value="2"/>
<Index ID="205596" Value="3"/>
</IndexMap>
</TextGroup>

View File

@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<?AutomationStudio Version="4.4.8.122 SP"?>
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="TextGroup_1">
<Property Name="Description" Value=""/>
<Property Name="Index" Value="8"/>
<TextSnippets/>
<TextLayer LanguageId="en-GB">
<Text ID="205597" Value="Offline"/>
<Text ID="205598" Value="Send User"/>
<Text ID="205599" Value="Send Pass"/>
<Text ID="205600" Value="Logged In"/>
<Text ID="205601" Value="Load Job"/>
<Text ID="205602" Value="Stop Feeder Auto"/>
<Text ID="205603" Value="Picksignal Low"/>
<Text ID="205604" Value="Wait Feeder Init"/>
<Text ID="205605" Value="Send Opt Init"/>
<Text ID="205606" Value="State Req1"/>
<Text ID="205607" Value="State Req2"/>
<Text ID="205608" Value="State Req3"/>
<Text ID="205609" Value="Start Feeder Auto"/>
<Text ID="205610" Value="Feder Online"/>
<Text ID="205611" Value="Start Streaming"/>
<Text ID="205612" Value="Streaming Mode"/>
<Text ID="205613" Value="Stop Streaming"/>
<Text ID="205614" Value="Stop Auto After Streaming"/>
</TextLayer>
<TextLayer LanguageId="de-DE">
<Text ID="205597" Value="Offline"/>
<Text ID="205598" Value="Send User"/>
<Text ID="205599" Value="Send Pass"/>
<Text ID="205600" Value="Eingeloggt"/>
<Text ID="205601" Value="Job laden"/>
<Text ID="205602" Value="Stop Feeder Automatik"/>
<Text ID="205603" Value="Picksignal auf 0"/>
<Text ID="205604" Value="Warten auf Feeder Initialisierung"/>
<Text ID="205605" Value="Optionale Initialisierung senden"/>
<Text ID="205606" Value="Statusabfrage 1"/>
<Text ID="205607" Value="Statusabfrage 2"/>
<Text ID="205608" Value="Statusabfrage 3"/>
<Text ID="205609" Value="Start Feeder Automatik"/>
<Text ID="205610" Value="Feeder Online"/>
<Text ID="205611" Value="Start Streaming"/>
<Text ID="205612" Value="Streaming Modus"/>
<Text ID="205613" Value="Stop Streaming"/>
<Text ID="205614" Value="Stop Auto after Streaming"/>
</TextLayer>
<IndexMap>
<Index ID="205597" Value="0"/>
<Index ID="205598" Value="1"/>
<Index ID="205599" Value="2"/>
<Index ID="205600" Value="3"/>
<Index ID="205601" Value="4"/>
<Index ID="205602" Value="5"/>
<Index ID="205603" Value="6"/>
<Index ID="205604" Value="7"/>
<Index ID="205605" Value="8"/>
<Index ID="205606" Value="9"/>
<Index ID="205607" Value="10"/>
<Index ID="205608" Value="11"/>
<Index ID="205609" Value="12"/>
<Index ID="205610" Value="13"/>
<Index ID="205611" Value="14"/>
<Index ID="205612" Value="15"/>
<Index ID="205613" Value="16"/>
<Index ID="205614" Value="17"/>
</IndexMap>
</TextGroup>

View File

@@ -2093,4 +2093,8 @@
<Property Name="Description" Value=""/>
<Property Name="VirtualKey_LED" Value="False"/>
</VirtualKey>
<VirtualKey Name="%embVirtualKey_177">
<Property Name="Description" Value=""/>
<Property Name="VirtualKey_LED" Value="False"/>
</VirtualKey>
</KeyMapping>

View File

@@ -1,4 +1,4 @@
LOGStart created on Saturday 2020/02/22 UTC 09:46:20:956
LOGStart created on Thursday 2020/02/27 UTC 17:57:56:160
Reading "OSDD Data"...
Reading Content "Start"
@@ -118,7 +118,7 @@ Content "name1" successfully read from "name2"
LOGAppend on Saturday 2020/02/22 UTC 09:46:20:972
LOGAppend on Thursday 2020/02/27 UTC 17:57:56:160
Reading "D:\src44\KD_Boell_RR\KD_Boell_RR\Physical\Config1\X20CP1584\SafeLOGIC-1\BusNavigator.iom"...
Reading Content "IOOffsets"

View File

@@ -1,4 +1,4 @@
LOGStart created on Saturday 2020/02/22 UTC 09:46:21:597
LOGStart created on Thursday 2020/02/27 UTC 17:57:57:144
Reading "OSDD Data"...
Reading Content "Start"

View File

@@ -5,17 +5,17 @@ HostName=SL12.xy.org
Destination=192.168.3.1
CommunicationMode=1
[GUI]
SortOrder=0
NameWidth=266
SortOrder=0
ASVarWidth=334
ViewMode=0
SADRWidth=100
SortColumn=0
SADRWidth=100
DescriptionWidth=478
ChannelWidth=474
SplitterPosition=1635
SDVarWidth=296
StateWidth=100
SDVarWidth=296
[Manual]
Timeout=1000
Port=50000

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
[ONLINE]
CNTRL_DLG_PLACEMENT=0,1,1520,84,-1,-1,1031,304,1204,530
ONLINE_DLG_PLACEMENT=0,1,-1,-1,-1,-1,83,76,517,307
ONLINE_DLG_PLACEMENT=0,1,-1,-1,-1,-1,83,76,891,518
INFO_DLG_PLACEMENT=0,1,-1,-1,-1,-1,30,26,516,404

View File

@@ -8,4 +8,4 @@ VarInOut=1
Retain=0
[CRC]
RETAIN=1
PROJECT=3426901070
PROJECT=3383685477

View File

@@ -2,24 +2,24 @@
T: PROGRAM Main
FW: NO
CI#: 80
QSL: 154
QSL: 148
QJM: 0
QJ: 0
QR: 0
*)
@NETWORK_BEGIN
@BPV 1 81 0 @FUORG 0 @38 4 VAR
@BPV 1 161 0 @FUORG 0 @26 4 VAR
@BPV 1 75 0 @FUPAR 0 @RV 8
@BPV 1 78 0
@BPV 1 158 0
@BPV 1 76 0 @FUPAR 0 @RV 9
@BPV 1 79 0
@BPV 1 159 0
@BPV 1 77 0 @FUPAR 0 @RV 24
@BPV 1 82 0
@BPV 1 105 0 @FUPAR 0 @RV 18
@BPV 1 104 0
@BPV 1 80 0 @FURET 0 @IFBP 2.2
@BPV 1 162 0
@BPV 1 98 0 @FUPAR 0 @RV 18
@BPV 1 163 0
@BPV 1 160 0 @FURET 0 @IFBP 2.2
@BPV 1 3 0
@BPV 1 81 0 @FUCA 0
@BPV 1 161 0 @FUCA 0
@BPV 1 8 0 LD @RV 11
@BPV 1 2 0 ST @IFBP 2.1
@BPV 1 64 0 LD @TYP:1# 1
@@ -79,24 +79,14 @@ QR: 0
@BPV 1 34 0 @FUCA 0
@NETWORK_END
@NETWORK_BEGIN
@BPV 1 161 0 @FUORG 0 @47 1 VAR
@BPV 1 155 0 @FUPAR 0 @RV 7
@BPV 1 156 0
@BPV 1 157 0 @FURET 0 @PAR 1
@BPV 1 161 0 @FUCA 0
@BPV 1 162 0 @FUORG 1 @26 2 VAR
@BPV 1 163 0 @FUPAR 1 @RV 12
@BPV 1 158 0
@BPV 1 159 0 @FUPAR 1 @RET 0
@BPV 1 160 0 @FURET 1 @PAR 2
@BPV 1 162 0 @FUCA 1
@BPV 1 167 0 @FUORG 2 @38 2 VAR
@BPV 1 164 0 @FUPAR 2 @RET 1
@BPV 1 88 0 @FUPAR 2 @RV 13
@BPV 1 165 0
@BPV 1 166 0 @FURET 2 @IFBP 7.1
@BPV 1 146 0 @FUORG 0 @38 2 VAR
@BPV 1 142 0 @FUPAR 0 @RV 12
@BPV 1 143 0
@BPV 1 82 0 @FUPAR 0 @RV 13
@BPV 1 144 0
@BPV 1 145 0 @FURET 0 @IFBP 7.1
@BPV 1 68 0
@BPV 1 167 0 @FUCA 2
@BPV 1 146 0 @FUCA 0
@BPV 1 73 0 LD @TYP:49# 0S400000000
@BPV 1 69 0 ST @IFBP 7.2
@BPV 1 72 0 CAL @IFB 7
@@ -104,78 +94,82 @@ QR: 0
@BPV 1 11 0 ST @IFBP 1.2
@BPV 1 68 0 @FPNOP @IFBP 7.1
@BPV 1 71 0 @FPNOP @IFBP 7.3
@BPV 1 152 0 @FUORG 1 @48 1 VAR
@BPV 1 70 0 @FUPAR 1 @IFBP 7.4
@BPV 1 150 0
@BPV 1 151 0 @FURET 1 @RV 2
@BPV 1 103 0
@BPV 1 152 0 @FUCA 1
@BPV 1 16 0 LD @RV 11
@BPV 1 10 0 ST @IFBP 1.1
@BPV 1 17 0 LD @RV 3
@BPV 1 12 0 ST @IFBP 1.3
@BPV 1 15 0 CAL @IFB 1
@BPV 1 13 0 LD @IFBP 1.4
@BPV 1 89 0 ST @RV 15
@BPV 1 83 0 ST @RV 15
@BPV 1 14 0 LD @IFBP 1.5
@BPV 1 18 0 ST @RV 14
@BPV 1 11 0 @FPNOP @IFBP 1.2
@NETWORK_END
@NETWORK_BEGIN
@BPV 1 108 0 @FUORG 0 @48 1 VAR
@BPV 1 110 0 @FUPAR 0 @RV 13
@BPV 1 106 0
@BPV 1 107 0 @FURET 0 @RV 2
@BPV 1 111 0
@BPV 1 107 0 @FURET 0 @RV 10
@BPV 1 126 0
@BPV 1 108 0 @FUCA 0
@BPV 1 101 0 @FUORG 0 @48 1 VAR
@BPV 1 102 0 @FUPAR 0 @RV 13
@BPV 1 99 0
@BPV 1 100 0 @FURET 0 @RV 10
@BPV 1 117 0
@BPV 1 101 0 @FUCA 0
@NETWORK_END
@NETWORK_BEGIN
@BPV 1 99 0 LD @RV 25
@BPV 1 91 0 ST @IFBP 4.1
@BPV 1 98 0 LD @RV 12
@BPV 1 92 0 ST @IFBP 4.2
@BPV 1 100 0 LD @RV 3
@BPV 1 93 0 ST @IFBP 4.3
@BPV 1 96 0 CAL @IFB 4
@BPV 1 94 0 LD @IFBP 4.4
@BPV 1 102 0 ST @RV 28
@BPV 1 95 0 LD @IFBP 4.5
@BPV 1 101 0 ST @RV 26
@BPV 1 93 0 LD @RV 25
@BPV 1 85 0 ST @IFBP 4.1
@BPV 1 92 0 LD @RV 12
@BPV 1 86 0 ST @IFBP 4.2
@BPV 1 94 0 LD @RV 3
@BPV 1 87 0 ST @IFBP 4.3
@BPV 1 90 0 CAL @IFB 4
@BPV 1 88 0 LD @IFBP 4.4
@BPV 1 96 0 ST @RV 28
@BPV 1 89 0 LD @IFBP 4.5
@BPV 1 95 0 ST @RV 26
@NETWORK_END
@NETWORK_BEGIN
@BPV 1 140 0 @FUORG 0 @47 1 VAR
@BPV 1 134 0 @FUPAR 0 @RV 3
@BPV 1 138 0
@BPV 1 139 0 @FURET 0 @PAR 1
@BPV 1 140 0 @FUCA 0
@BPV 1 151 0 @FUORG 1 @26 2 VAR
@BPV 1 153 0 @FUPAR 1 @RV 13
@BPV 1 148 0
@BPV 1 149 0 @FUPAR 1 @RET 0
@BPV 1 150 0 @FURET 1 @RV 27
@BPV 1 127 0 @FUORG 0 @47 1 VAR
@BPV 1 121 0 @FUPAR 0 @RV 3
@BPV 1 125 0
@BPV 1 126 0 @FURET 0 @PAR 1
@BPV 1 127 0 @FUCA 0
@BPV 1 138 0 @FUORG 1 @26 2 VAR
@BPV 1 140 0 @FUPAR 1 @RV 13
@BPV 1 135 0
@BPV 1 151 0 @FUCA 1
@BPV 1 136 0 @FUPAR 1 @RET 0
@BPV 1 137 0 @FURET 1 @RV 27
@BPV 1 122 0
@BPV 1 138 0 @FUCA 1
@NETWORK_END
@NETWORK_BEGIN
@BPV 1 143 0 @FUORG 0 @47 1 VAR
@BPV 1 152 0 @FUPAR 0 @RV 3
@BPV 1 141 0
@BPV 1 142 0 @FURET 0 @PAR 1
@BPV 1 143 0 @FUCA 0
@BPV 1 147 0 @FUORG 1 @26 2 VAR
@BPV 1 154 0 @FUPAR 1 @RV 13
@BPV 1 144 0
@BPV 1 145 0 @FUPAR 1 @RET 0
@BPV 1 146 0 @FURET 1 @RV 29
@BPV 1 114 0
@BPV 1 147 0 @FUCA 1
@BPV 1 130 0 @FUORG 0 @47 1 VAR
@BPV 1 139 0 @FUPAR 0 @RV 3
@BPV 1 128 0
@BPV 1 129 0 @FURET 0 @PAR 1
@BPV 1 130 0 @FUCA 0
@BPV 1 134 0 @FUORG 1 @26 2 VAR
@BPV 1 141 0 @FUPAR 1 @RV 13
@BPV 1 131 0
@BPV 1 132 0 @FUPAR 1 @RET 0
@BPV 1 133 0 @FURET 1 @RV 29
@BPV 1 105 0
@BPV 1 134 0 @FUCA 1
@NETWORK_END
@NETWORK_BEGIN
@BPV 1 123 0 LD @RV 19
@BPV 1 117 0 ST @IFBP 6.1
@BPV 1 131 0 LD @TYP:43# 0
@BPV 1 118 0 ST @IFBP 6.2
@BPV 1 124 0 LD @RV 3
@BPV 1 119 0 ST @IFBP 6.3
@BPV 1 122 0 CAL @IFB 6
@BPV 1 120 0 LD @IFBP 6.4
@BPV 1 113 0 ST @RV 23
@BPV 1 121 0 LD @IFBP 6.5
@BPV 1 103 0 ST @RV 22
@BPV 1 114 0 LD @RV 19
@BPV 1 108 0 ST @IFBP 6.1
@BPV 1 118 0 LD @TYP:43# 0
@BPV 1 109 0 ST @IFBP 6.2
@BPV 1 115 0 LD @RV 3
@BPV 1 110 0 ST @IFBP 6.3
@BPV 1 113 0 CAL @IFB 6
@BPV 1 111 0 LD @IFBP 6.4
@BPV 1 104 0 ST @RV 23
@BPV 1 112 0 LD @IFBP 6.5
@BPV 1 97 0 ST @RV 22
@NETWORK_END

View File

@@ -1,4 +1,4 @@
(*
QWS: 00001
*)
00001 00154 POE\Main\Code.gb
00001 00148 POE\Main\Code.gb

View File

@@ -94,5 +94,5 @@ FUNCTION FW 00077 MUL_S 0x00000000
FUNCTION_BLOCK FW 00078 PULSE_GEN 0x00000000
FUNCTION_BLOCK FW 00079 PULSE_GEN_S 0x00000000
FUNCTION_BLOCK FW 00081 SF_EDM_V1_00 0x00000005
FUNCTION_BLOCK USER 00082 ReleaseDelayed 0x000000BA
PROGRAM USER 00080 Main 0x000000BA
FUNCTION_BLOCK USER 00082 ReleaseDelayed 0x000000BE
PROGRAM USER 00080 Main 0x000000BE

View File

@@ -1,6 +1,6 @@
[GLOBAL]
FILE_VERSION=0.1
CREATED_AT=22.02.2020 09:46:20
CREATED_AT=27.02.2020 17:57:55
NUM_OF_DIAGS=1
[DIAG0000]

View File

@@ -1,2 +1,2 @@
[TIME_STAMP]
RES_DATA=1582364780
RES_DATA=1582826275

View File

@@ -1,41 +1,41 @@
gbOuRelEStopOk,POE\Main\Code.GB,2,OUT,19,70,Write,,BOOL,NSQX21.0,,VAR_GLOBAL,GLOBAL,,Freigabesignal f<>r E-Stop Ok an. <20>bgerg. M.
gbOuRelMainValve,POE\Main\Code.GB,2,OUT,21,76,Write,,BOOL,NSQX20.1,,VAR_GLOBAL,GLOBAL,,Freigabe Hauptventil
gbOuRelSafetyOk,POE\Main\Code.GB,7,OUT,113,3,Write,,BOOL,NSQX21.1,,VAR_GLOBAL,GLOBAL,,Freigabesignal f. Sicherheit Ok an <20>berg. M.
gbOuRelSTOAxisSpindle1,POE\Main\Code.GB,5,OUT,89,9,Write,,BOOL,NSQX20.0,,VAR_GLOBAL,GLOBAL,,Freigabe STO Achse Spindel 1
gbOuRelSafetyOk,POE\Main\Code.GB,7,OUT,104,3,Write,,BOOL,NSQX21.1,,VAR_GLOBAL,GLOBAL,,Freigabesignal f. Sicherheit Ok an <20>berg. M.
gbOuRelSTOAxisSpindle1,POE\Main\Code.GB,5,OUT,83,9,Write,,BOOL,NSQX20.0,,VAR_GLOBAL,GLOBAL,,Freigabe STO Achse Spindel 1
gbSInEStop1,POE\Main\Code.GB,1,IN,75,29,Read,,SAFEBOOL,SIX16.4,,VAR_GLOBAL,GLOBAL,,E-Stop 1
gbSInEStop2,POE\Main\Code.GB,1,IN,76,29,Read,,SAFEBOOL,SIX16.6,,VAR_GLOBAL,GLOBAL,,E-Stop2
gbSInEStop3,POE\Main\Code.GB,1,IN,105,29,Read,,SAFEBOOL,SIX61.4,,VAR_GLOBAL,GLOBAL,,E-Stop 3
gbSInEStop3,POE\Main\Code.GB,1,IN,98,29,Read,,SAFEBOOL,SIX61.4,,VAR_GLOBAL,GLOBAL,,E-Stop 3
gbSInEStopExt,POE\Main\Code.GB,1,IN,66,21,Read,,SAFEBOOL,SIX61.0,,VAR_GLOBAL,GLOBAL,,EStop-Extern
gbSInEStopExt,POE\Main\Code.GB,4,IN,98,32,Read,,SAFEBOOL,SIX61.0,,VAR_GLOBAL,GLOBAL,,EStop-Extern
gbSInEStopExt,POE\Main\Code.GB,4,IN,163,32,Read,,SAFEBOOL,SIX61.0,,VAR_GLOBAL,GLOBAL,,EStop-Extern
gbSInEStopExt,POE\Main\Code.GB,4,IN,92,32,Read,,SAFEBOOL,SIX61.0,,VAR_GLOBAL,GLOBAL,,EStop-Extern
gbSInEStopExt,POE\Main\Code.GB,4,IN,142,49,Read,,SAFEBOOL,SIX61.0,,VAR_GLOBAL,GLOBAL,,EStop-Extern
gbSInEStopRobot,POE\Main\Code.GB,1,IN,77,25,Read,,SAFEBOOL,SIX66.4,,VAR_GLOBAL,GLOBAL,,E-Stop von Roboter Vereinzelung
gbSInSafetyExt,POE\Main\Code.GB,4,IN,110,39,Read,,SAFEBOOL,SIX61.2,,VAR_GLOBAL,GLOBAL,,Sicherheit Zelle von Extern
gbSInSafetyExt,POE\Main\Code.GB,4,IN,88,48,Read,,SAFEBOOL,SIX61.2,,VAR_GLOBAL,GLOBAL,,Sicherheit Zelle von Extern
gbSInSafetyExt,POE\Main\Code.GB,4,IN,153,45,Read,,SAFEBOOL,SIX61.2,,VAR_GLOBAL,GLOBAL,,Sicherheit Zelle von Extern
gbSInSafetyExt,POE\Main\Code.GB,4,IN,154,45,Read,,SAFEBOOL,SIX61.2,,VAR_GLOBAL,GLOBAL,,Sicherheit Zelle von Extern
gbSInSafetyExt,POE\Main\Code.GB,4,IN,141,45,Read,,SAFEBOOL,SIX61.2,,VAR_GLOBAL,GLOBAL,,Sicherheit Zelle von Extern
gbSInSafetyExt,POE\Main\Code.GB,4,IN,82,48,Read,,SAFEBOOL,SIX61.2,,VAR_GLOBAL,GLOBAL,,Sicherheit Zelle von Extern
gbSInSafetyExt,POE\Main\Code.GB,4,IN,140,45,Read,,SAFEBOOL,SIX61.2,,VAR_GLOBAL,GLOBAL,,Sicherheit Zelle von Extern
gbSInSafetyExt,POE\Main\Code.GB,5,IN,102,0,Read,,SAFEBOOL,SIX61.2,,VAR_GLOBAL,GLOBAL,,Sicherheit Zelle von Extern
gbSOuEStopOk,POE\Main\Code.GB,3,OUT,49,78,Write,,SAFEBOOL,SQX16.0,,VAR_GLOBAL,GLOBAL,,Freigabe Nothalt OK an <20>berg. Maschine
gbSOuMainValve,POE\Main\Code.GB,2,OUT,20,77,Write,,SAFEBOOL,SQX14.1,,VAR_GLOBAL,GLOBAL,,Hauptventil
gbSOuReleaseSM11,POE\Main\Code.GB,4,OUT,102,0,Write,,BOOL,NSQX22.0,,VAR_GLOBAL,GLOBAL,,Freigabe Ausg<73>nge SM 6
gbSOuRobotAStop,POE\Main\Code.GB,4,OUT,135,9,Write,,SAFEBOOL,SQX18.5,,VAR_GLOBAL,GLOBAL,,AStop 2-kanalig an Roboter
gbSOuRobotEStop,POE\Main\Code.GB,4,OUT,101,0,Write,,SAFEBOOL,SQX18.2,,VAR_GLOBAL,GLOBAL,,EStop 2-kanalig an Roboter
gbSOuSafetyOk,POE\Main\Code.GB,7,OUT,103,4,Write,,SAFEBOOL,SQX16.1,,VAR_GLOBAL,GLOBAL,,Freigabe Sicherheit Ok an <20>berg. Maschine
gbSOuSafetySeperationOk,POE\Main\Code.GB,7,OUT,114,2,Write,,SAFEBOOL,SQX19.0,,VAR_GLOBAL,GLOBAL,,
gbSOuReleaseSM11,POE\Main\Code.GB,4,OUT,96,0,Write,,BOOL,NSQX22.0,,VAR_GLOBAL,GLOBAL,,Freigabe Ausg<73>nge SM 6
gbSOuRobotAStop,POE\Main\Code.GB,4,OUT,122,9,Write,,SAFEBOOL,SQX18.5,,VAR_GLOBAL,GLOBAL,,AStop 2-kanalig an Roboter
gbSOuRobotEStop,POE\Main\Code.GB,4,OUT,95,0,Write,,SAFEBOOL,SQX18.2,,VAR_GLOBAL,GLOBAL,,EStop 2-kanalig an Roboter
gbSOuSafetyOk,POE\Main\Code.GB,7,OUT,97,4,Write,,SAFEBOOL,SQX16.1,,VAR_GLOBAL,GLOBAL,,Freigabe Sicherheit Ok an <20>berg. Maschine
gbSOuSafetySeperationOk,POE\Main\Code.GB,7,OUT,105,2,Write,,SAFEBOOL,SQX19.0,,VAR_GLOBAL,GLOBAL,,
gbSOuSTOAxisSpindle1,POE\Main\Code.GB,5,OUT,18,11,Write,,SAFEBOOL,SQX14.0,,VAR_GLOBAL,GLOBAL,,STO Freigabe Spindel 1
gbSPLCInEstopOk,POE\Main\Code.GB,1,OUT,35,0,Write,,BOOL,NSQX0.0,,VAR_GLOBAL,GLOBAL,,Nothalt Ok
gbSPLCInRdbckErrorEStop,POE\Main\Code.GB,3,OUT,62,68,Write,,BOOL,NSQX0.3,,VAR_GLOBAL,GLOBAL,,R<>cklesefehler Nothalt an <20>berg. Maschine
gbSPLCInSafetyScrewdr1Ok,POE\Main\Code.GB,5,OUT,111,73,Write,,BOOL,NSQX0.2,,VAR_GLOBAL,GLOBAL,,Sicherheit Schrauber 1 Ok
gbSPLCInSafetySperation1Ok,POE\Main\Code.GB,5,OUT,126,72,Write,,BOOL,NSQX0.1,,VAR_GLOBAL,GLOBAL,,Safety for Seperation / Feeder Ok
gbSPLCJogMode,POE\Main\Code.GB,4,IN,155,7,Read,,BOOL,NSIX0.1,,VAR_GLOBAL,GLOBAL,,Tippbetrieb
gbSPLCInSafetyScrewdr1Ok,POE\Main\Code.GB,5,OUT,103,16,Write,,BOOL,NSQX0.2,,VAR_GLOBAL,GLOBAL,,Sicherheit Schrauber 1 Ok
gbSPLCInSafetySperation1Ok,POE\Main\Code.GB,5,OUT,117,37,Write,,BOOL,NSQX0.1,,VAR_GLOBAL,GLOBAL,,Safety for Seperation / Feeder Ok
gbSPLCJogMode,C\PLC\R\CPU\global_variables.vbb,0,,8,0,,,BOOL,NSIX0.1,,VAR_GLOBAL,NOT USED,,Tippbetrieb
gbSPLCMachineOn,POE\Main\Code.GB,1,IN,30,52,Read,,BOOL,NSIX0.0,,VAR_GLOBAL,GLOBAL,,Anlage ist Ein
gbSPLCMachineOn,POE\Main\Code.GB,4,IN,100,27,Read,,BOOL,NSIX0.0,,VAR_GLOBAL,GLOBAL,,Anlage ist Ein
gbSPLCMachineOn,POE\Main\Code.GB,4,IN,134,17,Read,,BOOL,NSIX0.0,,VAR_GLOBAL,GLOBAL,,Anlage ist Ein
gbSPLCMachineOn,POE\Main\Code.GB,4,IN,94,27,Read,,BOOL,NSIX0.0,,VAR_GLOBAL,GLOBAL,,Anlage ist Ein
gbSPLCMachineOn,POE\Main\Code.GB,4,IN,121,17,Read,,BOOL,NSIX0.0,,VAR_GLOBAL,GLOBAL,,Anlage ist Ein
gbSPLCMachineOn,POE\Main\Code.GB,5,IN,17,13,Read,,BOOL,NSIX0.0,,VAR_GLOBAL,GLOBAL,,Anlage ist Ein
gbSPLCMachineOn,POE\Main\Code.GB,7,IN,124,26,Read,,BOOL,NSIX0.0,,VAR_GLOBAL,GLOBAL,,Anlage ist Ein
gbSPLCMachineOn,POE\Main\Code.GB,7,IN,152,17,Read,,BOOL,NSIX0.0,,VAR_GLOBAL,GLOBAL,,Anlage ist Ein
gbSPLCMachineOn,POE\Main\Code.GB,7,IN,115,26,Read,,BOOL,NSIX0.0,,VAR_GLOBAL,GLOBAL,,Anlage ist Ein
gbSPLCMachineOn,POE\Main\Code.GB,7,IN,139,17,Read,,BOOL,NSIX0.0,,VAR_GLOBAL,GLOBAL,,Anlage ist Ein
gbSPLCReadbackEStop,POE\Main\Code.GB,2,IN,59,21,Read,,BOOL,NSIX0.3,,VAR_GLOBAL,GLOBAL,,R<>cklesesignal Not-Aus
gbSPLCResetReadbackError,POE\Main\Code.GB,2,IN,60,48,Read,,BOOL,NSIX0.6,,VAR_GLOBAL,GLOBAL,,Reset R<>cklesefehler
SM11SafeModuleOk,POE\Main\Code.GB,4,IN,99,28,Read,,SAFEBOOL,SIX24.3,,VAR_GLOBAL,GLOBAL,,
SM11SafeModuleOk,POE\Main\Code.GB,4,IN,93,28,Read,,SAFEBOOL,SIX24.3,,VAR_GLOBAL,GLOBAL,,
SM2SafeModuleOk,POE\Main\Code.GB,1,IN,8,61,Read,,SAFEBOOL,SIX24.0,,VAR_GLOBAL,GLOBAL,,Safemodul 2 Ok
SM2SafeModuleOk,POE\Main\Code.GB,5,IN,16,15,Read,,SAFEBOOL,SIX24.0,,VAR_GLOBAL,GLOBAL,,Safemodul 2 Ok
SM3SafeModuleOk,POE\Main\Code.GB,1,IN,29,54,Read,,SAFEBOOL,SIX24.1,,VAR_GLOBAL,GLOBAL,,
SM3SafeModuleOk,POE\Main\Code.GB,7,IN,123,28,Read,,SAFEBOOL,SIX24.1,,VAR_GLOBAL,GLOBAL,,
SM3SafeModuleOk,POE\Main\Code.GB,7,IN,114,28,Read,,SAFEBOOL,SIX24.1,,VAR_GLOBAL,GLOBAL,,
1 gbOuRelEStopOk POE\Main\Code.GB 2 OUT 19 70 Write BOOL NSQX21.0 VAR_GLOBAL GLOBAL Freigabesignal für E-Stop Ok an. übgerg. M.
2 gbOuRelMainValve POE\Main\Code.GB 2 OUT 21 76 Write BOOL NSQX20.1 VAR_GLOBAL GLOBAL Freigabe Hauptventil
3 gbOuRelSafetyOk POE\Main\Code.GB 7 OUT 113 104 3 Write BOOL NSQX21.1 VAR_GLOBAL GLOBAL Freigabesignal f. Sicherheit Ok an überg. M.
4 gbOuRelSTOAxisSpindle1 POE\Main\Code.GB 5 OUT 89 83 9 Write BOOL NSQX20.0 VAR_GLOBAL GLOBAL Freigabe STO Achse Spindel 1
5 gbSInEStop1 POE\Main\Code.GB 1 IN 75 29 Read SAFEBOOL SIX16.4 VAR_GLOBAL GLOBAL E-Stop 1
6 gbSInEStop2 POE\Main\Code.GB 1 IN 76 29 Read SAFEBOOL SIX16.6 VAR_GLOBAL GLOBAL E-Stop2
7 gbSInEStop3 POE\Main\Code.GB 1 IN 105 98 29 Read SAFEBOOL SIX61.4 VAR_GLOBAL GLOBAL E-Stop 3
8 gbSInEStopExt POE\Main\Code.GB 1 IN 66 21 Read SAFEBOOL SIX61.0 VAR_GLOBAL GLOBAL EStop-Extern
9 gbSInEStopExt POE\Main\Code.GB 4 IN 98 92 32 Read SAFEBOOL SIX61.0 VAR_GLOBAL GLOBAL EStop-Extern
10 gbSInEStopExt POE\Main\Code.GB 4 IN 163 142 32 49 Read SAFEBOOL SIX61.0 VAR_GLOBAL GLOBAL EStop-Extern
11 gbSInEStopRobot POE\Main\Code.GB 1 IN 77 25 Read SAFEBOOL SIX66.4 VAR_GLOBAL GLOBAL E-Stop von Roboter Vereinzelung
12 gbSInSafetyExt POE\Main\Code.GB 4 IN 110 141 39 45 Read SAFEBOOL SIX61.2 VAR_GLOBAL GLOBAL Sicherheit Zelle von Extern
13 gbSInSafetyExt POE\Main\Code.GB 4 IN 88 82 48 Read SAFEBOOL SIX61.2 VAR_GLOBAL GLOBAL Sicherheit Zelle von Extern
14 gbSInSafetyExt POE\Main\Code.GB 4 IN 153 140 45 Read SAFEBOOL SIX61.2 VAR_GLOBAL GLOBAL Sicherheit Zelle von Extern
15 gbSInSafetyExt POE\Main\Code.GB 4 5 IN 154 102 45 0 Read SAFEBOOL SIX61.2 VAR_GLOBAL GLOBAL Sicherheit Zelle von Extern
16 gbSOuEStopOk POE\Main\Code.GB 3 OUT 49 78 Write SAFEBOOL SQX16.0 VAR_GLOBAL GLOBAL Freigabe Nothalt OK an überg. Maschine
17 gbSOuMainValve POE\Main\Code.GB 2 OUT 20 77 Write SAFEBOOL SQX14.1 VAR_GLOBAL GLOBAL Hauptventil
18 gbSOuReleaseSM11 POE\Main\Code.GB 4 OUT 102 96 0 Write BOOL NSQX22.0 VAR_GLOBAL GLOBAL Freigabe Ausgänge SM 6
19 gbSOuRobotAStop POE\Main\Code.GB 4 OUT 135 122 9 Write SAFEBOOL SQX18.5 VAR_GLOBAL GLOBAL AStop 2-kanalig an Roboter
20 gbSOuRobotEStop POE\Main\Code.GB 4 OUT 101 95 0 Write SAFEBOOL SQX18.2 VAR_GLOBAL GLOBAL EStop 2-kanalig an Roboter
21 gbSOuSafetyOk POE\Main\Code.GB 7 OUT 103 97 4 Write SAFEBOOL SQX16.1 VAR_GLOBAL GLOBAL Freigabe Sicherheit Ok an überg. Maschine
22 gbSOuSafetySeperationOk POE\Main\Code.GB 7 OUT 114 105 2 Write SAFEBOOL SQX19.0 VAR_GLOBAL GLOBAL
23 gbSOuSTOAxisSpindle1 POE\Main\Code.GB 5 OUT 18 11 Write SAFEBOOL SQX14.0 VAR_GLOBAL GLOBAL STO Freigabe Spindel 1
24 gbSPLCInEstopOk POE\Main\Code.GB 1 OUT 35 0 Write BOOL NSQX0.0 VAR_GLOBAL GLOBAL Nothalt Ok
25 gbSPLCInRdbckErrorEStop POE\Main\Code.GB 3 OUT 62 68 Write BOOL NSQX0.3 VAR_GLOBAL GLOBAL Rücklesefehler Nothalt an überg. Maschine
26 gbSPLCInSafetyScrewdr1Ok POE\Main\Code.GB 5 OUT 111 103 73 16 Write BOOL NSQX0.2 VAR_GLOBAL GLOBAL Sicherheit Schrauber 1 Ok
27 gbSPLCInSafetySperation1Ok POE\Main\Code.GB 5 OUT 126 117 72 37 Write BOOL NSQX0.1 VAR_GLOBAL GLOBAL Safety for Seperation / Feeder Ok
28 gbSPLCJogMode POE\Main\Code.GB C\PLC\R\CPU\global_variables.vbb 4 0 IN 155 8 7 0 Read BOOL NSIX0.1 VAR_GLOBAL GLOBAL NOT USED Tippbetrieb
29 gbSPLCMachineOn POE\Main\Code.GB 1 IN 30 52 Read BOOL NSIX0.0 VAR_GLOBAL GLOBAL Anlage ist Ein
30 gbSPLCMachineOn POE\Main\Code.GB 4 IN 100 94 27 Read BOOL NSIX0.0 VAR_GLOBAL GLOBAL Anlage ist Ein
31 gbSPLCMachineOn POE\Main\Code.GB 4 IN 134 121 17 Read BOOL NSIX0.0 VAR_GLOBAL GLOBAL Anlage ist Ein
32 gbSPLCMachineOn POE\Main\Code.GB 5 IN 17 13 Read BOOL NSIX0.0 VAR_GLOBAL GLOBAL Anlage ist Ein
33 gbSPLCMachineOn POE\Main\Code.GB 7 IN 124 115 26 Read BOOL NSIX0.0 VAR_GLOBAL GLOBAL Anlage ist Ein
34 gbSPLCMachineOn POE\Main\Code.GB 7 IN 152 139 17 Read BOOL NSIX0.0 VAR_GLOBAL GLOBAL Anlage ist Ein
35 gbSPLCReadbackEStop POE\Main\Code.GB 2 IN 59 21 Read BOOL NSIX0.3 VAR_GLOBAL GLOBAL Rücklesesignal Not-Aus
36 gbSPLCResetReadbackError POE\Main\Code.GB 2 IN 60 48 Read BOOL NSIX0.6 VAR_GLOBAL GLOBAL Reset Rücklesefehler
37 SM11SafeModuleOk POE\Main\Code.GB 4 IN 99 93 28 Read SAFEBOOL SIX24.3 VAR_GLOBAL GLOBAL
38 SM2SafeModuleOk POE\Main\Code.GB 1 IN 8 61 Read SAFEBOOL SIX24.0 VAR_GLOBAL GLOBAL Safemodul 2 Ok
39 SM2SafeModuleOk POE\Main\Code.GB 5 IN 16 15 Read SAFEBOOL SIX24.0 VAR_GLOBAL GLOBAL Safemodul 2 Ok
40 SM3SafeModuleOk POE\Main\Code.GB 1 IN 29 54 Read SAFEBOOL SIX24.1 VAR_GLOBAL GLOBAL
41 SM3SafeModuleOk POE\Main\Code.GB 7 IN 123 114 28 Read SAFEBOOL SIX24.1 VAR_GLOBAL GLOBAL

Some files were not shown because too many files have changed in this diff Show More