Finale Version Auslieferung mit Keyence Cam
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<Project Description="Prüfzelle Kamera" Version="1.00.0" Edition="Standard" EditionComment="Standard" xmlns="http://br-automation.co.at/AS/Project">
|
||||
<Communication />
|
||||
<ANSIC DefaultIncludes="true" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<ProjectSettings xmlns="http://br-automation.co.at/AS/ProjectSettings">
|
||||
<ConfigurationManager ActiveConfigurationName="Config1" />
|
||||
<Deployment Value="ActiveCpu" />
|
||||
|
||||
@@ -18,6 +18,7 @@ TYPE
|
||||
usBtnMachOff : USINT;
|
||||
usBtnMachJog : USINT;
|
||||
usBtnMachAuto : USINT;
|
||||
usParamBtn : USINT;
|
||||
END_STRUCT;
|
||||
typVCCommands : STRUCT
|
||||
bErrorReset : BOOL;
|
||||
|
||||
@@ -6,6 +6,7 @@ TYPE
|
||||
TON_MachineOn1 : TON;
|
||||
TON_AirOk1 : TON;
|
||||
TON_AirNOk1 : TON;
|
||||
TON_Parameter : TON;
|
||||
END_STRUCT;
|
||||
typ_MpFUB : STRUCT (*MApp Funktionsbausteine*)
|
||||
MpAlarmLink : typMPAlarmLink; (*Alarm Link*)
|
||||
|
||||
@@ -115,7 +115,10 @@ gStatusVCControls.usBtnMachOff := SHL (BOOL_TO_USINT (NOT gMachine1.bMachineON),
|
||||
gStatusVCControls.usBtnMachJog := SHL (BOOL_TO_USINT (NOT gMachine1.bMachineON OR (gMachine1.enMode = enMACH_JOG)), VC_HIDE_BITPOS);
|
||||
gStatusVCControls.usBtnMachAuto := SHL (BOOL_TO_USINT (NOT gMachine1.bMachineON OR (gMachine1.enMode = enMACH_AUTOMATIC)), VC_HIDE_BITPOS);
|
||||
gStatusVCControls.usBtnResetEstop := SHL (BOOL_TO_USINT (NOT gMachine1.bMachineON), VC_HIDE_BITPOS);
|
||||
|
||||
gStatusVCControls.usParamBtn.1 := NOT FUBs.TON_Parameter.Q;
|
||||
FUBs.TON_Parameter.IN := gPB3.bInKeyStatus AND (gMachine1.enMode = enMACH_JOG);
|
||||
FUBs.TON_Parameter.PT := t#4s;
|
||||
FUBs.TON_Parameter ();
|
||||
|
||||
|
||||
gStatusVCControls.usInfosAutomatic := SHL (BOOL_TO_USINT ((gMachine1.enMode <> enMACH_AUTOMATIC)), VC_HIDE_BITPOS);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 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.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 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.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<DataSource xmlns="http://br-automation.co.at/AS/VC/Project" Name="DataSource">
|
||||
<Property Name="AutoRefresh" Value="False"/>
|
||||
<Property Name="DefaultUpdateTime" Value="200"/>
|
||||
@@ -1861,6 +1861,15 @@
|
||||
<Property Name="UserID" Value="None"/>
|
||||
<Property Name="VCType" Value="INTEGER"/>
|
||||
</DataPoint>
|
||||
<DataPoint Name="usParamBtn">
|
||||
<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>
|
||||
</Folder>
|
||||
<Folder Name="machine">
|
||||
<Property Name="Description" Value=""/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<Languages xmlns="http://br-automation.co.at/AS/VC/Project">
|
||||
<Property Name="Default" Value="de"/>
|
||||
<Property Name="FallBackLanguage" Value="de"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<Project xmlns="http://br-automation.co.at/AS/VC/Project">
|
||||
<Property Name="EnableEvents" Value="False"/>
|
||||
<Property Name="SharedTargetResourceRoot" Value=""/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<Layer xmlns="http://br-automation.co.at/AS/VC/Project" Name="globalArea">
|
||||
<Property Name="BackColor" Value="253"/>
|
||||
<Property Name="Description" Value="Header & Navigation"/>
|
||||
@@ -293,6 +293,7 @@
|
||||
<Property Name="Left" Value="928"/>
|
||||
<Property Name="PressedBitmapSource" Value="Source[embedded].Property[BitmapSource]"/>
|
||||
<Property Name="PressedTextSource" Value="Source[embedded].Property[TextSource]"/>
|
||||
<Property Name="StatusDatapoint" Value="Source[global].Variable[DataSource.Machine.gStatusVCControls.usParamBtn]"/>
|
||||
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[GlobalAreaButton]"/>
|
||||
<Property Name="TextGroup" Value="Source[local].TextGroup[Buttons_PageTexts]"/>
|
||||
<Property Name="TextIndex" Value="9"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<Project xmlns="http://br-automation.co.at/AS/VC/Project">
|
||||
<Property Name="Backlight" Value="True"/>
|
||||
<Property Name="BacklightDatapoint" Value="None"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<Page xmlns="http://br-automation.co.at/AS/VC/Project" Name="tmpl10_MainPage">
|
||||
<Property Name="Description" Value="Hauptseite"/>
|
||||
<Property Name="Height" Value="600"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<Page xmlns="http://br-automation.co.at/AS/VC/Project" Name="tmpl12_IOState">
|
||||
<Property Name="Description" Value="IO Status"/>
|
||||
<Property Name="Height" Value="600"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<Page xmlns="http://br-automation.co.at/AS/VC/Project" Name="tmpl15_Statistik">
|
||||
<Property Name="Description" Value="Statistiken"/>
|
||||
<Property Name="Height" Value="600"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<Page xmlns="http://br-automation.co.at/AS/VC/Project" Name="tmpl21_Parameter">
|
||||
<Property Name="Description" Value="Parameterseite"/>
|
||||
<Property Name="Height" Value="600"/>
|
||||
@@ -3362,7 +3362,6 @@
|
||||
<Property Name="Width" Value="40"/>
|
||||
</Control>
|
||||
<Control ClassId="0x00001002" Name="BtnSort">
|
||||
<Property Name="BackColor" Value="15"/>
|
||||
<Property Name="BitmapIndexDatapoint" Value="None"/>
|
||||
<Property Name="BitmapSource" Value="None"/>
|
||||
<Property Name="Border" Value="Source[local].Border[Button_Control]"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<Page xmlns="http://br-automation.co.at/AS/VC/Project" Name="tmpl30_AlarmPage">
|
||||
<Property Name="Description" Value="Alarm"/>
|
||||
<Property Name="Height" Value="600"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<Page xmlns="http://br-automation.co.at/AS/VC/Project" Name="tmpl31_AlarmHistoryPage">
|
||||
<Property Name="Description" Value="Alarm History"/>
|
||||
<Property Name="Height" Value="600"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<Page xmlns="http://br-automation.co.at/AS/VC/Project" Name="tmpl60_Setup">
|
||||
<Property Name="Description" Value="Setup"/>
|
||||
<Property Name="Height" Value="600"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<Page xmlns="http://br-automation.co.at/AS/VC/Project" Name="tmpl61_SystemDiagnostics">
|
||||
<Property Name="Description" Value="SDM"/>
|
||||
<Property Name="Height" Value="600"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<Palette xmlns="http://br-automation.co.at/AS/VC/Project">
|
||||
<PaletteColor Index="0" Value="#000000"/>
|
||||
<PaletteColor Index="1" Value="#0000AA"/>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<osdd xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ethernet-powerlink.org/osdd osdd.xsd" xmlns:xlink="http://www.w3.org/1999/xlink" Version="1.6" xmlns="http://www.ethernet-powerlink.org/osdd">
|
||||
<Topology SafetyDomain="1">
|
||||
<GeneratorDescription Name="AutomationStudio" Version="4.3.3.196" LanguageID="1">
|
||||
<GeneratorDescription Name="AutomationStudio" Version="4.3.4.121 SP" LanguageID="1">
|
||||
<Info Name="ARVersion" Value="43403" />
|
||||
<Info Name="SafetyRelease" Value="1.10" />
|
||||
<Info Name="Communication" Value="/IF=tcpip /LOPO=11159 /SA=1 /RT=8000 /AM=* /SDT=5 /DAIP=192.168.10.56 /REPO=11159 /ANSL=1 /PT=11169 /PORT=50000" />
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Configuration>
|
||||
<Element ID="gFileManagerUI" Type="mpfilemanagerui" />
|
||||
</Configuration>
|
||||
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Configuration>
|
||||
<Element ID="WebXs" Type="mpwebxs" />
|
||||
</Configuration>
|
||||
@@ -1,9 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?AutomationStudio Version=4.2.3.159?>
|
||||
<?AutomationStudio Version=4.3.3.196?>
|
||||
<Package PackageType="mapp" xmlns="http://br-automation.co.at/AS/Package">
|
||||
<Objects>
|
||||
<Object Type="File" Description="Alarmmanagement">Config.mpalarmbasic</Object>
|
||||
<Object Type="File">ConfigWeb.mpwebxs</Object>
|
||||
<Object Type="File">ConfigFile.mpfilemanagerui</Object>
|
||||
</Objects>
|
||||
</Package>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?AutomationStudio Version="4.3.3.196"?>
|
||||
<?AutomationStudio Version="4.3.4.121 SP"?>
|
||||
<ProjectSettings xmlns="http://br-automation.co.at/AS/ProjectSettings">
|
||||
<ConfigurationManager ActiveConfigurationName="Config1" />
|
||||
<Deployment Value="ActiveCpu" />
|
||||
|
||||
Reference in New Issue
Block a user