diff --git a/Common/.vs/config/applicationhost.config b/Common/.vs/config/applicationhost.config
index cd69abb2..f02f5906 100644
--- a/Common/.vs/config/applicationhost.config
+++ b/Common/.vs/config/applicationhost.config
@@ -192,6 +192,14 @@
+
+
+
+
+
+
+
+
diff --git a/Common/CordonelAssemblyLine/CordonelAssemblyLine.csproj b/Common/CordonelAssemblyLine/CordonelAssemblyLine.csproj
index 8b92b610..22e6da38 100644
--- a/Common/CordonelAssemblyLine/CordonelAssemblyLine.csproj
+++ b/Common/CordonelAssemblyLine/CordonelAssemblyLine.csproj
@@ -16,22 +16,22 @@
true
false
- Z:\Aktuelle Anwendungen\Publish\Cordonel Assembly Line\
+ C:\Users\SZLATEV\Desktop\sdfgsdfg\
true
- Unc
- true
+ Disk
+ false
Foreground
7
Days
false
false
true
- \\sla12file\auftrag\Aktuelle Anwendungen\Publish\Cordonel Assembly Line\
Cordonel Assembly Line
Xylem Sensus Laatzen
Cordonel Assembly Line
publish.htm
- 15
+ true
+ 22
1.0.0.%2a
false
true
@@ -306,6 +306,12 @@
+
+
+ %(RecursiveDir)%(Filename)%(Extension)
+ Always
+
+
del /Q /S *.xml *.pdb
diff --git a/Common/CordonelAssemblyLine/Model/PickingModel.cs b/Common/CordonelAssemblyLine/Model/PickingModel.cs
index 77ac2b72..75173a48 100644
--- a/Common/CordonelAssemblyLine/Model/PickingModel.cs
+++ b/Common/CordonelAssemblyLine/Model/PickingModel.cs
@@ -1188,6 +1188,11 @@ namespace CordonelAssemblyLine.Model
}
}
}
+ else
+ {
+ _state = PickingStateMachine.GetOrderDetails;
+ break;
+ }
break;
}
@@ -1203,6 +1208,7 @@ namespace CordonelAssemblyLine.Model
}
else
{
+ _state = PickingStateMachine.MeterError;
Slot = $"Keine Konnektivität EP {_slotNr}";
lblS02Text = Slot;
Log($"No Meter found");
@@ -1211,6 +1217,7 @@ namespace CordonelAssemblyLine.Model
catch (Exception e)
{
Log($"Error occur.{Environment.NewLine} {e.Message}");
+ _state = PickingStateMachine.MeterError;
}
}
}