Auslieferungszustand

This commit is contained in:
Michael Rest
2017-09-12 12:16:18 +02:00
parent edebd4e683
commit 45cac0dd04
21 changed files with 738 additions and 342 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?AutomationStudio Version="4.2.5.388"?>
<?AutomationStudio Version="4.2.9.65 SP"?>
<Project Description="Roboterzelle mit ABB Roboter" Version="1.00.0" Edition="Standard" EditionComment="Standard" xmlns="http://br-automation.co.at/AS/Project">
<Communication />
<ANSIC DefaultIncludes="true" />

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?AutomationStudio Version="4.2.5.388"?>
<?AutomationStudio Version="4.2.9.65 SP"?>
<ProjectSettings xmlns="http://br-automation.co.at/AS/ProjectSettings">
<ConfigurationManager ActiveConfigurationName="Config1" />
<Deployment Value="ActiveCpu" />

View File

@@ -171,7 +171,7 @@ PROGRAM _CYCLIC
bLoadRecipe := FALSE;
END_IF
IF VCCommands.bWriteRecipe THEN
IF EDGEPOS (VCCommands.bWriteRecipe) THEN
bWriteRecipe := TRUE;
END_IF
@@ -203,7 +203,7 @@ PROGRAM _CYCLIC
END_IF
//VC Elemente steuern
uiStatusEvCnt := VCEV_Count (ADR(uiEventCount));
//uiStatusEvCnt := VCEV_Count (ADR(uiEventCount));
IF (uiEventCount > 0) THEN

View File

@@ -18,7 +18,7 @@
;Relative Schwei<65>tiefe
0.0
;Triggertiefe Start Schwei<65>en
7.5
6.8
;Stoptiefe Schwei<65>en (10.8)
11.0

View File

@@ -18,7 +18,7 @@
;Relative Schwei<65>tiefe
0.0
;Triggertiefe Start Schwei<65>en
7.5
6.8
;Stoptiefe Schwei<65>en (10.8)
10.9

View File

@@ -17,7 +17,7 @@
;Relative Schwei<65>tiefe
0.0
;Triggertiefe Start Schwei<65>en
7.5
6.8
;Stoptiefe Schwei<65>en (10.8)
11.0

View File

@@ -1,33 +1,60 @@
;Rezept
;Memoryparameter f. Generator
;Proramm 1:Zeit, 2:Energie, 3:Leistung (6stellig)
000002
000001
;Schwei<65>zeit [s]
0.0
4.0
;Energie [J]
144.0
0.0
;Leistung [W]
0.0
;8 Grenzwerte
;Maximalfrequenz [Hz] (5 stellig)
037000
;Minimalfrqeuenz [Hz] (5 stellig)
034500
;Max Scheinleistung [W]
18720
;Min Scheinleistung [W]
00000
;Max Leistung [W]
03600
;Min Leistung [W]
00000
;Max Mittlere Leistung [W]
03600
;Min Mittlere Leistung [W]
00000
;Max Energy [J]
37800
;Min Energie [J]
00000
;Max Schweisszeit [s]
4.0
;Min Schweisszeit [s]
0.0
;Amplitude [%] (3 stellig)
080
070
;Fillbyte
000
;Koeffizient P (5 Stellig)
00000
00150
;Koeffizient I (5 Stellig)
00000
00150
;Koeffizient D (5 Stellig)
00000
;Koeffizient S (5 Stellig)
00000
;F Offset (3 Stellig)
000
20000
;F Offset (6 Stellig)
000000
;F2 (6 stellig)
000000
034908
;F3 (6 stellig)
000000
034866
;F4 (6 stellig)
000000
034842
;F5 (6 stellig)
000000
043806
;Filbytes
0,0,0

View File

@@ -352,9 +352,9 @@ IF gbIn24VOk AND gbSPLCInWeldzoneOk AND NOT gbST18ModuleOk THEN //Bustransmitte
ELSIF gbST18ModuleOk THEN
MpAlarmReset (gMpGroup1AlarmMachine, 36);
END_IF
IF gbIn24VOk AND gbSPLCInWokzoneOk AND NOT gbST19ModuleOk THEN //XV Potential ?
IF gbIn24VOk AND gbSPLCInWeldzoneOk AND NOT gbST19ModuleOk AND FALSE THEN //XV Potential ?
MpAlarmSet (gMpGroup1AlarmMachine, 37, '');
ELSIF gbST19ModuleOk THEN
ELSIF gbST19ModuleOk OR TRUE THEN
MpAlarmReset (gMpGroup1AlarmMachine, 37);
END_IF
IF gbIn24VOk AND NOT gbST20ModuleOk THEN //XV Potential ?

View File

@@ -406,6 +406,88 @@
</DataPoint>
</Folder>
</Folder>
<Folder Name="USRecipeFromDO">
<Property Name="Description" Value=""/>
<Property Name="FolderType" Value="Struct"/>
<DataPoint Name="enUSMode">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\Visu"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="typ_USModes"/>
<Property Name="UpdateTime" Value="Default"/>
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="INTEGER"/>
</DataPoint>
<DataPoint Name="rWeldtime">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="DPLimit" Value="Default"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="REAL"/>
<Property Name="PLCUnit" Value="Default"/>
<Property Name="UnitGroup" Value="Source[global].UnitGroup[Time]"/>
<Property Name="UpdateTime" Value="Default"/>
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="SCALED"/>
</DataPoint>
<DataPoint Name="rEngergy">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\Visu"/>
<Property Name="DPLimit" Value="Default"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="REAL"/>
<Property Name="PLCUnit" Value="Default"/>
<Property Name="UnitGroup" Value="Source[global].UnitGroup[Energy]"/>
<Property Name="UpdateTime" Value="Default"/>
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="SCALED"/>
</DataPoint>
<DataPoint Name="rPower">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\Visu"/>
<Property Name="DPLimit" Value="Default"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="REAL"/>
<Property Name="PLCUnit" Value="Default"/>
<Property Name="UnitGroup" Value="Source[global].UnitGroup[Power]"/>
<Property Name="UpdateTime" Value="Default"/>
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="SCALED"/>
</DataPoint>
<DataPoint Name="rTMax">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="DPLimit" Value="Default"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="REAL"/>
<Property Name="PLCUnit" Value="Default"/>
<Property Name="UnitGroup" Value="Source[global].UnitGroup[Time]"/>
<Property Name="UpdateTime" Value="Default"/>
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="SCALED"/>
</DataPoint>
<DataPoint Name="rTMin">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="DPLimit" Value="Default"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="REAL"/>
<Property Name="PLCUnit" Value="Default"/>
<Property Name="UnitGroup" Value="Source[global].UnitGroup[Time]"/>
<Property Name="UpdateTime" Value="Default"/>
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="SCALED"/>
</DataPoint>
<DataPoint Name="usAmplitude">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\Visu"/>
<Property Name="DPLimit" Value="Default"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="USINT"/>
<Property Name="PLCUnit" Value="Default"/>
<Property Name="UnitGroup" Value="Source[global].UnitGroup[Percentage]"/>
<Property Name="UpdateTime" Value="Default"/>
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="SCALED"/>
</DataPoint>
</Folder>
</Folder>
<Folder Name="gUS1">
<Property Name="Description" Value=""/>
@@ -2327,6 +2409,30 @@
<Property Name="VCType" Value="BOOL"/>
</DataPoint>
</Folder>
<DataPoint Name="udCycletime">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\Visu"/>
<Property Name="DPLimit" Value="Default"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="UDINT"/>
<Property Name="PLCUnit" Value="Source[relative:UnitGroup].Unit[miliseconds]"/>
<Property Name="UnitGroup" Value="Source[global].UnitGroup[Time]"/>
<Property Name="UpdateTime" Value="Default"/>
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="SCALED"/>
</DataPoint>
<DataPoint Name="udCycletimeLast">
<Property Name="ConnectedBySharedResource" Value="False"/>
<Property Name="ConnectingVisus" Value="Vsualization\Visu"/>
<Property Name="DPLimit" Value="Default"/>
<Property Name="Description" Value=""/>
<Property Name="PLCType" Value="UDINT"/>
<Property Name="PLCUnit" Value="Source[relative:UnitGroup].Unit[miliseconds]"/>
<Property Name="UnitGroup" Value="Source[global].UnitGroup[Time]"/>
<Property Name="UpdateTime" Value="Default"/>
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="SCALED"/>
</DataPoint>
</Folder>
<Folder Name="PartCount">
<Property Name="Description" Value=""/>
@@ -2815,6 +2921,15 @@
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="INTEGER"/>
</DataPoint>
<DataPoint Name="usEditUSRecipe">
<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="VCCommands">
<Property Name="Description" Value=""/>
@@ -2828,6 +2943,15 @@
<Property Name="UserID" Value="None"/>
<Property Name="VCType" Value="BOOL"/>
</DataPoint>
<DataPoint Name="bWriteRecipe">
<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 Name="RecipeActual">
<Property Name="Description" Value=""/>

View File

@@ -16,7 +16,7 @@
<Text ID="105008" Value="User-Aktion [%act$[TEXT=g101]]"/>
<Text ID="105009" Value="Datenpunkt [%dpid$[TEXT=g103]] von [%old] zu [%new] geändert"/>
<Text ID="105010" Value="DP: [%dpid$[TEXT=g103]] von [%old] zu [%new] geändert"/>
<Text ID="105024" Value="Ereignis [%typ]: [%typ[TEXT=100]]"/>
<Text ID="105024" Value="Ereignis [%typ]: [%msg]"/>
</TextLayer>
<IndexMap>
<Index ID="105007" Value="0"/>

View File

@@ -61,6 +61,7 @@
<Source File="TextGroups\httpURL_Inspector.txtgrp"/>
<Source File="TextGroups\txtRecipies.txtgrp"/>
<Source File="TextGroups\LocalEvents.txtgrp"/>
<Source File="TextGroups\txtWeldmodes.txtgrp"/>
<Source File="Fonts\Info.fninfo"/>
<Source File="Fonts\Html_SDM.fninfo"/>
<Source File="Fonts\Default.fninfo"/>

View File

@@ -2293,6 +2293,8 @@
<Text ID="102061" Value="Y-Axis"/>
<Text ID="102062" Value="Z-Axis"/>
<Text ID="102063" Value="Sonotrode"/>
<Text ID="108395" Value="Cycletime"/>
<Text ID="108396" Value="LastCycle"/>
</TextLayer>
<TextLayer LanguageId="de">
<Text ID="100300" Value="Hauptseite - Maschinenübersicht"/>
@@ -2305,6 +2307,8 @@
<Text ID="102061" Value="Y-Achse"/>
<Text ID="102062" Value="Z-Achse"/>
<Text ID="102063" Value="Sonotrode"/>
<Text ID="108395" Value="Zykluszeit"/>
<Text ID="108396" Value="Letzter Zyklus"/>
</TextLayer>
<IndexMap>
<Index ID="100300" Value="11"/>
@@ -2317,6 +2321,8 @@
<Index ID="102061" Value="8"/>
<Index ID="102062" Value="9"/>
<Index ID="102063" Value="10"/>
<Index ID="108395" Value="3"/>
<Index ID="108396" Value="4"/>
</IndexMap>
</TextGroup>
<Controls>
@@ -2886,6 +2892,86 @@
<Property Name="TrendConfig" Value="Source[local].Trend[Trend_US]"/>
<Property Name="Width" Value="360"/>
</Control>
<Control ClassId="0x00001007" Name="NumeCycle">
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Height" Value="30"/>
<Property Name="Left" Value="640"/>
<Property Name="MaxDatapoint" Value="None"/>
<Property Name="MaxValue" Value="None"/>
<Property Name="MinDatapoint" Value="None"/>
<Property Name="MinValue" Value="None"/>
<Property Name="SimulationValue" Value="0"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="TeachDatapoint" Value="None"/>
<Property Name="Top" Value="310"/>
<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.MachCtrl.udCycletime]"/>
<Property Name="ValueMode" Value="Standard"/>
<Property Name="Width" Value="130"/>
</Control>
<Control ClassId="0x00001004" Name="Text_Cycle">
<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[Header]"/>
<Property Name="Height" Value="30"/>
<Property Name="Left" Value="490"/>
<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="310"/>
<Property Name="Width" Value="150"/>
</Control>
<Control ClassId="0x00001007" Name="NumLastCycle">
<Property Name="ControlID" Value="0"/>
<Property Name="Description" Value=""/>
<Property Name="Height" Value="30"/>
<Property Name="Left" Value="640"/>
<Property Name="MaxDatapoint" Value="None"/>
<Property Name="MaxValue" Value="None"/>
<Property Name="MinDatapoint" Value="None"/>
<Property Name="MinValue" Value="None"/>
<Property Name="SimulationValue" Value="0"/>
<Property Name="StyleClass" Value="Source[relative:StyleGroup].StyleClass[Default]"/>
<Property Name="TeachDatapoint" Value="None"/>
<Property Name="Top" Value="340"/>
<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.MachCtrl.udCycletimeLast]"/>
<Property Name="ValueMode" Value="Standard"/>
<Property Name="Width" Value="130"/>
</Control>
<Control ClassId="0x00001004" Name="Text_Cycle1">
<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[Header]"/>
<Property Name="Height" Value="30"/>
<Property Name="Left" Value="490"/>
<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="340"/>
<Property Name="Width" Value="150"/>
</Control>
</Controls>
<KeyMapping/>
</Layer>
@@ -3482,5 +3568,7 @@
<TabSeqItem Index="16" Value="Source[embedded].Layer[L5_Homing].Control[NumPosZ1]"/>
<TabSeqItem Index="17" Value="Source[embedded].Layer[L5_Homing].Control[NumPosZ2]"/>
<TabSeqItem Index="18" Value="Source[embedded].Layer[L4_AutoLayer].Control[TrendView]"/>
<TabSeqItem Index="19" Value="Source[embedded].Layer[L4_AutoLayer].Control[NumeCycle]"/>
<TabSeqItem Index="20" Value="Source[embedded].Layer[L4_AutoLayer].Control[NumLastCycle]"/>
</TabSequence>
</Page>

File diff suppressed because it is too large Load Diff

View File

@@ -1,16 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<?AutomationStudio Version="4.2.3.159"?>
<?AutomationStudio Version="4.2.5.388"?>
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="LocalEvents">
<Property Name="Description" Value="Einträge Benutzerspezifische Events ID 18 (Typ)"/>
<Property Name="Index" Value="100"/>
<TextSnippets/>
<TextLayer LanguageId="en">
<Text ID="105025" Value="New calibration of Encodervalues"/>
<Text ID="108664" Value=""/>
</TextLayer>
<TextLayer LanguageId="de">
<Text ID="105025" Value="Achsgeber neu kalibriert"/>
<Text ID="108664" Value=""/>
</TextLayer>
<IndexMap>
<Index ID="105025" Value="0"/>
<Index ID="108664" Value="1"/>
</IndexMap>
</TextGroup>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<?AutomationStudio Version="4.2.5.388"?>
<TextGroup xmlns="http://br-automation.co.at/AS/VC/Project" Name="txtWeldmodes">
<Property Name="Description" Value="Schweißmodi"/>
<Property Name="Index" Value="18"/>
<TextSnippets/>
<TextLayer LanguageId="en">
<Text ID="108670" Value="Time"/>
<Text ID="108671" Value="Energy"/>
<Text ID="108672" Value="Power"/>
</TextLayer>
<TextLayer LanguageId="de">
<Text ID="108670" Value="Zeit"/>
<Text ID="108671" Value="Energie"/>
<Text ID="108672" Value="Leistung"/>
</TextLayer>
<IndexMap>
<Index ID="108670" Value="1"/>
<Index ID="108671" Value="2"/>
<Index ID="108672" Value="3"/>
</IndexMap>
</TextGroup>

View File

@@ -1913,10 +1913,6 @@
<Property Name="Description" Value=""/>
<Property Name="VirtualKey_LED" Value="False"/>
</VirtualKey>
<VirtualKey Name="%embVirtualKey_10">
<Property Name="Description" Value=""/>
<Property Name="VirtualKey_LED" Value="False"/>
</VirtualKey>
<VirtualKey Name="%embVirtualKey_58">
<Property Name="Description" Value=""/>
<Property Name="VirtualKey_LED" Value="False"/>
@@ -1997,4 +1993,8 @@
<Property Name="Description" Value=""/>
<Property Name="VirtualKey_LED" Value="False"/>
</VirtualKey>
<VirtualKey Name="%embVirtualKey_10">
<Property Name="Description" Value=""/>
<Property Name="VirtualKey_LED" Value="False"/>
</VirtualKey>
</KeyMapping>

View File

@@ -5,17 +5,17 @@ HostName=SL12.xy.org
Destination=192.168.3.1
CommunicationMode=1
[GUI]
NameWidth=108
SortOrder=0
NameWidth=108
ASVarWidth=215
ViewMode=0
SortColumn=0
SADRWidth=100
SortColumn=0
DescriptionWidth=100
ChannelWidth=261
SplitterPosition=781
StateWidth=100
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.5.388"?>
<?AutomationStudio Version="4.2.9.65 SP"?>
<ProjectSettings xmlns="http://br-automation.co.at/AS/ProjectSettings">
<ConfigurationManager ActiveConfigurationName="Config1" />
<Deployment Value="ActiveCpu" />